diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest new file mode 100644 index 0000000..3b56ca7 --- /dev/null +++ b/dev-python/rjsmin/Manifest @@ -0,0 +1 @@ +DIST rjsmin-1.2.1.gh.tar.gz 446764 BLAKE2B 2cb94b15add5026b6cf71e914708607d2651c8162043a5d7058cc02836697a2d5dbc3fa9893f73e45e00b2544fc59447751ae57b001b0a167514b3941d7dd8c1 SHA512 4488986ed3e8e5b6f86daa8fefb1ae843ea511cad28ccb3b21cc528f2bb43111c7e9959dade06ba5ef5441c9bf158eac25de0fc75bac0ed1cd830e2ba6896056 diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml new file mode 100644 index 0000000..3989b79 --- /dev/null +++ b/dev-python/rjsmin/metadata.xml @@ -0,0 +1,12 @@ + + + + + williamh@gentoo.org + William Hubbs + + + rjsmin + ndparker/rjsmin + + diff --git a/dev-python/rjsmin/rjsmin-1.2.1.ebuild b/dev-python/rjsmin/rjsmin-1.2.1.ebuild new file mode 100644 index 0000000..8e70a28 --- /dev/null +++ b/dev-python/rjsmin/rjsmin-1.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Javascript minifier written in python" +HOMEPAGE="http://opensource.perlig.de/rjsmin/" +SRC_URI=" + https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest