diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /virtual/python-singledispatch | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r-- | virtual/python-singledispatch/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest index 4d995a7d03a4..d44adc2cb00a 100644 --- a/virtual/python-singledispatch/Manifest +++ b/virtual/python-singledispatch/Manifest @@ -1,2 +1,2 @@ -EBUILD python-singledispatch-0.ebuild 523 BLAKE2B ca98ce8a30dbe295cc43e84633988a034f77707f6fc2d1a8a468af70abf3c463cc34dd3faafee2abf248a50da5fba8e27822ac7bf743d7a463914a7bc233bd61 SHA512 5085e3be76b1c5ef4598c8f7a199a3832575faf16437224d728075387b913021f5c8fc669c898967829be1e70f24dc40e2e0beb7d6bf193ba88e81a54ee5433c +EBUILD python-singledispatch-0.ebuild 518 BLAKE2B 2aed45ba1f6a57c5ead8835bb4a8ae03ae9a17f38591e799b03e46929811f67f49850c9eb4959d7473de3b2b61eb12973e565d6c0cfdc3bf9830a7d1e1fba639 SHA512 d5eb8b4ebe91ccc443189789ce50dc1e69bc0161d6fd78dc10aac5790bd06677096cfddfd0d17e89bf9828c32000c43626ed99754f821aeb8aadfb273258d74a MISC metadata.xml 386 BLAKE2B 2a6a959db0caa9e906f7ed96958366ba41bd36b8640d2ccf685faf50d44be723215773b4f056882ccc293b4b41025aec4b12586332ccc70b830d7f45fd57a1af SHA512 ba80e7786de3377de21e2511dca3bbdd8af41f5b6ba2976423bf83dc8ad1ed7f14165cc52538f33c5cf6a2086181fcc3b3f191480bd93b581704b11b93a00739 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index 8f81fd4f9773..0c7929b6859e 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -3,14 +3,14 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} ) inherit python-r1 DESCRIPTION="A virtual for the Python functools.singledispatch function" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 pypy)" + $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)" |