summaryrefslogtreecommitdiff
path: root/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-10 13:38:56 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-10 13:38:56 +0000
commitccf8089db6ee9820aa31c43f6929462010884130 (patch)
tree86fdf809355b086c1917f735e81c4e3c7e182ecd /dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild
parent68000b24e0d91505ee9e04000de7cdb956ebf0d1 (diff)
downloadbaldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.tar.gz
baldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.tar.xz
baldeagleos-repo-ccf8089db6ee9820aa31c43f6929462010884130.zip
Adding metadata
Diffstat (limited to 'dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild')
-rw-r--r--dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild
deleted file mode 100644
index 597c61d2f1c3..000000000000
--- a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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_{7,8,9,10,11} 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest