mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-ampcombi: auto updated to 2.0.1-1
This commit is contained in:
parent
4ce8f04954
commit
d931bad230
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
_name=AMPcombi
|
||||
pkgname=python-ampcombi
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A parsing tool for AMP tools."
|
||||
arch=(any)
|
||||
|
@ -8,16 +8,16 @@ url="http://pypi.python.org/pypi/AMPcombi/"
|
|||
license=(MIT)
|
||||
depends=('python-pandas' 'python-biopython' 'python-requests')
|
||||
makedepends=('python-setuptools' 'python-setuptools')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/ampcombi-2.0.0.tar.gz")
|
||||
sha256sums=('ed1127936b4ad328469c6aee3c76a0c1a6e3881a8d5029cbc40943500a3a345d')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/ampcombi-2.0.1.tar.gz")
|
||||
sha256sums=('4bef05aa8433d991b76b81cb2338396c064f2ace5c73642411b2a2467524a0eb')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/ampcombi-2.0.0"
|
||||
cd "$srcdir/ampcombi-2.0.1"
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/ampcombi-2.0.0"
|
||||
cd "$srcdir/ampcombi-2.0.1"
|
||||
python3 setup.py install --root=$pkgdir --optimize=1 --skip-build
|
||||
|
||||
# make sure we don't install any world-writable or root-readable-only files
|
||||
|
|
Loading…
Add table
Reference in a new issue