mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
python3-deprecation: update to 2.1.0.
This commit is contained in:
parent
224c605d90
commit
8b6de88bfe
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-deprecation'
|
||||
pkgname=python3-deprecation
|
||||
version=2.0.7
|
||||
version=2.1.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="deprecation-${version}"
|
||||
|
@ -13,8 +13,9 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://deprecation.readthedocs.io/en/latest/"
|
||||
distfiles="${PYPI_SITE}/d/deprecation/deprecation-${version}.tar.gz"
|
||||
checksum=c0392f676a6146f0238db5744d73e786a43510d54033f80994ef2f4c9df192ed
|
||||
checksum=72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff
|
||||
|
||||
pre_check() {
|
||||
do_check() {
|
||||
vsed -i tests/test_deprecation.py -e 's/unittest2/unittest/g'
|
||||
python3 -m unittest discover -v
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue