Initial import
This commit is contained in:
2
dev-python/neo4j-python-driver/Manifest
Normal file
2
dev-python/neo4j-python-driver/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST 1.3.0.tar.gz 211662 SHA256 533e3c0ebd8869e70ac3605b071d489b5a354b37acc0d2e26cf2f6e22cab5cb7 SHA512 7de4b90a6e97117d01c6fe0899c48bfa2b9561337a8c76b90b12d13bbf8ec692a27cfbc7cc491c8549aa4b40f97af720f7bd3b0a7455e22dab8e4043c711576c WHIRLPOOL 1f31dc8f973bc372698c0fcf858ec69d6b25a85c2fef2eddb7658eea27bc96534fc16c8401252f184e2716012877590f3adf8ebca159f1cf9830aadbc1865b6c
|
||||
EBUILD neo4j-python-driver-1.3.0.ebuild 524 SHA256 75eaa4723268a61c6ea0853404352720751c0a71e891c5633b164c279520b02c SHA512 f2c08d30d4a7fe4691c191c8425830db9de65090786b9824c8bdcf206cad551b52af0abc6a317a5b025cf2afcf74de00143abd5223827d4816d7dc1578bb21e1 WHIRLPOOL a329cb5b4bda3fe2c3cb9a4ea2a66ef3679e24a175e13507e59109d408bc6dcb29bfbaa04b3abf0ee15e1645640a90972a2aa3cb73d3375fbcc535be3818cacd
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_4 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Official library for accessing the Neo4j graph database"
|
||||
HOMEPAGE="https://neo4j.com"
|
||||
SRC_URI="https://github.com/neo4j/neo4j-python-driver/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PF}"
|
||||
|
||||
#python_compile() {
|
||||
# distutils-r1_python_compile
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user