diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-rx/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-rx/APKBUILD b/testing/py3-rx/APKBUILD deleted file mode 100644 index 9fc3dc1b2c..0000000000 --- a/testing/py3-rx/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=py3-rx -pkgver=3.1.0 -pkgrel=0 -pkgdesc="Reactive Extensions (Rx) for Python" -url="http://reactivex.io/" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools" -checkdepends="py3-pytest py3-coverage py3-pytest-asyncio" -source="https://github.com/ReactiveX/RxPY/archive/v$pkgver/py3-rx-$pkgver.tar.gz" -builddir="$srcdir/RxPY-$pkgver" - -build() { - python3 setup.py build -} - -check() { - python3 setup.py test -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="1d9f6639ef08dc991326b95fcbf0978adea55b35acab653fc16bd94ccf2ad3a1515e8cb4e8d2ff38d7a506306e310394339a8651a2a02fa22bfb7f17d86297f1 py3-rx-3.1.0.tar.gz" |