New package: python3-rx-3.1.1

This commit is contained in:
Duje Mihanovic 2021-03-11 14:37:19 +01:00 committed by Piotr
parent 77bc8f3762
commit 557fdf4552

View file

@ -0,0 +1,19 @@
# 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
}