public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shapely/
Date: Tue, 31 Jan 2023 11:22:28 +0000 (UTC)	[thread overview]
Message-ID: <1675164140.07c6f487a5824bfe13737299965a80bcc9d4dc73.mgorny@gentoo> (raw)

commit:     07c6f487a5824bfe13737299965a80bcc9d4dc73
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 10:59:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 11:22:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c6f487

dev-python/shapely: Bump to 2.0.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/shapely/Manifest             |  1 +
 dev-python/shapely/shapely-2.0.1.ebuild | 44 +++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/shapely/Manifest b/dev-python/shapely/Manifest
index 4010cd22815c..a59a9303a3e5 100644
--- a/dev-python/shapely/Manifest
+++ b/dev-python/shapely/Manifest
@@ -1 +1,2 @@
 DIST shapely-2.0.0.gh.tar.gz 324420 BLAKE2B efe8aea8d9507bf2d2c31ca7dfaa6a531f71530243dd8c23046f4803d36e36b1636a07255c634fc5d6e30391aac260dcdaeb1f4c2aa73297a90f71134c1bbc15 SHA512 15e261901ada47ef2a9d2f213a2634152bc43799fd27421726b5e6525f91aef60c0bbc5f38e5185bf89ec795b5fa703688d2b08d4d3d14c9274515c5935157cb
+DIST shapely-2.0.1.gh.tar.gz 325843 BLAKE2B f6ae72c8544c236f6761be5bbc358161232319377a76d297eda317e61b97185ae62126b27963cb83798593ec2ce3f29d99bd74113e356b69b54da7586927d43b SHA512 878a4857f5408e2f779566f4885b3336eecd2ecfd685e9be3e306af2720ca4da3f7a1159ae65ad1eba441e0f9b347176d6c144563a9562ed8213e6f964d183c7

diff --git a/dev-python/shapely/shapely-2.0.1.ebuild b/dev-python/shapely/shapely-2.0.1.ebuild
new file mode 100644
index 000000000000..6c31a645aa99
--- /dev/null
+++ b/dev-python/shapely/shapely-2.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="Geometric objects, predicates, and operations"
+HOMEPAGE="
+	https://pypi.org/project/shapely/
+	https://github.com/shapely/shapely/
+"
+SRC_URI="
+	https://github.com/shapely/shapely/archive/${PV/_p/.post}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+	>=sci-libs/geos-3.9
+"
+RDEPEND="
+	${DEPEND}
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	${DEPEND}
+	>=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+	rm -r shapely || die
+}


             reply	other threads:[~2023-01-31 11:22 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31 11:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-25 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/shapely/ Michał Górny
2025-06-07 13:41 Michał Górny
2025-06-07 13:11 Arthur Zamarin
2025-06-07 10:43 Michał Górny
2025-05-27 16:54 Michał Górny
2025-05-20  1:52 Michał Górny
2025-04-20  5:23 Michał Górny
2025-04-19 18:39 Arthur Zamarin
2025-04-05  7:13 Michał Górny
2025-02-15  9:23 Arthur Zamarin
2025-02-15  8:33 Arthur Zamarin
2025-01-31  5:40 Michał Górny
2024-09-07 12:15 Michał Górny
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:38 Arthur Zamarin
2024-08-20  1:43 Michał Górny
2024-08-04 19:19 Michał Górny
2024-08-04  3:16 Sam James
2024-08-03 16:48 Jakov Smolić
2024-07-13 12:09 Miroslav Šulc
2024-07-10  9:32 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  9:08 Arthur Zamarin
2024-05-17  8:46 Arthur Zamarin
2024-04-30 17:27 Michał Górny
2024-04-17  9:35 Miroslav Šulc
2024-03-06  7:06 Michał Górny
2024-03-06  3:40 Sam James
2024-03-02 10:11 Arthur Zamarin
2024-02-17  6:10 Michał Górny
2023-12-20 16:00 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-20 15:47 Michał Górny
2023-11-24 14:23 Michał Górny
2023-11-11 20:02 Sam James
2023-10-13  4:44 Michał Górny
2023-10-10  5:09 Sam James
2023-08-06 12:30 Michał Górny
2023-05-04 16:56 Michał Górny
2023-03-04  5:53 Michał Górny
2023-03-04  5:29 Arthur Zamarin
2023-03-03 19:40 Arthur Zamarin
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2023-01-13 14:50 Sam James
2022-12-12 19:58 Michał Górny
2022-12-12 15:33 Michał Górny
2022-11-19 16:57 Michał Górny
2022-11-19 16:40 Sam James
2022-11-19 16:40 Sam James
2022-10-13 17:09 Michał Górny
2022-10-03  6:53 Michał Górny
2022-10-03  0:44 Sam James
2022-09-02 17:37 Michał Górny
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2016-11-06 11:25 Tiziano Müller

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=1675164140.07c6f487a5824bfe13737299965a80bcc9d4dc73.mgorny@gentoo \
    --to=mgorny@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