summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-22 18:38:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-22 18:41:06 +0200
commit52cd45c823d8669901f1be194823934676855801 (patch)
treea2458b22c46883f80a5420a34b9751ca55cb870d /dev-python/py-ubjson
parentdev-python/zstandard: Remove old (diff)
downloadgentoo-52cd45c823d8669901f1be194823934676855801.tar.gz
gentoo-52cd45c823d8669901f1be194823934676855801.tar.bz2
gentoo-52cd45c823d8669901f1be194823934676855801.zip
dev-python/py-ubjson: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-ubjson')
-rw-r--r--dev-python/py-ubjson/py-ubjson-0.16.1.ebuild23
1 files changed, 0 insertions, 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
-}