summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-20 23:09:15 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-21 00:10:23 +0100
commit6ef577a709b636d44625035dec9615dba57f333b (patch)
treebc5be3447956dcb99faef9aac721d851583b0a78 /dev-python
parentdev-python/jsonschema: Bump to 4.3.2 (diff)
downloadgentoo-6ef577a709b636d44625035dec9615dba57f333b.tar.gz
gentoo-6ef577a709b636d44625035dec9615dba57f333b.tar.bz2
gentoo-6ef577a709b636d44625035dec9615dba57f333b.zip
dev-python/filetype: Bump to 1.0.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/filetype/Manifest1
-rw-r--r--dev-python/filetype/filetype-1.0.9.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/filetype/Manifest b/dev-python/filetype/Manifest
index 4899b439f005..75dbc8fbf6f3 100644
--- a/dev-python/filetype/Manifest
+++ b/dev-python/filetype/Manifest
@@ -1 +1,2 @@
DIST filetype-1.0.8.tar.gz 804082 BLAKE2B f636e9fdddd93dc8972c434666b82d97fd9572ce94f0c3b617add2ecaec2e1bfeaa267bb5ceaa07a6ed76d0b0ef0736451f9e4395353ce795e1a61e7cce5d543 SHA512 5ab87ec277781d27bdd7a4245f406d230724b0f0a7ab26e879cb78893262fbdff7088bb306203fb1fce38723b5d1c2a998fb8ae113509502755e995a1f81993b
+DIST filetype-1.0.9.tar.gz 804325 BLAKE2B f17cfec5d4c971d96a36d9cf4718ebb74f9c128c0818fb271a506323b978a68235db7700001baa52eb47beb3ba93a452495b08fb0c1ddd23424b9a8cf42d3443 SHA512 4d59c32c83a448136ac0d5aef55a24d13cee1c234f3a6d713ad7c63696c9e5b6bd502b4f365244be84f8579705fa48a31dc231ae8e52b2656aa72255dc61cef8
diff --git a/dev-python/filetype/filetype-1.0.9.ebuild b/dev-python/filetype/filetype-1.0.9.ebuild
new file mode 100644
index 000000000000..d13aeb5a02d6
--- /dev/null
+++ b/dev-python/filetype/filetype-1.0.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Small, dependency-free, fast Python package to infer binary file types checking"
+HOMEPAGE="https://github.com/h2non/filetype.py"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest