From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A74F4158086 for ; Tue, 19 Oct 2021 06:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1C3E0874; Tue, 19 Oct 2021 06:40:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00D79E0869 for ; Tue, 19 Oct 2021 06:40:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4BA2343567 for ; Tue, 19 Oct 2021 06:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21398157 for ; Tue, 19 Oct 2021 06:40:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1634625563.cc3aeb7f7accab08b16f5bee83dc20bee377398b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cssmin/Manifest app-text/cssmin/cssmin-0.2.0.ebuild app-text/cssmin/metadata.xml X-VCS-Directories: app-text/cssmin/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cc3aeb7f7accab08b16f5bee83dc20bee377398b X-VCS-Branch: master Date: Tue, 19 Oct 2021 06:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: adf03ae8-0e1d-4ed8-8799-7cab3b0c3fbf X-Archives-Hash: 0b9845793d17795fc78d2ac7b2f3b0c3 commit: cc3aeb7f7accab08b16f5bee83dc20bee377398b Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 19 06:27:48 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Oct 19 06:39:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3aeb7f app-text/cssmin: new package (new rdep of flask-htmlmin) Signed-off-by: Arthur Zamarin gentoo.org> app-text/cssmin/Manifest | 1 + app-text/cssmin/cssmin-0.2.0.ebuild | 15 +++++++++++++++ app-text/cssmin/metadata.xml | 13 +++++++++++++ 3 files changed, 29 insertions(+) diff --git a/app-text/cssmin/Manifest b/app-text/cssmin/Manifest new file mode 100644 index 00000000000..ea1eaab6805 --- /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 00000000000..03344db2ee8 --- /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 00000000000..48e52c4496a --- /dev/null +++ b/app-text/cssmin/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + cssmin + zacharyvoase/cssmin + +