diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest new file mode 100644 index 0000000000000..e5e028be1c623 --- /dev/null +++ b/dev-python/py-ubjson/Manifest @@ -0,0 +1 @@ +DIST py-ubjson-0.8.5.tar.gz 318626 SHA256 e58e99753aaff3ed5d884989a6236bd98a4b0dfdb0e62f9753c20f485691fa9e SHA512 680a00b00913207ff7af6c03c08e3d7ef10c9765ae0290d6502fff64b1d2f597cd6bbe5411d553672a245198ac1abbf4b89e1e20ffa44cbc700b78eb67df29d8 WHIRLPOOL 24b745daa0a4f90cb07f22d574da63bfb0a1733d5a6c6f8b384693819ba6a14042a97b92dad104215892239a7beb3ec1bf3a72c687c2a06ea44c442d8291e7fe diff --git a/dev-python/py-ubjson/metadata.xml b/dev-python/py-ubjson/metadata.xml new file mode 100644 index 0000000000000..e67360bf474cf --- /dev/null +++ b/dev-python/py-ubjson/metadata.xml @@ -0,0 +1,23 @@ + + + + + dol-sen@gentoo.org + Primary maintainer + + + python@gentoo.org + Python + + + + vilnis.termanis@iotic-labs.com + Iotic Labs Ltd + + py-ubjson + + + This is a Python v3.2+ (and 2.7+) Universal Binary JSON encoder/decoder + based on the draft-12 specification + + diff --git a/dev-python/py-ubjson/py-ubjson-0.8.5.ebuild b/dev-python/py-ubjson/py-ubjson-0.8.5.ebuild new file mode 100644 index 0000000000000..bef7ff1d7d6df --- /dev/null +++ b/dev-python/py-ubjson/py-ubjson-0.8.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5}) + +inherit distutils-r1 + +DESCRIPTION="Universal Binary JSON encoder/decoder" +HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.python.org/pypi/py-ubjson" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"