From 1a739de1125d3403ee238569e278078f4293deb4 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 20 May 2023 15:05:52 +0300 Subject: [PATCH] dev-python/unpaddedbase64: treeclean * ::gentoo has python3.11 now Signed-off-by: Alfred Wingate --- dev-python/unpaddedbase64/Manifest | 1 - dev-python/unpaddedbase64/metadata.xml | 11 ----------- .../unpaddedbase64-2.1.0-r1.ebuild | 19 ------------------- 3 files changed, 31 deletions(-) delete mode 100644 dev-python/unpaddedbase64/Manifest delete mode 100644 dev-python/unpaddedbase64/metadata.xml delete mode 100644 dev-python/unpaddedbase64/unpaddedbase64-2.1.0-r1.ebuild diff --git a/dev-python/unpaddedbase64/Manifest b/dev-python/unpaddedbase64/Manifest deleted file mode 100644 index 6821792..0000000 --- a/dev-python/unpaddedbase64/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unpaddedbase64-2.1.0.tar.gz 5621 BLAKE2B 9ccf1620b745cf208f260f357434316e37fca674e61984d14d2a25c2d44c66da51d42ef0dde272a9a5589c754e441981f33af80736d3c8f15c5b39f2a46da4e4 SHA512 ad4fe4f631c278dac69d7369661b3557a266d8324c07c6db8dda53042775ccf769180cb6bc4a532c50744e3b163fd7c7c843b7c3d50bcdd3cb9b4e4632a37100 diff --git a/dev-python/unpaddedbase64/metadata.xml b/dev-python/unpaddedbase64/metadata.xml deleted file mode 100644 index 7954d92..0000000 --- a/dev-python/unpaddedbase64/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - matrix-org/python-unpaddedbase64 - - diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0-r1.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0-r1.ebuild deleted file mode 100644 index 4d320e6..0000000 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517="poetry" -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Encode and decode Base64 without "=" padding." -HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests unittest