void-packages/srcpkgs/python3-pluggy/template
Đoàn Trần Công Danh 3726543af0 python3-pluggy: drop python3.8 backported deps
importlib_metadata is backport of Python 3.8's standard library for
older Python.

We've upgraded to Python 3.8, drop it.

See: https://importlib-metadata.readthedocs.io/en/latest/
2020-01-29 19:19:32 +01:00

24 lines
629 B
Bash

# Template file for 'python3-pluggy'
pkgname=python3-pluggy
version=0.13.1
revision=3
archs=noarch
wrksrc="pluggy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest ${depends}"
short_desc="Minimalist production ready plugin system (Python3)"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/pytest-dev/pluggy"
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}