22 lines
746 B
Bash
22 lines
746 B
Bash
# Template file for 'python3-blinker'
|
|
pkgname=python3-blinker
|
|
version=1.9.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="Komeil Parseh <komeilparseh@disroot.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=b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|