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: sci-libs/Rtree/
Date: Sat,  3 Nov 2018 08:22:16 +0000 (UTC)	[thread overview]
Message-ID: <1541233162.3a8f925a433e63fba963b59ceb5818c30c42310e.mgorny@gentoo> (raw)

commit:     3a8f925a433e63fba963b59ceb5818c30c42310e
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Oct  2 21:39:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 08:19:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8f925a

sci-libs/Rtree: bump to 0.8.3_p20180802

And bumped EAPI to 7
And added test suite

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Horea Christian <horea.christ <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10049
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/Rtree/Manifest                     |  1 +
 sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 27 +++++++++++++++++++++++++++
 sci-libs/Rtree/metadata.xml                 |  1 +
 3 files changed, 29 insertions(+)

diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest
index 335282a7baf..db4f240ad24 100644
--- a/sci-libs/Rtree/Manifest
+++ b/sci-libs/Rtree/Manifest
@@ -1 +1,2 @@
 DIST Rtree-0.8.2.tar.gz 55813 BLAKE2B fd7391ef92c61a9d502d03376e1eef157dcfec77d3d46642d1b14bbe3a5021880641cbc741dd85e8b3b3d66a019db0a2eb638cfa76d109102459544969877eba SHA512 c0c1091c21e92022540a0aed09c00f3b2b6abb2869757e0cb7a68a120e3a289f275cea824a72172ea5b327696a67024894f5f01354f0cd5ec5b05d9b3ec130e0
+DIST Rtree-0.8.3_p20180802.tar.gz 48893 BLAKE2B bd0745e8e5051a772c2d50fe35712dc661737f32f6af382579dbbffc7467c21ef73bbeb794489da9891e50497b6f8775b1a670185453d54881e6dc8496fef539 SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c

diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
new file mode 100644
index 00000000000..2c31f17d56b
--- /dev/null
+++ b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+EGIT_COMMIT_HASH="c6437a8ae182cb58aef1d0a4465bfc0c6f75b273"
+
+DESCRIPTION="R-Tree spatial index for Python GIS"
+HOMEPAGE="https://github.com/Toblerity/rtree"
+SRC_URI="https://github.com/Toblerity/rtree/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="sci-libs/libspatialindex"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/rtree-${EGIT_COMMIT_HASH}"
+
+python_test() {
+	pytest -vv || die
+}

diff --git a/sci-libs/Rtree/metadata.xml b/sci-libs/Rtree/metadata.xml
index 150a150f5eb..0a6a504a665 100644
--- a/sci-libs/Rtree/metadata.xml
+++ b/sci-libs/Rtree/metadata.xml
@@ -5,6 +5,7 @@
     <email>slis@gentoo.org</email>
   </maintainer>
   <upstream>
+    <remote-id type="github">Toblerity/rtree</remote-id>
     <remote-id type="pypi">Rtree</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2018-11-03  8:22 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-03  8:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-28 21:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/Rtree/ Michał Górny
2020-01-28 21:30 Michał Górny
2020-08-22 10:29 Dennis Lamm
2020-08-22 10:29 Dennis Lamm
2020-10-11 15:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/ Dennis Lamm
2020-10-12 18:46 Dennis Lamm
2020-10-12 18:46 Dennis Lamm
2020-12-29 12:21 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2021-06-05 10:47 Andrew Ammerlaan
2021-06-05 14:25 Andrew Ammerlaan
2021-07-08 11:08 Andrew Ammerlaan
2022-02-19  7:19 Arthur Zamarin
2022-03-10 21:21 Jakov Smolić
2022-05-20 18:01 Andrew Ammerlaan
2022-05-21  9:18 Andrew Ammerlaan
2022-06-01 10:55 Andrew Ammerlaan
2023-03-25 17:19 Michał Górny
2023-04-08  9:39 Arthur Zamarin
2023-04-08 12:24 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-11-24 17:04 Arthur Zamarin
2024-07-10  9:32 Michał Górny
2024-07-10  9:32 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=1541233162.3a8f925a433e63fba963b59ceb5818c30c42310e.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