From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- virtual/python-greenlet/Manifest | 2 +- virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 16 ++++++++++++++++ virtual/python-greenlet/python-greenlet-1.0.ebuild | 16 ---------------- 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 virtual/python-greenlet/python-greenlet-1.0-r1.ebuild delete mode 100644 virtual/python-greenlet/python-greenlet-1.0.ebuild (limited to 'virtual/python-greenlet') diff --git a/virtual/python-greenlet/Manifest b/virtual/python-greenlet/Manifest index 5aae9492a6c0..2bc4818c285c 100644 --- a/virtual/python-greenlet/Manifest +++ b/virtual/python-greenlet/Manifest @@ -1,2 +1,2 @@ -EBUILD python-greenlet-1.0.ebuild 444 BLAKE2B c74c7f5c4cb1e8d91f8ac59ff1a17cb3867fce61592f8dd9e775fe369767346c8e7e341f36ba29b102584f09900010980219961ab6b6a8bb4f8d29dc34e7a403 SHA512 539a5896def4398c70d48bc75fe0dad070bffb3a351e983fa0543d6ff0ea9dd423ee1e5de816c49ddcd80b68b8563e86fcdbbb6684ac8bb4b61c1200a47c7919 +EBUILD python-greenlet-1.0-r1.ebuild 451 BLAKE2B 9a901f25aa5ae68870edb8b2417e404c794460fe3128c4f1a923dabb374c3d8c7422802050d15a5e79c915bc0ee4f350892a41c6d7224b2da5ef401b3d5421a0 SHA512 8f808dda2001a087deb8fa6bed061d8f096571287a4e79b0fb50a184779ac733d8e08830a890ac793a7377d19f976d4639a0998ba4c829462a03878eda5d7a1f MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild new file mode 100644 index 000000000000..0144bc67fa53 --- /dev/null +++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) + +inherit python-r1 + +DESCRIPTION="A virtual for Python greenlet module" +SLOT="0" +KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')" diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild deleted file mode 100644 index ce408bd7e6b1..000000000000 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) - -inherit python-r1 - -DESCRIPTION="A virtual for Python greenlet module" -SLOT="0" -KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')" -- cgit v1.2.3