[arch-commits] Commit in python-biopython/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Sat Sep 12 14:08:29 UTC 2020


    Date: Saturday, September 12, 2020 @ 14:08:29
  Author: felixonmars
Revision: 703913

archrelease: copy trunk to community-x86_64

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

-----------+
 ChangeLog |   52 ++++++++++++++++++++++++++--------------------------
 PKGBUILD  |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2020-09-12 14:08:16 UTC (rev 703912)
+++ ChangeLog	2020-09-12 14:08:29 UTC (rev 703913)
@@ -1,26 +0,0 @@
-1.73-1:
-upstream update
-
-1.72-1:
-upstream update
-
-1.71-1:
-upstream update
-
-1.70-1:
-upstream update
-
-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

Copied: python-biopython/repos/community-x86_64/ChangeLog (from rev 703912, python-biopython/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2020-09-12 14:08:29 UTC (rev 703913)
@@ -0,0 +1,26 @@
+1.73-1:
+upstream update
+
+1.72-1:
+upstream update
+
+1.71-1:
+upstream update
+
+1.70-1:
+upstream update
+
+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: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 14:08:16 UTC (rev 703912)
+++ PKGBUILD	2020-09-12 14:08:29 UTC (rev 703913)
@@ -1,29 +0,0 @@
-# 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
-_pkgname=biopython
-pkgver=1.77
-pkgrel=1
-pkgdesc="Freely available Python tools for computational molecular biology"
-arch=('x86_64')
-url="http://www.biopython.org"
-license=('custom')
-makedepends=('python-setuptools')
-depends=('python-numpy')
-optdepends=('python-mysql-connector: for BioSQL module')
-source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
-changelog=ChangeLog
-sha512sums=('6f4b03d46c591e1f49dd1e76bcc4ac5c9aaa2bf748c9dd37ffc5de5a613fbeed38f89b418c01601dd99c65b13b2e294bc8d81ffafc42a9ff1b309c84f840d0d5')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE.rst" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-biopython/repos/community-x86_64/PKGBUILD (from rev 703912, python-biopython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-12 14:08:29 UTC (rev 703913)
@@ -0,0 +1,29 @@
+# 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
+_pkgname=biopython
+pkgver=1.78
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('x86_64')
+url="http://www.biopython.org"
+license=('custom')
+makedepends=('python-setuptools')
+depends=('python-numpy')
+optdepends=('python-mysql-connector: for BioSQL module')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+changelog=ChangeLog
+sha512sums=('5e7a2584f067b9c1636c844452fca6561dbd217309205e9215c879a56956842192712c58fe7cf4ecd2b8841aa099f7974c6a8055700e1e3ae4a10529f7165646')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 "LICENSE.rst" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list