summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-24 21:12:20 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-24 21:28:42 +0200
commit5b6b88af0c13bb451020dd5d3460ca5c6bee392c (patch)
tree5834962ad84365b04a2e0df3cf48a5cc800b8768 /dev-python/filetype
parentwww-client/microsoft-edge-dev: remove old (diff)
downloadgentoo-5b6b88af0c13bb451020dd5d3460ca5c6bee392c.tar.gz
gentoo-5b6b88af0c13bb451020dd5d3460ca5c6bee392c.tar.bz2
gentoo-5b6b88af0c13bb451020dd5d3460ca5c6bee392c.zip
dev-python/filetype: Bump to 1.0.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filetype')
-rw-r--r--dev-python/filetype/Manifest1
-rw-r--r--dev-python/filetype/filetype-1.0.8.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/filetype/Manifest b/dev-python/filetype/Manifest
index 31824e49eaa6..846d3fd29df9 100644
--- a/dev-python/filetype/Manifest
+++ b/dev-python/filetype/Manifest
@@ -1 +1,2 @@
DIST filetype-1.0.7.tar.gz 666636 BLAKE2B 3abc1cc3a94b3ca8c91b9b43909522efa18736c826f8f45990b3d7dab18047476f05b259108290bf7383e4df82a63def4249c0d52ae313b0dc23d377bb5369d8 SHA512 8d81261082a5765c2f96b587cc8372ec2e7347536f3e76c1f4c17f10011fd1808309ceaf55923f0e063f379cdd253020ce651a263b9535a9d16375f07dc8ec92
+DIST filetype-1.0.8.tar.gz 804082 BLAKE2B f636e9fdddd93dc8972c434666b82d97fd9572ce94f0c3b617add2ecaec2e1bfeaa267bb5ceaa07a6ed76d0b0ef0736451f9e4395353ce795e1a61e7cce5d543 SHA512 5ab87ec277781d27bdd7a4245f406d230724b0f0a7ab26e879cb78893262fbdff7088bb306203fb1fce38723b5d1c2a998fb8ae113509502755e995a1f81993b
diff --git a/dev-python/filetype/filetype-1.0.8.ebuild b/dev-python/filetype/filetype-1.0.8.ebuild
new file mode 100644
index 000000000000..d13aeb5a02d6
--- /dev/null
+++ b/dev-python/filetype/filetype-1.0.8.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