20 lines
578 B
Bash
20 lines
578 B
Bash
|
# Template file for 'python3-blinker'
|
||
|
pkgname=python3-blinker
|
||
|
version=1.4
|
||
|
revision=5
|
||
|
wrksrc="blinker-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
makedepends="python3-devel"
|
||
|
depends="python3"
|
||
|
short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
|
||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||
|
license="MIT"
|
||
|
homepage="http://pythonhosted.org/blinker/"
|
||
|
distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
|
||
|
checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|