diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 14:28:06 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-24 15:02:33 +0200 |
commit | 603908898ef5de7d02dedd782f8a3d50ee0cbebd (patch) | |
tree | ebc6fc456621ed0546a901ecd1d59ae7fbd1f054 /dev-python/mkdocs-minify-plugin | |
parent | app-text/htmlmin: update EAPI 7 -> 8, enable py3.11, pep517 (diff) | |
download | gentoo-603908898ef5de7d02dedd782f8a3d50ee0cbebd.tar.gz gentoo-603908898ef5de7d02dedd782f8a3d50ee0cbebd.tar.bz2 gentoo-603908898ef5de7d02dedd782f8a3d50ee0cbebd.zip |
dev-python/mkdocs-minify-plugin: pep517, enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/mkdocs-minify-plugin')
-rw-r--r-- | dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r2.ebuild b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r2.ebuild new file mode 100644 index 000000000000..7d2e5d4f0dd6 --- /dev/null +++ b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="An MkDocs plugin to minify HTML and/or JS files prior to being written to disk" +HOMEPAGE=" + https://github.com/byrnereese/mkdocs-minify-plugin + https://pypi.org/project/mkdocs-minify-plugin/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}] + >=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}] + >=app-text/htmlmin-0.1.4[${PYTHON_USEDEP}] + >=dev-python/jsmin-2.2.2[${PYTHON_USEDEP}] +" |