summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-19 09:27:48 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-19 09:39:23 +0300
commitcc3aeb7f7accab08b16f5bee83dc20bee377398b (patch)
tree438e61c4974a44ece74c0f5ca9f4c153f07fadbe /app-text/cssmin
parentdev-perl/Net-OpenSSH: x86 stable wrt bug #810157 (diff)
downloadgentoo-cc3aeb7f7accab08b16f5bee83dc20bee377398b.tar.gz
gentoo-cc3aeb7f7accab08b16f5bee83dc20bee377398b.tar.bz2
gentoo-cc3aeb7f7accab08b16f5bee83dc20bee377398b.zip
app-text/cssmin: new package (new rdep of flask-htmlmin)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/cssmin')
-rw-r--r--app-text/cssmin/Manifest1
-rw-r--r--app-text/cssmin/cssmin-0.2.0.ebuild15
-rw-r--r--app-text/cssmin/metadata.xml13
3 files changed, 29 insertions, 0 deletions
diff --git a/app-text/cssmin/Manifest b/app-text/cssmin/Manifest
new file mode 100644
index 000000000000..ea1eaab6805d
--- /dev/null
+++ b/app-text/cssmin/Manifest
@@ -0,0 +1 @@
+DIST cssmin-0.2.0.tar.gz 3228 BLAKE2B 2322d7c38e334234b11292c24752549404ce8c70068c6c70a1c6e227a9f63a721a923dbb3006199df2e96fc5c0aba44349a6d8ce33791aff2dc1275e186b8961 SHA512 9422152578bf28cf7c3eb063c1f0dd3604a3d8fa73cd81cde09ae297ab27669126c230ef40a2e8c37083c1e781ab977554f9012e60979fe431ceb83d43452a9d
diff --git a/app-text/cssmin/cssmin-0.2.0.ebuild b/app-text/cssmin/cssmin-0.2.0.ebuild
new file mode 100644
index 000000000000..03344db2ee85
--- /dev/null
+++ b/app-text/cssmin/cssmin-0.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 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="Python port of the YUI CSS compression algorithm"
+HOMEPAGE="https://pypi.org/project/cssmin/ https://github.com/zacharyvoase/cssmin"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/app-text/cssmin/metadata.xml b/app-text/cssmin/metadata.xml
new file mode 100644
index 000000000000..48e52c4496a4
--- /dev/null
+++ b/app-text/cssmin/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="pypi">cssmin</remote-id>
+ <remote-id type="github">zacharyvoase/cssmin</remote-id>
+ </upstream>
+</pkgmetadata>