summaryrefslogtreecommitdiff
path: root/community/python-biopython/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-biopython/PKGBUILD')
-rw-r--r--community/python-biopython/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/python-biopython/PKGBUILD b/community/python-biopython/PKGBUILD
index b20b1c248..daefc2a31 100644
--- a/community/python-biopython/PKGBUILD
+++ b/community/python-biopython/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 112179 2014-05-29 15:06:03Z arcanis $
+# $Id: PKGBUILD 112217 2014-05-30 04:55:52Z arcanis $
# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
# Contributor: Stunts <f.pinamartins at gmail dot com>
# Contributor: damir <damir at archlinux dot org>
@@ -7,7 +7,7 @@ pkgbase=python-biopython
pkgname=('python-biopython' 'python2-biopython')
_pkgname=biopython
pkgver=1.64
-pkgrel=1
+pkgrel=2
pkgdesc="Freely available Python tools for computational molecular biology"
arch=('i686' 'x86_64')
url="http://www.biopython.org"
@@ -33,6 +33,7 @@ build() {
package_python-biopython() {
depends=('python-numpy')
+ optdepends=('python-mysql-connector: for BioSQL module')
cd "${srcdir}/${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}"
@@ -42,6 +43,7 @@ package_python-biopython() {
package_python2-biopython() {
depends=('python2-numpy')
optdepends=('python2-reportlab: for pdf graphics code'
+ 'python2-mysql-connector: for BioSQL module'
'mysql-python: for BioSQL module')
cd "${srcdir}/${_pkgname}-${pkgver}-py2"