Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-ubjson/
Date: Mon, 04 May 2020 11:39:10
Message-Id: 1588592281.a9be76c8fe2df04bfa9a931ef025500b15f662e7.mgorny@gentoo
1 commit: a9be76c8fe2df04bfa9a931ef025500b15f662e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:38:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:38:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be76c8
7
8 dev-python/py-ubjson: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/py-ubjson/Manifest | 3 ---
13 dev-python/py-ubjson/py-ubjson-0.10.0.ebuild | 16 ----------------
14 dev-python/py-ubjson/py-ubjson-0.11.0.ebuild | 19 -------------------
15 dev-python/py-ubjson/py-ubjson-0.9.0.ebuild | 19 -------------------
16 4 files changed, 57 deletions(-)
17
18 diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest
19 index 5b45a19d7b4..e64b1192f21 100644
20 --- a/dev-python/py-ubjson/Manifest
21 +++ b/dev-python/py-ubjson/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST py-ubjson-0.10.0.tar.gz 44653 BLAKE2B 91c40aab4cc66200d863fb13e4f0b64f4b1903422732f83af1f32d05a7e002723bb101b085c3d34bd33c0f2c161e24877b8fe8e8d7c09a54bac043104a58ceb1 SHA512 f4fd5dedf0212d91d8fc65b4379ccdd2576d6a3e4f5200f0f6caebd4671d582516916fc89af5d942c35624a98ac76db8fe0825a269206de4ab1ca63b54608cc2
24 -DIST py-ubjson-0.11.0.tar.gz 45473 BLAKE2B b74bfc20b30a2a45fb4511aa730d51245e6810fb8b00980dd61ae5bfa7cda1f60397de8c9d914195dffc48e4ec9582f839b9e133b98dd897b0a47a03abfbb67d SHA512 2c5dd111ea91fff1cebd722c62b312422e198bb8cc614e1254a3913067f72124efd1cd9879bd83ff88c2fc12ff2ef17fcf350ef7a3d6587c96a58c8b9e8ca547
25 DIST py-ubjson-0.15.0.tar.gz 50111 BLAKE2B e4f248935778f7d0802b5bace155409e47609b18fa21792a8eb16ef24e3ee2eb59d143b039994b4342bb47c20da4539f4d83307f4afb4aeced5c238ea6c7f7cb SHA512 daeb50dfdccf1479a62ad653aaa37cdb0784ff22397e466f7a9af42a1af3165ddd11308b0d8917b96d8a8d4b87040d0789b28223838df826e953acb2e59d3a1c
26 DIST py-ubjson-0.16.1.tar.gz 50316 BLAKE2B 442894a7c010d1ba4a836827ca17e7cb10b34a6f5488851ce13a3c3ab02d8173250a664da4504bca9fd2d9377631e249127c789a4824930f8b35db2225902e9d SHA512 5c5e48fa236571832fbcd100ebe0efd7522a8f5773b74475e7b102fadc4e2917549640d12c5afb2aadbe65a6973b75540681da1df8febbf47f84844bc9337fb0
27 -DIST py-ubjson-0.9.0.tar.gz 43338 BLAKE2B 8bcf61d1329931a2bfb7399cc27e72b14f9641fe902f0275ae190b1b256c67d78fe9b436aacf6b33912ef0e29a008e4e7b05a12b10488714ecb5b31451c1e69e SHA512 d9f061e548405d16a22d235f487740b3d4abeab8b555f9684b632cdb5e2f655ba8413a207230f90e7f3f352fa3289b16bb9a56b623c0cc5fe02f61778a8f78a2
28
29 diff --git a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild
30 deleted file mode 100644
31 index 166babd1ec0..00000000000
32 --- a/dev-python/py-ubjson/py-ubjson-0.10.0.ebuild
33 +++ /dev/null
34 @@ -1,16 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -PYTHON_COMPAT=( python3_6)
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Universal Binary JSON encoder/decoder"
44 -HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.org/project/py-ubjson/"
45 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~x86"
50 -IUSE=""
51
52 diff --git a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild
53 deleted file mode 100644
54 index dedce69112b..00000000000
55 --- a/dev-python/py-ubjson/py-ubjson-0.11.0.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -PYTHON_COMPAT=( python3_6)
63 -
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="Universal Binary JSON encoder/decoder"
67 -HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.org/project/py-ubjson/"
68 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="Apache-2.0"
71 -SLOT="0"
72 -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
73 -IUSE=""
74 -
75 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
76 -RDEPEND="${DEPEND}"
77
78 diff --git a/dev-python/py-ubjson/py-ubjson-0.9.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.9.0.ebuild
79 deleted file mode 100644
80 index a109f2f332e..00000000000
81 --- a/dev-python/py-ubjson/py-ubjson-0.9.0.ebuild
82 +++ /dev/null
83 @@ -1,19 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=6
88 -PYTHON_COMPAT=( python3_6)
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Universal Binary JSON encoder/decoder"
93 -HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.org/project/py-ubjson/"
94 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="Apache-2.0"
97 -SLOT="0"
98 -KEYWORDS="amd64 arm x86"
99 -IUSE=""
100 -
101 -DEPEND=""
102 -RDEPEND="${DEPEND}"