summaryrefslogtreecommitdiff
path: root/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild')
-rw-r--r--dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild b/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild
index 9342e12d3a4e..fadb88ddbd1d 100644
--- a/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild
+++ b/dev-python/binaryornot/binaryornot-0.4.4-r3.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Ultra-lightweight pure Python package to guess whether a file is binary or text"
HOMEPAGE="
- https://github.com/audreyfeldroy/binaryornot/
+ https://github.com/binaryornot/binaryornot
https://pypi.org/project/binaryornot/
"