From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dimensionful/
Date: Sun, 19 Feb 2012 17:21:56 +0000 (UTC) [thread overview]
Message-ID: <1329672088.cfd82b18b1ba7639c1dff684b026037f742a5794.xarthisius@gentoo> (raw)
commit: cfd82b18b1ba7639c1dff684b026037f742a5794
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 17:21:28 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 17:21:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cfd82b18
[dev-python/dimensionful] initial import, ebuild written by me
(Portage version: 2.2.0_alpha86/git/Linux x86_64, unsigned Manifest commit)
---
dev-python/dimensionful/ChangeLog | 10 +++++
dev-python/dimensionful/dimensionful-9999.ebuild | 40 ++++++++++++++++++++++
dev-python/dimensionful/metadata.xml | 8 ++++
3 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-python/dimensionful/ChangeLog b/dev-python/dimensionful/ChangeLog
new file mode 100644
index 0000000..6bce555
--- /dev/null
+++ b/dev-python/dimensionful/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/dimensionful
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dimensionful-9999 (19 Feb 2012)
+
+ 19 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> +dimensionful-9999.ebuild,
+ +metadata.xml:
+ [dev-python/dimensionful] initial import, ebuild written by me
+
diff --git a/dev-python/dimensionful/dimensionful-9999.ebuild b/dev-python/dimensionful/dimensionful-9999.ebuild
new file mode 100644
index 0000000..b75f2af
--- /dev/null
+++ b/dev-python/dimensionful/dimensionful-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+[ "$PV" == "9999" ] && inherit git-2
+
+DESCRIPTION="A simple library for making your data dimensionful"
+HOMEPAGE="https://github.com/caseywstark/dimensionful"
+
+if [ "$PV" == "9999" ]; then
+ EGIT_REPO_URI="git://github.com/caseywstark/dimensionful.git"
+ KEYWORDS=""
+else
+ SRC_URI=""
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/sympy"
+
+src_test() {
+ testing() {
+ local t
+ for t in test/test_*.py; do
+ PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" "${t}" || die
+ done
+ }
+ python_execute_function testing
+}
diff --git a/dev-python/dimensionful/metadata.xml b/dev-python/dimensionful/metadata.xml
new file mode 100644
index 0000000..6629da3
--- /dev/null
+++ b/dev-python/dimensionful/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2012-02-19 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-19 17:21 Kacper Kowalik [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-13 12:56 [gentoo-commits] proj/sci:master commit in: dev-python/dimensionful/ Justin Lecher
2014-01-06 19:27 Justin Lecher
2020-10-07 1:15 Aisha Tammy
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=1329672088.cfd82b18b1ba7639c1dff684b026037f742a5794.xarthisius@gentoo \
--to=xarthisius@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