dev-python/unpaddedbase64: new package (dep for matrix-synapse)

This commit is contained in:
nemunaire 2018-12-24 14:45:19 +01:00
parent a3004917c3
commit 092a22f933
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST unpaddedbase64-1.1.0.tar.gz 5889 BLAKE2B a343bca718be9be7f8689e47fb43ee01d427709d8ac9e00804be976084c6622a57dbd509629ade248fdda0ff9a25bf7442624abf256809d8c6d0b5e5ee747dee SHA512 7e5954d8c4fbf55f21c8cda493e7db613feaa16224139ea550958073c182e4fba953c5f9670c72d1d0fc1402144a1dbeb9fa4df437a8ac51a29cce715e14f15d
EBUILD unpaddedbase64-1.1.0.ebuild 495 BLAKE2B 429ac6545eea64af0ae2ec7890a4909b97e49c4cd4055834e82e2069ccd3915f135e12f5e9bf906987da463c4e3f81a5034e39edc107eddeacf8105ef972c119 SHA512 651d4d38de9ce73522827702b174d0c6caa04254fb5259ddc5eb3080e4ee66412e55243ddcb10562ae5bacbd45d2baeae96832d1633f7394dd7f18bd659fa3e4

View File

@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
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="Apache2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/python-${P}"