[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 10:38:56
  Author: foutrelis
Revision: 750222

upgpkg: python-wcwidth 0.2.5-3: Python 3.9 rebuild

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:38:55 UTC (rev 750221)
+++ PKGBUILD2020-11-11 10:38:56 UTC (rev 750222)
@@ -5,7 +5,7 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-07-01 Thread Kyle Keen via arch-commits
Date: Wednesday, July 1, 2020 @ 09:37:49
  Author: kkeen
Revision: 657293

upgpkg: python-wcwidth 0.2.5-1

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 09:21:00 UTC (rev 657292)
+++ PKGBUILD2020-07-01 09:37:49 UTC (rev 657293)
@@ -4,8 +4,8 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
+md5sums=('a07a75f99d316e14838ac760c831ea37')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-06-15 Thread Kyle Keen via arch-commits
Date: Monday, June 15, 2020 @ 07:56:24
  Author: kkeen
Revision: 644831

upgpkg: python-wcwidth 0.2.4-2  FS#66992

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-15 07:40:58 UTC (rev 644830)
+++ PKGBUILD2020-06-15 07:56:24 UTC (rev 644831)
@@ -5,13 +5,13 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
 md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
 
@@ -27,7 +27,7 @@
 }
 
 package_python2-wcwidth() {
-  depends=('python2')
+  depends=('python2' 'python2-backports.functools_lru_cache')
   cd "$srcdir/python2-$_name-$pkgver"
   python2 setup.py install --root="${pkgdir}" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-06-10 Thread Kyle Keen via arch-commits
Date: Thursday, June 11, 2020 @ 01:03:28
  Author: kkeen
Revision: 641895

upgpkg: python-wcwidth 0.2.4-1

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:37:38 UTC (rev 641894)
+++ PKGBUILD2020-06-11 01:03:28 UTC (rev 641895)
@@ -4,7 +4,7 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.1.9
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
+md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
 
 prepare() {
   cd "$srcdir"
@@ -23,7 +23,7 @@
 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"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_python2-wcwidth() {
@@ -30,5 +30,5 @@
   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"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-04-20 Thread Kyle Keen via arch-commits
Date: Tuesday, April 21, 2020 @ 00:07:09
  Author: kkeen
Revision: 617117

upgpkg: python-wcwidth 0.1.9-1

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 23:53:10 UTC (rev 617116)
+++ PKGBUILD2020-04-21 00:07:09 UTC (rev 617117)
@@ -4,7 +4,7 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('dc6677d099e6f49c0f6fbc310de261e9')
+md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2020-01-07 Thread Kyle Keen via arch-commits
Date: Tuesday, January 7, 2020 @ 21:25:09
  Author: kkeen
Revision: 550096

upgpkg: python-wcwidth 0.1.8-1

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 21:09:22 UTC (rev 550095)
+++ PKGBUILD2020-01-07 21:25:09 UTC (rev 550096)
@@ -4,8 +4,8 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.1.7
-pkgrel=5
+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')
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('b3b6a0a08f0c8a34d1de8cf44150a4ad')
+md5sums=('dc6677d099e6f49c0f6fbc310de261e9')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 17:03:14
  Author: foutrelis
Revision: 521241

Python 3.8 rebuild

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:03:09 UTC (rev 521240)
+++ PKGBUILD2019-10-31 17:03:14 UTC (rev 521241)
@@ -5,7 +5,7 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.1.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:38:32
  Author: felixonmars
Revision: 519131

Python 3.8 rebuild

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:38:30 UTC (rev 519130)
+++ PKGBUILD2019-10-25 15:38:32 UTC (rev 519131)
@@ -5,7 +5,7 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.1.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 15:46:56
  Author: foutrelis
Revision: 348304

Python 3.7 rebuild

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 15:46:47 UTC (rev 348303)
+++ PKGBUILD2018-06-30 15:46:56 UTC (rev 348304)
@@ -6,7 +6,7 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')


[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 17:25:55
  Author: foutrelis
Revision: 202090

Python 3.6 rebuild

Modified:
  python-wcwidth/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:25:34 UTC (rev 202089)
+++ PKGBUILD2016-12-25 17:25:55 UTC (rev 202090)
@@ -6,7 +6,7 @@
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
 pkgver=0.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
 license=('MIT')