summaryrefslogtreecommitdiff
path: root/dev-python/python-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /dev-python/python-utils
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-python/python-utils')
-rw-r--r--dev-python/python-utils/Manifest4
-rw-r--r--dev-python/python-utils/python-utils-2.5.3.ebuild24
-rw-r--r--dev-python/python-utils/python-utils-2.5.6.ebuild2
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/python-utils/Manifest b/dev-python/python-utils/Manifest
index 8250d88df1ea..8090578aec83 100644
--- a/dev-python/python-utils/Manifest
+++ b/dev-python/python-utils/Manifest
@@ -1,5 +1,3 @@
-DIST python-utils-2.5.3.tar.gz 49110 BLAKE2B 13b6a20278c73acc1e52c12dff3833b1dc6ebe6c1373ab5b972300d778bb4f110af79333dddc805b29a7d34265973ebf0136a607b82880b5c43c4c4d0c9f391c SHA512 7e0a584a80ce5eca654eca5335080b98b21bed11bcef7d238639d07e386f58d44a00765133b487dc5492cb35a221bc9e8042513099ee3b49177c77334129c8bd
DIST python-utils-2.5.6.tar.gz 14057 BLAKE2B 2f66ab26cd6cda25f73c9f40081048404cde819e3e3c2fd11d134244ab2b80a05ab2b943e56a45bd8656bf3ba231853e3bfa9efbab9cb70515daaec70f6e0715 SHA512 35299880afdecd4a44144b95e6b2073e51680dfd2b00f31fb333d578cfa2c2f8bf5f58128cab88a7b81e658e6d5dca303f1c9f5be3870160679e1defbf94859e
-EBUILD python-utils-2.5.3.ebuild 568 BLAKE2B 2e80158c8a0a01dc2b3a0db07eccc38d576ba0cc5576da4eb76524ca453bc3300268499cc75c6bc61eb3d57996f8357360d14a92477c004c6409b283f2f7214e SHA512 d05fad7705f80815800fc2ffefddd711ede411e91e7d7224118cb1ebd6c13fd3dfd159051e3b83a606a307de96ce1a8cb39daadccb334cf63e896679602a7c5f
-EBUILD python-utils-2.5.6.ebuild 569 BLAKE2B be00a0f01485d3f953d68b13910328286128c4c96301e2841d5abf1c638e047db2a69e631cad59f75d49fe4b080758405d6c13989bb015d40a4563e2798efedd SHA512 ef998f76341d9d433d68cb892b41accfabff93f11966bf654f5bec8fea1b535e6dd74cf3573b1c68bb89e3d4bbd206d4e41c248ff48775f8bb06ae8cbafeb7a0
+EBUILD python-utils-2.5.6.ebuild 568 BLAKE2B 2e80158c8a0a01dc2b3a0db07eccc38d576ba0cc5576da4eb76524ca453bc3300268499cc75c6bc61eb3d57996f8357360d14a92477c004c6409b283f2f7214e SHA512 d05fad7705f80815800fc2ffefddd711ede411e91e7d7224118cb1ebd6c13fd3dfd159051e3b83a606a307de96ce1a8cb39daadccb334cf63e896679602a7c5f
MISC metadata.xml 445 BLAKE2B a847943e498e81c625bd90908ea97d42ce4054cbb4f9a2bf525a214b261cd6baea9795b04ca88443c906c937647b50db5d3731f2a6b6740f3301de6f6e45d8cd SHA512 bd6c83e0495c326af8e74d6cece2faa6914508f6fc0edce4003ca116880e9730f9414028918a389300b494d77ef6e01a3652e7e2620221e1606d39da3901df18
diff --git a/dev-python/python-utils/python-utils-2.5.3.ebuild b/dev-python/python-utils/python-utils-2.5.3.ebuild
deleted file mode 100644
index 3fddaf420a56..000000000000
--- a/dev-python/python-utils/python-utils-2.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of small Python functions & classes"
-HOMEPAGE="https://pypi.org/project/python-utils/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i -e '/--cov/d' -e '/--flake8/d' pytest.ini || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/python-utils/python-utils-2.5.6.ebuild b/dev-python/python-utils/python-utils-2.5.6.ebuild
index b83efbe8075e..3fddaf420a56 100644
--- a/dev-python/python-utils/python-utils-2.5.6.ebuild
+++ b/dev-python/python-utils/python-utils-2.5.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"