diff options
Diffstat (limited to 'dev-python/csscompressor')
-rw-r--r-- | dev-python/csscompressor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/csscompressor/csscompressor-0.9.5.ebuild | 21 | ||||
-rw-r--r-- | dev-python/csscompressor/metadata.xml | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/csscompressor/Manifest b/dev-python/csscompressor/Manifest new file mode 100644 index 000000000000..8c9959f089e9 --- /dev/null +++ b/dev-python/csscompressor/Manifest @@ -0,0 +1 @@ +DIST csscompressor-0.9.5.tar.gz 237808 BLAKE2B 26d9e433513577a2b76660eef2ee0fc0fd3b95d28bcfb06ccc38dfd6f524d63414ba9bda297c8e4622cbd663e4752051717af506064509bdee14f0360ffdc481 SHA512 aee16b5af8b1b780a0fef10d359864a5a21a90b7196740c8b7efef25d1ba4d8197e9fce03483d0e2331abc736290cc6b862e43ee65d1b76260310aea65fc6eb6 diff --git a/dev-python/csscompressor/csscompressor-0.9.5.ebuild b/dev-python/csscompressor/csscompressor-0.9.5.ebuild new file mode 100644 index 000000000000..360b10fd909b --- /dev/null +++ b/dev-python/csscompressor/csscompressor-0.9.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="A python port of YUI CSS Compressor" +HOMEPAGE=" + https://github.com/sprymix/csscompressor + https://pypi.org/project/csscompressor/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest diff --git a/dev-python/csscompressor/metadata.xml b/dev-python/csscompressor/metadata.xml new file mode 100644 index 000000000000..1279ba40631e --- /dev/null +++ b/dev-python/csscompressor/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">sprymix/csscompressor</remote-id> + <remote-id type="pypi">csscompressor</remote-id> + </upstream> +</pkgmetadata> |