From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- virtual/python-greenlet/Manifest | 2 +- virtual/python-greenlet/python-greenlet-1.0-r1.ebuild | 16 ---------------- virtual/python-greenlet/python-greenlet-1.0-r2.ebuild | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 virtual/python-greenlet/python-greenlet-1.0-r1.ebuild create mode 100644 virtual/python-greenlet/python-greenlet-1.0-r2.ebuild (limited to 'virtual/python-greenlet') diff --git a/virtual/python-greenlet/Manifest b/virtual/python-greenlet/Manifest index d0e4ec39b331..d66c9642f38d 100644 --- a/virtual/python-greenlet/Manifest +++ b/virtual/python-greenlet/Manifest @@ -1,2 +1,2 @@ -EBUILD python-greenlet-1.0-r1.ebuild 473 BLAKE2B 200c3418ee9ecf7c9a50469ef9520e2cb108ee67f878ef25a9ad282127d4e66f1a4a35ef5371338d4928e8371999068b720e548529ca553163a0905eb0df34f9 SHA512 c9dd8e0bcdf6dc6a8933b40a9780558884c3fd0bd6b07253bdacf6f99b6f2588ee18f2c723379f725b71fd7c6ab88c975abcc47741a7ac3c22e4c260b4d68091 +EBUILD python-greenlet-1.0-r2.ebuild 463 BLAKE2B 00ba26ac8000fb9ae397335510f497cbcf9d9088b5b197c1bf9c003d6df50d9ca5ddfba140f826976bfecd0cc8b73147020e1680554d1b7ac64a46b348a35224 SHA512 9e69e47a7919b6562999ae084200333df0eef7fa373337edba5799bbf55b65c39648397067a65bfc20408a6bb3b07d84076bdc4824a32065fedcda0c93655800 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 deleted file mode 100644 index f452e5f894fb..000000000000 --- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) - -inherit python-r1 - -DESCRIPTION="A virtual for Python greenlet module" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" -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-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild new file mode 100644 index 000000000000..988c8b2aaddf --- /dev/null +++ b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit python-r1 + +DESCRIPTION="A virtual for Python greenlet module" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')" -- cgit v1.2.3