dev-python/u-msgpack-python: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-17 13:00:09 +01:00
parent dd94b6daca
commit ff83adbeb1

View File

@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
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/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"