dev-python/rjsmin: new package, add 1.2.1
This commit is contained in:
parent
f839584d33
commit
86bfeb33ad
1
dev-python/rjsmin/Manifest
Normal file
1
dev-python/rjsmin/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST rjsmin-1.2.1.gh.tar.gz 446764 BLAKE2B 2cb94b15add5026b6cf71e914708607d2651c8162043a5d7058cc02836697a2d5dbc3fa9893f73e45e00b2544fc59447751ae57b001b0a167514b3941d7dd8c1 SHA512 4488986ed3e8e5b6f86daa8fefb1ae843ea511cad28ccb3b21cc528f2bb43111c7e9959dade06ba5ef5441c9bf158eac25de0fc75bac0ed1cd830e2ba6896056
|
12
dev-python/rjsmin/metadata.xml
Normal file
12
dev-python/rjsmin/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">rjsmin</remote-id>
|
||||
<remote-id type="github">ndparker/rjsmin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
21
dev-python/rjsmin/rjsmin-1.2.1.ebuild
Normal file
21
dev-python/rjsmin/rjsmin-1.2.1.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_{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
|
Loading…
Reference in a new issue