void-packages/srcpkgs/python3-blinker/template

22 lines
752 B
Bash

# Template file for 'python3-blinker'
pkgname=python3-blinker
version=1.6.2
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
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=4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213
post_install() {
vlicense LICENSE.rst
}