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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 15:52:08
  Author: foutrelis
Revision: 747198

upgpkg: python-tabulate 0.8.7-2: Python 3.9 rebuild

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:51:59 UTC (rev 747197)
+++ PKGBUILD2020-11-09 15:52:08 UTC (rev 747198)
@@ -3,7 +3,7 @@
 _name=tabulate
 pkgname=python-tabulate
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;


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

2020-03-22 Thread David Runge via arch-commits
Date: Sunday, March 22, 2020 @ 17:27:20
  Author: dvzrv
Revision: 603570

upgpkg: python-tabulate 0.8.7-1: Upgrading to 0.8.7.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 17:23:59 UTC (rev 603569)
+++ PKGBUILD2020-03-22 17:27:20 UTC (rev 603570)
@@ -1,7 +1,8 @@
 # Maintainer: David Runge 
+
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
@@ -14,7 +15,7 @@
 'python-pandas: pandas.DataFrame support'
 'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('10e331db1f8d6ea921654c3955efc4929827b003328c4e2ae663748ce5d5a3e473fe7abb4606147c00aec60ff44d3115c353d6f0e1417305166343212d77600e')
+sha512sums=('963d12970227671fc80d26feacfafd37404034eba82778cee2450b8dbc7c723a7137209b601bc2adc13883543bff0d6b887ed2e7b91934a7f2ca4704ce5fd340')
 
 build() {
   cd "${_name}-$pkgver"


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

2019-11-17 Thread David Runge via arch-commits
Date: Sunday, November 17, 2019 @ 21:54:19
  Author: dvzrv
Revision: 530252

upgpkg: python-tabulate 0.8.6-1

Upgrading to 0.8.6. Updating maintainer info.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 21:15:09 UTC (rev 530251)
+++ PKGBUILD2019-11-17 21:54:19 UTC (rev 530252)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
@@ -14,7 +14,7 @@
 'python-pandas: pandas.DataFrame support'
 'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('137f576ac5adc29ad82f77da499804b110ddc7f12c5f85cdc79bdd5dfd37404d49f1c5667e6f8721e48f949b684c71b330b8e4fae4ef8a933af24d68fd0665c5')
+sha512sums=('10e331db1f8d6ea921654c3955efc4929827b003328c4e2ae663748ce5d5a3e473fe7abb4606147c00aec60ff44d3115c353d6f0e1417305166343212d77600e')
 
 build() {
   cd "${_name}-$pkgver"


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:48:34
  Author: felixonmars
Revision: 521412

Python 3.8 rebuild

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:48:18 UTC (rev 521411)
+++ PKGBUILD2019-10-31 17:48:34 UTC (rev 521412)
@@ -2,7 +2,7 @@
 _name=tabulate
 pkgname=python-tabulate
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 15:57:43
  Author: foutrelis
Revision: 519297

Python 3.8 rebuild

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:57:40 UTC (rev 519296)
+++ PKGBUILD2019-10-25 15:57:43 UTC (rev 519297)
@@ -2,7 +2,7 @@
 _name=tabulate
 pkgname=python-tabulate
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;


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

2019-09-25 Thread David Runge via arch-commits
Date: Wednesday, September 25, 2019 @ 18:14:01
  Author: dvzrv
Revision: 511757

upgpkg: python-tabulate 0.8.5-1

Upgrading to 0.8.5.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 18:08:44 UTC (rev 511756)
+++ PKGBUILD2019-09-25 18:14:01 UTC (rev 511757)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
@@ -14,7 +14,7 @@
 'python-pandas: pandas.DataFrame support'
 'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('1a71e8f7d4eea9c03c7ab327fc919ecb367aeaa2b075b5c9bccf394e308c74c3451a4d99f9361847499d89de751face469e981e7dce519c9a8cb658c37b3363e')
+sha512sums=('137f576ac5adc29ad82f77da499804b110ddc7f12c5f85cdc79bdd5dfd37404d49f1c5667e6f8721e48f949b684c71b330b8e4fae4ef8a933af24d68fd0665c5')
 
 build() {
   cd "${_name}-$pkgver"


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

2019-09-25 Thread David Runge via arch-commits
Date: Wednesday, September 25, 2019 @ 09:07:13
  Author: dvzrv
Revision: 511727

upgpkg: python-tabulate 0.8.4-1

Upgrading to 0.8.4.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 08:50:48 UTC (rev 511726)
+++ PKGBUILD2019-09-25 09:07:13 UTC (rev 511727)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 _name=tabulate
 pkgname=python-tabulate
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
@@ -14,7 +14,7 @@
 'python-pandas: pandas.DataFrame support'
 'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
+sha512sums=('1a71e8f7d4eea9c03c7ab327fc919ecb367aeaa2b075b5c9bccf394e308c74c3451a4d99f9361847499d89de751face469e981e7dce519c9a8cb658c37b3363e')
 
 build() {
   cd "${_name}-$pkgver"
@@ -33,6 +33,6 @@
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2019-07-29 Thread David Runge via arch-commits
Date: Monday, July 29, 2019 @ 21:47:35
  Author: dvzrv
Revision: 494698

upgpkg: python-tabulate 0.8.3-3

Dropping python2 support, as python-pandas drops it in upcoming release.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 21:45:17 UTC (rev 494697)
+++ PKGBUILD2019-07-29 21:47:35 UTC (rev 494698)
@@ -2,7 +2,7 @@
 _name=tabulate
 pkgname=python-tabulate
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;


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

2019-02-18 Thread David Runge via arch-commits
Date: Monday, February 18, 2019 @ 22:02:14
  Author: dvzrv
Revision: 434302

Removing python2 support.

Modified:
  python-tabulate/trunk/PKGBUILD

--+
 PKGBUILD |   43 ++-
 1 file changed, 10 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 21:57:12 UTC (rev 434301)
+++ PKGBUILD2019-02-18 22:02:14 UTC (rev 434302)
@@ -1,7 +1,6 @@
 # Maintainer: David Runge 
 _name=tabulate
-pkgbase=python-tabulate
-pkgname=('python-tabulate' 'python2-tabulate')
+pkgname=python-tabulate
 pkgver=0.8.3
 pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
@@ -8,34 +7,28 @@
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth')
+optdepends=('python-numpy: NumPy array support'
+'python-pandas: pandas.DataFrame support'
+'python-wcwidth: wide-character support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
   python setup.py test
-  python2 setup.py test
 }
 
 package_python-tabulate() {
-  depends=('python-setuptools')
-  optdepends=('python-numpy: NumPy array support'
-  'python-pandas: pandas.DataFrame support'
-  'python-wcwidth: wide-character support')
-  cd "$pkgname-$pkgver"
+  cd "${_name}-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
@@ -43,19 +36,3 @@
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
-
-package_python2-tabulate() {
-  depends=('python2-setuptools')
-  optdepends=('python2-numpy: NumPy array support'
-  'python2-pandas: pandas.DataFrame support'
-  'python2-wcwidth: wide-character support')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # move executable to unique name
-  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
-}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:34
  Author: dvzrv
Revision: 428430

upgpkg: python-tabulate 0.8.3-2

Moving python{,2}-{numpy,pandas,wcwidth} to optdepends, where they belong.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:07:40 UTC (rev 428429)
+++ PKGBUILD2019-01-29 20:21:34 UTC (rev 428430)
@@ -3,15 +3,13 @@
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
 license=('MIT')
-makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
-'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
-'python2-wcwidth')
-checkdepends=('python-nose' 'python2-nose')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
@@ -33,7 +31,10 @@
 }
 
 package_python-tabulate() {
-  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
+  depends=('python-setuptools')
+  optdepends=('python-numpy: NumPy array support'
+  'python-pandas: pandas.DataFrame support'
+  'python-wcwidth: wide-character support')
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -44,8 +45,10 @@
 }
 
 package_python2-tabulate() {
-  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
-  'python2-wcwidth')
+  depends=('python2-setuptools')
+  optdepends=('python2-numpy: NumPy array support'
+  'python2-pandas: pandas.DataFrame support'
+  'python2-wcwidth: wide-character support')
   cd "$pkgbase-$pkgver"
   python2 setup.py install --skip-build \
 --optimize=1 \


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 11:25:29
  Author: dvzrv
Revision: 428390

upgpkg: python-tabulate 0.8.3-1

Upgrading to 0.8.3. Adding all required (test) dependencies for the packages. 
Running test suite properly.

Modified:
  python-tabulate/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 09:09:24 UTC (rev 428389)
+++ PKGBUILD2019-01-29 11:25:29 UTC (rev 428390)
@@ -2,16 +2,18 @@
 _name=tabulate
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
+'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
+'python2-wcwidth')
+checkdepends=('python-nose' 'python2-nose')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('9e34fb84e16f4b2c1378c0f53c5ef803438fcae7bc1637ac8975f358a11653f641bba0ea19529858e8e62aa45bb5bccd3b6f0492fd2d9d9c9a3bf963dd1ac0a7')
+sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -26,22 +28,12 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  # disabling failing tests:
-  # https://bitbucket.org/astanin/python-tabulate/issues/149
-  py.test -k 'not test_dict_like \
-  and not test_list_of_dicts \
-  and not test_List_of_dicts_keys \
-  and not test_list_of_dicts_firstrow \
-  and not test_list_of_dicts_dict_of_headers \
-  and not test_list_of_lists_with_supplied_index \
-  and not test_list_of_lists_with_index_firstrow \
-  and not test_isconvertible_on_set_values'
-  py.test2 -k 'not test_list_of_lists_with_supplied_index \
-   and not test_list_of_lists_with_index_firstrow'
+  python setup.py test
+  python2 setup.py test
 }
 
 package_python-tabulate() {
-  depends=('python-setuptools')
+  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -52,7 +44,8 @@
 }
 
 package_python2-tabulate() {
-  depends=('python2-setuptools')
+  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
+  'python2-wcwidth')
   cd "$pkgbase-$pkgver"
   python2 setup.py install --skip-build \
 --optimize=1 \


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

2018-09-19 Thread David Runge via arch-commits
Date: Wednesday, September 19, 2018 @ 20:36:48
  Author: dvzrv
Revision: 383428

upgpkg: python-tabulate 0.8.2-3

Fixing non-unique executable name (#60129).

Modified:
  python-tabulate/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-19 20:03:52 UTC (rev 383427)
+++ PKGBUILD2018-09-19 20:36:48 UTC (rev 383428)
@@ -3,7 +3,7 @@
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate;
@@ -60,4 +60,6 @@
 --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # move executable to unique name
+  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
 }