diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-10-19 14:34:19 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-10-19 14:34:19 +0200 |
commit | f46d96c10d84408795f3693b4014fa92fc965759 (patch) | |
tree | a26d7cca089e22869d9e50ef2ec152842b1f5686 /dev-python | |
parent | dev-python/pytest-mock: Version bump to 1.6.3 (diff) | |
download | gentoo-f46d96c10d84408795f3693b4014fa92fc965759.tar.gz gentoo-f46d96c10d84408795f3693b4014fa92fc965759.tar.bz2 gentoo-f46d96c10d84408795f3693b4014fa92fc965759.zip |
dev-python/py-ubjson: Version bump to 0.10.0
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/py-ubjson/Manifest | 1 | ||||
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.10.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest index c0668b305ca1..2ffcb81216e7 100644 --- a/dev-python/py-ubjson/Manifest +++ b/dev-python/py-ubjson/Manifest @@ -1 +1,2 @@ +DIST py-ubjson-0.10.0.tar.gz 44653 SHA256 b6d45d2cc4f1e58790a4eb1c3530fb6739fd5fd19ef2643ce090dc5878aa890e SHA512 f4fd5dedf0212d91d8fc65b4379ccdd2576d6a3e4f5200f0f6caebd4671d582516916fc89af5d942c35624a98ac76db8fe0825a269206de4ab1ca63b54608cc2 WHIRLPOOL 18931696d19028bc2927779d12eeb3a6c189a16aaf48fffef63c596784ee9ad06b8c1f54e5cf0b911a5431b266af1f53ac1360dd7ea00646a2eaa2c5594ea119 DIST py-ubjson-0.9.0.tar.gz 43338 SHA256 b405daaa82acdf5989207e1e5ff6865ef7d23bf450513a6d90a1ab64c75bdcf8 SHA512 d9f061e548405d16a22d235f487740b3d4abeab8b555f9684b632cdb5e2f655ba8413a207230f90e7f3f352fa3289b16bb9a56b623c0cc5fe02f61778a8f78a2 WHIRLPOOL 31bac81ba2befb3be62fbddfca270f83a34d7636f0a85ab8d7c40836020665b14aa4e03bf61c231983eebc58c3fb45b524b7a748a06f2dfbcad6ddd2002d8663 diff --git a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild new file mode 100644 index 000000000000..3505aa395ebe --- /dev/null +++ b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) + +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 ~arm ~x86" +IUSE="" |