void-packages/srcpkgs/python3-blinker/template

22 lines
737 B
Bash

# Template file for 'python3-blinker'
pkgname=python3-blinker
version=1.7.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest-asyncio python3-pluggy python3-packaging
python3-iniconfig"
short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://blinker.readthedocs.io/en/stable/"
changelog="https://raw.githubusercontent.com/pallets-eco/blinker/main/CHANGES.rst"
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
checksum=e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182
post_install() {
vlicense LICENSE.rst
}