void-packages/srcpkgs/python3-deprecation/template

22 lines
695 B
Bash
Raw Normal View History

2020-04-18 09:00:16 +00:00
# Template file for 'python3-deprecation'
pkgname=python3-deprecation
2020-04-22 05:53:04 +00:00
version=2.1.0
2020-04-18 09:00:16 +00:00
revision=1
archs=noarch
wrksrc="deprecation-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-packaging"
checkdepends="${depends}"
short_desc="Library to handle automated deprecations"
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"
2020-04-22 05:53:04 +00:00
checksum=72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff
2020-04-18 09:00:16 +00:00
2020-04-22 05:53:04 +00:00
do_check() {
2020-04-18 09:00:16 +00:00
vsed -i tests/test_deprecation.py -e 's/unittest2/unittest/g'
2020-04-22 05:53:04 +00:00
python3 -m unittest discover -v
2020-04-18 09:00:16 +00:00
}