summaryrefslogtreecommitdiff
path: root/dev-python/jsmin
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/jsmin
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/jsmin')
-rw-r--r--dev-python/jsmin/Manifest4
-rw-r--r--dev-python/jsmin/jsmin-2.2.1.ebuild4
-rw-r--r--dev-python/jsmin/jsmin-2.2.2.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/jsmin/Manifest b/dev-python/jsmin/Manifest
index 7edca105e60a..e7cd66de38ab 100644
--- a/dev-python/jsmin/Manifest
+++ b/dev-python/jsmin/Manifest
@@ -1,5 +1,5 @@
DIST jsmin-2.2.1.tar.gz 12542 BLAKE2B 17586d8f9f7a5725a8fcae041a63fcf0d7a297fedc19271a1db417b1f847abfa30477d256aed474fca73e9e1484b47368458bfe2469dd5166b9b25535cbd4c10 SHA512 b70a72d5dbe37b34cac186967b151a79573bc060a1b814645b6d58499ec0e087f7a5941b00755258cb05e8a092f05b614de1253038140e773102f5312fa6a3c7
DIST jsmin-2.2.2.tar.gz 12705 BLAKE2B ff14d28c753443c4a17e19b7205b739d5a177eeb8074e4b16c7ae7e5f816758e1f54e07ceddf90dde70cc2752f9dadee0dc71754b2de3343256f3b1695187bba SHA512 e4fea940d7b5e1c0d7dacad70d90a242a8ba178423c886eb60ed7a36b1fba9ca67b5118f26e9a96058b86d3f612d40a21e62cdccd5858a2012a8f222fad3277d
-EBUILD jsmin-2.2.1.ebuild 501 BLAKE2B 3b10f52212e99372ece88d62abfc65b92d3fd55e104cbfb8c90932595903dffbcf98a6ebb8904f0e77d05a2ff0d4e332be384492228a109221bd8e38f36ba52d SHA512 e29d8282b8c01ca1f844b312ba252b631c9351e200ab28c08360daef8344bc2a3eb397fde88fbc44288e0b533bc1d3d2e407cc108dc553989b6b807e4562c12e
-EBUILD jsmin-2.2.2.ebuild 503 BLAKE2B c18d5bbae0378513dc01c61d00ebc77b48d1d83b2a8410c021ebd00458f48e3106f13c2134d44ff3cea958ce6ced609c6f8f7b0d74fcb1d3ef7c019be776c486 SHA512 b80f92e3ae87c6084626156e5a484118ce543b70ae9dfcdd09309f49a2c1424382d599a823cfa83224918d2908cd72d2e6b3773388b0d87af6faa5f9ea52a157
+EBUILD jsmin-2.2.1.ebuild 482 BLAKE2B 06500d233538097888b031d574d88226342338bd3b60b501abaa2453a371ce5c027dbc6f352dd4114fc9d3f18d48e58b33678428b600aeca6e7756a500ecc086 SHA512 9be37a4c6a51d0d9520c6fa564e335e2b553c38dd2a0e56c1cd82555dfa890315154fed4a043eb5ac44d4ce43bd5caa171b5b9b0c473ae61fac7e98096ee9ff9
+EBUILD jsmin-2.2.2.ebuild 484 BLAKE2B 5ada41f918762a409c1d2d954dd427f27e9328027a5a900538d480f2f901c7727eddf060d7e3b8b246345504ad7dc74c875770f1b0e0d970fc3d735662c2097e SHA512 fc9d41ee5df06670f2a66c644f5b6afa3ea98e43b98a41cf5bfc9d558ea2757ecfcb8133956969108b018e763c4084856828db0998a00f76e9d919e6297eaeb2
MISC metadata.xml 372 BLAKE2B bec41151e562694fd012b685bc171021d83ebfc80cc83f86a48d2150a4ab8e0d15f3c90c177387ccb2fd489230bb5613dba941f38bdd07ff1ed9878ce2253914 SHA512 3719ee9f00f088f6c8e0086fda757322717e177b4534877667e4f2606de6f97add603be1958c0d33a9189157184668296ced776f63fa5257bbaef5c3b0edfa31
diff --git a/dev-python/jsmin/jsmin-2.2.1.ebuild b/dev-python/jsmin/jsmin-2.2.1.ebuild
index 092192625bf4..d4b8650e1988 100644
--- a/dev-python/jsmin/jsmin-2.2.1.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/jsmin/jsmin-2.2.2.ebuild b/dev-python/jsmin/jsmin-2.2.2.ebuild
index c0ed121a12ea..76dc206a48e6 100644
--- a/dev-python/jsmin/jsmin-2.2.2.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.2.ebuild
@@ -1,9 +1,9 @@
-# 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=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1