[arch-commits] Commit in biopython/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Thu Dec 18 09:10:00 UTC 2008


    Date: Thursday, December 18, 2008 @ 04:10:00
  Author: douglas
Revision: 21915

upgpkg: biopython 1.49-1

Modified:
  biopython/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-18 09:03:42 UTC (rev 21914)
+++ PKGBUILD	2008-12-18 09:10:00 UTC (rev 21915)
@@ -2,18 +2,16 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=biopython
-pkgver=1.48
-pkgrel=2
+pkgver=1.49
+pkgrel=1
 pkgdesc="Biopython: freely available Python tools for computational molecular biology"
 arch=("i686" "x86_64")
 url="http://www.biopython.org"
 license=('custom')
-depends=('glibc' 'python>=2.5.2' 'python-numeric' 'python-egenix-mx-base' 'mysql-python')
+depends=('glibc' 'python>=2.6' 'python-numpy')
 makedepends=('gcc')
 source=("$url/DIST/$pkgname-$pkgver.tar.gz")
 
-md5sums=('b049e3af8128bea68e4e86b55c6d0996')
-
 build() {
   cd $startdir/src/$pkgname-$pkgver
   yes | python setup.py build
@@ -21,3 +19,4 @@
   yes | python setup.py install --root=$startdir/pkg
   install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
+md5sums=('d233d4944f0c17d5927ca32c5a30d5b3')




More information about the arch-commits mailing list