[arch-commits] Commit in python-terminado/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Mon Jan 11 19:00:05 UTC 2021


    Date: Monday, January 11, 2021 @ 19:00:05
  Author: kkeen
Revision: 818185

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-11 18:59:52 UTC (rev 818184)
+++ PKGBUILD	2021-01-11 19:00:05 UTC (rev 818185)
@@ -1,21 +0,0 @@
-# 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.9.1
-pkgrel=3
-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=('bd9162796256c1e3cd03750f5594a83e')
-
-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"
-}

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 818184, python-terminado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-11 19:00:05 UTC (rev 818185)
@@ -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.9.2
+pkgrel=1
+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=('d9b6aa48d9e229dca502828d8b77f70f')
+
+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