From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- dev-python/u-msgpack-python/Manifest | 3 +++ dev-python/u-msgpack-python/metadata.xml | 25 ++++++++++++++++++++++ .../u-msgpack-python/u-msgpack-python-2.7.1.ebuild | 17 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/u-msgpack-python/Manifest create mode 100644 dev-python/u-msgpack-python/metadata.xml create mode 100644 dev-python/u-msgpack-python/u-msgpack-python-2.7.1.ebuild (limited to 'dev-python/u-msgpack-python') diff --git a/dev-python/u-msgpack-python/Manifest b/dev-python/u-msgpack-python/Manifest new file mode 100644 index 000000000000..28714466423f --- /dev/null +++ b/dev-python/u-msgpack-python/Manifest @@ -0,0 +1,3 @@ +DIST u-msgpack-python-2.7.1.tar.gz 20631 BLAKE2B 10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021 SHA512 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6 +EBUILD u-msgpack-python-2.7.1.ebuild 566 BLAKE2B 4046d41b4ebb56d9329901f85985e4b46374700106e71844600040350fc09885eba4f4995d61b8b7260fac3280fffb57dd8d4f873b5488ed231914ac6a4ecc75 SHA512 632ca0b9433d4f2f2dffe0472783f771300699ea3cda1bca3622ce6410d81da7a10e6f11c45f2c2ee6a84a6c181bcdb26d1ea2a79048175d085889be2c7eaecc +MISC metadata.xml 931 BLAKE2B 14f05bd4d72f2d6d09096f581e720fba96e533781ad16d0ded28ad62f3aef92eeff0fdece705b6b1d8735f0756cf73f338ce26b92bc6380e7679aee7fac6970b SHA512 642b3a1e3f70a4a6d49f87f61e2a197f93ef47238dbd7f1d591cffdd4857299e3110a9cb01cfd430aca328ceb533e3c6080d765bc2fc0fa7fc133456e2ec1de4 diff --git a/dev-python/u-msgpack-python/metadata.xml b/dev-python/u-msgpack-python/metadata.xml new file mode 100644 index 000000000000..a5bee6f7f433 --- /dev/null +++ b/dev-python/u-msgpack-python/metadata.xml @@ -0,0 +1,25 @@ + + + + + python@gentoo.org + Python + + + + + vsergeev@gmail.com + Vanya Sergeev + + u-msgpack-python + vsergeev/u-msgpack-python + + + u-msgpack-python is a lightweight MessagePack serializer and + deserializer module written in pure Python, compatible with both Python + 2 and Python 3, as well as CPython and PyPy implementations of Python. + u-msgpack-python is fully compliant with the latest MessagePack + specification. In particular, it supports the new binary, UTF-8 string, + and application-defined ext types + + diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1.ebuild new file mode 100644 index 000000000000..fbfbaed0935d --- /dev/null +++ b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer" +HOMEPAGE="https://github.com/vsergeev/u-msgpack-python https://pypi.org/project/u-msgpack-python/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest -- cgit v1.2.3