summaryrefslogtreecommitdiff
path: root/dev-python/css-parser
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/css-parser
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/css-parser')
-rw-r--r--dev-python/css-parser/Manifest4
-rw-r--r--dev-python/css-parser/css-parser-1.0.4-r1.ebuild4
-rw-r--r--dev-python/css-parser/css-parser-1.0.4.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/css-parser/Manifest b/dev-python/css-parser/Manifest
index 92c28151b4a5..34c19e8bb02d 100644
--- a/dev-python/css-parser/Manifest
+++ b/dev-python/css-parser/Manifest
@@ -1,4 +1,4 @@
DIST css-parser-1.0.4.tar.gz 143977 BLAKE2B 94a42d751a90d306b0dd2d503d8d9c326509b438d1f52b5567e6f6db7d80e7a6d2c37cbfa0db79225cc4d0fd5df612b3e430fa1c62604a2f8990d20678019af0 SHA512 3781128e55c1e72aa00369873e214f683e3f42944ae83d399697adb7d2966f68fb500c39982845ce9cd06078e4021838d82b06f99d90938069371da8a89a0857
-EBUILD css-parser-1.0.4-r1.ebuild 454 BLAKE2B 54dcd27e65fd39ebde410af6218d19e334a273eda334ee98e312349fba947ae883a6d8a5eb7b01e962d6baa0602111f4ce8ad8035f0d37fb34f075ab502d4501 SHA512 799bd4da0ffa1219e68ae8bed097618b7c3d39b83b4ed600b56f1b1477b5b5eeac36575a2a4f6c70b89344f71f78375225dd11abc84288f5636cfdeac45e2dd1
-EBUILD css-parser-1.0.4.ebuild 513 BLAKE2B 0f71bdb613060632b0aa263ad32a1dff6f1cfccd2622c1e5b08dd80a990b27e79e29107a5adcb53baa378b5418b78d1afe7826352c34701b06a76b73ce53e305 SHA512 42eb2bc62415953f4d34cb550380c5c1a26fad3d34008be88b77a43086d3fdf3f6ee3372cb518080f74c778c5f632b5db10690c0d54852ebdac4f42e84da93ca
+EBUILD css-parser-1.0.4-r1.ebuild 447 BLAKE2B 94bca495c4fdce10c89aef64745a8f7391580d76c77e1f3b7ec075bd400eb5a54f3f350a2d22410a73b09f138a09862641946fdf7a62b2fedcc339155b1fbd99 SHA512 27a67f2b961ab13b65cf66c28464d4277f3c5d6767b4230abb9311e0664910f6557e940fad1c9ae0cdf43113be0eb0c2dfd029b1d596160ae3febb9373c04542
+EBUILD css-parser-1.0.4.ebuild 504 BLAKE2B 13565e161f115759da506ab67f51351dd371e9ad3e3a627de241e498c9ab1e6b3a79777d442a69eeb39b10a76ae466d1194bfa4d40898fd598348df9759231f9 SHA512 1f628f7cb29632eae50cb570d9a996a6b349467ca7a75f8742f400caa179344651c1d47ba584a56788db24af8081062aa01ca1107a11572c5adbb763a9ebb39d
MISC metadata.xml 313 BLAKE2B bf6a2cf19a6d43b19692e4d932d695a811d10530fadb6b33a6f329be4ce815bb36ded2c7a1b3b0081237543954972d58ae115576d4ff0c3d4fc0309fb77f3a58 SHA512 1ca073d67b4f5afa950071e961b091993c0f14a66073e28f33604bc5cf5820d9f4701901d93f8db46a91b1fb6b7a05b8164a749823e2c59959640e8771b3126f
diff --git a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild b/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
index e7bc561a48cf..a4463625ab4d 100644
--- a/dev-python/css-parser/css-parser-1.0.4-r1.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.4-r1.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=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
inherit distutils-r1
diff --git a/dev-python/css-parser/css-parser-1.0.4.ebuild b/dev-python/css-parser/css-parser-1.0.4.ebuild
index acae24f4a4b0..ae8265ea555d 100644
--- a/dev-python/css-parser/css-parser-1.0.4.ebuild
+++ b/dev-python/css-parser/css-parser-1.0.4.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,6}} pypy )
+PYTHON_COMPAT=( python{2_7,3_6} )
inherit distutils-r1