summaryrefslogtreecommitdiff
path: root/dev-python/latexrestricted
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-22 20:04:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-22 20:04:12 +0000
commit603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2 (patch)
tree650fa25b2e587e0e9a3b6176fa46fa5c9264ae27 /dev-python/latexrestricted
parentb8b52fbed78baec4d9c61af3ef5884133f3911e3 (diff)
downloadbaldeagleos-repo-603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2.tar.gz
baldeagleos-repo-603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2.tar.xz
baldeagleos-repo-603bf0a1dfd4cf571ac6da7bcb33911cf5259ab2.zip
Adding metadata
Diffstat (limited to 'dev-python/latexrestricted')
-rw-r--r--dev-python/latexrestricted/Manifest2
-rw-r--r--dev-python/latexrestricted/latexrestricted-0.6.0.ebuild29
-rw-r--r--dev-python/latexrestricted/metadata.xml10
3 files changed, 41 insertions, 0 deletions
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..b47f337ebd25
--- /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_{9,10,11,12,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..69f88f7aab77
--- /dev/null
+++ b/dev-python/latexrestricted/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>tex@gentoo.org</email>
+ <name>Gentoo TeX Project</name>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file