dev-python/rjsmin: add 1.2.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d74d5a7d24
commit
87c2b6fb3f
|
@ -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
|
||||
|
|
21
dev-python/rjsmin/rjsmin-1.2.2.ebuild
Normal file
21
dev-python/rjsmin/rjsmin-1.2.2.ebuild
Normal file
|
@ -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
|
Loading…
Reference in a new issue