dev-python/pymacaroons-pynacl: new package (dep for net-im/matrix-synapse)

This commit is contained in:
nemunaire 2018-12-27 01:12:59 +01:00
parent d5f11d0428
commit f15c526c3f
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST pymacaroons-pynacl-0.9.3.tar.gz 20872 BLAKE2B 6a1c3aae384aaf1917ce016867b7723b0268446c7b751428d18b0532f8b0778b94a8ac8c24e393b14b9919e02d382e99cafd5bdb9b8b0d5a9b1f7ac9c922fb8a SHA512 f0a96a8eb868e5bca6138a69c396671cec2c18ce304d2551fd844efea0eee0216d97dfc09cef42c6e39da7c7c3a8ea9e554487a5f9c91adeada26e2db9af36c1
EBUILD pymacaroons-pynacl-0.9.3.ebuild 557 BLAKE2B 16573991f4ac06704777f7e9aa60acb51b2a3a19f4c1b8da5645380cf7f1a11fce374abfde3f7f64523379ffd7d5c9436c0d30e08f1e6eac76dd39745d7a32fd SHA512 2d6d7d87790890ade394843a67a5201e627f7144121e6ec85d1c75618f911be40372e79d03d8a39f64c828b37832e933797805f26e743ae90a61370ccff244e4

View File

@ -0,0 +1,25 @@
# 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="A Python Macaroon Library"
HOMEPAGE="https://github.com/matrix-org/pymacaroons"
SRC_URI="https://github.com/matrix-org/pymacaroons/archive/v${PV}.tar.gz -> ${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}"