20 lines
600 B
Bash
20 lines
600 B
Bash
|
# Template file for 'python3-rx'
|
||
|
pkgname=python3-rx
|
||
|
version=3.1.1
|
||
|
revision=1
|
||
|
wrksrc="RxPY-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools python3-pytest"
|
||
|
depends="python3 python3-pytest"
|
||
|
checkdepends="python3-gobject python3-gobject-devel gtk+3-devel"
|
||
|
short_desc="Reactive Extensions for Python"
|
||
|
maintainer="Duje Mihanovic <mihaduje@pm.me>"
|
||
|
license="MIT"
|
||
|
homepage="https://rxpy.rtfd.io/"
|
||
|
distfiles="https://github.com/ReactiveX/RxPY/archive/v${version}.tar.gz"
|
||
|
checksum=3afd4dbd7c21467637adeb9d34d46b2f5c6f73f7a73711c24c376f8acce2bab3
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|