* [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/
@ 2013-05-28 5:25 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-05-28 5:25 UTC (permalink / raw
To: gentoo-commits
commit: 2c04ab6685c719fe2fd2d598c81a2a294670f09e
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 05:25:00 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 28 05:25:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=2c04ab66
Add zipline
Package-Manager: portage-2.2.0_alpha177
---
dev-python/zipline/metadata.xml | 8 +++++++
dev-python/zipline/zipline-9999.ebuild | 40 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/zipline/metadata.xml b/dev-python/zipline/metadata.xml
new file mode 100644
index 0000000..247f458
--- /dev/null
+++ b/dev-python/zipline/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>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/zipline/zipline-9999.ebuild b/dev-python/zipline/zipline-9999.ebuild
new file mode 100644
index 0000000..afaea10
--- /dev/null
+++ b/dev-python/zipline/zipline-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+if [[ $PV = *9999* ]]; then
+ scm_eclass=git-2
+ EGIT_REPO_URI="
+ git://github.com/quantopian/${PN}.git
+ https://github.com/quantopian/${PN}.git"
+ SRC_URI=""
+ KEYWORDS=""
+else
+ scm_eclass=vcs-snapshot
+ SRC_URI="https://github.com/quantopian/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+inherit eutils distutils-r1 ${scm_eclass}
+
+DESCRIPTION="Zipline is a Pythonic algorithmic trading library"
+HOMEPAGE="https://github.com/quantopian/zipline"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ >=dev-python/numpy-1.6d[${PYTHON_USEDEP}]
+ >=dev-python/pandas-0.9[${PYTHON_USEDEP}]
+ "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ rm -rf tests
+ distutils-r1_src_prepare
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/
@ 2013-05-28 5:29 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-05-28 5:29 UTC (permalink / raw
To: gentoo-commits
commit: dfa75eed2741978cd1e9dd3fdba1f2925f104aea
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 05:28:48 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 28 05:28:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=dfa75eed
Update deps
Package-Manager: portage-2.2.0_alpha177
---
dev-python/zipline/zipline-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/zipline/zipline-9999.ebuild b/dev-python/zipline/zipline-9999.ebuild
index afaea10..e833235 100644
--- a/dev-python/zipline/zipline-9999.ebuild
+++ b/dev-python/zipline/zipline-9999.ebuild
@@ -31,6 +31,7 @@ IUSE=""
DEPEND="
>=dev-python/numpy-1.6d[${PYTHON_USEDEP}]
>=dev-python/pandas-0.9[${PYTHON_USEDEP}]
+ dev-python/msgpack[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/
@ 2013-05-28 5:31 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-05-28 5:31 UTC (permalink / raw
To: gentoo-commits
commit: fb789edd0ca002cb1de8f844e0c0c1bc8627befd
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 05:30:39 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 28 05:30:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=fb789edd
Add more deps
Package-Manager: portage-2.2.0_alpha177
---
dev-python/zipline/zipline-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/zipline/zipline-9999.ebuild b/dev-python/zipline/zipline-9999.ebuild
index e833235..951daf7 100644
--- a/dev-python/zipline/zipline-9999.ebuild
+++ b/dev-python/zipline/zipline-9999.ebuild
@@ -32,6 +32,7 @@ DEPEND="
>=dev-python/numpy-1.6d[${PYTHON_USEDEP}]
>=dev-python/pandas-0.9[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
+ dev-python/logbook[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/
@ 2013-05-28 6:16 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-05-28 6:16 UTC (permalink / raw
To: gentoo-commits
commit: b31e6e2c8999965afbdf4854b34ecc0a77291576
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 05:34:33 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 28 05:34:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=b31e6e2c
Update deps
Package-Manager: portage-2.2.0_alpha177
---
dev-python/zipline/zipline-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/zipline/zipline-9999.ebuild b/dev-python/zipline/zipline-9999.ebuild
index 951daf7..a15044e 100644
--- a/dev-python/zipline/zipline-9999.ebuild
+++ b/dev-python/zipline/zipline-9999.ebuild
@@ -33,6 +33,7 @@ DEPEND="
>=dev-python/pandas-0.9[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/
@ 2013-05-28 6:16 Alexey Shvetsov
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2013-05-28 6:16 UTC (permalink / raw
To: gentoo-commits
commit: d7971c175b7d401fd0099ae34cd01d4538698114
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:15:23 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue May 28 06:15:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=d7971c17
Update deps
Package-Manager: portage-2.2.0_alpha177
---
dev-python/zipline/zipline-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/zipline/zipline-9999.ebuild b/dev-python/zipline/zipline-9999.ebuild
index a15044e..9eab8bd 100644
--- a/dev-python/zipline/zipline-9999.ebuild
+++ b/dev-python/zipline/zipline-9999.ebuild
@@ -34,6 +34,7 @@ DEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/delorean[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-28 6:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 5:29 [gentoo-commits] dev/alexxy:master commit in: dev-python/zipline/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2013-05-28 6:16 Alexey Shvetsov
2013-05-28 6:16 Alexey Shvetsov
2013-05-28 5:31 Alexey Shvetsov
2013-05-28 5:25 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox