Skip to content

Commit

Permalink
dev-python/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Nov 14, 2024
1 parent 7065281 commit 015a819
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 30 deletions.
9 changes: 4 additions & 5 deletions app-misc/gplaycli/gplaycli-3.29.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1
Expand All @@ -15,12 +15,11 @@ SRC_URI="https://github.com/matlink/gplaycli/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
>=dev-python/matlink-gpapi-0.4.4.5[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/protobuf[${PYTHON_USEDEP}]
dev-python/pyaxmlparser[${PYTHON_USEDEP}]"

PATCHES=( "${FILESDIR}/3.29-confpath.patch" )
3 changes: 3 additions & 0 deletions app-misc/gplaycli/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">matlink/gplaycli</remote-id>
</upstream>
</pkgmetadata>
13 changes: 6 additions & 7 deletions dev-python/gpapi/gpapi-0.4.4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
inherit distutils-r1 pypi

DESCRIPTION="Unofficial python api for google play"
HOMEPAGE="https://github.com/NoMore201/googleplay-api"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="amd64 ~arm64 x86"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ~arm64 x86"

RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
>=dev-python/protobuf-3.5.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
4 changes: 4 additions & 0 deletions dev-python/gpapi/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">NoMore201/googleplay-api</remote-id>
<remote-id type="pypi">gpapi</remote-id>
</upstream>
</pkgmetadata>
4 changes: 2 additions & 2 deletions dev-python/grpcio-testing/grpcio-testing-1.62.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"

RDEPEND="
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
<dev-python/protobuf-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-4.21.3[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"
4 changes: 2 additions & 2 deletions dev-python/grpcio-tools/grpcio-tools-1.62.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
<dev-python/protobuf-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-4.21.3[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}"
Expand Down
4 changes: 2 additions & 2 deletions dev-python/grpcio-tools/grpcio-tools-1.65.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}]
<dev-python/protobuf-python-6[${PYTHON_USEDEP}]
>=dev-python/protobuf-5.26.1[${PYTHON_USEDEP}]
<dev-python/protobuf-6[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}"
Expand Down
4 changes: 2 additions & 2 deletions dev-python/grpcio/grpcio-1.62.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
RDEPEND="
>=dev-libs/openssl-1.1.1:0=[-bindist(-)]
>=dev-libs/re2-0.2021.11.01:=
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
<dev-python/protobuf-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-4.21.3[${PYTHON_USEDEP}]
net-dns/c-ares:=
sys-libs/zlib:=
"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/grpcio/grpcio-1.65.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
>=dev-libs/openssl-1.1.1:0=[-bindist(-)]
>=dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}]
>=dev-python/protobuf-5.26.1[${PYTHON_USEDEP}]
>=dev-libs/re2-0.2024.07.02:=
net-dns/c-ares:=
sys-libs/zlib:=
Expand Down
14 changes: 7 additions & 7 deletions dev-python/matlink-gpapi/matlink-gpapi-0.4.4.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
inherit distutils-r1 pypi

DESCRIPTION="Unofficial python api for google play"
HOMEPAGE="https://github.com/NoMore201/googleplay-api"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"

LICENSE="MIT"
KEYWORDS="amd64 ~arm64 x86"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ~arm64 x86"

RDEPEND="!dev-python/gpapi
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.5.1[${PYTHON_USEDEP}]
>=dev-python/protobuf-3.5.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
4 changes: 4 additions & 0 deletions dev-python/matlink-gpapi/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">NoMore201/googleplay-api</remote-id>
<remote-id type="pypi">matlink-gpapi</remote-id>
</upstream>
</pkgmetadata>
2 changes: 1 addition & 1 deletion net-proxy/mitmproxy/mitmproxy-11.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RDEPEND="
>=dev-python/mitmproxy_wireguard-0.1.16[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.14.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-3.14.0[${PYTHON_USEDEP}]
>=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-22.1[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion net-proxy/mitmproxy/mitmproxy-9.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RDEPEND="
>=dev-python/mitmproxy_wireguard-0.1.16[${PYTHON_USEDEP}]
>=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.14.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-3.14.0[${PYTHON_USEDEP}]
>=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-22.1[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 015a819

Please sign in to comment.