dev-python/whichcraft: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 09:55:17 +0000 (10:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:39:17 +0000 (14:39 +0100)
dev-python/whichcraft/Manifest
dev-python/whichcraft/whichcraft-0.4.0.ebuild [deleted file]

index 5c9197bd192c7b415a8801b20606272d10d299f6..61fd73b85c1f9f20322528e8f650eae1f3d86699 100644 (file)
@@ -1,2 +1 @@
-DIST whichcraft-0.4.0.tar.gz 8008 BLAKE2B ac135faf68e27f6337382a4939f85103085989e7aa5d16fac136407d797a9ac18359fa234ad9419890b2fe9e2ac1ac3c913d1ce604d3fd57d657024ce901a166 SHA512 ed077a0b8eddc720c3db251ebaaf2695e4f2ed827c941d6979533944a03d8efcfe7aabb9be0c34ba3f016c98921b519c2907e3510f255fb4f5067f1844e68d8f
 DIST whichcraft-0.4.1.tar.gz 8095 BLAKE2B 666e4919698226e1f252f96323dd1fb56350e7b63424a0022fcf67f7afb83e3ec944b3689f1e58fbc29f1decbf8ce3d87aee9a9cb3a69621b2f65f235682068b SHA512 92633be99badd0ce06cf28b23366f89f2104ef2364ec8f637230fe46b378d1398a64f4d8b367358c833a2038159debc70b0498e94d2729918b95847defd59cae
diff --git a/dev-python/whichcraft/whichcraft-0.4.0.ebuild b/dev-python/whichcraft/whichcraft-0.4.0.ebuild
deleted file mode 100644 (file)
index 337719a..0000000
+++ /dev/null
@@ -1,25 +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,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package provides cross-platform cross-python shutil.which functionality"
-HOMEPAGE="https://github.com/pydanny/whichcraft"
-SRC_URI="https://github.com/pydanny/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-       ${PYTHON} test_whichcraft.py || die
-}