summaryrefslogtreecommitdiff
path: root/dev-python/webencodings
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-16 03:04:48 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-16 03:04:48 -0500
commit419e92606fe27d657dbe239bd6f440ec8a36d51d (patch)
treee19f559be2709c782ca42f4205768b2dcb617905 /dev-python/webencodings
parent176ef8b33b07b6349926561830323f298e7800da (diff)
downloadbaldeagleos-repo-419e92606fe27d657dbe239bd6f440ec8a36d51d.tar.gz
baldeagleos-repo-419e92606fe27d657dbe239bd6f440ec8a36d51d.tar.xz
baldeagleos-repo-419e92606fe27d657dbe239bd6f440ec8a36d51d.zip
Adding metadata
Diffstat (limited to 'dev-python/webencodings')
-rw-r--r--dev-python/webencodings/Manifest2
-rw-r--r--dev-python/webencodings/metadata.xml3
-rw-r--r--dev-python/webencodings/webencodings-0.6.1.ebuild27
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/webencodings/Manifest b/dev-python/webencodings/Manifest
index 25b9ea738528..fbe1d69a2d36 100644
--- a/dev-python/webencodings/Manifest
+++ b/dev-python/webencodings/Manifest
@@ -1 +1,3 @@
DIST webencodings-0.5.1.tar.gz 9721 BLAKE2B f62ee91cf0230f55bfbe9973a621bbaf3aa250f511b2e1e2c0c6db00bf52760bb058957040600cb33d6f9208987302a70783b04325be4ff344c428a43664290a SHA512 b727b01bac6ec79bca517960d27b4c0668b295f25559471b9641c2c33dab55db6dac9c990952177964c6418382c22831b14d57df5e632d51d7abf97b61f24326
+DIST webencodings-0.6.1.tar.gz 15001 BLAKE2B addd54a37326d04f1a22eac239a64ed10aeababc576277bc6ed28c6421fdb827be15b2b8c862d7c70cfb3b87f700f250f9f6cf7ecce2ab909117a8130a1ea72a SHA512 f191c89b35bc536eb03b5579ced0d6d5e6c53a287b8acc1d6abda2d16568f790f9e472ced2121894fd08d2b29710e73e8ad14bf684c39041a3c3806ca36b3930
+DIST webencodings-0.6.1.tar.gz.provenance 10010 BLAKE2B 1538558b418b1b99841796ed56ec9e3b53dd7cecb52a1ce12b97138ee66c1b0e5f2328001bb73d6a5362dae3930925fa5fe4490f252c083460774ee291ad98c7 SHA512 1bdc99668ae1d950a31ca66e45e63bf43ef4e88173f996e16ea0a57bf463e9922158b60c828b0a2033aea9b72d9dc1dfc11795693345083fbda9249149d0fc53
diff --git a/dev-python/webencodings/metadata.xml b/dev-python/webencodings/metadata.xml
index 6272d45918ed..5e95859f915a 100644
--- a/dev-python/webencodings/metadata.xml
+++ b/dev-python/webencodings/metadata.xml
@@ -6,8 +6,5 @@
<name>Python</name>
</maintainer>
<stabilize-allarches />
- <upstream>
- <doc>https://pythonhosted.org/webencodings/</doc>
- </upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-python/webencodings/webencodings-0.6.1.ebuild b/dev-python/webencodings/webencodings-0.6.1.ebuild
new file mode 100644
index 000000000000..0736c305e2b0
--- /dev/null
+++ b/dev-python/webencodings/webencodings-0.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit-core
+PYPI_VERIFY_REPO=https://github.com/CourtBouillon/webencodings
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Character encoding aliases for legacy web content"
+HOMEPAGE="
+ https://github.com/CourtBouillon/webencodings/
+ https://pypi.org/project/webencodings/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o 'python_files=test*.py'
+}