dev-python/neo4j: add 6.2.0

This commit is contained in:
rick 2026-05-06 02:26:30 +02:00
parent 85ea633f66
commit a8152dd5ab
No known key found for this signature in database
GPG key ID: D3FB4A5EDD2CBF02
2 changed files with 27 additions and 0 deletions

View file

@ -1,3 +1,4 @@
DIST neo4j-4.2.1.tar.gz 69516 BLAKE2B a3143706ccc0007ed0827940f1cbc80a3ca0ce97e9b61b792d6ba3d56ea4a3279ec8fce0a1597ad14dcbc7004f52516799b83a7d205cc46ee8bec87ba76ecb6e SHA512 57ab046dd3d00b3c3a515955ca24bbcb5b6723799e3e81a3be6875164e3ccb23286170c2ad2f823d4ffef3ca9c71d3bbbe2d69b8136f0507ef9224fcf9bb8015
DIST neo4j-5.22.0.tar.gz 214987 BLAKE2B 4ec8f0cc4ded95ff038a626f1358362fc2dc8021f4fdc1e2ad656bb318f08fe5e9de771ca2c89133ef37d9afdc79363ed1874ece9e1f2d6662a4e0873f2c1750 SHA512 a7aa6dc759acae0e0e303c2014643ec811e7795acb80d15422eb09782e4fa69513b0cb6002f1eee1b493dc51796b01498913ba035b1bc0cbf088713d462b8ef0
DIST neo4j-5.28.1.tar.gz 231094 BLAKE2B 2febaa70b7929a047ff577a6ce87ea22d46f238273ad83a0fecaebde7f4d8119dba456832348f52e3127d65909d1667fb4aaacfb335926736d9401a1e748af00 SHA512 c4023b1e1f3c86e774807767b79a0472ccabd9a8f88b63b9874c0cfde881ae930245d3886def1cb330bc5e70e9b7b0fbd1a4e2e2c7d2c70e5db824cd6f08fba3
DIST neo4j-6.2.0.tar.gz 241459 BLAKE2B 42f739c70bff6ff652f6607ead0b00464b4c72d9e1e7893582a64cb8f4e2369455270f323cfa7241d81ff161e4e27feb65125e93f91fa1a050fbcbabdfe46890 SHA512 038f894f713f970a21fa27513e8908c04180b8837a87443aa52ad89a00bfcf3da14a2dda945266ba935cc9fb9b9f429098f2f79d74f1abf7611880ff4513c720

View file

@ -0,0 +1,26 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Neo4j Bolt driver for Python"
HOMEPAGE="https://github.com/neo4j/neo4j-python-driver"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/numpy-1.21.2[${PYTHON_USEDEP}]
<dev-python/numpy-3.0.0[${PYTHON_USEDEP}]
>=dev-python/pandas-1.1.0[${PYTHON_USEDEP}]
<dev-python/pandas-4.0.0[${PYTHON_USEDEP}]
>=dev-python/pyarrow-6.0.0[${PYTHON_USEDEP}]
<dev-python/pyarrow-25.0.0[${PYTHON_USEDEP}]
"