[arch-commits] Commit in python-wcwidth/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 17:03:19 UTC 2019
Date: Thursday, October 31, 2019 @ 17:03:19
Author: foutrelis
Revision: 521243
archrelease: copy trunk to community-staging-any
Added:
python-wcwidth/repos/community-staging-any/PKGBUILD
(from rev 521242, python-wcwidth/trunk/PKGBUILD)
Deleted:
python-wcwidth/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:03:14 UTC (rev 521242)
+++ PKGBUILD 2019-10-31 17:03:19 UTC (rev 521243)
@@ -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=4
-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-staging-any/PKGBUILD (from rev 521242, python-wcwidth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:03:19 UTC (rev 521243)
@@ -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.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"
+}
More information about the arch-commits
mailing list