aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2018-12-20 17:30:36 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-12 07:20:36 +0000
commit9009ca6569474691d0eb9dcdb11f373a0e44e33a (patch)
tree96e93f5e919f227b6242fb58a68296645f7e2b66 /testing
parent9dd7a98ab738bfa40cf691721508b8fb1d6b5707 (diff)
downloadaports-9009ca6569474691d0eb9dcdb11f373a0e44e33a.tar.bz2
aports-9009ca6569474691d0eb9dcdb11f373a0e44e33a.tar.xz
testing/py3-pyte: New aport
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-pyte/APKBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/py3-pyte/APKBUILD b/testing/py3-pyte/APKBUILD
new file mode 100644
index 0000000000..66dff7eee7
--- /dev/null
+++ b/testing/py3-pyte/APKBUILD
@@ -0,0 +1,29 @@
+# Contributor: Simon Frankenberger <simon-alpine@fraho.eu>
+# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
+pkgname=py3-pyte
+_pkgname=pyte
+pkgver=0.8.0
+pkgrel=0
+pkgdesc="Pyte is an in memory VTXXX-compatible terminal emulator"
+url="https://github.com/selectel/pyte"
+arch="noarch"
+license="LGPL"
+depends="py3-wcwidth"
+makedepends="py3-setuptools"
+source="pyte-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz"
+builddir="$srcdir"/$_pkgname-$pkgver
+
+check() {
+ python3 setup.py check
+}
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+
+sha512sums="c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8 pyte-0.8.0.tar.gz"