diff options
Diffstat (limited to 'dev-python/python-utils')
-rw-r--r-- | dev-python/python-utils/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-utils/python-utils-2.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-utils/Manifest b/dev-python/python-utils/Manifest index fb86f49725f8..c4b273f33eb2 100644 --- a/dev-python/python-utils/Manifest +++ b/dev-python/python-utils/Manifest @@ -1,4 +1,4 @@ AUX python-utils-2.3.0-pytest-runner.patch 461 BLAKE2B 245e0a6a4c76a4286616e0ad1115a718b482de4945d0321eb9b008699df1ff518b0ad7e6e2f9c5ee743fcdb283bac3dba73423b889a8b62951e004433f343894 SHA512 6ec873a2492166ba7d592ceea96e3ccf5851ae88c7577fded1803ad2ef49bead549cbbcdaedc5a8565228c7cf885736ed402b85ee0890f61e91891debbd14c2e DIST python-utils-2.3.0.tar.gz 19384 BLAKE2B 1746deadc8dbaf49a6499fe9c79d25c2b5cfea68e2d1b7ab6f88aa72807eedcdb338058e24a7822c6360dea36f1a044145572443c57f43f4cfed765a76e48f0b SHA512 482ccf9c635a0cbe603b69488a364d9033f8b7fada279d901725b5bf91ac13b1cd4a6b7e8d5834a9355d97d8b0803397d5e13da2b7ba72f8d8e2f7f39fee027a -EBUILD python-utils-2.3.0.ebuild 853 BLAKE2B 6fc6381d8f1e039965f621bfc090e9a08a710d752893ecfcbc03100b9b96f9531297da5c8eade01719e07baf00223ce72c4c547c9a49499fd059deab3eb7fc0f SHA512 f55de8a922fb2b772035939ebfa0754cd93995c8ae96c08d31e06759263874c164e31de63741a9576a43a7701467ae5f933963a54a1479263b1f33ee054e355e +EBUILD python-utils-2.3.0.ebuild 846 BLAKE2B 317bfefd767ad98d4c5505d759e175e773f4a982debcc7ecb895cb42f11fd8c0acd07fd121ea048f622203c054190745b6fa413e289c5ad6258a1b8ff91d1b82 SHA512 c1d52ecc3dbe35ede39bc47324868e31efaab2704af7bf419494a2b71d960b5a3225b5984bf19cd022a5dd7e33fc146aa7d603134f802564c9387adcf39df48b MISC metadata.xml 321 BLAKE2B 7baf4b7d0dbc6064c0588cae9708d10df7d571cf178f6156124938d4786a6560263e9862d23d53bfd17f6e098f58dc24188a9b02642765dbe4aa9d1628a78c66 SHA512 3073d2409eeb35e53d4f55a774ff737496ee360204832c17e178a2d8d0288416cf09fef68ae66bcf5f66a30f6644b364721b402e9bcedf7bb4f1663f302641cf diff --git a/dev-python/python-utils/python-utils-2.3.0.ebuild b/dev-python/python-utils/python-utils-2.3.0.ebuild index 9aa6daa7f23c..39ce863e72a6 100644 --- a/dev-python/python-utils/python-utils-2.3.0.ebuild +++ b/dev-python/python-utils/python-utils-2.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3) PATCHES=( "${FILESDIR}"/${P}-pytest-runner.patch ) inherit distutils-r1 |