dev-python/py2neo: bump to 4.3.0 (with new deps)

This commit is contained in:
Yury Martynov 2020-04-12 17:29:00 +03:00
parent 2229bb4a9d
commit 6c9064abff
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
9 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST neobolt-1.7.17.tar.gz 183301 BLAKE2B ceb4e04d98d98383e5cf322f26ee9e743358faa135c208aa666426f1a1812eaadf3cef8812fbc91f2863064717dbeb8009a1576a613406168a2fbf82d913f922 SHA512 a9329e03924616dbf1ab70bd04143c0a20a3d88735d2a37acb9c4b663528f8b9f421b241c4c4ebf7fbd6ce590029a61cd9c3178adf57df6908f4382580ae8785

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Neo4j Bolt Connector for Python"
HOMEPAGE="https://github.com/neo4j-drivers/neobolt"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
RDEPEND="${PYTHON_DEPS}"

View file

@ -0,0 +1 @@
DIST neotime-1.7.4.tar.gz 17915 BLAKE2B e44c938461f770908dd8c058f72697ce111671b1191745cd59a4d9bee9ba72b5922fc92e50cd4ca7a2d19eb04e26e6fa4919f96f87bbf0f1179ff328e13e1828 SHA512 b0fdcf9568ff449b323704c4948a56e9b7e2e06e6c58aabe6239810c8e634688e2321e46224eb4ea0b23c1d111ec2b44963615cd01e7d61b4de8d17abf168e04

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Nanosecond resolution temporal types"
HOMEPAGE="https://neotime.readthedocs.io"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
RDEPEND="${PYTHON_DEPS}"

View file

@ -1 +1,2 @@
DIST py2neo-3.1.2.tar.gz 100101 BLAKE2B e3339049ce112ce2d952af130aa612ea8c810dafd77f58178bc5bacc743dd384113a56a34f99c1c6ca6f6af07311a608104bb2ce787285ce4d97ca57834ad7e1 SHA512 1f61e1129effe5e77b72955b34726cde668eeb3f3627a1164b40593ad863ae4f19d534f7174742eccae58d770f5e54d907346bef698d98c33e3f3837e70659d4
DIST py2neo-4.3.0.tar.gz 71674 BLAKE2B 147f32fdbd18945b63d32583874dce3cf8a804fbdb464fc7613fa18759d64c153a5ba40dea310f53ac705f3489c82a350c06e5d8365c027414dda11870612775 SHA512 7e23e20be04dcccfc5b1d9fd3bfacb81f0bc48536b123ca6b5b3e293054ee0542cce57ef5666476933cbd97c8bebbe765cf0d9fce2ea9cdeb1028912af1ac2c5

View file

@ -0,0 +1,21 @@
diff -ur a/setup.py b/setup.py
--- a/setup.py 2019-05-09 18:53:05.000000000 +0300
+++ b/setup.py 2020-04-12 17:26:36.746264784 +0300
@@ -49,17 +49,6 @@
},
"packages": packages,
"py_modules": [],
- "install_requires": [
- "certifi",
- "click==7.0",
- "colorama",
- "neobolt~=1.7.12",
- "neotime~=1.7.4",
- "prompt_toolkit~=2.0.7",
- "pygments~=2.3.1",
- "pytz",
- "urllib3<1.25,>=1.23",
- ],
"extras_require": {
},
"license": __license__,

View file

@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database"
HOMEPAGE="https://py2neo.org/v4/"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="!test? ( test )"
RDEPEND="${PYTHON_DEPS}
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/neobolt[${PYTHON_USEDEP}]
dev-python/neotime[${PYTHON_USEDEP}]
dev-python/prompt_toolkit[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
<dev-python/urllib3-1.25[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/flask[${PYTHON_USEDEP}] )"
PATCHES=( "${FILESDIR}/${P}_update_setup_py.patch" )
distutils_enable_tests unittest