summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 09:56:47 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 10:45:52 +0200
commit9239969e96f88147f81f1123f63c66f475c0da97 (patch)
treedf91389b61f7c320b2d6130456df76ce6d4fc49e /dev-python/whelk
parentdev-python/pylast: Clean old versions up (diff)
downloadgentoo-9239969e96f88147f81f1123f63c66f475c0da97.tar.gz
gentoo-9239969e96f88147f81f1123f63c66f475c0da97.tar.bz2
gentoo-9239969e96f88147f81f1123f63c66f475c0da97.zip
dev-python/whelk: Clean old versions up
Diffstat (limited to 'dev-python/whelk')
-rw-r--r--dev-python/whelk/Manifest1
-rw-r--r--dev-python/whelk/whelk-2.7.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/whelk/Manifest b/dev-python/whelk/Manifest
index d98b8b18c8b7..70d472909736 100644
--- a/dev-python/whelk/Manifest
+++ b/dev-python/whelk/Manifest
@@ -1,2 +1 @@
DIST whelk-2.7.1.tar.gz 69983 SHA256 991ccf6f1b883d0e66305e242bc5d024518b5936fa60cce077f901b9ec13dc77 SHA512 39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093 WHIRLPOOL c5e571a154c9323e4c5316923efcf9a4394d8a4689e00eff2bb28b2eb3366c05b4a9b65600e014beb2a167cc217fe8e2494f5e07c4126d05af2b991d32ee31a2
-DIST whelk-2.7.tar.gz 69948 SHA256 052dab2af5a42a7cd06e8e12f1b3bb3a5f8e15ad201f033893edd922a80e11f7 SHA512 1fdd03e6a2daf381e452a44878003bbd4e510fcaf3502f7cb44dfcc10f355bf0c7d6df3ea550463724a31c0a36122de2ed69c5a55e5c6b1a3a1147a15975bff5 WHIRLPOOL 734ea23277b9ccac44a9d3f72520a5d03049a60eefd129656f2f47132a5c213b98a67ddeaa1253fb79a613da6439623cf16b772d07f98544a694a453ec6948b0
diff --git a/dev-python/whelk/whelk-2.7.ebuild b/dev-python/whelk/whelk-2.7.ebuild
deleted file mode 100644
index 95f715576421..000000000000
--- a/dev-python/whelk/whelk-2.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pretending python is a shell"
-HOMEPAGE="https://pypi.python.org/pypi/whelk"
-SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-python_test() {
- "${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
-}