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