From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA3C0139694 for ; Sun, 9 Jul 2017 17:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49046234056; Sun, 9 Jul 2017 17:49:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24DDB234056 for ; Sun, 9 Jul 2017 17:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B07A8341B79 for ; Sun, 9 Jul 2017 17:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC96746A for ; Sun, 9 Jul 2017 17:49:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1499622537.9fc7bca6aa5aeef0355668bdeb8fc46b3f07e484.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py2neo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py2neo/Manifest dev-python/py2neo/py2neo-3.1.2.ebuild X-VCS-Directories: dev-python/py2neo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9fc7bca6aa5aeef0355668bdeb8fc46b3f07e484 X-VCS-Branch: master Date: Sun, 9 Jul 2017 17:49:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1253111f-ad27-4b50-9b00-c3055e531aab X-Archives-Hash: 03af3d135756443eaa41cf20c919173b commit: 9fc7bca6aa5aeef0355668bdeb8fc46b3f07e484 Author: David Seifert gentoo org> AuthorDate: Sun Jul 9 17:48:57 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 9 17:48:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc7bca6 dev-python/py2neo: Bump to 3.1.2 * EAPI 6 * Use PyPI for sources Bug: https://bugs.gentoo.org/show_bug.cgi?id=600464 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/py2neo/Manifest | 1 + dev-python/py2neo/py2neo-3.1.2.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/py2neo/Manifest b/dev-python/py2neo/Manifest index e059dfa58d7..39db4f8ad39 100644 --- a/dev-python/py2neo/Manifest +++ b/dev-python/py2neo/Manifest @@ -1 +1,2 @@ DIST py2neo-2.0.9.tar.gz 943617 SHA256 3e06fd82923725fe0f65622abd8d26fbe8403f489e07df16367da1e9bb53820d SHA512 cf0a0fe30e717c32f0a2effc6927e12c6e99173d9592ad549274dd983188f0f09418035b04429b99dac9ab80a8771c3c741a12983a85317eff924cec40f2fc59 WHIRLPOOL 764a96fe01d96553cf1bfe59fc9bbf3b05993cf6d0f2a953b5debdbcc4992ee7fd859d3843d99043030982e53b29c14c097eb3463ac5bc6277c3a06ac10176bb +DIST py2neo-3.1.2.tar.gz 100101 SHA256 8177a9b2c4d23a3ce26f02d3d6be92ac49cb7520e88ec1b41d8c6e86774938b8 SHA512 1f61e1129effe5e77b72955b34726cde668eeb3f3627a1164b40593ad863ae4f19d534f7174742eccae58d770f5e54d907346bef698d98c33e3f3837e70659d4 WHIRLPOOL 9f66800099cd32fb807116a301f336ca978d79e7fe9c38ccd04765c6d677b090d501f0170fe64e5961356add67ee2de0a665cb4044e032973313908a92afbfb4 diff --git a/dev-python/py2neo/py2neo-3.1.2.ebuild b/dev-python/py2neo/py2neo-3.1.2.ebuild new file mode 100644 index 00000000000..77e8e49bb32 --- /dev/null +++ b/dev-python/py2neo/py2neo-3.1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +inherit distutils-r1 + +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" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_compile() { + # https://github.com/nigelsmall/py2neo/issues/380 + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +}