diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 22:44:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 22:44:48 +0200 |
commit | 51c9dd2af0157865acb2698205066ea4a1ce8968 (patch) | |
tree | 9820a4b18aaaaaea9949e18724db374f3b8d4872 /app-portage | |
parent | app-portage/gpyutils: Bump to 0.7.1 (diff) | |
download | gentoo-51c9dd2af0157865acb2698205066ea4a1ce8968.tar.gz gentoo-51c9dd2af0157865acb2698205066ea4a1ce8968.tar.bz2 gentoo-51c9dd2af0157865acb2698205066ea4a1ce8968.zip |
app-portage/gpyutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/Manifest | 2 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.6.2.ebuild | 31 | ||||
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 |
3 files changed, 0 insertions, 67 deletions
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest index 3a0bec3c09f2..c10b46ddbb82 100644 --- a/app-portage/gpyutils/Manifest +++ b/app-portage/gpyutils/Manifest @@ -1,4 +1,2 @@ DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb SHA512 74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea -DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47 SHA512 fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc -DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99 SHA512 4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d SHA512 46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e diff --git a/app-portage/gpyutils/gpyutils-0.6.2.ebuild b/app-portage/gpyutils/gpyutils-0.6.2.ebuild deleted file mode 100644 index 8b95aeb92dbf..000000000000 --- a/app-portage/gpyutils/gpyutils-0.6.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Utitilies for maintaining Python packages" -HOMEPAGE="https://github.com/mgorny/gpyutils/" -SRC_URI=" - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest --doctest-modules -} diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild b/app-portage/gpyutils/gpyutils-0.7.0.ebuild deleted file mode 100644 index 6ce33debf4ee..000000000000 --- a/app-portage/gpyutils/gpyutils-0.7.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Utitilies for maintaining Python packages" -HOMEPAGE=" - https://github.com/mgorny/gpyutils/ - https://pypi.org/project/gpyutils/ -" -SRC_URI=" - https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest --doctest-modules -} |