aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2011-03-06 23:32:17 -0600
committerDonnie Berkholz <dberkholz@gentoo.org>2011-03-06 23:32:17 -0600
commitacedab0304f9ff9f5af43f262c23cffb096ffc02 (patch)
tree56dc0af24d13b9e961a0512fb8777c0a2621b053 /sci-chemistry
parentimagej: add 1.44n. (diff)
downloaddberkholz-acedab0304f9ff9f5af43f262c23cffb096ffc02.tar.gz
dberkholz-acedab0304f9ff9f5af43f262c23cffb096ffc02.tar.bz2
dberkholz-acedab0304f9ff9f5af43f262c23cffb096ffc02.zip
pyitc: New package for isothermal titration calorimetry (ITC) data.
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pyitc/Manifest2
-rw-r--r--sci-chemistry/pyitc/pyitc-1.0.2.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/sci-chemistry/pyitc/Manifest b/sci-chemistry/pyitc/Manifest
new file mode 100644
index 0000000..ffb2fd1
--- /dev/null
+++ b/sci-chemistry/pyitc/Manifest
@@ -0,0 +1,2 @@
+DIST pyitc-1.0.2.tar.gz 32836 RMD160 620f4e42711c1fd7819509c881077f13bd68ae96 SHA1 0ccfbbb85b7c4fb4c22a1cad04ddf77bd9ca6994 SHA256 028741aa700eafa2128f04424f38f6549fdb476f2e83df1b426d15278c800e5c
+EBUILD pyitc-1.0.2.ebuild 478 RMD160 80bf227d3ad40d13eba4791bd82b93d6a2d351c1 SHA1 fb4890a73c4a692bb967d0ef172c1999e82cf399 SHA256 97bbfc06e32b1ccb051a71cc9063f3ce2b7f2c0a2092639e23e81dac18ace641
diff --git a/sci-chemistry/pyitc/pyitc-1.0.2.ebuild b/sci-chemistry/pyitc/pyitc-1.0.2.ebuild
new file mode 100644
index 0000000..ef02451
--- /dev/null
+++ b/sci-chemistry/pyitc/pyitc-1.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+DESCRIPTION="Software for processing isothermal titration calorimetry (ITC) data"
+HOMEPAGE="http://pyitc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="dev-python/wxpython
+ sci-libs/scipy
+ dev-python/numpy
+ dev-python/matplotlib"
+DEPEND="${RDEPEND}"