From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 173A61399E1 for ; Wed, 2 Sep 2015 16:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2661423C; Wed, 2 Sep 2015 16:53:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B8AC1420D for ; Wed, 2 Sep 2015 16:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 428D534087F for ; Wed, 2 Sep 2015 16:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2C7184 for ; Wed, 2 Sep 2015 16:53:49 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441212823.c17c855182a95738722d2e6470d01e6663c2e005.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproj/Manifest dev-python/pyproj/pyproj-1.9.3-r1.ebuild dev-python/pyproj/pyproj-1.9.4.ebuild X-VCS-Directories: dev-python/pyproj/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c17c855182a95738722d2e6470d01e6663c2e005 X-VCS-Branch: master Date: Wed, 2 Sep 2015 16:53:49 +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: 866e39eb-88d7-4e87-8a50-99c9fd7d52d5 X-Archives-Hash: fca0775f56cdad4a2d2d076104bed79d commit: c17c855182a95738722d2e6470d01e6663c2e005 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 16:39:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 16:53:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17c8551 dev-python/pyproj: Use append-cflags drop old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyproj/Manifest | 1 - dev-python/pyproj/pyproj-1.9.3-r1.ebuild | 24 ------------------------ dev-python/pyproj/pyproj-1.9.4.ebuild | 8 ++++++-- 3 files changed, 6 insertions(+), 27 deletions(-) diff --git a/dev-python/pyproj/Manifest b/dev-python/pyproj/Manifest index 856c3e7..33d9a2c 100644 --- a/dev-python/pyproj/Manifest +++ b/dev-python/pyproj/Manifest @@ -1,2 +1 @@ -DIST pyproj-1.9.3.tar.gz 2687498 SHA256 912ed86c5e407f091d0f3d076594af4fb569e27c68199b7d71651edd522aaa0c SHA512 a365da012bf7b9adc8069896bdeabf88ff3d260b643e49b8a74edccc3b65aab10ec96116353fbb45c73ce1027c9b4e80aae566c6b28e149110b16cd8405cda30 WHIRLPOOL b6008b4879722e6e6ce82fbda22a5d8f57e6484f74d2607c19087130f833188ee76d1bc40ffd205babb25b9e7ea983c80bc1bd7555dd83f2473f2950421e7c62 DIST pyproj-1.9.4.tar.gz 7838454 SHA256 71b4d8c52d781e2b4afe2d3609e9d700cb631ddbf51060bc702644733cc70869 SHA512 96b118e75ba8360ca56176631c44567c7b6596f98189a99bfbdc2d0f8bff1bba814a86d66ac1c54964951a3534c2a5cfb54a0fc4d8eda52c77069a8b64f8db3a WHIRLPOOL 750f466566aab3d2edb155407f37efc7f514901bd782b5be589f1c788059c81c8e17e519d53410be169cec971aa3524268bd86e08f9f90a1e2b742343f6b0ae2 diff --git a/dev-python/pyproj/pyproj-1.9.3-r1.ebuild b/dev-python/pyproj/pyproj-1.9.3-r1.ebuild deleted file mode 100644 index 3acd9ec..0000000 --- a/dev-python/pyproj/pyproj-1.9.3-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to PROJ.4 library" -HOMEPAGE="https://code.google.com/p/pyproj/ https://pypi.python.org/pypi/pyproj" -SRC_URI="https://pyproj.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="doc" - -CFLAGS="${CFLAGS} -fno-strict-aliasing" - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/pyproj/pyproj-1.9.4.ebuild b/dev-python/pyproj/pyproj-1.9.4.ebuild index 4078330..57f70d6 100644 --- a/dev-python/pyproj/pyproj-1.9.4.ebuild +++ b/dev-python/pyproj/pyproj-1.9.4.ebuild @@ -3,9 +3,10 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 +inherit distutils-r1 flag-o-matic DESCRIPTION="Python interface to PROJ.4 library" HOMEPAGE="https://github.com/jswhit/pyproj" @@ -16,7 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="doc" -CFLAGS="${CFLAGS} -fno-strict-aliasing" +python_prepare_all() { + distutils-r1_python_prepare_all + append-cflags -fno-strict-aliasing +} python_test() { einfo "Testruns do not have regular unittest type tests, instead for test.py,"