From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/py-ubjson/Manifest | 2 +- dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild | 26 +++++++++++++++++++++++++ dev-python/py-ubjson/py-ubjson-0.16.1.ebuild | 23 ---------------------- 3 files changed, 27 insertions(+), 24 deletions(-) create mode 100644 dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild delete mode 100644 dev-python/py-ubjson/py-ubjson-0.16.1.ebuild (limited to 'dev-python/py-ubjson') diff --git a/dev-python/py-ubjson/Manifest b/dev-python/py-ubjson/Manifest index e90b4faa6e8d..5c79d7c13a64 100644 --- a/dev-python/py-ubjson/Manifest +++ b/dev-python/py-ubjson/Manifest @@ -1,3 +1,3 @@ DIST py-ubjson-0.16.1.tar.gz 50316 BLAKE2B 442894a7c010d1ba4a836827ca17e7cb10b34a6f5488851ce13a3c3ab02d8173250a664da4504bca9fd2d9377631e249127c789a4824930f8b35db2225902e9d SHA512 5c5e48fa236571832fbcd100ebe0efd7522a8f5773b74475e7b102fadc4e2917549640d12c5afb2aadbe65a6973b75540681da1df8febbf47f84844bc9337fb0 -EBUILD py-ubjson-0.16.1.ebuild 587 BLAKE2B 646cb0c75df26856bcea4c55de4e477dff5e80a08a532643a40475a2cb9f28a0ba69cc55afe53f94305ce174cd93e66266ed3c2361485468a10de98c5d54e405 SHA512 046d6f48ba7c768bea79f06030c0579ba46ca2885ae30d9dc22e0fd71a65cd2b1734352cef9bee33f28fb32fb3c459a350867d59e9853941a3ad5548ea6c8ed9 +EBUILD py-ubjson-0.16.1-r1.ebuild 561 BLAKE2B 140b2f493a6df068d666424018aa0ef507b13430babcb33eee41e4bfd3cf53c846f4a7a5ae06e70a440a8e9dd414ca56bfde7b7f7df52904acb677011931f8f6 SHA512 383821911dfc9de9885880110b201f7d87954017fadc3869d2e7e70efe1b656ca54de586eed3fac7eafec62bd0d10ed1ac2f4271c726a912fa8512090b58f313 MISC metadata.xml 635 BLAKE2B 3d35f4fa84fed8d035d41dfcdc25ac5c520abf0eb564f1cb815e066c1bfbd03d29b5cc3a2742deb9ae13641f234155d2dea8505139723e87fa1eb7e95230fa52 SHA512 3037619d567221865da91b597164574437ef07b51c2d690760bd55a4406d838470eb272600c92264e5248ff4b347c7084fb3b498cc98003f6abf02259b8cdc7a diff --git a/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild b/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild new file mode 100644 index 000000000000..4c6bb23e9adb --- /dev/null +++ b/dev-python/py-ubjson/py-ubjson-0.16.1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +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 + +python_test() { + eunittest -s test +} 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 -} -- cgit v1.2.3