mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Bump version 5.5.2
This commit is contained in:
parent
80f567ac21
commit
ccba2ab60a
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -17,8 +17,8 @@ pkgbase = python-pydna
|
|||
depends = python-biopython
|
||||
depends = python-networkx
|
||||
depends = python-prettytable
|
||||
depends = python-pyperclip
|
||||
depends = python-pyfiglet
|
||||
depends = python-regex
|
||||
optdepends = python-scipy: gel simulation
|
||||
optdepends = python-matplotlib: gel simulation
|
||||
optdepends = python-pyparsing: download
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -9,7 +9,8 @@ pkgdesc="Representing double stranded DNA and functions for simulating cloning a
|
|||
arch=(any)
|
||||
url="https://github.com/bjornfjohansson/${_base}"
|
||||
license=(BSD-3-Clause)
|
||||
depends=(python-appdirs python-biopython python-networkx python-prettytable python-pyperclip python-pyfiglet)
|
||||
depends=(python-appdirs python-biopython python-networkx python-prettytable
|
||||
python-pyfiglet python-regex)
|
||||
makedepends=(python-build python-installer python-poetry-dynamic-versioning python-wheel git)
|
||||
checkdepends=(python-pytest python-requests-mock ipython) # python-cai2
|
||||
optdepends=('python-scipy: gel simulation'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue