diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-11-02 18:14:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-11-02 18:14:41 +0000 |
| commit | a92eb8d2144da00cbb4b484475d16203890a9b60 (patch) | |
| tree | 31d33cc374ef3bcd20e10694310cde1b3fc04563 /dev-python/binaryornot | |
| parent | ad57c898c60e98f7c14c936f107c877f9cee89d2 (diff) | |
| download | baldeagleos-repo-a92eb8d2144da00cbb4b484475d16203890a9b60.tar.gz baldeagleos-repo-a92eb8d2144da00cbb4b484475d16203890a9b60.tar.xz baldeagleos-repo-a92eb8d2144da00cbb4b484475d16203890a9b60.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/binaryornot')
| -rw-r--r-- | dev-python/binaryornot/binaryornot-0.4.4-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/binaryornot/binaryornot-0.4.4.ebuild | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/dev-python/binaryornot/binaryornot-0.4.4-r1.ebuild b/dev-python/binaryornot/binaryornot-0.4.4-r1.ebuild index 385d89ca4263..2aed0ab6cb1b 100644 --- a/dev-python/binaryornot/binaryornot-0.4.4-r1.ebuild +++ b/dev-python/binaryornot/binaryornot-0.4.4-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" 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 0a68dd5a3924..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_{5,6,7,8,9} ) - -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 |
