summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-09 14:52:07 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-09 15:08:15 +0200
commit4f4169b1298ea4661aa67e058193b1e2e7b83522 (patch)
tree4e982cb51e5545544c338d0e9199790b4d67685b /dev-python/filetype
parentdev-python/deprecation: Bump to 2.1.0 (diff)
downloadgentoo-4f4169b1298ea4661aa67e058193b1e2e7b83522.tar.gz
gentoo-4f4169b1298ea4661aa67e058193b1e2e7b83522.tar.bz2
gentoo-4f4169b1298ea4661aa67e058193b1e2e7b83522.zip
dev-python/filetype: Port to py3.9, enable tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filetype')
-rw-r--r--dev-python/filetype/filetype-1.0.5.ebuild10
1 files 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 0916c039f03a..e0d6304e4217 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