diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-26 01:46:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-03-26 01:46:00 +0000 |
| commit | 5cf16ed942201a806405627ca518b9e10b296f79 (patch) | |
| tree | 08f4d43c358579481260ac9866d98bb99ca8aba6 /dev-python/python-magic | |
| parent | cd2aff2dcbe979cceb742930f1065ed234b72bd2 (diff) | |
| download | baldeagleos-repo-5cf16ed942201a806405627ca518b9e10b296f79.tar.gz baldeagleos-repo-5cf16ed942201a806405627ca518b9e10b296f79.tar.xz baldeagleos-repo-5cf16ed942201a806405627ca518b9e10b296f79.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-magic')
| -rw-r--r-- | dev-python/python-magic/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-magic/python-magic-0.4.20.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/python-magic/Manifest b/dev-python/python-magic/Manifest index fe19908e7815..3d84bdf143a1 100644 --- a/dev-python/python-magic/Manifest +++ b/dev-python/python-magic/Manifest @@ -1,2 +1 @@ -DIST python-magic-0.4.20.gh.tar.gz 863539 BLAKE2B 27f345b138068a44670456209b9f87e9715c475787bcfff396c711cb0f768ee83599b9e6ebbc4c0c73c6867c3653518938b51116d28e3d77a758a6d1b860c7b9 SHA512 3927958a6957177d1a6e8bcbbb3723f489018f9037b619bbf7478ab68ba2ddd52d9a0caf18e6a73671e8e5e1cb8a9efb957756ba9547a7dd66ab6ba293f37826 DIST python-magic-0.4.22.gh.tar.gz 863567 BLAKE2B 6994869e4cc5ba5ff7ae1a6ac6117f5b1553a11079fb5faaa23b48ee241b2615e2514270f66c55b417b4051d6a5aedd7c289f139c23842979e4af0cdb7a34e3a SHA512 7f16c090a713be4ecc25727f0195bddfadfa9f54507899e35f48bd268ea1d78637ca024ecf02e331a8988a931e430f7346bb5f4b46e58ddc1ff03ec678640e6d diff --git a/dev-python/python-magic/python-magic-0.4.20.ebuild b/dev-python/python-magic/python-magic-0.4.20.ebuild deleted file mode 100644 index a9839b485751..000000000000 --- a/dev-python/python-magic/python-magic-0.4.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Access the libmagic file type identification library" -HOMEPAGE="https://github.com/ahupp/python-magic" -SRC_URI=" - https://github.com/ahupp/python-magic/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD-2 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="sys-apps/file[-python]" -BDEPEND=" - test? ( sys-apps/file ) -" - -python_test() { - local -x LC_ALL=en_US.UTF-8 - "${EPYTHON}" test/test.py -v || die "Tests fail with ${EPYTHON}" -} |
