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

This commit is contained in:
nemunaire 2018-12-24 14:43:23 +01:00
parent bb0d7ce2ef
commit a3004917c3
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST canonicaljson-1.1.4.tar.gz 9355 BLAKE2B a7593e514affeb2fe032125c521d03136b07ae17cd25c6c6c1aaa74e6d952b8db7a61e8d0fd3d165dbff49fa8a94fd8e77d607ce08cb8b070dfdc2a46aa0f15a SHA512 00f10168f226ba4c5cb49a50f5c0f135003897645d5533acb7b62889781f42f1bccf13ee0f0e03d3990b575da499872bdb168a86890a3cc1d2052c768faaaac4
EBUILD canonicaljson-1.1.4.ebuild 509 BLAKE2B 06e50980c6fcf98cee711f901ddd35798275901399b382b15cc101a0b0d3d4a55f028d9416833fcc53ee83d03d5ae49fc457b9093629c883a821f90462fa499c SHA512 53cade94785684537190bec60ff4e734325a32c4f7a6e542c1f50a78ec4f2f6c674bab357df91e50c3f998563d15862a96c4ea5d2c0e776b180ac03b76ee24de

View File

@ -0,0 +1,23 @@
# 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="Canonical JSON"
HOMEPAGE="https://github.com/matrix-org/python-canonicaljson"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-python/frozendict-1.0.0[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"