From 87c2b6fb3fb9e2199d055c3021bd6c858d695614 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 20 Aug 2024 02:46:32 +0200 Subject: [PATCH] dev-python/rjsmin: add 1.2.2 Signed-off-by: Alarig Le Lay --- dev-python/rjsmin/Manifest | 1 + dev-python/rjsmin/rjsmin-1.2.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/rjsmin/rjsmin-1.2.2.ebuild diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest index 3b56ca7..b25d21a 100644 --- a/dev-python/rjsmin/Manifest +++ b/dev-python/rjsmin/Manifest @@ -1 +1,2 @@ DIST rjsmin-1.2.1.gh.tar.gz 446764 BLAKE2B 2cb94b15add5026b6cf71e914708607d2651c8162043a5d7058cc02836697a2d5dbc3fa9893f73e45e00b2544fc59447751ae57b001b0a167514b3941d7dd8c1 SHA512 4488986ed3e8e5b6f86daa8fefb1ae843ea511cad28ccb3b21cc528f2bb43111c7e9959dade06ba5ef5441c9bf158eac25de0fc75bac0ed1cd830e2ba6896056 +DIST rjsmin-1.2.2.gh.tar.gz 448271 BLAKE2B 31803f67564911b5785afd03fdc97ce1e8425f8090e2807219a1968d52b463d1272096967137ca3134eedcc331110286f1c0744514ec9bf1b30dcd6763cb7f1c SHA512 6df5abe25b56e10a9ed23715a507990965a537a1e2add4984c7ee6732f9aa580d62f18785b0361dc73929e26c0d4ce4c73cad2560132f6a31b8233fc91cb3bdf diff --git a/dev-python/rjsmin/rjsmin-1.2.2.ebuild b/dev-python/rjsmin/rjsmin-1.2.2.ebuild new file mode 100644 index 0000000..ef84c0a --- /dev/null +++ b/dev-python/rjsmin/rjsmin-1.2.2.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_{10..12} ) + +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