[arch-commits] Commit in (4 files)

Evgeniy Alekseev arcanis at nymeria.archlinux.org
Sun Jan 12 10:54:51 UTC 2014


    Date: Sunday, January 12, 2014 @ 11:54:51
  Author: arcanis
Revision: 103846

added python-biopython-1.63-2

Added:
  python-biopython/
  python-biopython/repos/
  python-biopython/trunk/
  python-biopython/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: python-biopython/trunk/PKGBUILD
===================================================================
--- python-biopython/trunk/PKGBUILD	                        (rev 0)
+++ python-biopython/trunk/PKGBUILD	2014-01-12 10:54:51 UTC (rev 103846)
@@ -0,0 +1,27 @@
+# $id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Stunts <f.pinamartins at gmail dot com>
+# Contributor: damir <damir at archlinux dot org>
+
+pkgname=python-biopython
+_upstream_pkgname=biopython
+pkgver=1.63
+pkgrel=2
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org"
+license=('custom')
+depends=('python-numpy')
+source=(http://www.biopython.org/DIST/${_upstream_pkgname}-${pkgver}.tar.gz)
+md5sums=('09c58433150849b131d2d9bbfdf342d3')
+
+build() {
+  cd "${srcdir}/${_upstream_pkgname}-${pkgver}/"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_upstream_pkgname}-${pkgver}/"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


Property changes on: python-biopython/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list