diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2016-01-23 07:42:41 +0100 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2016-01-23 07:42:41 +0100 |
commit | 9274d380913d1dc2a5b4a6f5a11dc3ddce0c8653 (patch) | |
tree | dbb9195cdd193b5ee1d5a93361ef5f593f2cd374 /dev-python | |
parent | b515ac34741c5d8ab19f8b69ff0ede8543342e30 (diff) | |
download | gentoo-9274d380913d1dc2a5b4a6f5a11dc3ddce0c8653.tar.gz gentoo-9274d380913d1dc2a5b4a6f5a11dc3ddce0c8653.tar.xz |
dev-python/py2neo: Version bump wrt #572520
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/py2neo/Manifest | 2 | ||||
-rw-r--r-- | dev-python/py2neo/py2neo-2.0.8.ebuild (renamed from dev-python/py2neo/py2neo-2.0.7.ebuild) | 13 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/py2neo/Manifest b/dev-python/py2neo/Manifest index 604e6fe44b2..723cd267875 100644 --- a/dev-python/py2neo/Manifest +++ b/dev-python/py2neo/Manifest @@ -1,2 +1,2 @@ DIST py2neo-2.0.6.tar.gz 251448 SHA256 6bb828d6d3e48b4d095b3f7d79dbb690a47633f0a9812eb62f141b042bab3186 SHA512 93f94ff678ce34e7a9754330939379e9e4211ddf932484d748215c49548a48997a90bcf384a7bd3713ea341db68f0400eeaac40afc686336a144ee20fa09c8cf WHIRLPOOL c7cbba6f9b3f5a8c039817286bb1027c984cc3c1d48c7f17ea6c3770f0fc5d02811885955b854cac174bc2cbf579610642362c7e1955fcb958ffa905c6a2affa -DIST py2neo-2.0.7.tar.gz 251601 SHA256 9b154053eb93c7f5fb3ebd48b6a5b99df450d3f2e9c6682153c6f8d59369378c SHA512 02506433b50074ed098fbaee76eb072db386584ca818f322e370847058139e625318453fbcd9e099653f0d9a1041dd55be520e042d62f4e117f45a690e69bc08 WHIRLPOOL 53210f434d6a372f33c5b2e08df935bf6dd878dc42fee72760baa72b3a4f865f16d782a1d6c08424861cd1778c7a25029b7f2672cf9a3b4371bef51513b8a490 +DIST py2neo-2.0.8.tar.gz 860564 SHA256 57b4a1c4aa800e03904b2adfd7c8ec467b072bae2d24baf150fd580916255f2e SHA512 77f18a86ccd16d0152b814fa0e10d7a5629ade5a76f027aa13c856a7d4ac7d51861e87c04a9f9012c87b533f202774c0c84d16b4c65435406114f70bb59a7e1b WHIRLPOOL e779abb6de768205076783adf0f7816cdcfefc77cb5d52162485c69bdeed6df2fd2bdd3f28539567c480d97ff3783e7711f9b6ddec9c193f5ea19a98aff7d799 diff --git a/dev-python/py2neo/py2neo-2.0.7.ebuild b/dev-python/py2neo/py2neo-2.0.8.ebuild index 54603236bea..e17aff63579 100644 --- a/dev-python/py2neo/py2neo-2.0.7.ebuild +++ b/dev-python/py2neo/py2neo-2.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,11 +6,11 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) -inherit distutils-r1 +inherit distutils-r1 vcs-snapshot DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database" HOMEPAGE="http://py2neo.org" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/nigelsmall/py2neo/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -22,3 +22,10 @@ python_compile() { python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile } + +#DEPEND="doc? ( dev-python/sphinx )" +#src_compile() { +# distutils-r1_src_compile +# +# use doc && emake -C book html +#}
\ No newline at end of file |