From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/
Date: Wed, 2 Sep 2015 16:53:49 +0000 (UTC) [thread overview]
Message-ID: <1441212823.c17c855182a95738722d2e6470d01e6663c2e005.jlec@gentoo> (raw)
commit: c17c855182a95738722d2e6470d01e6663c2e005
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 16:39:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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,"
next reply other threads:[~2015-09-02 16:53 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-02 16:53 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-04 13:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/ Bernard Cafarelli
2017-05-02 8:47 Michał Górny
2017-12-02 15:23 Mike Gilbert
2018-04-03 17:43 Andreas Sturmlechner
2018-04-06 0:50 Aaron Bauman
2018-04-12 19:07 Thomas Deutschmann
2018-06-24 13:18 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-12-01 20:19 Andreas Sturmlechner
2019-12-01 20:19 Andreas Sturmlechner
2019-12-03 4:18 Aaron Bauman
2019-12-06 20:21 Andreas Sturmlechner
2019-12-07 14:37 Andreas Sturmlechner
2019-12-08 18:47 Andreas Sturmlechner
2019-12-08 18:54 Andreas Sturmlechner
2020-03-12 15:42 Andreas Sturmlechner
2020-05-01 13:36 Michał Górny
2020-07-04 9:07 Michał Górny
2020-11-17 22:01 Thomas Deutschmann
2020-11-18 6:53 Agostino Sarubbo
2021-03-05 10:14 Michał Górny
2021-03-05 12:08 Michał Górny
2021-04-07 6:22 Sam James
2021-04-26 19:22 Sam James
2021-05-25 5:13 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-09-04 7:47 Michał Górny
2021-09-18 7:00 Michał Górny
2021-09-20 8:00 Arthur Zamarin
2021-10-09 7:08 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-10-10 16:18 Michał Górny
2021-11-18 9:16 Michał Górny
2021-12-19 21:18 Jakov Smolić
2021-12-19 21:23 Michał Górny
2022-04-22 8:19 Michał Górny
2022-05-27 9:12 Jakov Smolić
2022-05-27 19:48 Michał Górny
2022-09-10 5:38 Arthur Zamarin
2022-10-30 12:32 Sam James
2022-10-30 12:32 Sam James
2022-11-29 11:26 Jakov Smolić
2022-11-29 12:43 Michał Górny
2022-12-13 19:53 Arthur Zamarin
2022-12-14 8:45 Michał Górny
2023-01-13 14:50 Sam James
2023-01-13 17:13 Michał Górny
2023-03-28 5:19 Michał Górny
2023-04-05 14:27 Arthur Zamarin
2023-04-28 15:24 Arthur Zamarin
2023-04-29 6:58 Arthur Zamarin
2023-04-29 7:09 Michał Górny
2023-05-04 16:30 Michał Górny
2023-06-13 5:51 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-07-24 10:59 Michał Górny
2023-08-06 12:30 Michał Górny
2023-08-20 17:37 Arthur Zamarin
2023-09-21 9:54 Michał Górny
2023-10-30 19:01 Michał Górny
2023-11-30 16:05 Michał Górny
2023-12-25 7:30 Sam James
2024-07-10 19:05 Michał Górny
2024-10-02 11:22 Michał Górny
2024-10-19 9:08 Sam James
2024-10-19 9:19 Arthur Zamarin
2024-10-19 9:52 Michał Górny
2025-02-17 20:47 Michał Górny
2025-03-08 11:57 Arthur Zamarin
2025-03-08 14:12 Sam James
2025-03-08 17:04 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441212823.c17c855182a95738722d2e6470d01e6663c2e005.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox