void-packages/srcpkgs/python3-py/template

24 lines
610 B
Bash

# Template file for 'python3-py'
pkgname=python3-py
version=1.11.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 development support library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pytest-dev/py"
changelog="https://github.com/pytest-dev/py/raw/master/CHANGELOG"
distfiles="${PYPI_SITE}/p/py/py-${version}.tar.gz"
checksum=51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}