Bump version 5.5.2

This commit is contained in:
Carlos Aznarán 2025-07-18 21:34:11 -05:00
parent 80f567ac21
commit ccba2ab60a
No known key found for this signature in database
GPG key ID: 6225FD2615EB3DEE
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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'