public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2020-09-16 12:29 Hanno Böck
  0 siblings, 0 replies; 7+ messages in thread
From: Hanno Böck @ 2020-09-16 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     78e0d02bcb4b42adc66e5ece303c6fae0770c324
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 12:29:03 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 12:29:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e0d02b

dev-python/rjsmin: Initial commit.

Needed for mailman 3.

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.7, Repoman-3.0.1

 dev-python/rjsmin/Manifest            |  1 +
 dev-python/rjsmin/metadata.xml        |  8 ++++++++
 dev-python/rjsmin/rjsmin-1.1.0.ebuild | 15 +++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest
new file mode 100644
index 00000000000..c217598e199
--- /dev/null
+++ b/dev-python/rjsmin/Manifest
@@ -0,0 +1 @@
+DIST rjsmin-1.1.0.tar.gz 412426 BLAKE2B ac4aed389359b27c6506890da8ec7874536835befff6868b556542489deaadb5557caf688fd959cd2dff1b25d312a8b738ea5f73e00fbb1f705ddeeaea021dd2 SHA512 e89641666f4235e5125e33a8da727a204bd0f263c101833849d8368edb7522a184b0f6d87da39690b7e8c1dad0ae8a40508b019e971393a3ad99440ad8ccc3fc

diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-python/rjsmin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/rjsmin/rjsmin-1.1.0.ebuild b/dev-python/rjsmin/rjsmin-1.1.0.ebuild
new file mode 100644
index 00000000000..241f8ac3f89
--- /dev/null
+++ b/dev-python/rjsmin/rjsmin-1.1.0.ebuild
@@ -0,0 +1,15 @@
+# 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="Javascript minifier written in python."
+HOMEPAGE="http://opensource.perlig.de/rjsmin/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2021-08-26 19:46 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2021-08-26 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ebb8cf272dc7e1beed6af5f69ea10fa1e3d1b917
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 04:28:34 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 19:46:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb8cf27

dev-python/rjsmin: add github upstream metadata

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

 dev-python/rjsmin/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml
index 18193f22897..fa78ec947d3 100644
--- a/dev-python/rjsmin/metadata.xml
+++ b/dev-python/rjsmin/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">rjsmin</remote-id>
+		<remote-id type="github">ndparker/rjsmin</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2021-09-12 16:55 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2021-09-12 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e78a681d767b22dfd92c5790348742ca871c8bc6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 16:55:04 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 16:55:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78a681d

dev-python/rjsmin: enable py3.10, EAPI=8, enable tests

Closes: https://bugs.gentoo.org/797856
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/rjsmin/Manifest            |  2 +-
 dev-python/rjsmin/rjsmin-1.1.0.ebuild | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest
index c217598e199..93f4f5a06c5 100644
--- a/dev-python/rjsmin/Manifest
+++ b/dev-python/rjsmin/Manifest
@@ -1 +1 @@
-DIST rjsmin-1.1.0.tar.gz 412426 BLAKE2B ac4aed389359b27c6506890da8ec7874536835befff6868b556542489deaadb5557caf688fd959cd2dff1b25d312a8b738ea5f73e00fbb1f705ddeeaea021dd2 SHA512 e89641666f4235e5125e33a8da727a204bd0f263c101833849d8368edb7522a184b0f6d87da39690b7e8c1dad0ae8a40508b019e971393a3ad99440ad8ccc3fc
+DIST rjsmin-1.1.0.gh.tar.gz 437054 BLAKE2B 83b24f1ee94ded66a70ed75b3e494b3e6948edf82fecc80f261964fd2bb032a8cb496ed919f461131b3381c402a6397e65bfa5031f46691c4badfc5e9e2faea2 SHA512 5e168e51e1716fe35a3520fba828d721638094a6f6f73deb4c49183d8cd51531131962e2c7092ada092da63c4ddd615215088bd1a9e474d508f80dc0603d3118

diff --git a/dev-python/rjsmin/rjsmin-1.1.0.ebuild b/dev-python/rjsmin/rjsmin-1.1.0.ebuild
index 2b5672966bb..ef45a0bd23f 100644
--- a/dev-python/rjsmin/rjsmin-1.1.0.ebuild
+++ b/dev-python/rjsmin/rjsmin-1.1.0.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Javascript minifier written in python."
 HOMEPAGE="http://opensource.perlig.de/rjsmin/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="
+	https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2021-11-15  8:34 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2021-11-15  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     fd1bc6b0ad0d82387303577013175ee0aff8eecb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 08:15:48 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 08:27:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1bc6b0

dev-python/rjsmin: Bump to 1.2.0

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

 dev-python/rjsmin/Manifest            |  1 +
 dev-python/rjsmin/rjsmin-1.2.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest
index 93f4f5a06c5d..6e72f9cc9972 100644
--- a/dev-python/rjsmin/Manifest
+++ b/dev-python/rjsmin/Manifest
@@ -1 +1,2 @@
 DIST rjsmin-1.1.0.gh.tar.gz 437054 BLAKE2B 83b24f1ee94ded66a70ed75b3e494b3e6948edf82fecc80f261964fd2bb032a8cb496ed919f461131b3381c402a6397e65bfa5031f46691c4badfc5e9e2faea2 SHA512 5e168e51e1716fe35a3520fba828d721638094a6f6f73deb4c49183d8cd51531131962e2c7092ada092da63c4ddd615215088bd1a9e474d508f80dc0603d3118
+DIST rjsmin-1.2.0.gh.tar.gz 443279 BLAKE2B 7cb000485fd134fdc590b90766357b0eea5b33a9baf2fb12623ad5a882ac545aa7dd3f447a23c95da3cdf79f44e4f369d48b1cb2e08b790ef7376e9b6c9fa4d8 SHA512 bc40dd59d7dd4e106170db473ef3c3c6df74abdc93d098521f91212a08476541f13a97663c9f56498188c59b3876242c6c81a5633fea84d83e8ab2f7a4d918ad

diff --git a/dev-python/rjsmin/rjsmin-1.2.0.ebuild b/dev-python/rjsmin/rjsmin-1.2.0.ebuild
new file mode 100644
index 000000000000..ef45a0bd23f0
--- /dev/null
+++ b/dev-python/rjsmin/rjsmin-1.2.0.ebuild
@@ -0,0 +1,19 @@
+# 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="Javascript minifier written in python."
+HOMEPAGE="http://opensource.perlig.de/rjsmin/"
+SRC_URI="
+	https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2022-02-26  8:34 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2022-02-26  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     252ee12004460b207a0f638ab1eda0de0d4a5260
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 08:23:35 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 08:34:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252ee120

dev-python/rjsmin: Remove old

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

 dev-python/rjsmin/Manifest            |  1 -
 dev-python/rjsmin/rjsmin-1.1.0.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest
index 6e72f9cc9972..bca876d12621 100644
--- a/dev-python/rjsmin/Manifest
+++ b/dev-python/rjsmin/Manifest
@@ -1,2 +1 @@
-DIST rjsmin-1.1.0.gh.tar.gz 437054 BLAKE2B 83b24f1ee94ded66a70ed75b3e494b3e6948edf82fecc80f261964fd2bb032a8cb496ed919f461131b3381c402a6397e65bfa5031f46691c4badfc5e9e2faea2 SHA512 5e168e51e1716fe35a3520fba828d721638094a6f6f73deb4c49183d8cd51531131962e2c7092ada092da63c4ddd615215088bd1a9e474d508f80dc0603d3118
 DIST rjsmin-1.2.0.gh.tar.gz 443279 BLAKE2B 7cb000485fd134fdc590b90766357b0eea5b33a9baf2fb12623ad5a882ac545aa7dd3f447a23c95da3cdf79f44e4f369d48b1cb2e08b790ef7376e9b6c9fa4d8 SHA512 bc40dd59d7dd4e106170db473ef3c3c6df74abdc93d098521f91212a08476541f13a97663c9f56498188c59b3876242c6c81a5633fea84d83e8ab2f7a4d918ad

diff --git a/dev-python/rjsmin/rjsmin-1.1.0.ebuild b/dev-python/rjsmin/rjsmin-1.1.0.ebuild
deleted file mode 100644
index 1d82f9ac0ba7..000000000000
--- a/dev-python/rjsmin/rjsmin-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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="Javascript minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rjsmin/"
-SRC_URI="
-	https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2022-02-26  8:34 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2022-02-26  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     eeca34b4804ad5d66fba60c24b30f6f58d97a089
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 08:24:11 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 08:34:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeca34b4

dev-python/rjsmin: Migrate to PEP517 build

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

 dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild b/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild
new file mode 100644
index 000000000000..ef6b0ccf82c9
--- /dev/null
+++ b/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Javascript minifier written in python"
+HOMEPAGE="http://opensource.perlig.de/rjsmin/"
+SRC_URI="
+	https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
@ 2022-05-16 13:27 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2022-05-16 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ea4b9cac581c65ae771e8b70177d5b75cadf2d5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:25:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:25:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4b9cac

dev-python/rjsmin: Remove old

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

 dev-python/rjsmin/rjsmin-1.2.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-python/rjsmin/rjsmin-1.2.0.ebuild b/dev-python/rjsmin/rjsmin-1.2.0.ebuild
deleted file mode 100644
index 1d82f9ac0ba7..000000000000
--- a/dev-python/rjsmin/rjsmin-1.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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="Javascript minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rjsmin/"
-SRC_URI="
-	https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2022-05-16 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-26 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-05-16 13:27 Michał Górny
2022-02-26  8:34 Michał Górny
2022-02-26  8:34 Michał Górny
2021-11-15  8:34 Michał Górny
2021-09-12 16:55 Arthur Zamarin
2020-09-16 12:29 Hanno Böck

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