2021-01-17 23:26:20 +01:00
|
|
|
# Copyright 2020-2021 Gentoo Authors
|
2020-09-22 20:36:56 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=7
|
|
|
|
|
2021-01-17 23:26:20 +01:00
|
|
|
PYTHON_COMPAT=( python3_{7..9} )
|
2020-09-22 20:36:56 +02:00
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Encode and decode Base64 without "=" padding."
|
|
|
|
HOMEPAGE="https://github.com/matrix-org/python-unpaddedbase64"
|
2020-09-25 11:45:22 +02:00
|
|
|
SRC_URI="https://github.com/matrix-org/python-unpaddedbase64/archive/v"${PV}".tar.gz -> "${P}".tar.gz"
|
2020-09-22 20:36:56 +02:00
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
S=""${WORKDIR}"/python-"${PF}""
|