public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2024-11-22 12:14 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-11-22 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f988662ed78dbb63b0635f56bd944fa2cff16a86
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:10:50 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:14:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f988662e

dev-python/latexrestricted: new package, add 0.6.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-python/latexrestricted/Manifest                |  2 ++
 .../latexrestricted/latexrestricted-0.6.0.ebuild   | 29 ++++++++++++++++++++++
 dev-python/latexrestricted/metadata.xml            | 12 +++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
new file mode 100644
index 000000000000..d80917ef4734
--- /dev/null
+++ b/dev-python/latexrestricted/Manifest
@@ -0,0 +1,2 @@
+DIST latexrestricted-0.6.0-explicitly-set-build-backend.patch 1161 BLAKE2B 7472a8b4ccec9dfdee6e994dcdbd2fa48c6dbd528444fd81769d7a8b997c1cf8dff86a66a7b1674bdcb3025022c41f954cc35740f0b8dab57dea0dc02d8e6db1 SHA512 bf1e50688c11a817a1f444f6e7a9dd90c413269fef68f7649b718d45ca458f38b712028f6b01777c65a016e17edd70cc609e605804cb6cec93b05ccbafad309b
+DIST latexrestricted-0.6.0.gh.tar.gz 21319 BLAKE2B f655861032ba38b87987a205def64d69e1602102c0d8e7b7fdb249e91cfd1a3bf506217a42829fb1a98387b0775db696c2d7ecb1e766cd1524766d866819f503 SHA512 99b4ff4818d24878e4eca0610a97b0a84e0f37f9432cf6e79cef352c67c9463d47049dd4b279d45b5869327dea9fae9c24d1a40e8d44d459c21a74b14ed68b68

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
new file mode 100644
index 000000000000..796c8ec544fb
--- /dev/null
+++ b/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for creating executables compatible with LaTeX restricted shell escape"
+HOMEPAGE="
+	https://github.com/gpoore/latexrestricted
+	https://pypi.org/project/latexrestricted/
+"
+SRC_URI="
+	https://github.com/gpoore/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+	https://github.com/gpoore/latexrestricted/commit/ebbb2280db83a859f26a2f2dc0252e4d6e316452.patch
+		-> ${PN}-0.6.0-explicitly-set-build-backend.patch
+"
+
+LICENSE="LPPL-1.3c"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=(
+	"${DISTDIR}"/${PN}-0.6.0-explicitly-set-build-backend.patch
+)

diff --git a/dev-python/latexrestricted/metadata.xml b/dev-python/latexrestricted/metadata.xml
new file mode 100644
index 000000000000..b54d1eb42c74
--- /dev/null
+++ b/dev-python/latexrestricted/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>tex@gentoo.org</email>
+		<name>Gentoo TeX Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">gpoore/latexrestricted</remote-id>
+		<remote-id type="pypi">latexrestricted</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2024-11-26  7:01 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-11-26  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0b9ad3f20bcbbe3cc43afbd3d1eedaee873baac2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 07:00:08 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 07:01:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9ad3f2

dev-python/latexrestricted: Bump to 0.6.2

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

 dev-python/latexrestricted/Manifest                |  1 +
 .../latexrestricted/latexrestricted-0.6.2.ebuild   | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
index d80917ef4734..3905e32e129b 100644
--- a/dev-python/latexrestricted/Manifest
+++ b/dev-python/latexrestricted/Manifest
@@ -1,2 +1,3 @@
 DIST latexrestricted-0.6.0-explicitly-set-build-backend.patch 1161 BLAKE2B 7472a8b4ccec9dfdee6e994dcdbd2fa48c6dbd528444fd81769d7a8b997c1cf8dff86a66a7b1674bdcb3025022c41f954cc35740f0b8dab57dea0dc02d8e6db1 SHA512 bf1e50688c11a817a1f444f6e7a9dd90c413269fef68f7649b718d45ca458f38b712028f6b01777c65a016e17edd70cc609e605804cb6cec93b05ccbafad309b
 DIST latexrestricted-0.6.0.gh.tar.gz 21319 BLAKE2B f655861032ba38b87987a205def64d69e1602102c0d8e7b7fdb249e91cfd1a3bf506217a42829fb1a98387b0775db696c2d7ecb1e766cd1524766d866819f503 SHA512 99b4ff4818d24878e4eca0610a97b0a84e0f37f9432cf6e79cef352c67c9463d47049dd4b279d45b5869327dea9fae9c24d1a40e8d44d459c21a74b14ed68b68
+DIST latexrestricted-0.6.2.gh.tar.gz 21421 BLAKE2B 02e91654e627682594f9f9f995df7db2e73105da30fda62264851ddd42425e1e333852eeb2c08ea0c159a23e297b5edbc5db70ab48d3726a55a323749b978ffa SHA512 db8f00e9834857d4a9511701e6977aa014c531e9ce8957d50be42ab59def759c9988c5adc449f57ce7413e644bb01e9122446ab0430b02c439709fe3bb988364

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
new file mode 100644
index 000000000000..224017075216
--- /dev/null
+++ b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for creating executables compatible with LaTeX restricted shell escape"
+HOMEPAGE="
+	https://github.com/gpoore/latexrestricted
+	https://pypi.org/project/latexrestricted/
+"
+SRC_URI="
+	https://github.com/gpoore/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="LPPL-1.3c"
+SLOT="0"
+KEYWORDS="~amd64"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2024-11-30  8:48 Florian Schmaus
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2024-11-30  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a7434650726d433fabae2f24f343c8953c62469a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 08:46:40 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:46:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7434650

dev-python/latexrestricted: drop 0.6.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-python/latexrestricted/Manifest                |  2 --
 .../latexrestricted/latexrestricted-0.6.0.ebuild   | 29 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
index 3905e32e129b..ffc1f22847a4 100644
--- a/dev-python/latexrestricted/Manifest
+++ b/dev-python/latexrestricted/Manifest
@@ -1,3 +1 @@
-DIST latexrestricted-0.6.0-explicitly-set-build-backend.patch 1161 BLAKE2B 7472a8b4ccec9dfdee6e994dcdbd2fa48c6dbd528444fd81769d7a8b997c1cf8dff86a66a7b1674bdcb3025022c41f954cc35740f0b8dab57dea0dc02d8e6db1 SHA512 bf1e50688c11a817a1f444f6e7a9dd90c413269fef68f7649b718d45ca458f38b712028f6b01777c65a016e17edd70cc609e605804cb6cec93b05ccbafad309b
-DIST latexrestricted-0.6.0.gh.tar.gz 21319 BLAKE2B f655861032ba38b87987a205def64d69e1602102c0d8e7b7fdb249e91cfd1a3bf506217a42829fb1a98387b0775db696c2d7ecb1e766cd1524766d866819f503 SHA512 99b4ff4818d24878e4eca0610a97b0a84e0f37f9432cf6e79cef352c67c9463d47049dd4b279d45b5869327dea9fae9c24d1a40e8d44d459c21a74b14ed68b68
 DIST latexrestricted-0.6.2.gh.tar.gz 21421 BLAKE2B 02e91654e627682594f9f9f995df7db2e73105da30fda62264851ddd42425e1e333852eeb2c08ea0c159a23e297b5edbc5db70ab48d3726a55a323749b978ffa SHA512 db8f00e9834857d4a9511701e6977aa014c531e9ce8957d50be42ab59def759c9988c5adc449f57ce7413e644bb01e9122446ab0430b02c439709fe3bb988364

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
deleted file mode 100644
index 796c8ec544fb..000000000000
--- a/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for creating executables compatible with LaTeX restricted shell escape"
-HOMEPAGE="
-	https://github.com/gpoore/latexrestricted
-	https://pypi.org/project/latexrestricted/
-"
-SRC_URI="
-	https://github.com/gpoore/${PN}/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-	https://github.com/gpoore/latexrestricted/commit/ebbb2280db83a859f26a2f2dc0252e4d6e316452.patch
-		-> ${PN}-0.6.0-explicitly-set-build-backend.patch
-"
-
-LICENSE="LPPL-1.3c"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=(
-	"${DISTDIR}"/${PN}-0.6.0-explicitly-set-build-backend.patch
-)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2025-01-15 16:19 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-01-15 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ca739989da780962fb7a2b4c29194f0e074aa533
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 16:16:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 16:16:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca739989

dev-python/latexrestricted: Stabilize 0.6.2 amd64, #948142

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

 dev-python/latexrestricted/latexrestricted-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
index 224017075216..767633c60d59 100644
--- a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
+++ b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,4 +20,4 @@ SRC_URI="
 
 LICENSE="LPPL-1.3c"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2025-02-07 14:44 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-02-07 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3ffba84b01eb68ffa47eb22f5cf851e2903543e3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:43:19 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 14:43:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffba84b

dev-python/latexrestricted: Keyword 0.6.2 x86, #946199

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

 dev-python/latexrestricted/latexrestricted-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
index 767633c60d59..779ec0f422c5 100644
--- a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
+++ b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
@@ -20,4 +20,4 @@ SRC_URI="
 
 LICENSE="LPPL-1.3c"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/
@ 2025-02-07 14:48 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-02-07 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2a364fa351a70aedc0834c12797596498522af4c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 14:47:21 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 14:47:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a364fa3

dev-python/latexrestricted: Keyword 0.6.2 ppc, #946199

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

 dev-python/latexrestricted/latexrestricted-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
index 0482b475769c..c236090e640d 100644
--- a/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
+++ b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
@@ -20,4 +20,4 @@ SRC_URI="
 
 LICENSE="LPPL-1.3c"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"


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

end of thread, other threads:[~2025-02-07 14:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 14:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/latexrestricted/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-02-07 14:48 Arthur Zamarin
2025-01-15 16:19 Sam James
2024-11-30  8:48 Florian Schmaus
2024-11-26  7:01 Michał Górny
2024-11-22 12:14 Florian Schmaus

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