mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
update to 4.0.5
This commit is contained in:
parent
7e62cd4579
commit
616fc2e2c5
2 changed files with 20 additions and 16 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-pydna
|
||||
pkgdesc = Data structures for double-stranded DNA & simulation of homologous recombination
|
||||
pkgver = 4.0.2
|
||||
pkgver = 4.0.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/bjornfjohansson/pydna
|
||||
changelog = CHANGELOG.md
|
||||
|
|
@ -10,18 +10,18 @@ pkgbase = python-pydna
|
|||
makedepends = python-setuptools
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-pytest-runner
|
||||
depends = python-appdirs>=1.4.3
|
||||
depends = python-biopython>=1.79
|
||||
depends = python-networkx>=2.5.0
|
||||
depends = python-prettytable>=0.7.2
|
||||
depends = python-pyparsing>=2.4.7
|
||||
depends = python-requests>=2.23.0
|
||||
depends = python-appdirs
|
||||
depends = python-biopython
|
||||
depends = python-networkx
|
||||
depends = python-prettytable
|
||||
depends = python-pyparsing
|
||||
depends = python-requests
|
||||
optdepends = python-matplotlib: gel simulation
|
||||
optdepends = python-mpldatacursor: gel simulation
|
||||
optdepends = python-numpy: gel simulation
|
||||
optdepends = python-pint: gel simulation
|
||||
optdepends = python-scipy: gel simulation
|
||||
source = python-pydna::git+https://github.com/bjornfjohansson/pydna#tag=4.0.2
|
||||
source = python-pydna::git+https://github.com/bjornfjohansson/pydna#tag=4.0.5
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = python-pydna
|
||||
|
|
|
|||
20
PKGBUILD
20
PKGBUILD
|
|
@ -2,26 +2,30 @@
|
|||
# Contributor: Clint Valentine <valentine.clint@gmail.com>
|
||||
|
||||
pkgname=python-pydna
|
||||
pkgver=4.0.2
|
||||
pkgver=4.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='Data structures for double-stranded DNA & simulation of homologous recombination'
|
||||
arch=('any')
|
||||
url='https://github.com/bjornfjohansson/pydna'
|
||||
license=('BSD')
|
||||
depends=(
|
||||
'python-appdirs>=1.4.3'
|
||||
'python-biopython>=1.79'
|
||||
'python-networkx>=2.5.0'
|
||||
'python-prettytable>=0.7.2'
|
||||
'python-pyparsing>=2.4.7'
|
||||
'python-requests>=2.23.0')
|
||||
'python-appdirs'
|
||||
'python-biopython'
|
||||
'python-networkx'
|
||||
'python-prettytable'
|
||||
'python-pyparsing'
|
||||
'python-requests')
|
||||
optdepends=(
|
||||
'python-matplotlib: gel simulation'
|
||||
'python-mpldatacursor: gel simulation'
|
||||
'python-numpy: gel simulation'
|
||||
'python-pint: gel simulation'
|
||||
'python-scipy: gel simulation')
|
||||
makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'python-pytest-runner')
|
||||
makedepends=(
|
||||
'git'
|
||||
'python-setuptools'
|
||||
'python-setuptools-scm'
|
||||
'python-pytest-runner')
|
||||
changelog=CHANGELOG.md
|
||||
source=("$pkgname::git+$url#tag=$pkgver")
|
||||
sha256sums=('SKIP')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue