commit: 4f4169b1298ea4661aa67e058193b1e2e7b83522
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 12:52:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 13:08:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4169b1
dev-python/filetype: Port to py3.9, enable tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/filetype/filetype-1.0.5.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/filetype/filetype-1.0.5.ebuild
b/dev-python/filetype/filetype-1.0.5.ebuild
index 0916c039f03..e0d6304e421 100644
--- a/dev-python/filetype/filetype-1.0.5.ebuild
+++ b/dev-python/filetype/filetype-1.0.5.ebuild
@@ -3,18 +3,18 @@
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Small, dependency-free, fast Python package to infer binary file
types checking"
HOMEPAGE="https://github.com/h2non/filetype.py"
-LICENSE="BSD"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
-BDEPEND=""
-RDEPEND=""
-
PATCHES=( "${FILESDIR}/${P}-examples.patch" )
+
+distutils_enable_tests unittest