public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shapely/
Date: Sun,  6 Nov 2016 11:25:01 +0000 (UTC)	[thread overview]
Message-ID: <1478431428.39530ef9bc65351d9bca8a4cfb9f306b07542e92.dev-zero@gentoo> (raw)

commit:     39530ef9bc65351d9bca8a4cfb9f306b07542e92
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 11:06:53 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 11:23:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39530ef9

dev-python/shapely: initial commit, required for (testing) Flask-Admin

Package-Manager: portage-2.3.0

 dev-python/shapely/Manifest              |  1 +
 dev-python/shapely/metadata.xml          | 11 ++++++++
 dev-python/shapely/shapely-1.5.17.ebuild | 46 ++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/dev-python/shapely/Manifest b/dev-python/shapely/Manifest
new file mode 100644
index 00000000..c2ec85e
--- /dev/null
+++ b/dev-python/shapely/Manifest
@@ -0,0 +1 @@
+DIST Shapely-1.5.17.tar.gz 180663 SHA256 31fee47d9208078a19f40a451c0c99c085d16343e66cbd0dd5af0af6f48cfc3a SHA512 eea241942ffbf377001445fab4017c9a2746d6bc0baa6c801a08ca95e608bbdaea7ad9568f00cbecdb559e634402bc6d213ebccb4074e59325e1cc4b3771626d WHIRLPOOL e28ffd196edc0bdfe2da86351410fb57bda774ecf7283c890f002261ab586351625a7d15aede0310de03175330fa522da693e8397c74857d606ed23a2de78547

diff --git a/dev-python/shapely/metadata.xml b/dev-python/shapely/metadata.xml
new file mode 100644
index 00000000..913fbc6
--- /dev/null
+++ b/dev-python/shapely/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">Shapely</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/shapely/shapely-1.5.17.ebuild b/dev-python/shapely/shapely-1.5.17.ebuild
new file mode 100644
index 00000000..430e17a
--- /dev/null
+++ b/dev-python/shapely/shapely-1.5.17.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+MY_PN="Shapely"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Geometric objects, predicates, and operations"
+HOMEPAGE=" https://github.com/Toblerity/Shapely"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=sci-libs/geos-3.3
+	dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+	# fix install path for Cython definition file
+	sed -i \
+		-e "s|\(data_files.*\)'shapely'|\1'share/shapely'|" \
+		setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	distutils_install_for_testing
+	cd "${TEST_DIR}/lib" || die
+	cp -r "${S}/tests" . || die
+	py.test tests || die
+}


             reply	other threads:[~2016-11-06 11:25 UTC|newest]

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

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=1478431428.39530ef9bc65351d9bca8a4cfb9f306b07542e92.dev-zero@gentoo \
    --to=dev-zero@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