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

This commit is contained in:
nemunaire 2018-12-24 15:09:19 +01:00
parent 092a22f933
commit 4ad555f6c1
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST signedjson-1.0.0.tar.gz 8563 BLAKE2B cb030c5cf0898d3caae2e83f47f2ae9084536918ac727b6e464222d049937205fc98bc69a61c388f6a8fb572df50c2081edfc09e9218a86813f451f0f533c894 SHA512 6a51ca901149c653a0da4567e2487fcf737cf36ac51cc337b0af9422261ee3689a99a4fd4c7ffd0ec0c4ef0c97033d78030dd6fab80e11e86371151279d5d6c4
EBUILD signedjson-1.0.0.ebuild 640 BLAKE2B d4dfecd9d49828a3b54d181257d0e577fe54052758190c2b1f87416b266c203116fe84ca65648a4eec30fff562a6fd147040839de1593e5e66b472477e348d7b SHA512 b50bd68766b95d30cecbdac1b9760fd4259b8f30b6061c20324f658c1d81a1df109bf3888ad51f5d13a10f3a96e60df9bc9241746da465106c28d5689dc99890

View File

@ -0,0 +1,26 @@
# 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="Sign JSON objects with ED25519 signatures"
HOMEPAGE="https://github.com/matrix-org/python-signedjson"
SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/canonicaljson[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/python-${P}"