[arch-commits] Commit in python-biopython/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 19:17:53 UTC 2020
Date: Thursday, November 12, 2020 @ 19:17:52
Author: felixonmars
Revision: 753410
archrelease: copy trunk to community-staging-x86_64
Added:
python-biopython/repos/community-staging-x86_64/
python-biopython/repos/community-staging-x86_64/ChangeLog
(from rev 753409, python-biopython/trunk/ChangeLog)
python-biopython/repos/community-staging-x86_64/PKGBUILD
(from rev 753409, python-biopython/trunk/PKGBUILD)
-----------+
ChangeLog | 26 ++++++++++++++++++++++++++
PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
Copied: python-biopython/repos/community-staging-x86_64/ChangeLog (from rev 753409, python-biopython/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog (rev 0)
+++ community-staging-x86_64/ChangeLog 2020-11-12 19:17:52 UTC (rev 753410)
@@ -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
Copied: python-biopython/repos/community-staging-x86_64/PKGBUILD (from rev 753409, python-biopython/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-12 19:17:52 UTC (rev 753410)
@@ -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=2
+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