From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- dev-python/glooey/Manifest | 2 +- dev-python/glooey/glooey-0.3.4-r1.ebuild | 35 ++++++++++++++++++++++++++++++++ dev-python/glooey/glooey-0.3.4.ebuild | 34 ------------------------------- 3 files changed, 36 insertions(+), 35 deletions(-) create mode 100644 dev-python/glooey/glooey-0.3.4-r1.ebuild delete mode 100644 dev-python/glooey/glooey-0.3.4.ebuild (limited to 'dev-python/glooey') diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest index 3c138949e383..46eba7689589 100644 --- a/dev-python/glooey/Manifest +++ b/dev-python/glooey/Manifest @@ -1,3 +1,3 @@ DIST glooey-0.3.4.tar.gz 19113011 BLAKE2B 45be6355ad51fd9a77003a39f8532f4a86bb3ba758d8fb56d483399ae2d876ff5f072e6f0c6a64ce71b493b650f5e09b553b3d97d8b73c6e2dbdfb789d427f47 SHA512 12222b336f0d1f720b6eb5b2a24eeba8bfa3d39c0775ffc8b9687a6720d8282f263da55cae653ccc1f610db0708a6c75671ca98969accaf0d02320815244ecbf -EBUILD glooey-0.3.4.ebuild 717 BLAKE2B f89e887889c637659449ff3fee4b2db67af994a6c0689e3d81158a1fee233aac0cba32c320ccaa67ebedd08255a3d0ee5af360f41e3b88f2d00387f643c7c74e SHA512 e637d245c098f90908d0ab356e7bc1daf2b85d868f2395b08e29e9c6fea13f3f886d11c215e9039032a4da9510a7b6122b029e9b1e32068f0cac83df1196afa9 +EBUILD glooey-0.3.4-r1.ebuild 754 BLAKE2B 3d90fbc25009351f7c888c349349645faf54a9f98467ecba0398902ace3f0d4a58f14521ad619d8cfe9b17377091107ad9dc596fe884e863611af46d1d260a70 SHA512 f75b2dfc500a556d9b2d93ae43eaf046d4c24e039924a3b3843ddb59ce1a6e66b4086fa7b5612cbb6614b639061c4eff5dedbad3d60f3ee0b7e870963d3685c3 MISC metadata.xml 1232 BLAKE2B 468fd4a26705765cedf29afd9e18992bb3bcd1f32bbc2620dbcfd89e433b6a64b38072299c31839dbf49336dce97c712a906b6fcb43e4af2a2bd22a7bc7bddec SHA512 8c9ac4fb1928a1a5647cca9a3ab031aaa918a32779a001928a711ab1cead02bd404461c24a86a847ede482c9bd7f9739ff9975971c96ee1ee94be21e6e217655 diff --git a/dev-python/glooey/glooey-0.3.4-r1.ebuild b/dev-python/glooey/glooey-0.3.4-r1.ebuild new file mode 100644 index 000000000000..ccdb9bd473e4 --- /dev/null +++ b/dev-python/glooey/glooey-0.3.4-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=(python3_{7..9}) + +inherit distutils-r1 virtualx + +DESCRIPTION="An object-oriented GUI library for pyglet" +HOMEPAGE="https://glooey.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + dev-python/autoprop[${PYTHON_USEDEP}] + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-python/pyglet[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/vecrec[${PYTHON_USEDEP}] +" + +BDEPEND="${RDEPEND}" + +distutils_enable_sphinx docs + +distutils_enable_tests pytest + +src_test() { + virtx distutils-r1_src_test +} diff --git a/dev-python/glooey/glooey-0.3.4.ebuild b/dev-python/glooey/glooey-0.3.4.ebuild deleted file mode 100644 index 89ca43e46a8a..000000000000 --- a/dev-python/glooey/glooey-0.3.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=(python3_{7..9}) - -inherit distutils-r1 virtualx - -DESCRIPTION="An object-oriented GUI library for pyglet" -HOMEPAGE="https://glooey.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="MIT" - -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - dev-python/autoprop[${PYTHON_USEDEP}] - dev-python/more-itertools[${PYTHON_USEDEP}] - dev-python/pyglet[${PYTHON_USEDEP}] - dev-python/vecrec[${PYTHON_USEDEP}] -" - -BDEPEND="${RDEPEND}" - -distutils_enable_sphinx docs - -distutils_enable_tests pytest - -src_test() { - virtx distutils-r1_src_test -} -- cgit v1.2.3