[arch-commits] Commit in python-terminado/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 26 19:37:32 UTC 2021
Date: Friday, March 26, 2021 @ 19:37:32
Author: arojas
Revision: 904690
archrelease: copy trunk to community-any
Added:
python-terminado/repos/community-any/PKGBUILD
(from rev 904689, python-terminado/trunk/PKGBUILD)
Deleted:
python-terminado/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-26 19:37:22 UTC (rev 904689)
+++ PKGBUILD 2021-03-26 19:37:32 UTC (rev 904690)
@@ -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.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"
-}
Copied: python-terminado/repos/community-any/PKGBUILD (from rev 904689, python-terminado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-26 19:37:32 UTC (rev 904690)
@@ -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.3
+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=('f17008510e21c30a0c303712eeefc126')
+
+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