summaryrefslogtreecommitdiff
path: root/dev-python/rfc8785
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 11:20:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-28 11:20:33 +0000
commit267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02 (patch)
tree50c9b94d75da31b88e833ac64e318e58f706d800 /dev-python/rfc8785
parentcb8cf8b29dd05b643700139d6f9d3c3aa8838543 (diff)
downloadbaldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.tar.gz
baldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.tar.xz
baldeagleos-repo-267c6b1fcee2052fff5dcc8cb6a09b65bf15fc02.zip
Adding metadata
Diffstat (limited to 'dev-python/rfc8785')
-rw-r--r--dev-python/rfc8785/Manifest1
-rw-r--r--dev-python/rfc8785/metadata.xml10
-rw-r--r--dev-python/rfc8785/rfc8785-0.1.3.ebuild27
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/rfc8785/Manifest b/dev-python/rfc8785/Manifest
new file mode 100644
index 000000000000..584d72aa3c3c
--- /dev/null
+++ b/dev-python/rfc8785/Manifest
@@ -0,0 +1 @@
+DIST rfc8785.py-0.1.3.gh.tar.gz 14754 BLAKE2B c0fab30a49cf3d1e405bf0aa32d2ec9300841bf7517b7c633ceac8dea340d3bfc7b562fbeb77c6392660f3009ca3b36e2882b7d60ca66cadfdab1661809a218c SHA512 a7318f5c19b9d49522d66c601da2006b1978bd3ccdce9e56e6ff0c8a0efbd3b13f0014b0f69a27c1f78a17c5a4c338301606c82fa70b3d09efda9efa1f23e4e9
diff --git a/dev-python/rfc8785/metadata.xml b/dev-python/rfc8785/metadata.xml
new file mode 100644
index 000000000000..a0d4c5913ba0
--- /dev/null
+++ b/dev-python/rfc8785/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>python@gentoo.org</email>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/rfc8785/rfc8785-0.1.3.ebuild b/dev-python/rfc8785/rfc8785-0.1.3.ebuild
new file mode 100644
index 000000000000..de6a4e594225
--- /dev/null
+++ b/dev-python/rfc8785/rfc8785-0.1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+inherit distutils-r1
+
+MY_P=rfc8785.py-${PV}
+DESCRIPTION="Pure-Python impl. of RFC 8785 (JSON Canonicalization Scheme)"
+HOMEPAGE="
+ https://github.com/trailofbits/rfc8785.py/
+ https://pypi.org/project/rfc8785/
+"
+SRC_URI="
+ https://github.com/trailofbits/rfc8785.py/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest