diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:07:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 09:07:19 +0200 |
commit | 1a8a7f720a77942a141a0f5cd50bc986846cff08 (patch) | |
tree | 9126f07dc4c112088f05efe9bff34eba14f3b4f6 /dev-python/filetype | |
parent | dev-python/dulwich: Remove redundant versions (diff) | |
download | gentoo-1a8a7f720a77942a141a0f5cd50bc986846cff08.tar.gz gentoo-1a8a7f720a77942a141a0f5cd50bc986846cff08.tar.bz2 gentoo-1a8a7f720a77942a141a0f5cd50bc986846cff08.zip |
dev-python/filetype: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/filetype')
-rw-r--r-- | dev-python/filetype/Manifest | 1 | ||||
-rw-r--r-- | dev-python/filetype/filetype-1.0.5.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/filetype/Manifest b/dev-python/filetype/Manifest index 8df51a42b738..31824e49eaa6 100644 --- a/dev-python/filetype/Manifest +++ b/dev-python/filetype/Manifest @@ -1,2 +1 @@ -DIST filetype-1.0.5.tar.gz 668401 BLAKE2B c8dbb2d993a13c848b6460cbdb99da20606bbb632b388c2a0c0a28debf6119c73257f177c55cbce201ed7ac5a47f04a4a2c3137cfde887638151cb287c28333b SHA512 c90846deedfdb9c0dbb8f0f2e3943494ea2a8cbb85752b8fa8093f76a3760864e3a1854530d7a62c418a9e475e22f161ba52c9069cafe24d6f069fd300191dea DIST filetype-1.0.7.tar.gz 666636 BLAKE2B 3abc1cc3a94b3ca8c91b9b43909522efa18736c826f8f45990b3d7dab18047476f05b259108290bf7383e4df82a63def4249c0d52ae313b0dc23d377bb5369d8 SHA512 8d81261082a5765c2f96b587cc8372ec2e7347536f3e76c1f4c17f10011fd1808309ceaf55923f0e063f379cdd253020ce651a263b9535a9d16375f07dc8ec92 diff --git a/dev-python/filetype/filetype-1.0.5.ebuild b/dev-python/filetype/filetype-1.0.5.ebuild deleted file mode 100644 index c03555accc31..000000000000 --- a/dev-python/filetype/filetype-1.0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64" - -PATCHES=( "${FILESDIR}/${P}-examples.patch" ) - -distutils_enable_tests unittest |