public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/tex-overlay:main commit in: dev-python/latexrestricted/
@ 2024-11-21 17:04 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-11-21 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e7ecd870e62f3baab31e747c314ee23e5502754b
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 17:04:25 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 17:04:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=e7ecd870

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            |  8 ++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
new file mode 100644
index 0000000..93cef60
--- /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.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 0000000..a338bb7
--- /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}.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 0000000..d724efd
--- /dev/null
+++ b/dev-python/latexrestricted/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


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

* [gentoo-commits] proj/tex-overlay:main commit in: dev-python/latexrestricted/
@ 2024-11-22 12:09 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-11-22 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5f4fe79fda4dc260474f7d19bdac2b25583b00e0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:08:09 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:08:09 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=5f4fe79f

dev-python/latexrestricted: update SRC_URI

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

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

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
index 93cef60..d80917e 100644
--- a/dev-python/latexrestricted/Manifest
+++ b/dev-python/latexrestricted/Manifest
@@ -1,2 +1,2 @@
 DIST latexrestricted-0.6.0-explicitly-set-build-backend.patch 1161 BLAKE2B 7472a8b4ccec9dfdee6e994dcdbd2fa48c6dbd528444fd81769d7a8b997c1cf8dff86a66a7b1674bdcb3025022c41f954cc35740f0b8dab57dea0dc02d8e6db1 SHA512 bf1e50688c11a817a1f444f6e7a9dd90c413269fef68f7649b718d45ca458f38b712028f6b01777c65a016e17edd70cc609e605804cb6cec93b05ccbafad309b
-DIST latexrestricted-0.6.0.tar.gz 21319 BLAKE2B f655861032ba38b87987a205def64d69e1602102c0d8e7b7fdb249e91cfd1a3bf506217a42829fb1a98387b0775db696c2d7ecb1e766cd1524766d866819f503 SHA512 99b4ff4818d24878e4eca0610a97b0a84e0f37f9432cf6e79cef352c67c9463d47049dd4b279d45b5869327dea9fae9c24d1a40e8d44d459c21a74b14ed68b68
+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
index a338bb7..796c8ec 100644
--- a/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
+++ b/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 SRC_URI="
 	https://github.com/gpoore/${PN}/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.tar.gz
+		-> ${P}.gh.tar.gz
 	https://github.com/gpoore/latexrestricted/commit/ebbb2280db83a859f26a2f2dc0252e4d6e316452.patch
 		-> ${PN}-0.6.0-explicitly-set-build-backend.patch
 "


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

* [gentoo-commits] proj/tex-overlay:main commit in: dev-python/latexrestricted/
@ 2024-11-22 12:09 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-11-22 12:09 UTC (permalink / raw
  To: gentoo-commits

commit:     708aa7ab7db2608bf767ea74a783a361f2ad83e8
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 12:07:40 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:07:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=708aa7ab

dev-python/latexrestricted: add github, pypi upstream metadata

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

 dev-python/latexrestricted/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/latexrestricted/metadata.xml b/dev-python/latexrestricted/metadata.xml
index d724efd..b54d1eb 100644
--- a/dev-python/latexrestricted/metadata.xml
+++ b/dev-python/latexrestricted/metadata.xml
@@ -5,4 +5,8 @@
 		<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] 4+ messages in thread

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

commit:     87d491e332180f8d02f11bf4d4cac0703ca74373
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 08:47:50 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:47:50 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=87d491e3

dev-python/latexrestricted: add 0.6.2, drop 0.6.0

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

 dev-python/latexrestricted/Manifest                                 | 3 +--
 .../{latexrestricted-0.6.0.ebuild => latexrestricted-0.6.2.ebuild}  | 6 ------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-python/latexrestricted/Manifest b/dev-python/latexrestricted/Manifest
index d80917e..ffc1f22 100644
--- a/dev-python/latexrestricted/Manifest
+++ b/dev-python/latexrestricted/Manifest
@@ -1,2 +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.2.ebuild
similarity index 70%
rename from dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
rename to dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
index 796c8ec..2240170 100644
--- a/dev-python/latexrestricted/latexrestricted-0.6.0.ebuild
+++ b/dev-python/latexrestricted/latexrestricted-0.6.2.ebuild
@@ -16,14 +16,8 @@ HOMEPAGE="
 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] 4+ messages in thread

end of thread, other threads:[~2024-11-30  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 12:09 [gentoo-commits] proj/tex-overlay:main commit in: dev-python/latexrestricted/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-11-30  8:48 Florian Schmaus
2024-11-22 12:09 Florian Schmaus
2024-11-21 17:04 Florian Schmaus

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