From 78e0d02bcb4b42adc66e5ece303c6fae0770c324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Wed, 16 Sep 2020 14:29:03 +0200 Subject: [PATCH] dev-python/rjsmin: Initial commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed for mailman 3. Signed-off-by: Hanno Böck Package-Manager: Portage-3.0.7, Repoman-3.0.1 --- dev-python/rjsmin/Manifest | 1 + dev-python/rjsmin/metadata.xml | 8 ++++++++ dev-python/rjsmin/rjsmin-1.1.0.ebuild | 15 +++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 dev-python/rjsmin/Manifest create mode 100644 dev-python/rjsmin/metadata.xml create mode 100644 dev-python/rjsmin/rjsmin-1.1.0.ebuild 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"