mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
rcssmin: add test, fix pkgcheck
This commit is contained in:
parent
68fdc70f46
commit
a069150784
2 changed files with 4 additions and 6 deletions
|
|
@ -7,5 +7,6 @@
|
|||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ndparker/rcssmin</remote-id>
|
||||
<remote-id type="pypi">rcssmin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -3,20 +3,17 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="RCSSmin is a CSS minifier"
|
||||
HOMEPAGE="http://opensource.perlig.de/rcssmin/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=""
|
||||
BDEPEND=""
|
||||
distutils_enable_tests pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue