[arch-commits] Commit in python-terminado/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Oct 25 20:19:14 UTC 2019


    Date: Friday, October 25, 2019 @ 20:19:13
  Author: foutrelis
Revision: 519844

archrelease: copy trunk to community-staging-any

Added:
  python-terminado/repos/community-staging-any/
  python-terminado/repos/community-staging-any/PKGBUILD
    (from rev 519842, python-terminado/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: python-terminado/repos/community-staging-any/PKGBUILD (from rev 519842, python-terminado/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 20:19:13 UTC (rev 519844)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Will Shanks <wsha dot code at g mail dot com>
+
+pkgname=python-terminado
+_pkgname=terminado
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="Terminals served to term.js using Tornado websockets"
+url="https://github.com/takluyver/terminado"
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz")
+md5sums=('933a1c5ca7c28e59284d0ac7cadce1ea')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}



More information about the arch-commits mailing list