dev-python/whichcraft: Clean old up

This commit is contained in:
Michał Górny
2018-01-06 10:55:17 +01:00
parent 0d074fc266
commit d3a86ea53c
2 changed files with 0 additions and 26 deletions

View 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

View File

@@ -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
}