diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-01 23:48:37 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 10:46:03 +0100 |
| commit | 00bbbdf551e95283920376e76d15e19ebbc15ac2 (patch) | |
| tree | ece897f0d6ab53dd4dde9d22083534d0d28f3d9e /testing | |
| parent | 8c116d4041944e4b445199d6500a7931196b1e42 (diff) | |
| download | aports-00bbbdf551e95283920376e76d15e19ebbc15ac2.tar.bz2 aports-00bbbdf551e95283920376e76d15e19ebbc15ac2.tar.xz | |
community/py3-pyotherside: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-pyotherside/APKBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py3-pyotherside/APKBUILD b/testing/py3-pyotherside/APKBUILD deleted file mode 100644 index 427560388f..0000000000 --- a/testing/py3-pyotherside/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=py3-pyotherside -pkgver=1.5.9 -pkgrel=0 -pkgdesc="Asynchronous Python 3 Bindings for Qt5" -url="https://thp.io/2011/pyotherside" -arch="all !armhf" # armhf blocked by qt5-qtdeclarative" -license="ISC" -makedepends="python3-dev qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev" -options="!check" # can't run tests if not installed. -source="py3-pyotherside-$pkgver.tar.gz::https://github.com/thp/pyotherside/archive/$pkgver.tar.gz" -builddir="$srcdir/pyotherside-$pkgver" - -build() { - qmake-qt5 - make -} - -package() { - make INSTALL_ROOT="$pkgdir"/ install - - rm -r "$pkgdir"/usr/tests -} - -sha512sums="62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2 py3-pyotherside-1.5.9.tar.gz" |
