mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-python/pure-protobuf: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<!-- maintainer-needed -->
|
<maintainer type="person">
|
||||||
<upstream>
|
<email>cyber+gentoo@sysrq.in</email>
|
||||||
<remote-id type="github">eigenein/protobuf</remote-id>
|
<name>Anna</name>
|
||||||
<remote-id type="pypi">pure-protobuf</remote-id>
|
</maintainer>
|
||||||
</upstream>
|
<upstream>
|
||||||
|
<remote-id type="github">eigenein/protobuf</remote-id>
|
||||||
|
<remote-id type="pypi">pure-protobuf</remote-id>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -1,23 +1,22 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# 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
|
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="
|
HOMEPAGE="
|
||||||
https://github.com/eigenein/protobuf
|
https://github.com/eigenein/protobuf
|
||||||
https://pypi.org/project/pure-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"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
S="${WORKDIR}/protobuf-${PV}"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user