public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/
Date: Sun,  1 Dec 2019 20:19:23 +0000 (UTC)	[thread overview]
Message-ID: <1575231413.e89623a1be476e11f28a1522afe20ec3897550b1.asturm@gentoo> (raw)

commit:     e89623a1be476e11f28a1522afe20ec3897550b1
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu Nov  7 19:48:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 20:16:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89623a1

dev-python/pyproj: bump to 2.4.1, EAPI 7 and Python 3

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13580
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/pyproj/Manifest            |  1 +
 dev-python/pyproj/pyproj-2.4.1.ebuild | 49 +++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pyproj/Manifest b/dev-python/pyproj/Manifest
index a47eba325f7..02a19abffc9 100644
--- a/dev-python/pyproj/Manifest
+++ b/dev-python/pyproj/Manifest
@@ -1 +1,2 @@
 DIST pyproj-1.9.5.1.tar.gz 4424543 BLAKE2B cdf954ec0fe794f354b246fcd5afeac01b796f84cc2456efce3e289fcfb12074d7352c9fa7e9d74356199135dfa9814c07da9379f85771dbb7130b8b9b7ecc34 SHA512 b0e0f85be01a3399cb41c4bf29d1a63ecb519fd45d6092a3558060d93c715afafd12f7532c8665839225ad7243e739a117677f6747bf34a0ccbde5e75c85f324
+DIST pyproj-2.4.1.tar.gz 462332 BLAKE2B bd5f8f34bd1e4f928cbbba8736ede96425f1823171b1e4da0ecd6ccf9f105d4f5d4c9f953f353382412883c70803421b4d9a5175aba5cabcb689fafb19484a89 SHA512 c8bc987991b8136951f038f504cb6ffa5f69663b9ba447b586ab29d30e91b05661c46726132ac2cbfd756d92842606b1d5a5167b84c66878688e5ac4e5259353

diff --git a/dev-python/pyproj/pyproj-2.4.1.ebuild b/dev-python/pyproj/pyproj-2.4.1.ebuild
new file mode 100644
index 00000000000..0b652fa0701
--- /dev/null
+++ b/dev-python/pyproj/pyproj-2.4.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Python < 3.6 requires https://pypi.org/project/aenum/
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python interface to the PROJ library"
+HOMEPAGE="https://github.com/jswhit/pyproj"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="doc"
+
+RDEPEND=">=sci-libs/proj-6.2.0"
+DEPEND="${RDEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	doc? ( dev-python/sphinx )
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'sci-libs/Shapely[${PYTHON_USEDEP}]' python3_6)
+	)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+	append-cflags -fno-strict-aliasing
+}
+
+python_test() {
+	PROJ_LIB="${EPREFIX}/usr/share/proj" pytest -ra || die
+}
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2019-12-01 20:19 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-01 20:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 17:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/ Michał Górny
2025-03-08 14:12 Sam James
2025-03-08 11:57 Arthur Zamarin
2025-02-17 20:47 Michał Górny
2024-10-19  9:52 Michał Górny
2024-10-19  9:19 Arthur Zamarin
2024-10-19  9:08 Sam James
2024-10-02 11:22 Michał Górny
2024-07-10 19:05 Michał Górny
2023-12-25  7:30 Sam James
2023-11-30 16:05 Michał Górny
2023-10-30 19:01 Michał Górny
2023-09-21  9:54 Michał Górny
2023-08-20 17:37 Arthur Zamarin
2023-08-06 12:30 Michał Górny
2023-07-24 10:59 Michał Górny
2023-07-24  8:54 Jakov Smolić
2023-06-13  5:51 Michał Górny
2023-05-04 16:30 Michał Górny
2023-04-29  7:09 Michał Górny
2023-04-29  6:58 Arthur Zamarin
2023-04-28 15:24 Arthur Zamarin
2023-04-05 14:27 Arthur Zamarin
2023-03-28  5:19 Michał Górny
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2022-12-14  8:45 Michał Górny
2022-12-13 19:53 Arthur Zamarin
2022-11-29 12:43 Michał Górny
2022-11-29 11:26 Jakov Smolić
2022-10-30 12:32 Sam James
2022-10-30 12:32 Sam James
2022-09-10  5:38 Arthur Zamarin
2022-05-27 19:48 Michał Górny
2022-05-27  9:12 Jakov Smolić
2022-04-22  8:19 Michał Górny
2021-12-19 21:23 Michał Górny
2021-12-19 21:18 Jakov Smolić
2021-11-18  9:16 Michał Górny
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-10-09  7:08 Michał Górny
2021-09-20  8:00 Arthur Zamarin
2021-09-18  7:00 Michał Górny
2021-09-04  7:47 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-05-25  5:13 Michał Górny
2021-04-26 19:22 Sam James
2021-04-07  6:22 Sam James
2021-03-05 12:08 Michał Górny
2021-03-05 10:14 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-11-17 22:01 Thomas Deutschmann
2020-07-04  9:07 Michał Górny
2020-05-01 13:36 Michał Górny
2020-03-12 15:42 Andreas Sturmlechner
2019-12-08 18:54 Andreas Sturmlechner
2019-12-08 18:47 Andreas Sturmlechner
2019-12-07 14:37 Andreas Sturmlechner
2019-12-06 20:21 Andreas Sturmlechner
2019-12-03  4:18 Aaron Bauman
2019-12-01 20:19 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2018-06-24 13:18 Andreas Sturmlechner
2018-04-12 19:07 Thomas Deutschmann
2018-04-06  0:50 Aaron Bauman
2018-04-03 17:43 Andreas Sturmlechner
2017-12-02 15:23 Mike Gilbert
2017-05-02  8:47 Michał Górny
2017-01-04 13:39 Bernard Cafarelli
2015-09-02 16:53 Justin Lecher

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=1575231413.e89623a1be476e11f28a1522afe20ec3897550b1.asturm@gentoo \
    --to=asturm@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