dev-python/mkdocs-minify-plugin: an mkdocs plugin to minify HTML/JS

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-09 17:06:46 +02:00
parent a424ce880d
commit 879d026140
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST mkdocs-minify-plugin-0.2.3.tar.gz 2972 BLAKE2B de453e977ccd75940e02ad081cd749bb35c80df43e809ef00d2f513cc37c3cb8e5ab2872e7e8f2bcf871fdf3adb6d1eb8de79942192f69dd565272b23b81242d SHA512 d00b411560d705d6ff2fc44c26a8b20ed26d2da754cfab2046f5c3af46cf2eda2f9f9fb92cd46391ecb00497a3a24f9780e5c66f7feb3a3ebdec30fd61a0aedb

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<upstream>
<remote-id type="github">byrnereese/mkdocs-minify-plugin</remote-id>
<remote-id type="pypi">mkdocs-minify-plugin</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_USE_SETUPTOOLS=rdepend
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 ~x86"
RDEPEND="
>=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]
>=app-text/htmlmin-0.1.4[${PYTHON_USEDEP}]
>=dev-python/jsmin-2.2.2[${PYTHON_USEDEP}]
"