diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/u-msgpack-python | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/u-msgpack-python')
| -rw-r--r-- | dev-python/u-msgpack-python/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/u-msgpack-python/metadata.xml | 25 | ||||
| -rw-r--r-- | dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild | 22 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/u-msgpack-python/Manifest b/dev-python/u-msgpack-python/Manifest new file mode 100644 index 000000000000..d2047dd3ecf5 --- /dev/null +++ b/dev-python/u-msgpack-python/Manifest @@ -0,0 +1 @@ +DIST u-msgpack-python-2.8.0.tar.gz 18167 BLAKE2B 9cd0bf2a7dca8eac4c990e320a5d3c325ea31867c82a46d588c8e9bfae1feef504916f8cb75d3f2ed2adb3fa13c03c07fca91071d5d9a6d6ab47686539d704bf SHA512 61dd332c9f72db65a6a949e2acdc668ab01981b3eb1e9fd58e506d35d47f5f656b9d0abec92ae0e4d949bab063aeff75c205b92758275d99dbbe5f65f15241b9 diff --git a/dev-python/u-msgpack-python/metadata.xml b/dev-python/u-msgpack-python/metadata.xml new file mode 100644 index 000000000000..83dd33c6e9ab --- /dev/null +++ b/dev-python/u-msgpack-python/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <maintainer> + <email>vsergeev@gmail.com</email> + <name>Vanya Sergeev</name> + </maintainer> + <remote-id type="pypi">u-msgpack-python</remote-id> + <remote-id type="github">vsergeev/u-msgpack-python</remote-id> + </upstream> + <longdescription> + 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 + </longdescription> +</pkgmetadata> diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild new file mode 100644 index 000000000000..da2bd9447cac --- /dev/null +++ b/dev-python/u-msgpack-python/u-msgpack-python-2.8.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer" +HOMEPAGE=" + https://github.com/vsergeev/u-msgpack-python/ + https://pypi.org/project/u-msgpack-python/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" + +distutils_enable_tests pytest |
