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: Wed, 22 Jun 2022 16:41:15
Message-Id: 1655916066.52cd45c823d8669901f1be194823934676855801.mgorny@gentoo
1 commit: 52cd45c823d8669901f1be194823934676855801
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 22 16:38:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 22 16:41:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd45c8
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/py-ubjson-0.16.1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild b/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild
16 deleted file mode 100644
17 index c252b0c2be6c..000000000000
18 --- a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_{7..10} )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Universal Binary JSON encoder/decoder"
30 -HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson https://pypi.org/project/py-ubjson/"
31 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
36 -
37 -distutils_enable_tests unittest
38 -
39 -src_prepare() {
40 - # to make unittest happy
41 - touch test/__init__.py || die
42 - distutils-r1_src_prepare
43 -}