summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-11-24 19:41:00 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2015-11-24 20:20:05 +0100
commit994ee985eeb46525dd88b63ae134f58a3929b98d (patch)
tree9dc0ba0268c54940e3c2c955c58a6d2a92db9779
parentapp-text/dblatex: moved to gentoo-x86 (diff)
downloadeva-994ee985eeb46525dd88b63ae134f58a3929b98d.tar.gz
eva-994ee985eeb46525dd88b63ae134f58a3929b98d.tar.bz2
eva-994ee985eeb46525dd88b63ae134f58a3929b98d.zip
dev-python/arrow: initial ebuild
Disappeared from gentoo-x86 it seems.
-rw-r--r--dev-python/arrow/Manifest11
-rw-r--r--dev-python/arrow/arrow-0.7.0.ebuild29
-rw-r--r--dev-python/arrow/metadata.xml12
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
new file mode 100644
index 0000000..0c1f820
--- /dev/null
+++ b/dev-python/arrow/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST arrow-0.7.0.tar.gz 75385 SHA256 2a5333007af117a05a488b69c9ae15c26c23eefa25f084992b025d387e03a17b SHA512 f429fabdd8b937e304579f17d316b32398d000e74b6283ec5859fc04f04d983d2d6375d22dccbf9e884f22e43df6ca1f557b0ca09bf39e0d6f02d495d3b17eb1 WHIRLPOOL 6957429092c167e13e5b1c0bbabc748f9f6a4ea7cc55365cd24abdbe446a564fc59b7078dbe8404f0118a4877c015b8260d54476d6580a40285b528c2c87ee50
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iEYEAREKAAYFAlZUuFoACgkQ1fmVwcYIWAYfcgCdEKlB9x0ZsDZJYqeXlsyRRUmV
+Ej0AoKKF9Lc+bQfFkO+bwzR0wK6NNCWj
+=5XO+
+-----END PGP SIGNATURE-----
diff --git a/dev-python/arrow/arrow-0.7.0.ebuild b/dev-python/arrow/arrow-0.7.0.ebuild
new file mode 100644
index 0000000..c0b3291
--- /dev/null
+++ b/dev-python/arrow/arrow-0.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Better dates and times in python"
+HOMEPAGE="https://github.com/crsmithdev/arrow/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/simplejson[${PYTHON_USEDEP}] )
+"
+# FIXME: missing for running unittests:
+# dev-python/nose-cov-1.6[${PYTHON_USEDEP}]
+# dev-python/chai
diff --git a/dev-python/arrow/metadata.xml b/dev-python/arrow/metadata.xml
new file mode 100644
index 0000000..37752b3
--- /dev/null
+++ b/dev-python/arrow/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+<upstream>
+ <remote-id type="pypi">arrow</remote-id>
+ <remote-id type="github">crsmithdev/arrow</remote-id>
+</upstream>
+</pkgmetadata>