mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/py3-venusian: upgrade to 3.0.0
This commit is contained in:
parent
09476f541d
commit
9acf61bbef
@ -2,8 +2,8 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py3-venusian
|
||||
_pkgname=venusian
|
||||
pkgver=1.2.0
|
||||
pkgrel=4
|
||||
pkgver=3.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="A Python library for deferring decorator actions"
|
||||
url="https://pypi.python.org/pypi/venusian"
|
||||
arch="noarch"
|
||||
@ -21,11 +21,12 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
py.test-3
|
||||
sed -i '/addopts = -W always --cov --cov-report=term-missing/d' setup.cfg
|
||||
PYTHONPATH="$PWD/build/lib" py.test-3
|
||||
}
|
||||
|
||||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="b305850e3a32a2591413386d01af63927d9ae2be1db579d3c12396d4e367ae61cd4b1c8697459646e84ca9affded00f62553156193e9eecfdc39a3c8a5ec0cca venusian-1.2.0.tar.gz"
|
||||
sha512sums="dec12473f30697ec678190054974d48bd30775f2204308dc43469e65814dbeea1b7ebf571187cc9efe2d3d2a73ab9ef839ad39b99ed81dfa75577f203653a776 venusian-3.0.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user