summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-01 22:53:22 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-02 07:18:37 +0100
commit634ecd7f4676f861fd003278c957cc2187146c87 (patch)
tree4ef048e1e5c63cd4c98d0cfb79a5fb0e7022898d /app-portage/gpyutils/gpyutils-0.1.4.ebuild
parentapp-portage/gemato: Clean old up (diff)
downloadgentoo-634ecd7f4676f861fd003278c957cc2187146c87.tar.gz
gentoo-634ecd7f4676f861fd003278c957cc2187146c87.tar.bz2
gentoo-634ecd7f4676f861fd003278c957cc2187146c87.zip
app-portage/gpyutils: Clean old up
Diffstat (limited to 'app-portage/gpyutils/gpyutils-0.1.4.ebuild')
-rw-r--r--app-portage/gpyutils/gpyutils-0.1.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-portage/gpyutils/gpyutils-0.1.4.ebuild b/app-portage/gpyutils/gpyutils-0.1.4.ebuild
deleted file mode 100644
index cd588c59526b..000000000000
--- a/app-portage/gpyutils/gpyutils-0.1.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/"
-SRC_URI="https://github.com/mgorny/gpyutils/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}