diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest new file mode 100644 index 0000000000000..c217598e19925 --- /dev/null +++ b/dev-python/rjsmin/Manifest @@ -0,0 +1 @@ +DIST rjsmin-1.1.0.tar.gz 412426 BLAKE2B ac4aed389359b27c6506890da8ec7874536835befff6868b556542489deaadb5557caf688fd959cd2dff1b25d312a8b738ea5f73e00fbb1f705ddeeaea021dd2 SHA512 e89641666f4235e5125e33a8da727a204bd0f263c101833849d8368edb7522a184b0f6d87da39690b7e8c1dad0ae8a40508b019e971393a3ad99440ad8ccc3fc diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml new file mode 100644 index 0000000000000..c36c37139fadf --- /dev/null +++ b/dev-python/rjsmin/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + diff --git a/dev-python/rjsmin/rjsmin-1.1.0.ebuild b/dev-python/rjsmin/rjsmin-1.1.0.ebuild new file mode 100644 index 0000000000000..241f8ac3f8999 --- /dev/null +++ b/dev-python/rjsmin/rjsmin-1.1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Javascript minifier written in python." +HOMEPAGE="http://opensource.perlig.de/rjsmin/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64"