From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/coreschema/Manifest | 1 + dev-python/coreschema/coreschema-0.0.4.ebuild | 19 +++++++++++++++++++ dev-python/coreschema/metadata.xml | 9 +++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-python/coreschema/Manifest create mode 100644 dev-python/coreschema/coreschema-0.0.4.ebuild create mode 100644 dev-python/coreschema/metadata.xml (limited to 'dev-python/coreschema') diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest new file mode 100644 index 000000000000..49890493f062 --- /dev/null +++ b/dev-python/coreschema/Manifest @@ -0,0 +1 @@ +DIST coreschema-0.0.4.tar.gz 10974 BLAKE2B 8bddafea9eb82140cdf2b2cd40ffc31dd4a0457f8ca216986807657a5021f7a4319f1e3db27caf7d471f8617f6f0c3a6d79ebfe7e0285bc9a6627f93d6efa760 SHA512 21a35b29cd0bb96dacaeeb0bd0faaaa4ee8875bf9639b431b59f17c41ee4829173932a6b35760caa3b46a0ec39ca173fe896b26b740fe97df36943270bc2bd3d diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild new file mode 100644 index 000000000000..f402f85a12df --- /dev/null +++ b/dev-python/coreschema/coreschema-0.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 python3_7 ) +inherit distutils-r1 + +DESCRIPTION="Core Schema" +HOMEPAGE="https://github.com/core-api/python-coreschema" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml new file mode 100644 index 000000000000..7f90cb6f614f --- /dev/null +++ b/dev-python/coreschema/metadata.xml @@ -0,0 +1,9 @@ + + + + + williamh@gentoo.org + William Hubbs + + gentoo-staging + -- cgit v1.3.1