dev-python/unpaddedbase64: Import from SonicFrog
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
24bae974a4
commit
c236736576
1
dev-python/unpaddedbase64/Manifest
Normal file
1
dev-python/unpaddedbase64/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST unpaddedbase64-1.1.0.tar.gz 5889 BLAKE2B a343bca718be9be7f8689e47fb43ee01d427709d8ac9e00804be976084c6622a57dbd509629ade248fdda0ff9a25bf7442624abf256809d8c6d0b5e5ee747dee SHA512 7e5954d8c4fbf55f21c8cda493e7db613feaa16224139ea550958073c182e4fba953c5f9670c72d1d0fc1402144a1dbeb9fa4df437a8ac51a29cce715e14f15d
|
7
dev-python/unpaddedbase64/metadata.xml
Normal file
7
dev-python/unpaddedbase64/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ogier@bouvier.family</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
16
dev-python/unpaddedbase64/unpaddedbase64-1.1.0.ebuild
Normal file
16
dev-python/unpaddedbase64/unpaddedbase64-1.1.0.ebuild
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_7 python3_8)
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Unpadded Base64"
|
||||
HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64"
|
||||
SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/python-unpaddedbase64-${PV}"
|
Loading…
Reference in a new issue