summaryrefslogtreecommitdiff
path: root/dev-python/pelican-minify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /dev-python/pelican-minify
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/pelican-minify')
-rw-r--r--dev-python/pelican-minify/Manifest2
-rw-r--r--dev-python/pelican-minify/pelican-minify-0.9.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pelican-minify/Manifest b/dev-python/pelican-minify/Manifest
index 10f124427383..4d3e1ca54343 100644
--- a/dev-python/pelican-minify/Manifest
+++ b/dev-python/pelican-minify/Manifest
@@ -1,3 +1,3 @@
DIST pelican-minify-0.9.tar.gz 223517 BLAKE2B 808601e027af7b3970e3fcac08e9f0f656e48fe016a470b4a5b3892a108264e2fff52a9b036861fb9007da263e59c7fcf68867e789f65e20b29278fb8de445a0 SHA512 de28727ed6b39e89461b2d725139b88010def892f3fd23f822a6e84a585b3f93771fdc9ca8f402adc9bb196a0dde03b9d6417317c7e8141d83f0e6460860cd33
-EBUILD pelican-minify-0.9.ebuild 634 BLAKE2B 0dec40ead676e9c41ed21a8884561d1cf0284254eb0a1284285b05ff4929a0bc124151860c4f20040fe63fce40436966c5796d30969e9d2bc69144ed46bec1cd SHA512 66fd2550b1caeb647aaac1174b5c64db57c557d425878e9b24c20282e464ece0a156237a3ed287502304f092cd9d75e81ff80e150ffe658b7ce228685d9e6665
+EBUILD pelican-minify-0.9.ebuild 630 BLAKE2B 5d669b7a76dc118144dd166671b673063cc379cc2b2c95e345332aafb693b335e48d2816affc3c6aafad6e941392971622dd57cf532a4e3add38ce69317380dc SHA512 d8e31f05730f9fa3740bdebbc41b94f68222560f0c672a2bd8b131117628ccbaa5a3fa33f76d19261571559fccf43bf841a9978dd3f5a239519cd4eeb1d744d7
MISC metadata.xml 452 BLAKE2B bbe68af4fc0f50adc241fcd2a7c39fd15a2092ce59d1ce84a72e70d3174d44c95fd00342ca6e85b2d7c014a7543dff3bdbc56e11fa70d3f091a60b3e26f797d8 SHA512 838e7d6032dde459c275fc2d6cce3a3c4a86f4766573d2950031f7cacd52d66550961bb834010a56ed9b3a45d0182da3b35e06e71c2e55cdb66fef361035e242
diff --git a/dev-python/pelican-minify/pelican-minify-0.9.ebuild b/dev-python/pelican-minify/pelican-minify-0.9.ebuild
index 5cfa1c5bbab6..65699826ddaa 100644
--- a/dev-python/pelican-minify/pelican-minify-0.9.ebuild
+++ b/dev-python/pelican-minify/pelican-minify-0.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="An HTML minification plugin for Pelican, the static site generator."