dev-python/rcssmin: add 1.1.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
0f2b0d4813
commit
4c00b2b8b5
|
@ -1 +1,2 @@
|
|||
DIST rcssmin-1.1.1.tar.gz 582247 BLAKE2B 20a67546400f8fa86250a814f0a4b71e7f30df8ed8f9d0426d2ad097706174b082ad9645ca293c7477f0786ea42aca3c2a85b1fb1f32e30d44e816c10985a896 SHA512 3439808f0e9165cac33756a2664fb4e3a314107422a952ebd42b28653519d91ba9e8f775cd499078c6d3faf103415c7c66eec05258f2dcfe85fee4f253399dfd
|
||||
DIST rcssmin-1.1.2.tar.gz 582213 BLAKE2B bed0b91ad20ff768b92325f84230296dcadc8cff2b1bc38d9168e18e3539e67ca7ac2f1ae0524a4530eb5eba61fe778349f0dff977aa60a9cc4757c962ac7c63 SHA512 906c9d7f1beb3c4b6cf8245fefd205cafeeec7de88b81b89b1ccd108fa814db5c232e4d74550f6423e175faff6cc42147aae729d993d923bcc85c24757bd35d2
|
||||
|
|
27
dev-python/rcssmin/rcssmin-1.1.2.ebuild
Normal file
27
dev-python/rcssmin/rcssmin-1.1.2.ebuild
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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 pypi
|
||||
|
||||
DESCRIPTION="CSS minifier written in python"
|
||||
HOMEPAGE="http://opensource.perlig.de/rcssmin/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_configure() {
|
||||
export SETUP_CEXT_REQUIRED=1
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
|
||||
}
|
Loading…
Reference in a new issue