[arch-commits] Commit in python-biopython/repos (8 files)

Evgeniy Alekseev arcanis at archlinux.org
Mon Apr 10 09:32:22 UTC 2017


    Date: Monday, April 10, 2017 @ 09:32:22
  Author: arcanis
Revision: 221732

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-biopython/repos/community-i686/ChangeLog
    (from rev 221731, python-biopython/trunk/ChangeLog)
  python-biopython/repos/community-i686/PKGBUILD
    (from rev 221731, python-biopython/trunk/PKGBUILD)
  python-biopython/repos/community-x86_64/ChangeLog
    (from rev 221731, python-biopython/trunk/ChangeLog)
  python-biopython/repos/community-x86_64/PKGBUILD
    (from rev 221731, python-biopython/trunk/PKGBUILD)
Deleted:
  python-biopython/repos/community-i686/ChangeLog
  python-biopython/repos/community-i686/PKGBUILD
  python-biopython/repos/community-x86_64/ChangeLog
  python-biopython/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   28 +++++++++++
 /PKGBUILD                  |  108 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   11 ----
 community-i686/PKGBUILD    |   54 ---------------------
 community-x86_64/ChangeLog |   11 ----
 community-x86_64/PKGBUILD  |   54 ---------------------
 6 files changed, 136 insertions(+), 130 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2017-04-10 09:32:05 UTC (rev 221731)
+++ community-i686/ChangeLog	2017-04-10 09:32:22 UTC (rev 221732)
@@ -1,11 +0,0 @@
-1.67-1:
-upstream update
-
-1.66-1:
-upstream update
-
-1.65-3:
-python3.5 rebuild
-
-1.65-1:
-upstream update

Copied: python-biopython/repos/community-i686/ChangeLog (from rev 221731, python-biopython/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2017-04-10 09:32:22 UTC (rev 221732)
@@ -0,0 +1,14 @@
+1.68-1:
+upstream update
+
+1.67-1:
+upstream update
+
+1.66-1:
+upstream update
+
+1.65-3:
+python3.5 rebuild
+
+1.65-1:
+upstream update

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-10 09:32:05 UTC (rev 221731)
+++ community-i686/PKGBUILD	2017-04-10 09:32:22 UTC (rev 221732)
@@ -1,54 +0,0 @@
-# $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>
-
-pkgbase=python-biopython
-pkgname=('python-biopython' 'python2-biopython')
-_pkgname=biopython
-pkgver=1.68
-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' 'python2-numpy')
-source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
-changelog=ChangeLog
-md5sums=('078e915185485a5327937029b7577ddc')
-
-prepare() {
-  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  # change python to python2
-  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
-      sed -i 's|env python|env python2|' {} \;
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-package_python-biopython() {
-  depends=('python-numpy')
-  optdepends=('python-mysql-connector: for BioSQL module')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-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"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-biopython/repos/community-i686/PKGBUILD (from rev 221731, python-biopython/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-10 09:32:22 UTC (rev 221732)
@@ -0,0 +1,54 @@
+# $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>
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.69
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org"
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+changelog=ChangeLog
+md5sums=('18ad299569eea79febf4641cce840db0')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+      sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+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"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2017-04-10 09:32:05 UTC (rev 221731)
+++ community-x86_64/ChangeLog	2017-04-10 09:32:22 UTC (rev 221732)
@@ -1,11 +0,0 @@
-1.67-1:
-upstream update
-
-1.66-1:
-upstream update
-
-1.65-3:
-python3.5 rebuild
-
-1.65-1:
-upstream update

Copied: python-biopython/repos/community-x86_64/ChangeLog (from rev 221731, python-biopython/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2017-04-10 09:32:22 UTC (rev 221732)
@@ -0,0 +1,14 @@
+1.68-1:
+upstream update
+
+1.67-1:
+upstream update
+
+1.66-1:
+upstream update
+
+1.65-3:
+python3.5 rebuild
+
+1.65-1:
+upstream update

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-10 09:32:05 UTC (rev 221731)
+++ community-x86_64/PKGBUILD	2017-04-10 09:32:22 UTC (rev 221732)
@@ -1,54 +0,0 @@
-# $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>
-
-pkgbase=python-biopython
-pkgname=('python-biopython' 'python2-biopython')
-_pkgname=biopython
-pkgver=1.68
-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' 'python2-numpy')
-source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
-changelog=ChangeLog
-md5sums=('078e915185485a5327937029b7577ddc')
-
-prepare() {
-  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  # change python to python2
-  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
-      sed -i 's|env python|env python2|' {} \;
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-package_python-biopython() {
-  depends=('python-numpy')
-  optdepends=('python-mysql-connector: for BioSQL module')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-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"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-biopython/repos/community-x86_64/PKGBUILD (from rev 221731, python-biopython/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-10 09:32:22 UTC (rev 221732)
@@ -0,0 +1,54 @@
+# $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>
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.69
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('i686' 'x86_64')
+url="http://www.biopython.org"
+license=('custom')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+changelog=ChangeLog
+md5sums=('18ad299569eea79febf4641cce840db0')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+      sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+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"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list