public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/
Date: Wed, 26 Jul 2017 20:07:17 +0000 (UTC)	[thread overview]
Message-ID: <1501099623.ecc19feb9ba8bad9ef6bcc9b18bd25ad6531b17a.bicatali@gentoo> (raw)

commit:     ecc19feb9ba8bad9ef6bcc9b18bd25ad6531b17a
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 18:24:31 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 20:07:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc19feb

dev-python/symengine: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/symengine/Manifest               |  1 +
 dev-python/symengine/metadata.xml           | 15 +++++++++++++
 dev-python/symengine/symengine-0.3.0.ebuild | 33 +++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/symengine/Manifest b/dev-python/symengine/Manifest
new file mode 100644
index 00000000000..e25759d75e0
--- /dev/null
+++ b/dev-python/symengine/Manifest
@@ -0,0 +1 @@
+DIST symengine.py-0.3.0.tar.gz 90877 SHA256 0ecccfe5a09b25b6640afca12de62062bdb60ed2712d6c16cc47fc1ba1e851ac SHA512 9f43d572990744a93f4046920b09c80aff3ffa0e5735b2372298a65755140dee6c2c22c9c9fd964622f03379e31a1f1415d0051b213dda943ffc8e839059c7c6 WHIRLPOOL e00c1b8876ec249b83228ced660c609b3d55d2a5f40578c2ca36351e38e6b161bccb5ed580d38cbd16467789d3c3d787b65fbe2f14be7184939908848b758da1

diff --git a/dev-python/symengine/metadata.xml b/dev-python/symengine/metadata.xml
new file mode 100644
index 00000000000..a7413ed86c4
--- /dev/null
+++ b/dev-python/symengine/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>sci-mathematics@gentoo.org</email>
+    <name>Gentoo Mathematics Project</name>
+  </maintainer>
+  <longdescription>
+    Python wrappers to the C++ library SymEngine, a fast C++ symbolic
+    manipulation library.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">sympy/symengine.py</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/symengine/symengine-0.3.0.ebuild b/dev-python/symengine/symengine-0.3.0.ebuild
new file mode 100644
index 00000000000..a9cd678259a
--- /dev/null
+++ b/dev-python/symengine/symengine-0.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+MYP=${PN}.py-${PV}
+
+DESCRIPTION="Python wrappers to the symengine C++ library"
+HOMEPAGE="https://github.com/sympy/symengine.py"
+SRC_URI="https://github.com/symengine/symengine.py/archive/v${PV}.tar.gz -> ${MYP}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	sci-libs/symengine"
+DEPEND="${RDEPEND}
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MYP}"
+
+python_test() {
+	cd "${BUILD_DIR}"
+	nosetests -v || die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2017-07-26 20:07 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 20:07 Sebastien Fabbro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02 16:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/ Michał Górny
2023-11-29 20:10 Arthur Zamarin
2023-11-29 19:38 Arthur Zamarin
2023-11-25 20:47 Sam James
2023-11-21 13:36 Michał Górny
2023-11-17  7:57 Michał Górny
2023-11-16 14:26 Michał Górny
2023-06-12 10:33 Sam James
2023-06-08  5:55 Michał Górny
2023-05-04 16:56 Michał Górny
2023-04-22 16:36 Michał Górny
2023-04-22 15:55 Arthur Zamarin
2023-04-22 15:55 Arthur Zamarin
2023-04-16 12:11 WANG Xuerui
2023-03-24  2:57 Sam James
2023-03-22  9:20 Sam James
2023-02-19 19:46 Michał Górny
2023-02-19 19:46 Michał Górny
2023-02-18  0:41 Sam James
2022-09-11 18:13 Sam James
2022-06-05  5:52 Michał Górny
2022-05-04  6:51 Agostino Sarubbo
2022-04-05  5:27 Agostino Sarubbo
2022-04-05  5:27 Agostino Sarubbo
2022-03-29  8:49 Yixun Lan
2022-03-28  6:51 Agostino Sarubbo
2022-03-27  6:27 Agostino Sarubbo
2022-03-15 22:17 Michał Górny
2022-02-22  5:40 Yixun Lan
2022-02-21  3:17 Sam James
2022-02-21  2:49 Sam James
2021-12-30 19:10 Arthur Zamarin
2021-12-30 19:04 Arthur Zamarin
2021-12-15 17:12 Andrew Ammerlaan
2021-12-14 19:52 Andrew Ammerlaan
2021-11-22  3:07 Yixun Lan
2021-05-04 13:59 Michał Górny
2021-05-04  7:03 Agostino Sarubbo
2021-04-30 15:23 Agostino Sarubbo
2021-03-27  7:49 Michał Górny
2021-03-14  8:12 Michał Górny
2020-10-27 19:58 Sam James
2020-10-27  5:11 Sam James
2020-09-18 15:53 Michał Górny
2020-08-31 15:35 Sam James
2020-08-31 14:15 Sam James
2020-08-31 13:49 Sam James
2020-08-30 23:18 Sam James
2020-08-02 19:05 Sam James
2020-08-02  6:46 Michał Górny
2020-08-02  6:46 Michał Górny
2020-03-22 12:12 Agostino Sarubbo
2020-03-19 21:56 David Seifert
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-08 16:16 Andreas Sturmlechner
2020-03-08 16:02 Andreas Sturmlechner
2020-03-08 16:02 Andreas Sturmlechner
2020-03-08 16:02 Andreas Sturmlechner
2020-03-08 16:02 Andreas Sturmlechner
2020-01-16  6:05 Michał Górny
2019-12-28 11:57 罗百科
2017-07-26 20:07 Sebastien Fabbro

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=1501099623.ecc19feb9ba8bad9ef6bcc9b18bd25ad6531b17a.bicatali@gentoo \
    --to=bicatali@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