21 lines
676 B
Bash
21 lines
676 B
Bash
# Template file for 'python3-blinker'
|
|
pkgname=python3-blinker
|
|
version=1.5
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
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=923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|