diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-01 23:52:51 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:30:15 -0300 |
| commit | e1f9844dcfcb266a2a80b4c5f0df59bc33801a37 (patch) | |
| tree | 345f867ba7ae715cc1df9b007be5a37a02061305 /testing | |
| parent | ba0eca2ac6ca819ec4f9329ddc93751e5577f627 (diff) | |
| download | aports-e1f9844dcfcb266a2a80b4c5f0df59bc33801a37.tar.bz2 aports-e1f9844dcfcb266a2a80b4c5f0df59bc33801a37.tar.xz | |
community/py3-rx: move from testing
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" |
