mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Bump version to 5.3.0
This commit is contained in:
parent
b943a1cf7d
commit
704c36c7ce
4 changed files with 13 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,10 +1,10 @@
|
|||
pkgbase = python-pydna
|
||||
pkgdesc = Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules
|
||||
pkgver = 5.2.0
|
||||
pkgver = 5.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/bjornfjohansson/pydna
|
||||
arch = any
|
||||
license = custom:BSD-3-clause
|
||||
license = BSD-3-Clause
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-requests-mock
|
||||
checkdepends = ipython
|
||||
|
|
@ -24,7 +24,7 @@ pkgbase = python-pydna
|
|||
optdepends = python-pyparsing: download
|
||||
optdepends = python-requests: download
|
||||
optdepends = python-cai2: express
|
||||
source = git+https://github.com/bjornfjohansson/pydna.git?#tag=v5.2.0
|
||||
sha512sums = SKIP
|
||||
source = git+https://github.com/bjornfjohansson/pydna.git?#tag=v5.3.0
|
||||
sha512sums = 83f2e3bdd6864e76407f70f4be70fc1aefccb6197575d52e8d09f038ef01823df49b96ad31251e6c7071d598bedc4ab65580136a781827b7443c9b49e1978bf5
|
||||
|
||||
pkgname = python-pydna
|
||||
|
|
|
|||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*
|
||||
5
.nvchecker.toml
Normal file
5
.nvchecker.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[python-pydna]
|
||||
source = "github"
|
||||
github = "bjornfjohansson/pydna"
|
||||
use_latest_release = "true"
|
||||
prefix = "v"
|
||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
|||
# Contributor: Clint Valentine <valentine.clint@gmail.com>
|
||||
_base=pydna
|
||||
pkgname=python-${_base}
|
||||
pkgver=5.2.0
|
||||
pkgver=5.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules"
|
||||
arch=(any)
|
||||
url="https://github.com/bjornfjohansson/${_base}"
|
||||
license=('custom:BSD-3-clause')
|
||||
license=(BSD-3-Clause)
|
||||
depends=(python-appdirs python-biopython python-networkx python-prettytable python-pyperclip python-pyfiglet)
|
||||
makedepends=(python-build python-installer python-poetry-dynamic-versioning python-wheel git)
|
||||
checkdepends=(python-pytest python-requests-mock ipython) # python-cai2
|
||||
|
|
@ -18,7 +18,7 @@ optdepends=('python-scipy: gel simulation'
|
|||
'python-requests: download'
|
||||
'python-cai2: express')
|
||||
source=("git+${url}.git?#tag=v${pkgver}")
|
||||
sha512sums=('SKIP')
|
||||
sha512sums=('83f2e3bdd6864e76407f70f4be70fc1aefccb6197575d52e8d09f038ef01823df49b96ad31251e6c7071d598bedc4ab65580136a781827b7443c9b49e1978bf5')
|
||||
|
||||
build() {
|
||||
cd ${_base}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue