rcssmin: add test, fix pkgcheck

This commit is contained in:
rick 2025-06-07 01:51:03 +02:00
parent 68fdc70f46
commit a069150784
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
2 changed files with 4 additions and 6 deletions

View file

@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">ndparker/rcssmin</remote-id>
<remote-id type="pypi">rcssmin</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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