diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest new file mode 100644 index 0000000..dde3719 --- /dev/null +++ b/dev-python/coreschema/Manifest @@ -0,0 +1 @@ +DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3 diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild new file mode 100644 index 0000000..64a0fd9 --- /dev/null +++ b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +MY_P=python-${P} +DESCRIPTION="Core Schema" +HOMEPAGE="https://github.com/core-api/python-coreschema" +SRC_URI=" + https://github.com/core-api/python-coreschema/archive/${PV}.tar.gz + -> ${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/jinja[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml new file mode 100644 index 0000000..b4d5d23 --- /dev/null +++ b/dev-python/coreschema/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + coreschema + core-api/python-coreschema + +