mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/rcssmin: Initial commit.
Required for mailman 3. Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.7, Repoman-3.0.1
This commit is contained in:
1
dev-python/rcssmin/Manifest
Normal file
1
dev-python/rcssmin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rcssmin-1.0.6.tar.gz 582894 BLAKE2B 64fcd9bd9ea96037acfcbb0edf5ddba45f0804cb1862fb60dffaa5b60a0ee2a0927fc237fd04cbf9be438a9468b54dfccb56729a6d191ee323d9ccb819857dbc SHA512 5129a6007755a5b1949256bba7ad3616a08034d7bfcf06a1f9d8143897dddc5d2f6b8a0ebde7abb2e8b12e5b1aee2e46260e59101a78f35026e15f9f6503db77
|
||||
10
dev-python/rcssmin/metadata.xml
Normal file
10
dev-python/rcssmin/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>hanno@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">rcssmin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
21
dev-python/rcssmin/rcssmin-1.0.6.ebuild
Normal file
21
dev-python/rcssmin/rcssmin-1.0.6.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="CSS minifier written in python."
|
||||
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"
|
||||
|
||||
DOCS=""
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
|
||||
}
|
||||
Reference in New Issue
Block a user