public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2021-10-19  6:40 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-10-19  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cc3aeb7f7accab08b16f5bee83dc20bee377398b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 19 06:27:48 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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 @@
+<?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>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2021-11-21 19:36 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2021-11-21 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b060a188403e9e752f0f8d3181d1d25d7576ca
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 19:35:59 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 19:35:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b060a1

app-text/cssmin: Stabilize 0.2.0 amd64, #825610

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0.ebuild b/app-text/cssmin/cssmin-0.2.0.ebuild
index 03344db2ee85..5a3978086c59 100644
--- a/app-text/cssmin/cssmin-0.2.0.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2021-11-22  7:51 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-11-22  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4a724344af1c3396e9985c5cbfd129571824a0fc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 07:50:55 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 07:50:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a724344

app-text/cssmin: x86 stable wrt bug #825610

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0.ebuild b/app-text/cssmin/cssmin-0.2.0.ebuild
index 5a3978086c59..eb89fe3440b0 100644
--- a/app-text/cssmin/cssmin-0.2.0.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-02-21 17:06 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-02-21 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f3db1af03c154153ebd69e3bbed3b98aa41e67e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:00:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:05:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3db1af0

app-text/cssmin: PEP517, pypi.eclass

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..9d989698550f
--- /dev/null
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python port of the YUI CSS compression algorithm"
+HOMEPAGE="https://pypi.org/project/cssmin/ https://github.com/zacharyvoase/cssmin"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-03-24 20:46 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-03-24 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     922965e4492d83033ca185085d24137b84724d2b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 20:46:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 20:46:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922965e4

app-text/cssmin: Stabilize 0.2.0-r1 ALLARCHES, #902909

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index 9d989698550f..f0b61ca513a5 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -11,4 +11,4 @@ HOMEPAGE="https://pypi.org/project/cssmin/ https://github.com/zacharyvoase/cssmi
 
 LICENSE="MIT BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-03-25  5:02 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-03-25  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1d6ff5c85142c3934163b855c024fb24aa156138
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 04:58:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 05:01:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6ff5c8

app-text/cssmin: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index f0b61ca513a5..b3d88778b80c 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -3,11 +3,16 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="Python port of the YUI CSS compression algorithm"
-HOMEPAGE="https://pypi.org/project/cssmin/ https://github.com/zacharyvoase/cssmin"
+HOMEPAGE="
+	https://pypi.org/project/cssmin/
+	https://github.com/zacharyvoase/cssmin/
+"
 
 LICENSE="MIT BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-03-25  5:02 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-03-25  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     54eaf8031c24236d2e44af08a2a723ccf37ab674
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 04:53:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 05:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eaf803

app-text/cssmin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/app-text/cssmin/cssmin-0.2.0.ebuild b/app-text/cssmin/cssmin-0.2.0.ebuild
deleted file mode 100644
index 074ed8583a55..000000000000
--- a/app-text/cssmin/cssmin-0.2.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..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"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-06-02 18:19 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-06-02 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f3fdc6fc895df1dbe45631d0bca0ee6142653f85
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 17:48:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 18:19:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fdc6fc

app-text/cssmin: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index b3d88778b80c..4e485c040505 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2023-11-24 15:17 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-11-24 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ae56deb71e2ce2acab6e0f1cd7ea700d9d3509a8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 15:17:11 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:17:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae56deb7

app-text/cssmin: Stabilize 0.2.0-r1 arm64, #918208

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index 3400fac0bd48..4ebe24c1333d 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -16,4 +16,4 @@ HOMEPAGE="
 
 LICENSE="MIT BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/
@ 2024-06-18 19:10 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-06-18 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d865ce2b5c031ce040c47d97b8fea5651f5751df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 19:00:56 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 19:10:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d865ce2b

app-text/cssmin: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index 4ebe24c1333d..257bf651852e 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-18 19:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-22  7:51 [gentoo-commits] repo/gentoo:master commit in: app-text/cssmin/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 19:10 Michał Górny
2023-11-24 15:17 Arthur Zamarin
2023-06-02 18:19 Michał Górny
2023-03-25  5:02 Michał Górny
2023-03-25  5:02 Michał Górny
2023-03-24 20:46 Arthur Zamarin
2023-02-21 17:06 Sam James
2021-11-21 19:36 Jakov Smolić
2021-10-19  6:40 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox