diff --git a/dev-python/unpaddedbase64/Manifest b/dev-python/unpaddedbase64/Manifest index 26c5184..3c1cef8 100644 --- a/dev-python/unpaddedbase64/Manifest +++ b/dev-python/unpaddedbase64/Manifest @@ -1 +1,2 @@ DIST unpaddedbase64-1.1.0.tar.gz 5889 BLAKE2B a343bca718be9be7f8689e47fb43ee01d427709d8ac9e00804be976084c6622a57dbd509629ade248fdda0ff9a25bf7442624abf256809d8c6d0b5e5ee747dee SHA512 7e5954d8c4fbf55f21c8cda493e7db613feaa16224139ea550958073c182e4fba953c5f9670c72d1d0fc1402144a1dbeb9fa4df437a8ac51a29cce715e14f15d +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 index 562a194..7954d92 100644 --- a/dev-python/unpaddedbase64/metadata.xml +++ b/dev-python/unpaddedbase64/metadata.xml @@ -1,8 +1,11 @@ - - parona@protonmail.com - Alfred Wingate - + + parona@protonmail.com + Alfred Wingate + + + matrix-org/python-unpaddedbase64 + diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild new file mode 100644 index 0000000..d1a4364 --- /dev/null +++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" + +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"