Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-ubjson/
Date: Thu, 19 Oct 2017 12:34:48
Message-Id: 1508416459.f46d96c10d84408795f3693b4014fa92fc965759.mrueg@gentoo
1 commit: f46d96c10d84408795f3693b4014fa92fc965759
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 12:34:19 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 12:34:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46d96c1
7
8 dev-python/py-ubjson: Version bump to 0.10.0
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-python/py-ubjson/Manifest | 1 +
13 dev-python/py-ubjson/py-ubjson-0.10.0.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest
17 index c0668b305ca..2ffcb81216e 100644
18 --- a/dev-python/py-ubjson/Manifest
19 +++ b/dev-python/py-ubjson/Manifest
20 @@ -1 +1,2 @@
21 +DIST py-ubjson-0.10.0.tar.gz 44653 SHA256 b6d45d2cc4f1e58790a4eb1c3530fb6739fd5fd19ef2643ce090dc5878aa890e SHA512 f4fd5dedf0212d91d8fc65b4379ccdd2576d6a3e4f5200f0f6caebd4671d582516916fc89af5d942c35624a98ac76db8fe0825a269206de4ab1ca63b54608cc2 WHIRLPOOL 18931696d19028bc2927779d12eeb3a6c189a16aaf48fffef63c596784ee9ad06b8c1f54e5cf0b911a5431b266af1f53ac1360dd7ea00646a2eaa2c5594ea119
22 DIST py-ubjson-0.9.0.tar.gz 43338 SHA256 b405daaa82acdf5989207e1e5ff6865ef7d23bf450513a6d90a1ab64c75bdcf8 SHA512 d9f061e548405d16a22d235f487740b3d4abeab8b555f9684b632cdb5e2f655ba8413a207230f90e7f3f352fa3289b16bb9a56b623c0cc5fe02f61778a8f78a2 WHIRLPOOL 31bac81ba2befb3be62fbddfca270f83a34d7636f0a85ab8d7c40836020665b14aa4e03bf61c231983eebc58c3fb45b524b7a748a06f2dfbcad6ddd2002d8663
23
24 diff --git a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild
25 new file mode 100644
26 index 00000000000..3505aa395eb
27 --- /dev/null
28 +++ b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 python3_{4,5,6})
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Universal Binary JSON encoder/decoder"
39 +HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.python.org/pypi/py-ubjson"
40 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~x86"
45 +IUSE=""