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

Kyle Keen kkeen at archlinux.org
Tue Jan 7 21:25:22 UTC 2020


    Date: Tuesday, January 7, 2020 @ 21:25:21
  Author: kkeen
Revision: 550097

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-07 21:25:09 UTC (rev 550096)
+++ PKGBUILD	2020-01-07 21:25:21 UTC (rev 550097)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: wenLiangcan <boxeed at gmail dot com>
-
-pkgbase=python-wcwidth
-pkgname=(python-wcwidth python2-wcwidth)
-_name=wcwidth
-pkgver=0.1.7
-pkgrel=5
-pkgdesc="Measures number of Terminal column cells of wide-character codes"
-url="https://github.com/jquast/wcwidth"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz")
-md5sums=('b3b6a0a08f0c8a34d1de8cf44150a4ad')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-package_python-wcwidth() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-wcwidth() {
-  depends=('python2')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-wcwidth/repos/community-any/PKGBUILD (from rev 550096, python-wcwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-07 21:25:21 UTC (rev 550097)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: wenLiangcan <boxeed at gmail dot com>
+
+pkgbase=python-wcwidth
+pkgname=(python-wcwidth python2-wcwidth)
+_name=wcwidth
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="Measures number of Terminal column cells of wide-character codes"
+url="https://github.com/jquast/wcwidth"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz")
+md5sums=('dc6677d099e6f49c0f6fbc310de261e9')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+package_python-wcwidth() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-wcwidth() {
+  depends=('python2')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list