diff --git a/dev-python/pure-protobuf/metadata.xml b/dev-python/pure-protobuf/metadata.xml index d66e1f62d4..ed5c07c33c 100644 --- a/dev-python/pure-protobuf/metadata.xml +++ b/dev-python/pure-protobuf/metadata.xml @@ -1,9 +1,12 @@ - - - eigenein/protobuf - pure-protobuf - + + cyber+gentoo@sysrq.in + Anna + + + eigenein/protobuf + pure-protobuf + diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild index 916df64009..a1d047dab5 100644 --- a/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.1.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python" +DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support" HOMEPAGE=" https://github.com/eigenein/protobuf https://pypi.org/project/pure-protobuf/ " -SRC_URI="https://github.com/eigenein/protobuf/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +S="${WORKDIR}/protobuf-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/protobuf-${PV}" - distutils_enable_tests pytest