diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/unpaddedbase64 | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/unpaddedbase64')
| -rw-r--r-- | dev-python/unpaddedbase64/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/unpaddedbase64/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild | 23 |
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/unpaddedbase64/Manifest b/dev-python/unpaddedbase64/Manifest deleted file mode 100644 index 660c45753e6a..000000000000 --- a/dev-python/unpaddedbase64/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unpaddedbase64-2.1.0.gh.tar.gz 5869 BLAKE2B c53dae277b5e69f6d905724d5b212050100286217fd236f9e1a6c344ff479d4c38ee9634a544b2e693522c04a9bbfdaeebbb2ac79904089d91e4d6c18b6995e8 SHA512 9c7c2dd6e52ffae2bf076ccf9e1e2ea9a53cbef083c23f640cc2f3f5c49ceee0c92c8abe0469e10d80b7c9e74d69b2b06111b1c4204b4cb1788ee3fffcea6e11 diff --git a/dev-python/unpaddedbase64/metadata.xml b/dev-python/unpaddedbase64/metadata.xml deleted file mode 100644 index 970beb6c7428..000000000000 --- a/dev-python/unpaddedbase64/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>arkamar@gentoo.org</email> - <name>Petr Vaněk</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">unpaddedbase64</remote-id> - <remote-id type="github">matrix-org/python-unpaddedbase64</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild deleted file mode 100644 index 204c37c44e31..000000000000 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Unpadded Base64" -HOMEPAGE=" - https://github.com/matrix-org/python-unpaddedbase64/ - https://pypi.org/project/unpaddedbase64/ -" -SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/python-${P}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64" - -distutils_enable_tests unittest |
