summaryrefslogtreecommitdiff
path: root/dev-python/slimit
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/slimit
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/slimit')
-rw-r--r--dev-python/slimit/Manifest2
-rw-r--r--dev-python/slimit/slimit-0.8.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/slimit/Manifest b/dev-python/slimit/Manifest
index e93a8873bf8e..fa3cd8e27c23 100644
--- a/dev-python/slimit/Manifest
+++ b/dev-python/slimit/Manifest
@@ -1,4 +1,4 @@
AUX slimit-0.8.1-fix-python3.patch 18813 BLAKE2B d4cdfcce63635ad35ebd7c1c4a42ee9b1d4fba2dea4aac3a97274c98e012b615dbd121413243e1279c00ad731527bf311aa5fe4dc25fa174b5142abb4f990c32 SHA512 fad15e30fea0000f797db6e113ca83d847e412c5906e42d15bf1d8afab857d617403f92b733ebad761cd6182e16e5a8f21081829d2410f9842bd8fa8f093b8e8
DIST slimit-0.8.1.tar.gz 90096 BLAKE2B 9bf7a00fa7aa48a47950b2db66868c03e3923ed7b878ac4d93bd92becc1909cb79a15365db8185f6d8872028e0d01343394e4c768149155bc6aaeb4acf69954f SHA512 ce33dd15c755b8327a73121322b525738b5f8d83c08b0b6329fa6e090575c68883b4bfa29df04544e5f566f3a81a60e480b5e760e2b0e67644a7db5e25604cc0
-EBUILD slimit-0.8.1-r1.ebuild 1132 BLAKE2B c53165c8d72261e5aa47683345536af9869f3464c04191291924e4515f0902193844f0050fce1254147c15676bc15f9c43d1d24b91808c75ff2bb4bffc0ce29e SHA512 406c7225c51ca265d8adbe3034fc8507d2845c3550d0be2f56d69e81395d1b46dd101422c6adb51ee8a2c8385c7ac048d78b40466e010ba384a36f8049092ad7
+EBUILD slimit-0.8.1-r1.ebuild 1115 BLAKE2B 7aa39e68359a71e4f7fd340b2e70a0dc8fcb2176dc383a4c64a24a482e8bc3f650a66baf23ad7f2c47c48d25fcb23a522715f78be1a7a39f005e87e956a6c7ab SHA512 83f1ce88d951d92fd3a3690d1b8a8a65081e8801f66aa76abbd3a610c4990625c47df825551e275fd383d8c1814774e37fa30ec1a9e521a7498dbfc515665076
MISC metadata.xml 381 BLAKE2B e72dd60346098d4cb6e0886a32c5bea0139c33eb086282ad337b3125154f4b7badec99e22b539430c38ab224a50e0da28863c85eb91f5f03243328b327f75999 SHA512 54ac346d7d9d2f0d267ad22b777d8e504fdd9f2b5e9aeb1d7465d0047c820208e323e24a57cdc0f5361c3ef35feece064b67d3d42c6934562362cda319110986
diff --git a/dev-python/slimit/slimit-0.8.1-r1.ebuild b/dev-python/slimit/slimit-0.8.1-r1.ebuild
index 63cf71e71ec6..c65e63cdd426 100644
--- a/dev-python/slimit/slimit-0.8.1-r1.ebuild
+++ b/dev-python/slimit/slimit-0.8.1-r1.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 pypy{,3} python3_{5,6} )
+PYTHON_COMPAT=( pypy3 python3_6 )
inherit distutils-r1
DESCRIPTION="A JavaScript minifier written in Python"