summaryrefslogtreecommitdiff
path: root/dev-python/u-msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/u-msgpack')
-rw-r--r--dev-python/u-msgpack/Manifest3
-rw-r--r--dev-python/u-msgpack/metadata.xml25
-rw-r--r--dev-python/u-msgpack/u-msgpack-2.7.1.ebuild21
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/u-msgpack/Manifest b/dev-python/u-msgpack/Manifest
deleted file mode 100644
index e8291a4d9ef9..000000000000
--- a/dev-python/u-msgpack/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST u-msgpack-2.7.1.tar.gz 20631 BLAKE2B 10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021 SHA512 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6
-EBUILD u-msgpack-2.7.1.ebuild 657 BLAKE2B 5b00a814ae44aecf9ee5afc16aaba5a5064aea9fd6c7d8a75cc5a43e012f61dbdc2d44ca2097693c5689fb2559f0c69d8dedbb2be0684f81135c5d8f418ea155 SHA512 90b578c2bc44c7223daaf9f17c99979e374cf203aed43e96666c8bcc827bbcfd631d095b5789a60186ccde601dd9f82b41eda6dd76019c289d91b852f11c0bbe
-MISC metadata.xml 931 BLAKE2B 14f05bd4d72f2d6d09096f581e720fba96e533781ad16d0ded28ad62f3aef92eeff0fdece705b6b1d8735f0756cf73f338ce26b92bc6380e7679aee7fac6970b SHA512 642b3a1e3f70a4a6d49f87f61e2a197f93ef47238dbd7f1d591cffdd4857299e3110a9cb01cfd430aca328ceb533e3c6080d765bc2fc0fa7fc133456e2ec1de4
diff --git a/dev-python/u-msgpack/metadata.xml b/dev-python/u-msgpack/metadata.xml
deleted file mode 100644
index a5bee6f7f433..000000000000
--- a/dev-python/u-msgpack/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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/u-msgpack-2.7.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.7.1.ebuild
deleted file mode 100644
index 74e2330f006c..000000000000
--- a/dev-python/u-msgpack/u-msgpack-2.7.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="${PN}-python"
-MY_P="${MY_PN}-${PV}"
-
-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/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-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