python3-blinker: update to 1.9.0. adopt.

This commit is contained in:
Komeil Parseh 2025-07-31 19:22:24 +03:30 committed by classabbyamp
parent c41536f251
commit 5c7d7b5650

View file

@ -1,7 +1,7 @@
# Template file for 'python3-blinker'
pkgname=python3-blinker
version=1.7.0
revision=2
version=1.9.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
makedepends="python3-devel"
@ -9,13 +9,13 @@ 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>"
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=e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182
checksum=b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf
post_install() {
vlicense LICENSE.rst
vlicense LICENSE.txt
}