summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-22 16:08:14 +0100
committerSam James <sam@gentoo.org>2021-02-22 22:19:24 +0000
commit489b0464be2f5c29aa53320274eac900821ccc71 (patch)
tree89c0a96761babb224a6070d0686f4cf5908c8479
parentdev-python/oslo-sphinx: Mark ALLARCHES (diff)
downloadgentoo-489b0464be2f5c29aa53320274eac900821ccc71.tar.gz
gentoo-489b0464be2f5c29aa53320274eac900821ccc71.tar.bz2
gentoo-489b0464be2f5c29aa53320274eac900821ccc71.zip
dev-python/pelican-minify: Port to python 3.{8,9}
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pelican-minify/pelican-minify-0.9.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/pelican-minify/pelican-minify-0.9.ebuild b/dev-python/pelican-minify/pelican-minify-0.9.ebuild
index a1a18fb13262..0188745ee87e 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="An HTML minification plugin for Pelican, the static site generator."
@@ -13,10 +13,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
>=dev-python/joblib-0.9[${PYTHON_USEDEP}]
>=app-text/htmlmin-0.1.5[${PYTHON_USEDEP}]
>=app-text/pelican-3.1.1[${PYTHON_USEDEP}]"