summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorxantares2015-06-08 23:35:13 +0200
committerxantares2015-06-08 23:35:13 +0200
commitc869ec4a5990e6c12be1f4a4ca443a02986cbd84 (patch)
treee3cb2822b19883e653d8e245b0d0f5c7e9301d25 /.SRCINFO
downloadaur-c869ec4a5990e6c12be1f4a4ca443a02986cbd84.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dac052b7f856
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = python-lifelines
+ pkgdesc = Survival analysis in Python
+ pkgver = 0.7.0
+ pkgrel = 1
+ url = http://lifelines.readthedocs.org
+ arch = i686
+ arch = x86_64
+ license = custom
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ options = !buildflags
+ source = https://github.com/CamDavidsonPilon/lifelines/archive/v0.7.0.tar.gz
+ md5sums = 274cace9ad9e0d08df97c54448e0f7e5
+
+pkgname = python-lifelines
+ depends = python-scipy
+ depends = python-pandas
+
+pkgname = python2-lifelines
+ depends = python2-scipy
+ depends = python2-pandas
+