summaryrefslogtreecommitdiff
path: root/dev-python/signxml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-11 07:19:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-11 07:19:50 +0000
commit5c40340a6593a73162d632b105672b8340526941 (patch)
tree36b05d94c0ba4360e9140eb09c22d875face62d2 /dev-python/signxml
parentfc0f4949b6bca13ea588d2ea9bca91be58fc9ad8 (diff)
downloadbaldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.tar.gz
baldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.tar.xz
baldeagleos-repo-5c40340a6593a73162d632b105672b8340526941.zip
Adding metadata
Diffstat (limited to 'dev-python/signxml')
-rw-r--r--dev-python/signxml/Manifest1
-rw-r--r--dev-python/signxml/metadata.xml15
-rw-r--r--dev-python/signxml/signxml-4.2.2.ebuild40
-rw-r--r--dev-python/signxml/signxml-9999.ebuild40
4 files changed, 96 insertions, 0 deletions
diff --git a/dev-python/signxml/Manifest b/dev-python/signxml/Manifest
new file mode 100644
index 000000000000..91fb65b117ff
--- /dev/null
+++ b/dev-python/signxml/Manifest
@@ -0,0 +1 @@
+DIST signxml-4.2.2.tar.gz 1611966 BLAKE2B 65249e3ed854ae1a45bf625a7965d66c41eee524e303f550f4835953afdc61e4d3140450b8a2876edc796ca87b5c19bac5230792a003e29ad7315d955ea95ff9 SHA512 60c955e8bb53f958cf3b28ced816d34f5182adbe1b7a27eee4717af3b04426c0353219e07d5277f78a7bdb30c7f0d5ff29d90503d0f53f6d334396f8d26e995b
diff --git a/dev-python/signxml/metadata.xml b/dev-python/signxml/metadata.xml
new file mode 100644
index 000000000000..4189a8cd9466
--- /dev/null
+++ b/dev-python/signxml/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/signxml/signxml-4.2.2.ebuild b/dev-python/signxml/signxml-4.2.2.ebuild
new file mode 100644
index 000000000000..f3b6d5b00d59
--- /dev/null
+++ b/dev-python/signxml/signxml-4.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python XML Signature and XAdES library"
+HOMEPAGE="
+ https://pypi.org/project/signxml/
+ https://github.com/XML-Security/signxml
+"
+
+if [[ ${PV} == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/XML-Security/signxml.git"
+else
+ inherit pypi
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/lxml-5[${PYTHON_USEDEP}]
+ <dev-python/lxml-7[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-43[${PYTHON_USEDEP}]
+ >=dev-python/certifi-2023.11.17[${PYTHON_USEDEP}]
+"
+
+RESTRICT="!test? ( test )"
+
+python_test() {
+ "${EPYTHON}" test/test.py -v || die
+}
diff --git a/dev-python/signxml/signxml-9999.ebuild b/dev-python/signxml/signxml-9999.ebuild
new file mode 100644
index 000000000000..1ac24209b894
--- /dev/null
+++ b/dev-python/signxml/signxml-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2025-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python XML Signature and XAdES library"
+HOMEPAGE="
+ https://pypi.org/project/signxml/
+ https://github.com/XML-Security/signxml
+"
+
+if [[ ${PV} == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/XML-Security/signxml.git"
+else
+ inherit pypi
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/lxml-5[${PYTHON_USEDEP}]
+ <dev-python/lxml-6[${PYTHON_USEDEP}]
+ >=dev-python/cryptography-43[${PYTHON_USEDEP}]
+ >=dev-python/certifi-2023.11.17[${PYTHON_USEDEP}]
+"
+
+RESTRICT="!test? ( test )"
+
+python_test() {
+ "${EPYTHON}" test/test.py -v || die
+}