commit: 340ba3ad1959f0a10b5ef8d885d4a73c36f800d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 10:23:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 10:28:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340ba3ad
app-portage/gpyutils: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gpyutils/Manifest | 1 -
app-portage/gpyutils/gpyutils-0.4.3.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index c4860f775fe..619ed92d89a 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
SHA512
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291
DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
SHA512
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
diff --git a/app-portage/gpyutils/gpyutils-0.4.3.ebuild
b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
deleted file mode 100644
index ac5c7dac4d6..00000000000
--- a/app-portage/gpyutils/gpyutils-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-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.1[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}