mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
dev-python/py2neo: treeclean
This commit is contained in:
parent
3a7bde7beb
commit
f34461ed46
5 changed files with 0 additions and 94 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST py2neo-3.1.2.tar.gz 100101 BLAKE2B e3339049ce112ce2d952af130aa612ea8c810dafd77f58178bc5bacc743dd384113a56a34f99c1c6ca6f6af07311a608104bb2ce787285ce4d97ca57834ad7e1 SHA512 1f61e1129effe5e77b72955b34726cde668eeb3f3627a1164b40593ad863ae4f19d534f7174742eccae58d770f5e54d907346bef698d98c33e3f3837e70659d4
|
||||
DIST py2neo-4.3.0.tar.gz 71674 BLAKE2B 147f32fdbd18945b63d32583874dce3cf8a804fbdb464fc7613fa18759d64c153a5ba40dea310f53ac705f3489c82a350c06e5d8365c027414dda11870612775 SHA512 7e23e20be04dcccfc5b1d9fd3bfacb81f0bc48536b123ca6b5b3e293054ee0542cce57ef5666476933cbd97c8bebbe765cf0d9fce2ea9cdeb1028912af1ac2c5
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
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__,
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<?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>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">py2neo</remote-id>
|
||||
<remote-id type="github">nigelsmall/py2neo</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2020 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
|
||||
|
||||
DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database"
|
||||
HOMEPAGE="https://py2neo.org/v3/"
|
||||
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2020 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
|
||||
|
||||
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[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/flask[${PYTHON_USEDEP}] )"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}_update_setup_py.patch" )
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Loading…
Reference in a new issue