summaryrefslogtreecommitdiff
path: root/dev-python/filemagic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/filemagic
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/filemagic')
-rw-r--r--dev-python/filemagic/Manifest2
-rw-r--r--dev-python/filemagic/filemagic-1.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/filemagic/Manifest b/dev-python/filemagic/Manifest
index 8b7c62124579..49c98d1b704c 100644
--- a/dev-python/filemagic/Manifest
+++ b/dev-python/filemagic/Manifest
@@ -1,3 +1,3 @@
DIST filemagic-1.6.tar.gz 16754 BLAKE2B 248de7f4c900f693d56197828b96bcdbfae451e17948abc1f59105b5dd78bdcb662e5d7751927128e7ae2b4cea086b5c095f34ba0fbbd73d8acce569e77e943a SHA512 2b33b55467d14697ddcee2b1cb69eb41dd51474d2d8d095873f6f6609d77efa295a91bc9b976c9af22983a7cc801e1ea1e55163c18c5b6a41c4e1ff9cf73bb47
-EBUILD filemagic-1.6.ebuild 649 BLAKE2B 57c9ed1a3c19f4127e81136aa59a6816fe47578d7886afd1ab8af600c3df31b703b977d40cbe752760f7fd4ff4b8dd9c1014252ab8f8a181866f536852cd9b99 SHA512 7bcfb39ffe909e4e5235432fed321d25766ce2d8eff4a4fdf68831a7838463fe6b0aaa07ce1ce3235c3343d40da3e936b157549278f4904532573c9064f26ad3
+EBUILD filemagic-1.6.ebuild 640 BLAKE2B 8f8a44da6b4760bfdb868afcc056c08669fcf298af62fbf5e68a363fff1fadce51c53dd180fb4303f735eb6e6523e55e929c310602359507ca4f79c9fa3e2825 SHA512 f085d6abe947d54329f6bbc9dbf71762f96bf1cb8442931b89ab213ff7fbe61c1e77298394f223c8482870384e0d50ec11c333ed3994cf6a52ebcf8b8b82b9c2
MISC metadata.xml 420 BLAKE2B 870c83d63bedb0a2357ef11eebf51339d7cb0df8fe28a8b08d919e16878c131e40f3ea0b0ea2a1f811fa51104a8d13f8cc266a07e16bb5bfee7daa72e86263e3 SHA512 d5ef87b48a68d72cb02aa911d906e9914faee12fb43a5cc9d2b0710fe6dc7de592d3d2c99c163832a21811c65d2fd4ccb41a4c8feccb7e33114668d584039270
diff --git a/dev-python/filemagic/filemagic-1.6.ebuild b/dev-python/filemagic/filemagic-1.6.ebuild
index 65cc5be26d8a..2225c3055e91 100644
--- a/dev-python/filemagic/filemagic-1.6.ebuild
+++ b/dev-python/filemagic/filemagic-1.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1
DESCRIPTION="A Python API for libmagic, the library behind the Unix file command"