dev-python/peeringdb: 1.1.0 -> 1.5.0

This commit is contained in:
Alarig Le Lay 2023-05-17 01:00:45 +02:00
parent bd11c43386
commit 88c6343874
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
4 changed files with 25 additions and 8 deletions

View File

@ -1,2 +1,2 @@
DIST peeringdb-1.1.0.tar.gz 24020 BLAKE2B f7e127d3e7fd60bb6773f9864a905845a0afce32ce44c57549f37fc43e388b21f791af86f0ad132d5233e462a6479bfd07abfade7dd32710a0bd03992ea98349 SHA512 fee2c270f3ef313a1b39bc351d2ddb4d5ae6d396b50a33de65b2074d7be9dd62d3dc45f5b757f23d7a9c1601bf71b029ae53a77a6083d4008669391bbff7c569
DIST peeringdb-1.3.0.tar.gz 24807 BLAKE2B e9b19af96bca57ab489a17b290766a0c5c42b896e93d76545613d177926f7608e2bd7ea47d108f5fc94e3fde14e6ffd30b7a14b76eeefa283b35824c913d12aa SHA512 7b4b8fec49cd64ec1fe90ad55a213cdfe3d0f7911ad76087b0f70941dc72804f49090719e66e03545dff1afe0594ae0bdc964c5d2eeef28546e8447be45b428f
DIST peeringdb-1.5.0.tar.gz 21614 BLAKE2B ff0e4689856f768100b98de1c84718b94cb922a23fa4c57522f5f03f0e88838a0ad2b1c9c5970e1741770140eca5d6eab0259e065949565dea82bd8123a16799 SHA512 75685a8026d2532989c4487d27eb024948103a90d0843713c2220a3528b5269c78a245c67611e67307576e8e7db5049306777e80e0710764a7e778398c10c492

View File

@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="PeeringDB python client"
@ -16,10 +16,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/cfu-0.5.1[${PYTHON_USEDEP}]
>=dev-python/munge-0.1.5[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
>=dev-python/twentyc-rpc-0.3.4[${PYTHON_USEDEP}]
>=dev-python/confu-1[${PYTHON_USEDEP}]
>=dev-python/munge-1.2.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/tomlkit[${PYTHON_USEDEP}]
>=dev-python/twentyc-rpc-1.0.0[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -12,5 +12,5 @@ RDEPEND=>=dev-python/confu-1[python_targets_python3_10(-)?] >=dev-python/munge-1
REQUIRED_USE=|| ( python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/peeringdb/peeringdb-1.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 c377e6aa4e8a33d679b05d0441586b86
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 499c8c8ae8bcabd2304237fb740c23b3
_md5_=aab7b676aca2075c517090c43300b1e1

View File

@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/confu-1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/munge-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tomlkit[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/twentyc-rpc-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DESCRIPTION=PeeringDB python client
EAPI=7
HOMEPAGE=https://peeringdb.github.io/peeringdb-py/ https://github.com/peeringdb/peeringdb-py
INHERIT=distutils-r1
IUSE=python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/confu-1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/munge-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tomlkit[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/twentyc-rpc-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/p/peeringdb/peeringdb-1.5.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 499c8c8ae8bcabd2304237fb740c23b3
_md5_=6aed7cec2c241cb6807edd133cd2d456