diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 05:54:06 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-21 05:54:06 +0000 |
commit | 63f7107640622ad8cf821200c655868b5307c4c5 (patch) | |
tree | 7f7ee1788db90f2d48dc72e8a4c9649385575306 /sci-biology | |
parent | don't mention postgres in exposed code since it's disabled right now (diff) | |
download | historical-63f7107640622ad8cf821200c655868b5307c4c5.tar.gz historical-63f7107640622ad8cf821200c655868b5307c4c5.tar.bz2 historical-63f7107640622ad8cf821200c655868b5307c4c5.zip |
Fix typo.
Package-Manager: portage-15123-svn/cvs/Linux x86_64
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.53.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest index 0e0fac77396a..621ef63b1601 100644 --- a/sci-biology/biopython/Manifest +++ b/sci-biology/biopython/Manifest @@ -7,6 +7,6 @@ DIST biopython-1.53.tar.gz 4284683 RMD160 9f49df8031cf2d60f4a77624dd6c188fb5c634 EBUILD biopython-1.49.ebuild 1331 RMD160 0605df9299d7330e18479fee64ecdaabeec20838 SHA1 2d4470d85e66d23ab6ab28751d22b5bbcfcd4181 SHA256 26dc2867b099275abb45e4663a2e742a7414066596c306a0137da864abb89c21 EBUILD biopython-1.51.ebuild 1316 RMD160 a06b5470c80c6fac7a4b342b22c5bb972a9291aa SHA1 ae1383952199597614e2c2aa3ca71f3f16eccc85 SHA256 d1a1d59118d53ca9a378a8662e02aa773ef234f3c27e914f423e7d768d464b4f EBUILD biopython-1.52.ebuild 1320 RMD160 625a7c3fa0af1ea705b1fc9876f6af09bb484ef5 SHA1 8bee64dab6a684a65f6eb20870ee5e7b89c5f3b5 SHA256 b3b6e54bcc1a43aab6f02d969e88fac335b6487507d068dac516b82d1b923422 -EBUILD biopython-1.53.ebuild 1491 RMD160 6deec7721f8c033a3fb5a4824a86341d7c9291b5 SHA1 cddb61c42ef986cc889d0683dcfeede12eac2edc SHA256 6593790171af908520d0d060c262f097292b17e741631650282aee9585fcd2fb +EBUILD biopython-1.53.ebuild 1491 RMD160 21e393d8073c33ff0afbbc272366b6d1cb873c5a SHA1 ddf25f92427f45ce0cda85199976d92bd0dacf49 SHA256 30ff619e6caf7f76c276d5675416f0acfaa94c46257bb1ad4657b228f5e9b8ca MISC ChangeLog 7206 RMD160 4d90b3c76891e9d8f2333b99e194897d8fd7cf1e SHA1 5bb91c5e58097f4c78249cce02d3f7b3f16eae7e SHA256 9759f78d83278963aa836fa537cb53b7d1f96dc9be70983f7653e9ec78f8ad87 MISC metadata.xml 164 RMD160 2f441200f2672ab5f1efae7cbdb08b284603903c SHA1 61a50baedfd041e663d6c2a41a28b57e22dbb6de SHA256 f0897b09e661dc603041dab249d73253034659189becf1a34cca37a7d51ef72f diff --git a/sci-biology/biopython/biopython-1.53.ebuild b/sci-biology/biopython/biopython-1.53.ebuild index 9c53a58fc9c6..e8486cc5f195 100644 --- a/sci-biology/biopython/biopython-1.53.ebuild +++ b/sci-biology/biopython/biopython-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.53.ebuild,v 1.1 2009/12/21 03:29:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/biopython/biopython-1.53.ebuild,v 1.2 2009/12/21 05:54:06 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -37,9 +37,8 @@ src_compile() { } src_test() { - cd Tests - testing() { + cd Tests PYTHONPATH="$(ls -d ../build/lib.*)" "$(PYTHON)" run_tests.py } python_execute_function -s testing |