From: Michał Górny Date: Tue, 2 Jan 2018 15:11:10 +0000 (+0100) Subject: dev-python/binaryornot: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1371071c4a9fcb5fb146e303d9facc93100564f0;p=gentoo.git dev-python/binaryornot: Clean old up --- diff --git a/dev-python/binaryornot/Manifest b/dev-python/binaryornot/Manifest index 6dc426466af2..e5d95ea85442 100644 --- a/dev-python/binaryornot/Manifest +++ b/dev-python/binaryornot/Manifest @@ -1,2 +1 @@ -DIST binaryornot-0.4.1.tar.gz 372095 BLAKE2B 9f37b929941d610e5a114747f765ed859f78839a4734b4859b39ebc4821fbdb6b69ef19405a4bc607c94d68f8ae54672a9b03bf87afe8ebc463f421f92b07113 SHA512 49732b725e7adc58fccc591c56bf4df65d1adaf3e5ce98e9f0a8aa2164e0f9bffcbcd6e793ae2cfc1ed90a5d74fb5899ec99de1b15bd3878a15c33f283319a45 DIST binaryornot-0.4.3.tar.gz 372299 BLAKE2B c4ae99b9ccb66da8925d74fad68b8df4713822acc74d852e2f584e5c157eb465bc6418b0e0085533479ba1ee937c3d2716dea66ce3bd517d49a490ab4615f694 SHA512 bdb918b921fc46d056572b84126dbdc6605ec98cf13aac84f6f64ce07d083839be40bf7a08185eaabfbe136a9bcf0c1acc8041a23a6bb2843e8e72981222ebaa diff --git a/dev-python/binaryornot/binaryornot-0.4.1.ebuild b/dev-python/binaryornot/binaryornot-0.4.1.ebuild deleted file mode 100644 index c9713e935782..000000000000 --- a/dev-python/binaryornot/binaryornot-0.4.1.ebuild +++ /dev/null @@ -1,27 +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} ) - -inherit distutils-r1 - -DESCRIPTION="Ultra-lightweight pure Python package to guess whether a file is binary or text" -HOMEPAGE="https://github.com/audreyr/binaryornot" -SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=">=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]" -DEPEND="test? ( ${RDEPEND} - dev-python/hypothesis[${PYTHON_USEDEP}] )" - -DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) - -python_test() { - esetup.py test || die -}