diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-02 11:30:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-02 11:34:03 +0100 |
commit | 1610b0a9544f1f34118e3a8cd6e2d1c6ccda3426 (patch) | |
tree | 38756779a09a770b6b2654dadcb06802e5106899 /dev-python/binaryornot | |
parent | dev-python/beautifulsoup: Remove old (diff) | |
download | gentoo-1610b0a9544f1f34118e3a8cd6e2d1c6ccda3426.tar.gz gentoo-1610b0a9544f1f34118e3a8cd6e2d1c6ccda3426.tar.bz2 gentoo-1610b0a9544f1f34118e3a8cd6e2d1c6ccda3426.zip |
dev-python/binaryornot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/binaryornot')
-rw-r--r-- | dev-python/binaryornot/binaryornot-0.4.4.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/binaryornot/binaryornot-0.4.4.ebuild b/dev-python/binaryornot/binaryornot-0.4.4.ebuild deleted file mode 100644 index 570afa2b2a4f..000000000000 --- a/dev-python/binaryornot/binaryornot-0.4.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -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" - -RDEPEND=">=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]" -BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" - -DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst ) - -PATCHES=( - # https://github.com/audreyr/binaryornot/commit/38dee57986c6679d9936a1da6f6c8182da3734f8 - "${FILESDIR}"/${P}-tests.patch -) - -distutils_enable_tests unittest |