diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:54:11 +0200 |
commit | 026406b6f4335df32a3b84fd41d5f31dcbc2b90f (patch) | |
tree | f577e2defff04d135b679f725c9b2bbe860c691a /dev-python/py-ubjson | |
parent | dev-python/py-amqp: Remove redundant versions (diff) | |
download | gentoo-026406b6f4335df32a3b84fd41d5f31dcbc2b90f.tar.gz gentoo-026406b6f4335df32a3b84fd41d5f31dcbc2b90f.tar.bz2 gentoo-026406b6f4335df32a3b84fd41d5f31dcbc2b90f.zip |
dev-python/py-ubjson: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py-ubjson')
-rw-r--r-- | dev-python/py-ubjson/Manifest | 1 | ||||
-rw-r--r-- | dev-python/py-ubjson/py-ubjson-0.15.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest index e64b1192f212..07d5c996c055 100644 --- a/dev-python/py-ubjson/Manifest +++ b/dev-python/py-ubjson/Manifest @@ -1,2 +1 @@ -DIST py-ubjson-0.15.0.tar.gz 50111 BLAKE2B e4f248935778f7d0802b5bace155409e47609b18fa21792a8eb16ef24e3ee2eb59d143b039994b4342bb47c20da4539f4d83307f4afb4aeced5c238ea6c7f7cb SHA512 daeb50dfdccf1479a62ad653aaa37cdb0784ff22397e466f7a9af42a1af3165ddd11308b0d8917b96d8a8d4b87040d0789b28223838df826e953acb2e59d3a1c DIST py-ubjson-0.16.1.tar.gz 50316 BLAKE2B 442894a7c010d1ba4a836827ca17e7cb10b34a6f5488851ce13a3c3ab02d8173250a664da4504bca9fd2d9377631e249127c789a4824930f8b35db2225902e9d SHA512 5c5e48fa236571832fbcd100ebe0efd7522a8f5773b74475e7b102fadc4e2917549640d12c5afb2aadbe65a6973b75540681da1df8febbf47f84844bc9337fb0 diff --git a/dev-python/py-ubjson/py-ubjson-0.15.0.ebuild b/dev-python/py-ubjson/py-ubjson-0.15.0.ebuild deleted file mode 100644 index 12d10808c3c0..000000000000 --- a/dev-python/py-ubjson/py-ubjson-0.15.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) - -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 x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests unittest - -src_prepare() { - # to make unittest happy - touch test/__init__.py || die - distutils-r1_src_prepare -} |