net-im/matrix-synapse: version bump

This commit is contained in:
nemunaire 2019-03-06 13:59:03 +01:00
commit f23d544e60
4 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,2 @@
DIST pymacaroons-0.13.0.tar.gz 21083 BLAKE2B 2665be9937d3a78f9673fca4e4d5bdf7408a59796f32702d2a216bfd42b3aa5566cbce4255683636801619d82315c0f2c45bb3472dcef698ce1481f1f19e2fe0 SHA512 1929a63755dcfdc2e154217f3ce65a489b4ffdb8f4f9a27d6eb1f1899eba6d7f3f92c7db4401337e948306b6a97dd3b249196c89533991c9986d5702ad98e4ca
EBUILD pymacaroons-0.13.0.ebuild 520 BLAKE2B 742199347c786dd82682002e3085dbf74bf7b7da7971992121a3a75ba557362d766bfb1277405cfd4cfc725a5058b2228951012b4755cab29d560d0174e13afb SHA512 92fdb121dc7a6134d421b26c5441f8283ab9c8d68f355c52bf283e9ac114e47aa800f04ba1fd6ef222c5e12282a1bd6010b7ad174c2f90a24f99bd28c8002d5f

View file

@ -0,0 +1,25 @@
# Copyright 1999-2019 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="A Python Macaroon Library"
HOMEPAGE="https://github.com/matrix-org/pymacaroons"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/pynacl[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/pymacaroons-${PV}"