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 204111395E2 for ; Fri, 25 Nov 2016 22:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792D7E0B2F; Fri, 25 Nov 2016 22:52:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3F141E0B2F for ; Fri, 25 Nov 2016 22:52:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61F7E33D3CE for ; Fri, 25 Nov 2016 22:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E14487 for ; Fri, 25 Nov 2016 22:52:44 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1480114353.f8e5373a14690898e6c11e5ff464d99d9da86285.monsieurp@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-2.0.9.ebuild X-VCS-Directories: dev-python/py2neo/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f8e5373a14690898e6c11e5ff464d99d9da86285 X-VCS-Branch: master Date: Fri, 25 Nov 2016 22:52:44 +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: a9d63a3f-e801-49f6-a868-a5e451edcd55 X-Archives-Hash: 8208382d62654fdce43475ba02ac4808 commit: f8e5373a14690898e6c11e5ff464d99d9da86285 Author: Patrice Clement gentoo org> AuthorDate: Fri Nov 25 22:52:33 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Nov 25 22:52:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e5373a dev-python/py2neo: version bump. Gentoo-Bug: https://bugs.gentoo.org/600462 Package-Manager: portage-2.3.0 dev-python/py2neo/Manifest | 1 + dev-python/py2neo/py2neo-2.0.9.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/py2neo/Manifest b/dev-python/py2neo/Manifest index c6f03d5..f8b2abf 100644 --- a/dev-python/py2neo/Manifest +++ b/dev-python/py2neo/Manifest @@ -1 +1,2 @@ DIST py2neo-2.0.8.tar.gz 860564 SHA256 57b4a1c4aa800e03904b2adfd7c8ec467b072bae2d24baf150fd580916255f2e SHA512 77f18a86ccd16d0152b814fa0e10d7a5629ade5a76f027aa13c856a7d4ac7d51861e87c04a9f9012c87b533f202774c0c84d16b4c65435406114f70bb59a7e1b WHIRLPOOL e779abb6de768205076783adf0f7816cdcfefc77cb5d52162485c69bdeed6df2fd2bdd3f28539567c480d97ff3783e7711f9b6ddec9c193f5ea19a98aff7d799 +DIST py2neo-2.0.9.tar.gz 943617 SHA256 3e06fd82923725fe0f65622abd8d26fbe8403f489e07df16367da1e9bb53820d SHA512 cf0a0fe30e717c32f0a2effc6927e12c6e99173d9592ad549274dd983188f0f09418035b04429b99dac9ab80a8771c3c741a12983a85317eff924cec40f2fc59 WHIRLPOOL 764a96fe01d96553cf1bfe59fc9bbf3b05993cf6d0f2a953b5debdbcc4992ee7fd859d3843d99043030982e53b29c14c097eb3463ac5bc6277c3a06ac10176bb diff --git a/dev-python/py2neo/py2neo-2.0.9.ebuild b/dev-python/py2neo/py2neo-2.0.9.ebuild new file mode 100644 index 00000000..fb3ac4c --- /dev/null +++ b/dev-python/py2neo/py2neo-2.0.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database" +HOMEPAGE="http://py2neo.org" +SRC_URI="https://github.com/nigelsmall/py2neo/archive/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +python_compile() { + # https://github.com/nigelsmall/py2neo/issues/380 + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile +}