commit: 52cd45c823d8669901f1be194823934676855801
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 16:38:30 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 16:41:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cd45c8
dev-python/py-ubjson: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/py-ubjson/py-ubjson-0.16.1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild
b/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild
deleted file mode 100644
index c252b0c2be6c..000000000000
--- a/dev-python/py-ubjson/py-ubjson-0.16.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Universal Binary JSON encoder/decoder"
-HOMEPAGE="https://github.com/Iotic-Labs/py-ubjson
https://pypi.org/project/py-ubjson/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- # to make unittest happy
- touch test/__init__.py || die
- distutils-r1_src_prepare
-}