commit:     afff1c04361f02d2585ac8df72a2baa5442c0dd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:27:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:27:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afff1c04

dev-python/binaryornot: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/binaryornot/Manifest                 |  1 -
 dev-python/binaryornot/binaryornot-0.4.3.ebuild | 28 -------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/binaryornot/Manifest b/dev-python/binaryornot/Manifest
index 0f6a5a4dc04..c49467b8579 100644
--- a/dev-python/binaryornot/Manifest
+++ b/dev-python/binaryornot/Manifest
@@ -1,2 +1 @@
-DIST binaryornot-0.4.3.tar.gz 372299 BLAKE2B 
c4ae99b9ccb66da8925d74fad68b8df4713822acc74d852e2f584e5c157eb465bc6418b0e0085533479ba1ee937c3d2716dea66ce3bd517d49a490ab4615f694
 SHA512 
bdb918b921fc46d056572b84126dbdc6605ec98cf13aac84f6f64ce07d083839be40bf7a08185eaabfbe136a9bcf0c1acc8041a23a6bb2843e8e72981222ebaa
 DIST binaryornot-0.4.4.tar.gz 372361 BLAKE2B 
cb2099313f602915bacd5b463642f16430fcb0ab62dcaae546cb854780996526fb777c0b730b4b89e664ec7f995ddd2d2f632cfbac2dadca45958cfd1dd7a410
 SHA512 
31dfb79bb5847e12487d94519a357dece4572f7ed064686d53a49c2de5a51d6441be64523c98cca6221ed89be5bf26e54866dd3b79ac8d89fd5019a5b4d75a45

diff --git a/dev-python/binaryornot/binaryornot-0.4.3.ebuild 
b/dev-python/binaryornot/binaryornot-0.4.3.ebuild
deleted file mode 100644
index ab817f0e4b3..00000000000
--- a/dev-python/binaryornot/binaryornot-0.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-       dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
-
-python_test() {
-       esetup.py test || die
-}

Reply via email to