[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:29:09
  Author: aginiewicz
Revision: 720759

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 720758, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 720758, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 720758, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 16:29:04 UTC (rev 720758)
+++ PKGBUILD2020-10-07 16:29:09 UTC (rev 720759)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=5.0
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 720758, 
languagetool/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 16:29:09 UTC (rev 720759)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=5.1
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('c91ff43d54c863a9389a81c5fa1a6723041b982435f220e9c2c4db843b66d1b6'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-10-07 16:29:04 UTC (rev 720758)
+++ languagetool.service2020-10-07 16:29:09 UTC (rev 720759)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool

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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:29:04
  Author: aginiewicz
Revision: 720758

upgpkg: languagetool 5.1-1: languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 16:28:54 UTC (rev 720757)
+++ PKGBUILD2020-10-07 16:29:04 UTC (rev 720758)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=5.0
+pkgver=5.1
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk2: needed for the GUI version')
 source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
 noextract=($pkgname-$pkgver.zip)
-sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
+sha256sums=('c91ff43d54c863a9389a81c5fa1a6723041b982435f220e9c2c4db843b66d1b6'
 '009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
 'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
 


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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:26:03
  Author: aginiewicz
Revision: 720755

upgpkg: python-xlsxwriter 1.3.6-1: python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 16:24:34 UTC (rev 720754)
+++ PKGBUILD2020-10-07 16:26:03 UTC (rev 720755)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-xlsxwriter
-pkgver=1.3.3
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('26d22e70b2cb7ce6bf0f34d8ae9a4952972dc5a17bfa5ee51a5603f9129c74d2')
+sha256sums=('6737c1e90ff85d1a6229bcc3e7e040217df0e071ad1c367ebe86f1450dff1902')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}


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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:26:05
  Author: aginiewicz
Revision: 720756

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 16:26:03 UTC (rev 720755)
+++ PKGBUILD2020-10-07 16:26:05 UTC (rev 720756)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-xlsxwriter
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('26d22e70b2cb7ce6bf0f34d8ae9a4952972dc5a17bfa5ee51a5603f9129c74d2')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 720755, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-10-07 16:26:05 UTC (rev 720756)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-xlsxwriter
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('6737c1e90ff85d1a6229bcc3e7e040217df0e071ad1c367ebe86f1450dff1902')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-scikit-learn/repos/community-x86_64 (2 files)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:24:10
  Author: aginiewicz
Revision: 720752

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 720751, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 16:24:01 UTC (rev 720751)
+++ PKGBUILD2020-10-07 16:24:10 UTC (rev 720752)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.23.1
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 720751, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-10-07 16:24:10 UTC (rev 720752)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-scikit-learn
+pkgver=0.23.2
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('26f56e0c5aac4811f5a90109c4eed0396ee196d8383608b9bf33129528e6fcfd')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:24:01
  Author: aginiewicz
Revision: 720751

upgpkg: python-scikit-learn 0.23.2-1: python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 16:23:18 UTC (rev 720750)
+++ PKGBUILD2020-10-07 16:24:01 UTC (rev 720751)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-scikit-learn
-pkgver=0.23.1
+pkgver=0.23.2
 pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)
 
source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba')
+sha256sums=('26f56e0c5aac4811f5a90109c4eed0396ee196d8383608b9bf33129528e6fcfd')
 
 build() {
   cd "$srcdir"/scikit-learn-$pkgver


[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:17:48
  Author: aginiewicz
Revision: 720741

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 720740, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 16:17:40 UTC (rev 720740)
+++ PKGBUILD2020-10-07 16:17:48 UTC (rev 720741)
@@ -1,61 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'python-fsspec: needed for handling files aside from local and 
HTTP'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 720740, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 16:17:48 UTC (rev 720741)
@@ -0,0 +1,61 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Fo

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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:17:40
  Author: aginiewicz
Revision: 720740

upgpkg: python-pandas 1.1.3-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 16:15:11 UTC (rev 720739)
+++ PKGBUILD2020-10-07 16:17:40 UTC (rev 720740)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -46,7 +46,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444')
+sha256sums=('babbeda2f83b0686c9ad38d93b10516e68cdcd5771007eb80a763e98aaf44613')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:56:45
  Author: aginiewicz
Revision: 720706

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 720705, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 15:56:43 UTC (rev 720705)
+++ PKGBUILD2020-10-07 15:56:45 UTC (rev 720706)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('13d556caed3a270dbe5fc8bba07dcd674f85c7412e52887f1cd04dc9248796a7')
-
-build() {
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package() {
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
720705, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-10-07 15:56:45 UTC (rev 720706)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+sha256sums=('24c88863483924c63c9d854cefbcbf5c64a1164f8c33af9bc9d0a703175d7711')
+
+build() {
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:56:43
  Author: aginiewicz
Revision: 720705

upgpkg: python-google-api-python-client 1.12.3-1: 
python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 15:56:40 UTC (rev 720704)
+++ PKGBUILD2020-10-07 15:56:43 UTC (rev 720705)
@@ -2,7 +2,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=1.10.0
+pkgver=1.12.3
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('13d556caed3a270dbe5fc8bba07dcd674f85c7412e52887f1cd04dc9248796a7')
+sha256sums=('24c88863483924c63c9d854cefbcbf5c64a1164f8c33af9bc9d0a703175d7711')
 
 build() {
   cd "$srcdir"/google-api-python-client-${pkgver}


[arch-commits] Commit in python-google-api-core/repos/community-any (2 files)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:54:56
  Author: aginiewicz
Revision: 720701

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 720700, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 15:54:54 UTC (rev 720700)
+++ PKGBUILD2020-10-07 15:54:56 UTC (rev 720701)
@@ -1,26 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('aaedc40ae977dbc2710f0de0012b673c8c7644f81ca0c93e839d22895f2ff29d')
-
-build() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 720700, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 15:54:56 UTC (rev 720701)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
+sha256sums=('4a9d7ac2527a9e298eebb580a5e24e7e41d6afd97010848dd0f306cae198ec1a')
+
+build() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-google-api-core/trunk (PKGBUILD)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:54:54
  Author: aginiewicz
Revision: 720700

upgpkg: python-google-api-core 1.22.4-1: python-google-api-core: new upstream 
release

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 15:54:39 UTC (rev 720699)
+++ PKGBUILD2020-10-07 15:54:54 UTC (rev 720700)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=1.22.0
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('aaedc40ae977dbc2710f0de0012b673c8c7644f81ca0c93e839d22895f2ff29d')
+sha256sums=('4a9d7ac2527a9e298eebb580a5e24e7e41d6afd97010848dd0f306cae198ec1a')
 
 build() {
   cd "google-api-core-${pkgver}"


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

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:52:38
  Author: aginiewicz
Revision: 720693

upgpkg: python-fonttools 4.16.1-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 15:52:32 UTC (rev 720692)
+++ PKGBUILD2020-10-07 15:52:38 UTC (rev 720693)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.14.0
+pkgver=4.16.1
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
+sha256sums=('991eb05e0366af5a6e620551f950a4f49433c5a8de70770a7066bcbe78bb86cc')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 15:52:45
  Author: aginiewicz
Revision: 720694

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 720693, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 15:52:38 UTC (rev 720693)
+++ PKGBUILD2020-10-07 15:52:45 UTC (rev 720694)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.14.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 720693, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 15:52:45 UTC (rev 720694)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.16.1
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('991eb05e0366af5a6e620551f950a4f49433c5a8de70770a7066bcbe78bb86cc')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-14 Thread Andrzej Giniewicz via arch-commits
Date: Monday, September 14, 2020 @ 16:30:00
  Author: aginiewicz
Revision: 706071

double checked dependencies, no rebuild for now

Modified:
  python-seaborn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:27:57 UTC (rev 706070)
+++ PKGBUILD2020-09-14 16:30:00 UTC (rev 706071)
@@ -1,6 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
+# TODO: python-fastcluster is optional dependency (move from AUR)
+
 pkgname=python-seaborn
 pkgver=0.11.0
 pkgrel=1
@@ -10,8 +12,7 @@
 license=('BSD')
 depends=('python-pandas' 'python-matplotlib' 'python-scipy')
 makedepends=('python-setuptools')
-optdepends=('python-statsmodels: for some advanced statistical plots'
-'python-beautifulsoup4: for getting dataset names')
+optdepends=('python-statsmodels: for some advanced statistical plots')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
 sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
 


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

2020-09-14 Thread Andrzej Giniewicz via arch-commits
Date: Monday, September 14, 2020 @ 16:27:57
  Author: aginiewicz
Revision: 706070

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-14 16:27:50 UTC (rev 706069)
+++ PKGBUILD2020-09-14 16:27:57 UTC (rev 706070)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgname=python-seaborn
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Statistical data visualization"
-arch=('any')
-url="https://seaborn.pydata.org/;
-license=('BSD')
-depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-makedepends=('python-setuptools')
-optdepends=('python-statsmodels: for some advanced statistical plots'
-'python-beautifulsoup4: for getting dataset names')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
-
-build() {
-  cd "$srcdir"/seaborn-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/seaborn-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-seaborn/repos/community-any/PKGBUILD (from rev 706069, 
python-seaborn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-14 16:27:57 UTC (rev 706070)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgname=python-seaborn
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Statistical data visualization"
+arch=('any')
+url="https://seaborn.pydata.org/;
+license=('BSD')
+depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+makedepends=('python-setuptools')
+optdepends=('python-statsmodels: for some advanced statistical plots'
+'python-beautifulsoup4: for getting dataset names')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
+sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
+
+build() {
+  cd "$srcdir"/seaborn-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/seaborn-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-14 Thread Andrzej Giniewicz via arch-commits
Date: Monday, September 14, 2020 @ 16:27:50
  Author: aginiewicz
Revision: 706069

upgpkg: python-seaborn 0.11.0-1: python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:26:00 UTC (rev 706068)
+++ PKGBUILD2020-09-14 16:27:50 UTC (rev 706069)
@@ -2,7 +2,7 @@
 # Contributor: Oliver Sherouse 
 
 pkgname=python-seaborn
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-statsmodels: for some advanced statistical plots'
 'python-beautifulsoup4: for getting dataset names')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
+sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}


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

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 15:32:10
  Author: aginiewicz
Revision: 704132

upgpkg: python-pandas 1.1.2-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 15:31:05 UTC (rev 704131)
+++ PKGBUILD2020-09-12 15:32:10 UTC (rev 704132)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -46,7 +46,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67')
+sha256sums=('b64ffd87a2cfd31b40acd4b92cb72ea9a52a48165aec4c140e78fd69c45d1444')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 15:32:19
  Author: aginiewicz
Revision: 704133

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 704132, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 15:32:10 UTC (rev 704132)
+++ PKGBUILD2020-09-12 15:32:19 UTC (rev 704133)
@@ -1,61 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'python-fsspec: needed for handling files aside from local and 
HTTP'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 704132, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 15:32:19 UTC (rev 704133)
@@ -0,0 +1,61 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Fo

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

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 15:01:28
  Author: aginiewicz
Revision: 704052

upgpkg: python-blosc 1.9.2-1: python-blosc: new upstream release

Modified:
  python-blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 15:01:16 UTC (rev 704051)
+++ PKGBUILD2020-09-12 15:01:28 UTC (rev 704052)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-blosc
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
@@ -11,11 +11,12 @@
 optdepends=('python-numpy: for tests and benchmarks')
 makedepends=('python-scikit-build' 'ninja')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
+sha256sums=('fd03dc3845b2434a3eab57369042388a8ea99f254b8ea494b4b8b1a0595c8a9a')
 
 build() {
   cd "$srcdir"/${pkgbase}-${pkgver}
   BLOSC_DIR=/usr
+  export BLOSC_DIR
   python setup.py build_clib
   python setup.py build_ext --inplace
   python setup.py build
@@ -23,7 +24,6 @@
 
 package() {
   cd "$srcdir"/${pkgbase}-${pkgver}
-  BLOSC_DIR=/usr
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 15:01:35
  Author: aginiewicz
Revision: 704053

archrelease: copy trunk to community-x86_64

Added:
  python-blosc/repos/community-x86_64/PKGBUILD
(from rev 704052, python-blosc/trunk/PKGBUILD)
Deleted:
  python-blosc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 15:01:28 UTC (rev 704052)
+++ PKGBUILD2020-09-12 15:01:35 UTC (rev 704053)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-blosc
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
-arch=('x86_64')
-url="http://python-blosc.blosc.org/;
-license=('MIT')
-depends=('python' 'blosc')
-optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-scikit-build' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
-
-build() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  BLOSC_DIR=/usr
-  python setup.py build_clib
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  BLOSC_DIR=/usr
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-blosc/repos/community-x86_64/PKGBUILD (from rev 704052, 
python-blosc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 15:01:35 UTC (rev 704053)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-blosc
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
+arch=('x86_64')
+url="http://python-blosc.blosc.org/;
+license=('MIT')
+depends=('python' 'blosc')
+optdepends=('python-numpy: for tests and benchmarks')
+makedepends=('python-scikit-build' 'ninja')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
+sha256sums=('fd03dc3845b2434a3eab57369042388a8ea99f254b8ea494b4b8b1a0595c8a9a')
+
+build() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
+  export BLOSC_DIR
+  python setup.py build_clib
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 14:54:22
  Author: aginiewicz
Revision: 704028

upgpkg: blosc 1.20.1-1: blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 14:54:17 UTC (rev 704027)
+++ PKGBUILD2020-09-12 14:54:22 UTC (rev 704028)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
+sha256sums=('42c4d3fcce52af9f8e2078f8f57681bfc711706a3330cb72b9b39e05ae18a413')
 
 build() {
   cd "${srcdir}"


[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 14:54:25
  Author: aginiewicz
Revision: 704029

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
(from rev 704028, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 14:54:22 UTC (rev 704028)
+++ PKGBUILD2020-09-12 14:54:25 UTC (rev 704029)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.20.0
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DDEACTIVATE_SNAPPY="OFF" \
--DPREFER_EXTERNAL_LZ4="ON" \
-   -DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_ZSTD="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 704028, 
blosc/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2020-09-12 14:54:25 UTC (rev 704029)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.20.1
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+sha256sums=('42c4d3fcce52af9f8e2078f8f57681bfc711706a3330cb72b9b39e05ae18a413')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DDEACTIVATE_SNAPPY="OFF" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+   -DPREFER_EXTERNAL_ZLIB="ON" \
+   -DPREFER_EXTERNAL_ZSTD="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}


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

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 14:52:43
  Author: aginiewicz
Revision: 704020

upgpkg: python-statsmodels 0.12.0-1: python-statsmodels: new upstream release

Modified:
  python-statsmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 14:52:30 UTC (rev 704019)
+++ PKGBUILD2020-09-12 14:52:43 UTC (rev 704020)
@@ -4,7 +4,7 @@
 # TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
 
 pkgname=python-statsmodels
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'python-joblib:  accelerate distributed estimation for certain 
models'
'jupyter: needed to run the notebooks')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c08dfd09d34424de6074b989c8bdf60e18f506a7d28c24b15e01f6e1cb59724')
+sha256sums=('9493d63f57bc0c58f38a7e51dcd8c4b35e9ccd01f2acd71a45a3d975f2587d91')
 
 build() {
   cd "$srcdir"/statsmodels-${pkgver}


[arch-commits] Commit in python-statsmodels/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 14:52:50
  Author: aginiewicz
Revision: 704021

archrelease: copy trunk to community-x86_64

Added:
  python-statsmodels/repos/community-x86_64/PKGBUILD
(from rev 704020, python-statsmodels/trunk/PKGBUILD)
Deleted:
  python-statsmodels/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 14:52:43 UTC (rev 704020)
+++ PKGBUILD2020-09-12 14:52:50 UTC (rev 704021)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
-
-pkgname=python-statsmodels
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('x86_64')
-url="http://statsmodels.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-pandas' 'python-patsy')
-makedepends=('python-setuptools' 'cython')
-optdepends=('python-nose: needed for integrated test suite'
-'python-matplotlib: needed for plotting functions'
-   'python-joblib:  accelerate distributed estimation for certain 
models'
-   'jupyter: needed to run the notebooks')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c08dfd09d34424de6074b989c8bdf60e18f506a7d28c24b15e01f6e1cb59724')
-
-build() {
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 704020, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 14:52:50 UTC (rev 704021)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname=python-statsmodels
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-pandas' 'python-patsy')
+makedepends=('python-setuptools' 'cython')
+optdepends=('python-nose: needed for integrated test suite'
+'python-matplotlib: needed for plotting functions'
+   'python-joblib:  accelerate distributed estimation for certain 
models'
+   'jupyter: needed to run the notebooks')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('9493d63f57bc0c58f38a7e51dcd8c4b35e9ccd01f2acd71a45a3d975f2587d91')
+
+build() {
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/statsmodels-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:27:59
  Author: aginiewicz
Revision: 687761

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 687760, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 19:27:54 UTC (rev 687760)
+++ PKGBUILD2020-08-24 19:27:59 UTC (rev 687761)
@@ -1,61 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'python-fsspec: needed for handling files aside from local and 
HTTP'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 687760, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-24 19:27:59 UTC (rev 687761)
@@ -0,0 +1,61 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Fo

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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:27:53
  Author: aginiewicz
Revision: 687759

upgpkg: python-pandas 1.1.1-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:27:41 UTC (rev 687758)
+++ PKGBUILD2020-08-24 19:27:53 UTC (rev 687759)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -46,7 +46,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273')
+sha256sums=('53328284a7bb046e2e885fd1b8c078bd896d7fc4575b915d4936f54984a2ba67')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:04:53
  Author: aginiewicz
Revision: 687722

upgpkg: python-xlsxwriter 1.3.3-1: python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:04:27 UTC (rev 687721)
+++ PKGBUILD2020-08-24 19:04:53 UTC (rev 687722)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-xlsxwriter
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('285aa813117f7d273599fdf7bb62ba98cfb0596df9b0ad3c3921ec41070aaecf')
+sha256sums=('26d22e70b2cb7ce6bf0f34d8ae9a4952972dc5a17bfa5ee51a5603f9129c74d2')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}


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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:04:56
  Author: aginiewicz
Revision: 687723

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 19:04:53 UTC (rev 687722)
+++ PKGBUILD2020-08-24 19:04:56 UTC (rev 687723)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-xlsxwriter
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('285aa813117f7d273599fdf7bb62ba98cfb0596df9b0ad3c3921ec41070aaecf')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 687722, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-08-24 19:04:56 UTC (rev 687723)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-xlsxwriter
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('26d22e70b2cb7ce6bf0f34d8ae9a4952972dc5a17bfa5ee51a5603f9129c74d2')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:03:35
  Author: aginiewicz
Revision: 687717

upgpkg: python-openpyxl 3.0.5-1: python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:03:25 UTC (rev 687716)
+++ PKGBUILD2020-08-24 19:03:35 UTC (rev 687717)
@@ -3,7 +3,7 @@
 # Contributor: Martin Corley 
 
 pkgname=python-openpyxl
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -16,7 +16,7 @@
 'python-defusedxml: guard against various XML vulnerabilities'
 'python-pandas: for iteration over Pandas DataFrames')
 
source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2;)
-sha256sums=('7ea77692a8f733452496473675b0d0457813e9a7c3341ae76d44234ea5b977ee')
+sha256sums=('30a3d65cd8ccf73f4993d85bdeb50d7adff9c086c84c23f755a38896c1800128')
 
 build() {
   cd "$srcdir"/openpyxl-${pkgver}


[arch-commits] Commit in python-openpyxl/repos/community-any (4 files)

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:03:39
  Author: aginiewicz
Revision: 687719

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 687717, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 687718, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   46 +++---
 PKGBUILD |   60 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2020-08-24 19:03:38 UTC (rev 687718)
+++ LICENCE 2020-08-24 19:03:39 UTC (rev 687719)
@@ -1,23 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 687717, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2020-08-24 19:03:39 UTC (rev 687719)
@@ -0,0 +1,23 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 19:03:38 UTC (rev 687718)
+++ PKGBUILD2020-08-24 19:03:39 UTC (rev 687719)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-
-pkgname=python-openpyxl
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
-arch=('any')
-url="https://openpyxl.readthedocs.org/;
-license=('MIT')
-depends=('python-jdcal' 'python-et-xmlfile')
-makedepends=('python-setuptools')
-optdepends=('python-pillow: needed to include images'
-'python-lxml: alternative XML backend'
-'python-defusedxml: guard against various XML vulnerabilities'
-'python-pandas: for iteration over Pandas DataFrames')
-source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2;)
-sha256sums=('7ea77692a8f733452496473675b0d0457813e9a7c3341ae76d44234ea5b977ee')
-
-build() {
-  cd "$srcdir"/openpyxl-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/openpyxl-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENCE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: python-openpyxl/repos/community-any/PKGBUILD (from rev 687718, 
python-openpyxl/trunk/PKGBUILD)
==

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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:00:22
  Author: aginiewicz
Revision: 687708

upgpkg: python-fonttools 4.14.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 18:59:37 UTC (rev 687707)
+++ PKGBUILD2020-08-24 19:00:22 UTC (rev 687708)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.13.0
+pkgver=4.14.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
+sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:00:36
  Author: aginiewicz
Revision: 687709

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 687708, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 19:00:22 UTC (rev 687708)
+++ PKGBUILD2020-08-24 19:00:36 UTC (rev 687709)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.13.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 687708, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-24 19:00:36 UTC (rev 687709)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('65744b52eee9da4e6ece77e0f8be1f79ab75f30d0b161ce667e9e2e2ed00b0d1')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:52:11
  Author: aginiewicz
Revision: 673158

upgpkg: python-pandas 1.1.0-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:28:52 UTC (rev 673157)
+++ PKGBUILD2020-08-09 15:52:11 UTC (rev 673158)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -39,6 +39,7 @@
 'python-pymysql: needed for MySQL engine for sqlalchemy'
 'python-qtpy: needed for read_clipboard function (only one needed)'
 'python-tabulate: needed for printing in Markdown-friendly format'
+'python-fsspec: needed for handling files aside from local and 
HTTP'
 'xclip: needed for read_clipboard function (only one needed)'
 'python-xlrd: needed for Excel XLS input'
 'python-xlwt: needed for Excel XLS output'
@@ -45,7 +46,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8')
+sha256sums=('b39508562ad0bb3f384b0db24da7d68a2608b9ddc85b1d931ccaaa92d5e45273')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:52:18
  Author: aginiewicz
Revision: 673159

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 673158, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  121 ++---
 1 file changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:52:11 UTC (rev 673158)
+++ PKGBUILD2020-08-09 15:52:18 UTC (rev 673159)
@@ -1,60 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 673158, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-09 15:52:18 UTC (rev 673159)
@@ -0,0 +1,61 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
+
+pkgname=python-pandas
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='High

[arch-commits] Commit in python-google-api-core/trunk (PKGBUILD)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:28:49
  Author: aginiewicz
Revision: 673156

upgpkg: python-google-api-core 1.22.0-1: python-google-api-core: new upstream 
release

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:26:34 UTC (rev 673155)
+++ PKGBUILD2020-08-09 15:28:49 UTC (rev 673156)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=1.20.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede')
+sha256sums=('aaedc40ae977dbc2710f0de0012b673c8c7644f81ca0c93e839d22895f2ff29d')
 
 build() {
   cd "google-api-core-${pkgver}"


[arch-commits] Commit in python-google-api-core/repos/community-any (2 files)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:28:52
  Author: aginiewicz
Revision: 673157

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 673156, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:28:49 UTC (rev 673156)
+++ PKGBUILD2020-08-09 15:28:52 UTC (rev 673157)
@@ -1,26 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede')
-
-build() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 673156, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-09 15:28:52 UTC (rev 673157)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
+sha256sums=('aaedc40ae977dbc2710f0de0012b673c8c7644f81ca0c93e839d22895f2ff29d')
+
+build() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:26:34
  Author: aginiewicz
Revision: 673155

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 673154, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:26:28 UTC (rev 673154)
+++ PKGBUILD2020-08-09 15:26:34 UTC (rev 673155)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('e9d1da8bff39371bf44dad23cd7d11d85052658940e61acfa0d8262400929f2e')
-
-build() {
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package() {
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
673154, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-08-09 15:26:34 UTC (rev 673155)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+sha256sums=('13d556caed3a270dbe5fc8bba07dcd674f85c7412e52887f1cd04dc9248796a7')
+
+build() {
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:26:28
  Author: aginiewicz
Revision: 673154

upgpkg: python-google-api-python-client 1.10.0-1: 
python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:19:26 UTC (rev 673153)
+++ PKGBUILD2020-08-09 15:26:28 UTC (rev 673154)
@@ -2,7 +2,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=1.9.3
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('e9d1da8bff39371bf44dad23cd7d11d85052658940e61acfa0d8262400929f2e')
+sha256sums=('13d556caed3a270dbe5fc8bba07dcd674f85c7412e52887f1cd04dc9248796a7')
 
 build() {
   cd "$srcdir"/google-api-python-client-${pkgver}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:19:26
  Author: aginiewicz
Revision: 673153

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:19:24 UTC (rev 673152)
+++ PKGBUILD2020-08-09 15:19:26 UTC (rev 673153)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-xlsxwriter
-pkgver=1.2.9
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 673152, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-08-09 15:19:26 UTC (rev 673153)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-xlsxwriter
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('285aa813117f7d273599fdf7bb62ba98cfb0596df9b0ad3c3921ec41070aaecf')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:19:24
  Author: aginiewicz
Revision: 673152

upgpkg: python-xlsxwriter 1.3.2-1: python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:17:12 UTC (rev 673151)
+++ PKGBUILD2020-08-09 15:19:24 UTC (rev 673152)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-xlsxwriter
-pkgver=1.2.9
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -9,8 +9,8 @@
 license=('BSD')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('285aa813117f7d273599fdf7bb62ba98cfb0596df9b0ad3c3921ec41070aaecf')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:17:10
  Author: aginiewicz
Revision: 673150

upgpkg: python-requests-file 1.5.1-1: python-requests-file: new upstream release

Modified:
  python-requests-file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:14:32 UTC (rev 673149)
+++ PKGBUILD2020-08-09 15:17:10 UTC (rev 673150)
@@ -1,9 +1,9 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: lilydjwg 
 
-pkgname='python-requests-file'
-pkgver=1.4.3
-pkgrel=5
+pkgname=python-requests-file
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="File transport adapter for Requests"
 arch=('any')
 url="https://github.com/dashea/requests-file;
@@ -10,8 +10,8 @@
 license=('Apache')
 depends=('python-six' 'python-requests')
 makedepends=('python-setuptools')
-source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
+sha256sums=('a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446')
 
 build() {
   cd "$srcdir"/requests-file-${pkgver}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:17:12
  Author: aginiewicz
Revision: 673151

archrelease: copy trunk to community-any

Added:
  python-requests-file/repos/community-any/PKGBUILD
(from rev 673150, python-requests-file/trunk/PKGBUILD)
Deleted:
  python-requests-file/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:17:10 UTC (rev 673150)
+++ PKGBUILD2020-08-09 15:17:12 UTC (rev 673151)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: lilydjwg 
-
-pkgname='python-requests-file'
-pkgver=1.4.3
-pkgrel=5
-pkgdesc="File transport adapter for Requests"
-arch=('any')
-url="https://github.com/dashea/requests-file;
-license=('Apache')
-depends=('python-six' 'python-requests')
-makedepends=('python-setuptools')
-source=("https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
-sha256sums=('5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1')
-
-build() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/requests-file-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: python-requests-file/repos/community-any/PKGBUILD (from rev 673150, 
python-requests-file/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-09 15:17:12 UTC (rev 673151)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: lilydjwg 
+
+pkgname=python-requests-file
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="File transport adapter for Requests"
+arch=('any')
+url="https://github.com/dashea/requests-file;
+license=('Apache')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dashea/requests-file/archive/${pkgver}.tar.gz;)
+sha256sums=('a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446')
+
+build() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/requests-file-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:14:32
  Author: aginiewicz
Revision: 673149

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
(from rev 673148, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-09 15:14:26 UTC (rev 673148)
+++ PKGBUILD2020-08-09 15:14:32 UTC (rev 673149)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.19.0
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
-   -DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_SNAPPY="ON" \
-   -DPREFER_EXTERNAL_ZSTD="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 673148, 
blosc/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2020-08-09 15:14:32 UTC (rev 673149)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.20.0
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DDEACTIVATE_SNAPPY="OFF" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+   -DPREFER_EXTERNAL_ZLIB="ON" \
+   -DPREFER_EXTERNAL_ZSTD="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}


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

2020-08-09 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 9, 2020 @ 15:14:26
  Author: aginiewicz
Revision: 673148

upgpkg: blosc 1.20.0-1: blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 15:09:28 UTC (rev 673147)
+++ PKGBUILD2020-08-09 15:14:26 UTC (rev 673148)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.19.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
+sha256sums=('992ab5b475b7ba94f91c5ce58359ff0d6069fc65ba0c5bee373db8daecb17ce0')
 
 build() {
   cd "${srcdir}"
@@ -20,9 +20,9 @@
   cd build
 
   cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DDEACTIVATE_SNAPPY="OFF" \
 -DPREFER_EXTERNAL_LZ4="ON" \
-DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_SNAPPY="ON" \
-DPREFER_EXTERNAL_ZSTD="ON" \
 -DBUILD_TESTS="OFF" \
 ../c-blosc-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:31:53
  Author: aginiewicz
Revision: 664134

upgpkg: python-threadpoolctl 2.1.0-1: python-threadpoolctl: new upstream release

Modified:
  python-threadpoolctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
+++ PKGBUILD2020-07-16 17:31:53 UTC (rev 664134)
@@ -2,7 +2,7 @@
 # Contributor: Butui Hu 
 
 pkgname=python-threadpoolctl
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz;)
-sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
+sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
 
 build() {
   cd "$srcdir"/threadpoolctl-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:31:55
  Author: aginiewicz
Revision: 664135

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:31:53 UTC (rev 664134)
+++ PKGBUILD2020-07-16 17:31:55 UTC (rev 664135)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Butui Hu 
-
-pkgname=python-threadpoolctl
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
-arch=('any')
-url="https://github.com/joblib/threadpoolctl;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz;)
-sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
-
-build() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-threadpoolctl/repos/community-any/PKGBUILD (from rev 664134, 
python-threadpoolctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:31:55 UTC (rev 664135)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Butui Hu 
+
+pkgname=python-threadpoolctl
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
+arch=('any')
+url="https://github.com/joblib/threadpoolctl;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz;)
+sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
+
+build() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:29:43
  Author: aginiewicz
Revision: 664133

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:29:41 UTC (rev 664132)
+++ PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Francois Boulogne 
-
-pkgname='python-joblib'
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="Set of tools to provide lightweight pipelining in Python"
-arch=('any')
-url="https://joblib.readthedocs.io/;
-license=('BSD')
-depends=('python')
-optdepends=('python-numpy: for array manipulation'
-'python-lz4: for compressed serialization')
-makedepends=('python-setuptools')
-source=("https://github.com/joblib/joblib/archive/${pkgver}.tar.gz;)
-sha256sums=('9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793')
-
-build() {
-  cd "$srcdir"/joblib-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/joblib-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-joblib/repos/community-any/PKGBUILD (from rev 664132, 
python-joblib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Francois Boulogne 
+
+pkgname=python-joblib
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Set of tools to provide lightweight pipelining in Python"
+arch=('any')
+url="https://joblib.readthedocs.io/;
+license=('BSD')
+depends=('python')
+optdepends=('python-numpy: for array manipulation'
+'python-lz4: for compressed serialization')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz;)
+sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
+
+build() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:29:41
  Author: aginiewicz
Revision: 664132

upgpkg: python-joblib 0.16.0-1: python-joblib: new upstream release

Modified:
  python-joblib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
+++ PKGBUILD2020-07-16 17:29:41 UTC (rev 664132)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Francois Boulogne 
 
-pkgname='python-joblib'
-pkgver=0.14.1
+pkgname=python-joblib
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Set of tools to provide lightweight pipelining in Python"
 arch=('any')
@@ -12,8 +12,8 @@
 optdepends=('python-numpy: for array manipulation'
 'python-lz4: for compressed serialization')
 makedepends=('python-setuptools')
-source=("https://github.com/joblib/joblib/archive/${pkgver}.tar.gz;)
-sha256sums=('9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz;)
+sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
 
 build() {
   cd "$srcdir"/joblib-${pkgver}


[arch-commits] Commit in python-pandas-datareader/repos/community-any (2 files)

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:27:55
  Author: aginiewicz
Revision: 664131

archrelease: copy trunk to community-any

Added:
  python-pandas-datareader/repos/community-any/PKGBUILD
(from rev 664130, python-pandas-datareader/trunk/PKGBUILD)
Deleted:
  python-pandas-datareader/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:49 UTC (rev 664130)
+++ PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-# TODO: move optional python-requests-cache
-
-pkgname='python-pandas-datareader'
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Data readers extracted from the pandas codebase"
-arch=('any')
-url="https://github.com/pydata/pandas-datareader;
-license=('BSD')
-depends=('python-pandas' 'python-lxml' 'python-requests' 'python-wrapt')
-makedepends=('python-setuptools')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-sha256sums=('a7d8343c69d1fb76f80e3bc6d1280cb0525ead41f54da53746ad0205bfd6bd31')
-
-build() {
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pandas-datareader/repos/community-any/PKGBUILD (from rev 664130, 
python-pandas-datareader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+
+# TODO: move optional python-requests-cache
+
+pkgname=python-pandas-datareader
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Data readers extracted from the pandas codebase"
+arch=('any')
+url="https://github.com/pydata/pandas-datareader;
+license=('BSD')
+depends=('python-pandas' 'python-lxml' 'python-requests')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
+sha256sums=('f7de31b193fcf16bf4ec794beba28f371b8423a0edeef4433ec8a29c9eb028ca')
+
+build() {
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:27:49
  Author: aginiewicz
Revision: 664130

upgpkg: python-pandas-datareader 0.9.0-1: python-pandas-datareader: new 
upstream release

Modified:
  python-pandas-datareader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:36 UTC (rev 664129)
+++ PKGBUILD2020-07-16 17:27:49 UTC (rev 664130)
@@ -2,17 +2,17 @@
 
 # TODO: move optional python-requests-cache
 
-pkgname='python-pandas-datareader'
-pkgver=0.8.1
-pkgrel=2
+pkgname=python-pandas-datareader
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
 url="https://github.com/pydata/pandas-datareader;
 license=('BSD')
-depends=('python-pandas' 'python-lxml' 'python-requests' 'python-wrapt')
+depends=('python-pandas' 'python-lxml' 'python-requests')
 makedepends=('python-setuptools')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-sha256sums=('a7d8343c69d1fb76f80e3bc6d1280cb0525ead41f54da53746ad0205bfd6bd31')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
+sha256sums=('f7de31b193fcf16bf4ec794beba28f371b8423a0edeef4433ec8a29c9eb028ca')
 
 build() {
   cd "$srcdir"/pandas-datareader-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:20:23
  Author: aginiewicz
Revision: 664125

upgpkg: python-fonttools 4.13.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 15:34:08 UTC (rev 664124)
+++ PKGBUILD2020-07-16 17:20:23 UTC (rev 664125)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.12.1
+pkgver=4.13.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
+sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:20:30
  Author: aginiewicz
Revision: 664126

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 664125, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:20:23 UTC (rev 664125)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 664125, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-openpyxl/repos/community-any (4 files)

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:58:29
  Author: aginiewicz
Revision: 655147

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 655146, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 655146, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   46 ++--
 PKGBUILD |   63 +
 2 files changed, 53 insertions(+), 56 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2020-06-28 17:58:22 UTC (rev 655146)
+++ LICENCE 2020-06-28 17:58:29 UTC (rev 655147)
@@ -1,23 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 655146, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2020-06-28 17:58:29 UTC (rev 655147)
@@ -0,0 +1,23 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 17:58:22 UTC (rev 655146)
+++ PKGBUILD2020-06-28 17:58:29 UTC (rev 655147)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-
-pkgname=python-openpyxl
-pkgver=3.0.3
-_pkgtag='ca7b1baf75f2'
-pkgrel=1
-pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
-arch=('any')
-url="https://openpyxl.readthedocs.org/;
-license=('MIT')
-depends=('python-jdcal' 'python-et-xmlfile')
-makedepends=('python-setuptools')
-optdepends=('python-pillow: needed to include images'
-'python-lxml: alternative XML backend'
-'python-defusedxml: guard against various XML vulnerabilities'
-'python-pandas: for iteration over Pandas DataFrames')
-source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
-"LICENCE")
-sha256sums=('dd7bc438e5ed138fa48297539dd8b68726ecebb07605d7c95bf144960a59449d'
-'0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
-
-build() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pk

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

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:58:22
  Author: aginiewicz
Revision: 655146

upgpkg: python-openpyxl 3.0.4-1: python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
+++ PKGBUILD2020-06-28 17:58:22 UTC (rev 655146)
@@ -3,8 +3,7 @@
 # Contributor: Martin Corley 
 
 pkgname=python-openpyxl
-pkgver=3.0.3
-_pkgtag='ca7b1baf75f2'
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -16,18 +15,16 @@
 'python-lxml: alternative XML backend'
 'python-defusedxml: guard against various XML vulnerabilities'
 'python-pandas: for iteration over Pandas DataFrames')
-source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
-"LICENCE")
-sha256sums=('dd7bc438e5ed138fa48297539dd8b68726ecebb07605d7c95bf144960a59449d'
-'0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
+source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2;)
+sha256sums=('7ea77692a8f733452496473675b0d0457813e9a7c3341ae76d44234ea5b977ee')
 
 build() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
+  cd "$srcdir"/openpyxl-${pkgver}
   python setup.py build
 }
 
 package() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
+  cd "$srcdir"/openpyxl-${pkgver}
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+  install -Dm644 LICENCE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 }


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

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:52:34
  Author: aginiewicz
Revision: 655144

upgpkg: languagetool 5.0-1: languagetools: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 17:27:00 UTC (rev 655143)
+++ PKGBUILD2020-06-28 17:52:34 UTC (rev 655144)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=4.9.1
+pkgver=5.0
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk2: needed for the GUI version')
 source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
 noextract=($pkgname-$pkgver.zip)
-sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
+sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
 '009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
 'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
 


[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:52:44
  Author: aginiewicz
Revision: 655145

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 655144, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 655144, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 655144, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 17:52:34 UTC (rev 655144)
+++ PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 655144, 
languagetool/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=5.0
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-06-28 17:52:34 UTC (rev 655144)
+++ languagetool.service2020-06-28 17:52:44 UTC (rev 655145)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool

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

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:49:36
  Author: aginiewicz
Revision: 647435

upgpkg: python-pandas 1.0.5-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 18:49:32 UTC (rev 647434)
+++ PKGBUILD2020-06-18 18:49:36 UTC (rev 647435)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -45,7 +45,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b35d625282baa7b51e82e52622c300a1ca9f786711b2af7cbe64f1e6831f4126')
+sha256sums=('69c5d920a0b2a9838e677f78f4dde506b95ea8e4d30da25859db6469ded84fa8')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:49:44
  Author: aginiewicz
Revision: 647436

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 647435, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 18:49:36 UTC (rev 647435)
+++ PKGBUILD2020-06-18 18:49:44 UTC (rev 647436)
@@ -1,60 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('b35d625282baa7b51e82e52622c300a1ca9f786711b2af7cbe64f1e6831f4126')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 647435, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 18:49:44 UTC (rev 647436)
@@ -0,0 +1,60 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
+
+pkgname=python-pandas
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='High

[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:19:49
  Author: aginiewicz
Revision: 647403

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 647402, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 18:19:42 UTC (rev 647402)
+++ PKGBUILD2020-06-18 18:19:49 UTC (rev 647403)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 647402, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 18:19:49 UTC (rev 647403)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.12.1
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:19:42
  Author: aginiewicz
Revision: 647402

upgpkg: python-fonttools 4.12.1-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 18:12:52 UTC (rev 647401)
+++ PKGBUILD2020-06-18 18:19:42 UTC (rev 647402)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
+sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


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

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:12:45
  Author: aginiewicz
Revision: 647400

upgpkg: python-scikit-build 0.11.1-1: python-scikit-build: new upstream release

Modified:
  python-scikit-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 17:59:10 UTC (rev 647399)
+++ PKGBUILD2020-06-18 18:12:45 UTC (rev 647400)
@@ -5,25 +5,16 @@
 # TODO: think about including check() after #460 and #469 are fixed upstream
 
 pkgname=python-scikit-build
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="Improved build system generator for CPython C, C++, Cython and 
Fortran extensions"
 arch=('any')
 url="https://scikit-build.org;
 license=('MIT')
 depends=('cmake' 'python-distro' 'python-wheel')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz;
-"issue458.patch")
-sha256sums=('2beec252813b20327072c15e9d997f15972aedcc6a130d0154979ff0fdb1b010'
-'4e1ebdef1fc08763772c767ebad2f7fee2513cad084af318a96647c458937eeb')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz;)
+sha256sums=('25f040b04ae0c8473fe57af009c7c83bd9122a88b8ef5b19dd4805812fe03d24')
 
-prepare() {
-  cd "${srcdir}/scikit-build-${pkgver}"
-
-  # see https://github.com/scikit-build/scikit-build/pull/458
-  patch -p1 < ../issue458.patch
-}
-
 build() {
   cd "${srcdir}/scikit-build-${pkgver}"
 


[arch-commits] Commit in python-scikit-build/repos/community-any (4 files)

2020-06-18 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 18, 2020 @ 18:12:52
  Author: aginiewicz
Revision: 647401

archrelease: copy trunk to community-any

Added:
  python-scikit-build/repos/community-any/PKGBUILD
(from rev 647400, python-scikit-build/trunk/PKGBUILD)
  python-scikit-build/repos/community-any/issue458.patch
(from rev 647400, python-scikit-build/trunk/issue458.patch)
Deleted:
  python-scikit-build/repos/community-any/PKGBUILD
  python-scikit-build/repos/community-any/issue458.patch

+
 PKGBUILD   |   71 ---
 issue458.patch |   58 ++--
 2 files changed, 60 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 18:12:45 UTC (rev 647400)
+++ PKGBUILD2020-06-18 18:12:52 UTC (rev 647401)
@@ -1,40 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Martino Pilia 
-# Contributor: Ben Greiner 
-
-# TODO: think about including check() after #460 and #469 are fixed upstream
-
-pkgname=python-scikit-build
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="Improved build system generator for CPython C, C++, Cython and 
Fortran extensions"
-arch=('any')
-url="https://scikit-build.org;
-license=('MIT')
-depends=('cmake' 'python-distro' 'python-wheel')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz;
-"issue458.patch")
-sha256sums=('2beec252813b20327072c15e9d997f15972aedcc6a130d0154979ff0fdb1b010'
-'4e1ebdef1fc08763772c767ebad2f7fee2513cad084af318a96647c458937eeb')
-
-prepare() {
-  cd "${srcdir}/scikit-build-${pkgver}"
-
-  # see https://github.com/scikit-build/scikit-build/pull/458
-  patch -p1 < ../issue458.patch
-}
-
-build() {
-  cd "${srcdir}/scikit-build-${pkgver}"
-
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/scikit-build-${pkgver}"
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-scikit-build/repos/community-any/PKGBUILD (from rev 647400, 
python-scikit-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 18:12:52 UTC (rev 647401)
@@ -0,0 +1,31 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Martino Pilia 
+# Contributor: Ben Greiner 
+
+# TODO: think about including check() after #460 and #469 are fixed upstream
+
+pkgname=python-scikit-build
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Improved build system generator for CPython C, C++, Cython and 
Fortran extensions"
+arch=('any')
+url="https://scikit-build.org;
+license=('MIT')
+depends=('cmake' 'python-distro' 'python-wheel')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scikit-build/scikit-build/archive/${pkgver}.tar.gz;)
+sha256sums=('25f040b04ae0c8473fe57af009c7c83bd9122a88b8ef5b19dd4805812fe03d24')
+
+build() {
+  cd "${srcdir}/scikit-build-${pkgver}"
+
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/scikit-build-${pkgver}"
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: issue458.patch
===
--- issue458.patch  2020-06-18 18:12:45 UTC (rev 647400)
+++ issue458.patch  2020-06-18 18:12:52 UTC (rev 647401)
@@ -1,29 +0,0 @@
-diff -urN scikit-build-0.10.0.orig/requirements.txt 
scikit-build-0.10.0/requirements.txt
 scikit-build-0.10.0.orig/requirements.txt  2020-02-04 13:44:07.340306400 
+0100
-+++ scikit-build-0.10.0/requirements.txt   2020-02-04 13:45:00.054455198 
+0100
-@@ -1,3 +1,4 @@
- wheel>=0.29.0
- setuptools>=28.0.0
--packaging
-\ Brak znaku nowej linii na końcu pliku
-+packaging
-+distro
-diff -urN scikit-build-0.10.0.orig/skbuild/platform_specifics/linux.py 
scikit-build-0.10.0/skbuild/platform_specifics/linux.py
 scikit-build-0.10.0.orig/skbuild/platform_specifics/linux.py   
2020-02-04 13:44:07.343639785 +0100
-+++ scikit-build-0.10.0/skbuild/platform_specifics/linux.py2020-02-04 
13:45:35.738340612 +0100
-@@ -1,5 +1,6 @@
- """This module defines object specific to Linux platform."""
- 
-+import distro
- import platform
- import sys
- import textwrap
-@@ -24,7 +25,7 @@
- """
- # gentoo, slackware: Compiler is available by default.
- 
--distribution_name = platform.linux_distribution()[0]
-+distribution_name = distro.id()
- cmd = ""
- if distr

[arch-commits] Commit in python-pandas/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 16:07:52
  Author: aginiewicz
Revision: 642895

archrelease: copy trunk to community-x86_64

Added:
  python-pandas/repos/community-x86_64/PKGBUILD
(from rev 642894, python-pandas/trunk/PKGBUILD)
Deleted:
  python-pandas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 16:07:46 UTC (rev 642894)
+++ PKGBUILD2020-06-13 16:07:52 UTC (rev 642895)
@@ -1,60 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: move python-numba from AUR to community (Alternative execution engine)
-# TODO: package python-pandas-gbq (Google BigQuery I/O)
-# TODO: package python-pyreadstat (SPSS files reading)
-# TODO: package python-pyxlsb (reading XLSB files)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-xarray from AUR to community (converting Panels to xarray)
-# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
-
-pkgname=python-pandas
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-'python-beautifulsoup4: needed for read_html function'
-'python-jinja: needed for conditional HTML formatting'
-'python-pyqt5: needed for read_clipboard function (only one 
needed)'
-'python-pytables: needed for HDF5-based storage'
-'python-sqlalchemy: needed for SQL database support'
-'python-scipy: needed for miscellaneous statistical functions'
-'python-xlsxwriter: alternative Excel XLSX output'
-'python-blosc: for msgpack compression using blosc'
-'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
-'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-'python-matplotlib: needed for plotting'
-'python-openpyxl: needed for Excel XLSX input/output'
-'python-psycopg2: needed for PostgreSQL engine for sqlalchemy'
-'python-pymysql: needed for MySQL engine for sqlalchemy'
-'python-qtpy: needed for read_clipboard function (only one needed)'
-'python-tabulate: needed for printing in Markdown-friendly format'
-'xclip: needed for read_clipboard function (only one needed)'
-'python-xlrd: needed for Excel XLS input'
-'python-xlwt: needed for Excel XLS output'
-'xsel: needed for read_clipboard function (only one needed)'
-'zlib: needed for compression for msgpack')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('32f42e322fb903d0e189a4c10b75ba70d90958cc4f66a1781ed027f1a1d14586')
-
-build() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pandas/repos/community-x86_64/PKGBUILD (from rev 642894, 
python-pandas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 16:07:52 UTC (rev 642895)
@@ -0,0 +1,60 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Keith Hughitt 
+
+# TODO: move python-fastparque from AUR to community (Apache Parquet)
+# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
+# TODO: move python-numba from AUR to community (Alternative execution engine)
+# TODO: package python-pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
+# TODO: package python-pyxlsb (reading XLSB files)
+# TODO: move python-s3fs from AUR to community (Amazon S3 access)
+# TODO: move python-xarray from AUR to community (converting Panels to xarray)
+# TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
+
+pkgname=python-pandas
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='High

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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 16:07:46
  Author: aginiewicz
Revision: 642894

upgpkg: python-pandas 1.0.4-1: python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:54:36 UTC (rev 642893)
+++ PKGBUILD2020-06-13 16:07:46 UTC (rev 642894)
@@ -12,7 +12,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache 
Parquet)
 
 pkgname=python-pandas
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=('x86_64')
@@ -45,7 +45,7 @@
 'xsel: needed for read_clipboard function (only one needed)'
 'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('32f42e322fb903d0e189a4c10b75ba70d90958cc4f66a1781ed027f1a1d14586')
+sha256sums=('b35d625282baa7b51e82e52622c300a1ca9f786711b2af7cbe64f1e6831f4126')
 
 build() {
   cd "$srcdir"/pandas-${pkgver}


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:45:46
  Author: aginiewicz
Revision: 642886

upgpkg: python-google-api-python-client 1.9.3-1: 
python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:44:21 UTC (rev 642885)
+++ PKGBUILD2020-06-13 15:45:46 UTC (rev 642886)
@@ -2,7 +2,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=1.8.3
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('78c3ea2a192b03fdf7c0007dc48c90a38b7d4a4194e5766d38c45468114cf633')
+sha256sums=('e9d1da8bff39371bf44dad23cd7d11d85052658940e61acfa0d8262400929f2e')
 
 build() {
   cd "$srcdir"/google-api-python-client-${pkgver}


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:45:48
  Author: aginiewicz
Revision: 642887

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 642886, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:45:46 UTC (rev 642886)
+++ PKGBUILD2020-06-13 15:45:48 UTC (rev 642887)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('78c3ea2a192b03fdf7c0007dc48c90a38b7d4a4194e5766d38c45468114cf633')
-
-build() {
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package() {
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
642886, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-06-13 15:45:48 UTC (rev 642887)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+sha256sums=('e9d1da8bff39371bf44dad23cd7d11d85052658940e61acfa0d8262400929f2e')
+
+build() {
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}


[arch-commits] Commit in python-google-api-core/repos/community-any (2 files)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:44:21
  Author: aginiewicz
Revision: 642885

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 642884, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:44:13 UTC (rev 642884)
+++ PKGBUILD2020-06-13 15:44:21 UTC (rev 642885)
@@ -1,26 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2')
-
-build() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 642884, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:44:21 UTC (rev 642885)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
+sha256sums=('eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede')
+
+build() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-google-api-core/trunk (PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:44:13
  Author: aginiewicz
Revision: 642884

upgpkg: python-google-api-core 1.20.0-1: python-google-api-core: new upstream 
release

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:42:15 UTC (rev 642883)
+++ PKGBUILD2020-06-13 15:44:13 UTC (rev 642884)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=1.16.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'python-google-auth')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2')
+sha256sums=('eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede')
 
 build() {
   cd "google-api-core-${pkgver}"


[arch-commits] Commit in python-googleapis-common-protos/trunk (PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:42:13
  Author: aginiewicz
Revision: 642882

upgpkg: python-googleapis-common-protos 1.52.0-1: 
python-googleapis-common-protos: new upstream release

Modified:
  python-googleapis-common-protos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:40:57 UTC (rev 642881)
+++ PKGBUILD2020-06-13 15:42:13 UTC (rev 642882)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-googleapis-common-protos
-pkgver=1.51.0
+pkgver=1.52.0
 pkgrel=1
 pkgdesc="Python classes generated from the common protos in the googleapis 
repository"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('python-grpcio: for grpc support')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-${pkgver}.tar.gz;)
-sha256sums=('013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e')
+sha256sums=('560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351')
 
 build() {
   cd "googleapis-common-protos-${pkgver}"


[arch-commits] Commit in python-googleapis-common-protos/repos/community-any (2 files)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:42:15
  Author: aginiewicz
Revision: 642883

archrelease: copy trunk to community-any

Added:
  python-googleapis-common-protos/repos/community-any/PKGBUILD
(from rev 642882, python-googleapis-common-protos/trunk/PKGBUILD)
Deleted:
  python-googleapis-common-protos/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:42:13 UTC (rev 642882)
+++ PKGBUILD2020-06-13 15:42:15 UTC (rev 642883)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-googleapis-common-protos
-pkgver=1.51.0
-pkgrel=1
-pkgdesc="Python classes generated from the common protos in the googleapis 
repository"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-protobuf')
-optdepends=('python-grpcio: for grpc support')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-${pkgver}.tar.gz;)
-sha256sums=('013c91704279119150e44ef770086fdbba158c1f978a6402167d47d5409e226e')
-
-build() {
-  cd "googleapis-common-protos-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "googleapis-common-protos-${pkgver}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  chmod -R +r "${pkgdir}"
-}

Copied: python-googleapis-common-protos/repos/community-any/PKGBUILD (from rev 
642882, python-googleapis-common-protos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:42:15 UTC (rev 642883)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-googleapis-common-protos
+pkgver=1.52.0
+pkgrel=1
+pkgdesc="Python classes generated from the common protos in the googleapis 
repository"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-protobuf')
+optdepends=('python-grpcio: for grpc support')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis-common-protos-${pkgver}.tar.gz;)
+sha256sums=('560716c807117394da12cecb0a54da5a451b5cf9866f1d37e9a5e2329a665351')
+
+build() {
+  cd "googleapis-common-protos-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "googleapis-common-protos-${pkgver}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  chmod -R +r "${pkgdir}"
+}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:40:57
  Author: aginiewicz
Revision: 642881

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 642880, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:40:55 UTC (rev 642880)
+++ PKGBUILD2020-06-13 15:40:57 UTC (rev 642881)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.11.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 642880, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:40:57 UTC (rev 642881)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.12.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:40:55
  Author: aginiewicz
Revision: 642880

upgpkg: python-fonttools 4.12.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:38:57 UTC (rev 642879)
+++ PKGBUILD2020-06-13 15:40:55 UTC (rev 642880)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
+sha256sums=('c9589820710345b8bdaacd1cffdccc28f1a00272ae99d1dad294eae01dc4cb10')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:38:57
  Author: aginiewicz
Revision: 642879

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:38:54 UTC (rev 642878)
+++ PKGBUILD2020-06-13 15:38:57 UTC (rev 642879)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-xlsxwriter
-pkgver=1.2.8
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('ca1645d759ca049c29c36a61a6b035402d64ef873f4f27f58dd9e58c050c8925')
-
-build() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 642878, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-06-13 15:38:57 UTC (rev 642879)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-xlsxwriter
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:38:54
  Author: aginiewicz
Revision: 642878

upgpkg: python-xlsxwriter 1.2.9-1: python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:37:22 UTC (rev 642877)
+++ PKGBUILD2020-06-13 15:38:54 UTC (rev 642878)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-xlsxwriter
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('ca1645d759ca049c29c36a61a6b035402d64ef873f4f27f58dd9e58c050c8925')
+sha256sums=('a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e')
 
 build() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}


[arch-commits] Commit in python-blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:37:22
  Author: aginiewicz
Revision: 642877

archrelease: copy trunk to community-x86_64

Added:
  python-blosc/repos/community-x86_64/PKGBUILD
(from rev 642876, python-blosc/trunk/PKGBUILD)
Deleted:
  python-blosc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:37:13 UTC (rev 642876)
+++ PKGBUILD2020-06-13 15:37:22 UTC (rev 642877)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-blosc
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
-arch=('x86_64')
-url="http://python-blosc.blosc.org/;
-license=('MIT')
-depends=('python' 'blosc')
-optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-scikit-build')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
-
-build() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  export BLOSC_DIR=/usr
-  python setup.py build_clib
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-blosc/repos/community-x86_64/PKGBUILD (from rev 642876, 
python-blosc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 15:37:22 UTC (rev 642877)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-blosc
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
+arch=('x86_64')
+url="http://python-blosc.blosc.org/;
+license=('MIT')
+depends=('python' 'blosc')
+optdepends=('python-numpy: for tests and benchmarks')
+makedepends=('python-scikit-build' 'ninja')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
+sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
+
+build() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
+  python setup.py build_clib
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:37:13
  Author: aginiewicz
Revision: 642876

upgpkg: python-blosc 1.9.1-1: python-blosc: new upstream release

Modified:
  python-blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:28:01 UTC (rev 642875)
+++ PKGBUILD2020-06-13 15:37:13 UTC (rev 642876)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-blosc
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
 arch=('x86_64')
@@ -9,13 +9,13 @@
 license=('MIT')
 depends=('python' 'blosc')
 optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-scikit-build')
+makedepends=('python-scikit-build' 'ninja')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('15b6eab0c08685b98fe69336d76ae9fd81145b65035cb87aafcc48d91a094901')
+sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
 
 build() {
   cd "$srcdir"/${pkgbase}-${pkgver}
-  export BLOSC_DIR=/usr
+  BLOSC_DIR=/usr
   python setup.py build_clib
   python setup.py build_ext --inplace
   python setup.py build
@@ -23,6 +23,7 @@
 
 package() {
   cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   install -Dm644 LICENSES/PYTHON-BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:25:13
  Author: aginiewicz
Revision: 642870

upgpkg: blosc 1.19.0-1: blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:13:39 UTC (rev 642869)
+++ PKGBUILD2020-06-13 15:25:13 UTC (rev 642870)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.18.1
+pkgver=1.19.0
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('18730e3d1139aadf4002759ef83c8327509a9fca140661deb1d050aebba35afb')
+sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
 
 build() {
   cd "${srcdir}"


[arch-commits] Commit in blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, June 13, 2020 @ 15:25:21
  Author: aginiewicz
Revision: 642871

archrelease: copy trunk to community-x86_64

Added:
  blosc/repos/community-x86_64/PKGBUILD
(from rev 642870, blosc/trunk/PKGBUILD)
Deleted:
  blosc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 15:25:13 UTC (rev 642870)
+++ PKGBUILD2020-06-13 15:25:21 UTC (rev 642871)
@@ -1,39 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.18.1
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-sha256sums=('18730e3d1139aadf4002759ef83c8327509a9fca140661deb1d050aebba35afb')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
-   -DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_SNAPPY="ON" \
-   -DPREFER_EXTERNAL_ZSTD="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 642870, 
blosc/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2020-06-13 15:25:21 UTC (rev 642871)
@@ -0,0 +1,39 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.19.0
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+sha256sums=('cf3d6193fece9becddb62248b9981bf78cf1c7faf58150fd520d4755cd622488')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+   -DPREFER_EXTERNAL_ZLIB="ON" \
+   -DPREFER_EXTERNAL_SNAPPY="ON" \
+   -DPREFER_EXTERNAL_ZSTD="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}


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

2020-05-29 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 29, 2020 @ 08:12:41
  Author: aginiewicz
Revision: 636973

upgpkg: python-fonttools 4.11.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 08:08:51 UTC (rev 636972)
+++ PKGBUILD2020-05-29 08:12:41 UTC (rev 636973)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.10.2
+pkgver=4.11.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
+sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-29 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 29, 2020 @ 08:12:50
  Author: aginiewicz
Revision: 636974

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 636973, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-29 08:12:41 UTC (rev 636973)
+++ PKGBUILD2020-05-29 08:12:50 UTC (rev 636974)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.10.2
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 636973, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-29 08:12:50 UTC (rev 636974)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.11.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('7fe5937206099ef284055b8c94798782e0993a740eed87f0dd262ed9870788aa')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 14:12:35
  Author: aginiewicz
Revision: 631237

upgpkg: python-scikit-learn 0.23.1-1: python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 14:01:59 UTC (rev 631236)
+++ PKGBUILD2020-05-21 14:12:35 UTC (rev 631237)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-scikit-learn
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.23.1
+pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
 url="http://scikit-learn.sourceforge.net/;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)
 
source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
+sha256sums=('3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba')
 
 build() {
   cd "$srcdir"/scikit-learn-$pkgver


[arch-commits] Commit in python-scikit-learn/repos/community-x86_64 (2 files)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 14:12:41
  Author: aginiewicz
Revision: 631238

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 631237, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-21 14:12:35 UTC (rev 631237)
+++ PKGBUILD2020-05-21 14:12:41 UTC (rev 631238)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.23.0
-pkgrel=2
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 631237, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-05-21 14:12:41 UTC (rev 631238)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-scikit-learn
+pkgver=0.23.1
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


[arch-commits] Commit in python-scikit-learn/repos/community-x86_64 (2 files)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 14:01:59
  Author: aginiewicz
Revision: 631236

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 631235, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-21 14:01:52 UTC (rev 631235)
+++ PKGBUILD2020-05-21 14:01:59 UTC (rev 631236)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 631235, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-05-21 14:01:59 UTC (rev 631236)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-scikit-learn
+pkgver=0.23.0
+pkgrel=2
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


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

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 14:01:52
  Author: aginiewicz
Revision: 631235

upgpkg: python-scikit-learn 0.23.0-2: python-scikit-learn: fix FS#66723

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 13:57:28 UTC (rev 631234)
+++ PKGBUILD2020-05-21 14:01:52 UTC (rev 631235)
@@ -2,12 +2,12 @@
 
 pkgname=python-scikit-learn
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
 url="http://scikit-learn.sourceforge.net/;
 license=('BSD')
-depends=('python-scipy' 'python-joblib')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
 optdepends=('python-matplotlib: plotting capabilities')
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:58:02
  Author: aginiewicz
Revision: 631158

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 631157, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-21 11:57:59 UTC (rev 631157)
+++ PKGBUILD2020-05-21 11:58:02 UTC (rev 631158)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('310d0508724ba0953f885e4d7b7154a3dbb251857fb1abbe111ac2855e89d396')
-
-build() {
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package() {
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
631157, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-05-21 11:58:02 UTC (rev 631158)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+sha256sums=('78c3ea2a192b03fdf7c0007dc48c90a38b7d4a4194e5766d38c45468114cf633')
+
+build() {
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:57:59
  Author: aginiewicz
Revision: 631157

upgpkg: python-google-api-python-client 1.8.3-1: 
python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 11:57:37 UTC (rev 631156)
+++ PKGBUILD2020-05-21 11:57:59 UTC (rev 631157)
@@ -2,8 +2,8 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
 url="https://github.com/google/google-api-python-client;
@@ -12,7 +12,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('310d0508724ba0953f885e4d7b7154a3dbb251857fb1abbe111ac2855e89d396')
+sha256sums=('78c3ea2a192b03fdf7c0007dc48c90a38b7d4a4194e5766d38c45468114cf633')
 
 build() {
   cd "$srcdir"/google-api-python-client-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:54:31
  Author: aginiewicz
Revision: 631150

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 631149, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-21 11:54:27 UTC (rev 631149)
+++ PKGBUILD2020-05-21 11:54:31 UTC (rev 631150)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 631149, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-21 11:54:31 UTC (rev 631150)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.10.2
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:54:27
  Author: aginiewicz
Revision: 631149

upgpkg: python-fonttools 4.10.2-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 11:52:42 UTC (rev 631148)
+++ PKGBUILD2020-05-21 11:54:27 UTC (rev 631149)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.10.0
+pkgver=4.10.2
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
+sha256sums=('2ae6568736f1f280ffa7e2ea44e129c3304e9a7d9fe33ffabb165d36b136f5da')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-threadpoolctl/repos (2 files)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:51:01
  Author: aginiewicz
Revision: 631144

archrelease: copy trunk to community-any

Added:
  python-threadpoolctl/repos/community-any/
  python-threadpoolctl/repos/community-any/PKGBUILD
(from rev 631143, python-threadpoolctl/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: python-threadpoolctl/repos/community-any/PKGBUILD (from rev 631143, 
python-threadpoolctl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-05-21 11:51:01 UTC (rev 631144)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Butui Hu 
+
+pkgname=python-threadpoolctl
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
+arch=('any')
+url="https://github.com/joblib/threadpoolctl;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz;)
+sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
+
+build() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:50:00
  Author: aginiewicz
Revision: 631142

python-threadpoolctl: Moving package from AUR as a new python-scikit-learn 
dependency

Added:
  python-threadpoolctl/
  python-threadpoolctl/repos/
  python-threadpoolctl/trunk/
  python-threadpoolctl/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Added: python-threadpoolctl/trunk/PKGBUILD
===
--- python-threadpoolctl/trunk/PKGBUILD (rev 0)
+++ python-threadpoolctl/trunk/PKGBUILD 2020-05-21 11:50:00 UTC (rev 631142)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Butui Hu 
+
+pkgname=python-threadpoolctl
+pkgver=2.0.0
+pkgrel=0
+pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
+arch=('any')
+url="https://github.com/joblib/threadpoolctl;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz;)
+sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
+
+build() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-21 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 21, 2020 @ 11:50:54
  Author: aginiewicz
Revision: 631143

upgpkg: python-threadpoolctl 2.0.0-1: python-threadpoolctl: Moving package from 
AUR as a new python-scikit-learn dependency

Modified:
  python-threadpoolctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-21 11:50:00 UTC (rev 631142)
+++ PKGBUILD2020-05-21 11:50:54 UTC (rev 631143)
@@ -3,7 +3,7 @@
 
 pkgname=python-threadpoolctl
 pkgver=2.0.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
 arch=('any')
 url="https://github.com/joblib/threadpoolctl;


[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-05-19 Thread Andrzej Giniewicz via arch-commits
Date: Tuesday, May 19, 2020 @ 10:12:55
  Author: aginiewicz
Revision: 629810

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 629809, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 629809, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 629809, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 10:12:46 UTC (rev 629809)
+++ PKGBUILD2020-05-19 10:12:55 UTC (rev 629810)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.9
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('2e6998563a3ee4b142ffe91eb20d3ae3e15ade5f507964b9dc2ec19373329b35'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 629809, 
languagetool/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-19 10:12:55 UTC (rev 629810)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-05-19 10:12:46 UTC (rev 629809)
+++ languagetool.service2020-05-19 10:12:55 UTC (rev 629810)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool

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

2020-05-19 Thread Andrzej Giniewicz via arch-commits
Date: Tuesday, May 19, 2020 @ 10:12:46
  Author: aginiewicz
Revision: 629809

upgpkg: languagetool 4.9.1-1: languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 10:09:24 UTC (rev 629808)
+++ PKGBUILD2020-05-19 10:12:46 UTC (rev 629809)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=4.9
+pkgver=4.9.1
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -16,7 +16,7 @@
 'gtk2: needed for the GUI version')
 source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh" "$pkgname.service")
 noextract=($pkgname-$pkgver.zip)
-sha256sums=('2e6998563a3ee4b142ffe91eb20d3ae3e15ade5f507964b9dc2ec19373329b35'
+sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
 '009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
 'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
 


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

2020-05-16 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, May 16, 2020 @ 18:56:32
  Author: aginiewicz
Revision: 628199

upgpkg: python-fonttools 4.10.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 18:38:14 UTC (rev 628198)
+++ PKGBUILD2020-05-16 18:56:32 UTC (rev 628199)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.9.0
+pkgver=4.10.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools;
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('16dd6ae4d057e170756339cde146e7295c721baad46e197b98a68d4cdd425c94')
+sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


[arch-commits] Commit in python-fonttools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-16 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, May 16, 2020 @ 18:56:39
  Author: aginiewicz
Revision: 628200

archrelease: copy trunk to community-x86_64

Added:
  python-fonttools/repos/community-x86_64/PKGBUILD
(from rev 628199, python-fonttools/trunk/PKGBUILD)
Deleted:
  python-fonttools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 18:56:32 UTC (rev 628199)
+++ PKGBUILD2020-05-16 18:56:39 UTC (rev 628200)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha256sums=('16dd6ae4d057e170756339cde146e7295c721baad46e197b98a68d4cdd425c94')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 628199, 
python-fonttools/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 18:56:39 UTC (rev 628200)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha256sums=('59c58444267685335ad5a347cf45dea119244be34a9e86adb63354b703549749')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 15, 2020 @ 19:14:48
  Author: aginiewicz
Revision: 628083

upgpkg: python-scikit-learn 0.23.0-1: python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 19:14:21 UTC (rev 628082)
+++ PKGBUILD2020-05-15 19:14:48 UTC (rev 628083)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=python-scikit-learn
-pkgver=0.22.2.post1
+pkgver=0.23.0
 pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'cython' 'openmp')
 options=(!emptydirs)
 
source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('c6c57326941b1854112e6730961f31995ea60fa254e79daae1994e4cd5cb6f44')
+sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
 
 build() {
   cd "$srcdir"/scikit-learn-$pkgver


[arch-commits] Commit in python-scikit-learn/repos/community-x86_64 (2 files)

2020-05-15 Thread Andrzej Giniewicz via arch-commits
Date: Friday, May 15, 2020 @ 19:15:01
  Author: aginiewicz
Revision: 628084

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 628083, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-15 19:14:48 UTC (rev 628083)
+++ PKGBUILD2020-05-15 19:15:01 UTC (rev 628084)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.22.2.post1
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('c6c57326941b1854112e6730961f31995ea60fa254e79daae1994e4cd5cb6f44')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 628083, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-05-15 19:15:01 UTC (rev 628084)
@@ -0,0 +1,32 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-scikit-learn
+pkgver=0.23.0
+pkgrel=1
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('ec3fcbdb27aeb3f91b5fba5f6aa0967074d96ae77472bc5b06e65db4a1f8cd0c')
+
+build() {
+  cd "$srcdir"/scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/scikit-learn-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}


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

2020-05-07 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 7, 2020 @ 11:42:03
  Author: aginiewicz
Revision: 625333

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 11:42:00 UTC (rev 625332)
+++ PKGBUILD2020-05-07 11:42:03 UTC (rev 625333)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname='python-traitsui'
-pkgver=6.1.3
-pkgrel=3
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui;
-license=('BSD')
-depends=('python-pyface')
-makedepends=('python-setuptools')
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-sha256sums=('476159eafbeac48dc4741b2a3a371dd21ba68665cfd4b17fd88f6df9db2e1a47')
-
-build() {
-  cd "$srcdir"/traitsui-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/traitsui-$pkgver
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 625332, 
python-traitsui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 11:42:03 UTC (rev 625333)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=python-traitsui
+pkgver=7.0.0
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui;
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+sha256sums=('72fd09d04e134099ca4a318b549063a686e2e8c94de6743c38665396cc8b2636')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-07 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 7, 2020 @ 11:42:00
  Author: aginiewicz
Revision: 625332

upgpkg: python-traitsui 7.0.0-1: python-traitsui: new upstream release

Modified:
  python-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 11:39:51 UTC (rev 625331)
+++ PKGBUILD2020-05-07 11:42:00 UTC (rev 625332)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgname='python-traitsui'
-pkgver=6.1.3
-pkgrel=3
+pkgname=python-traitsui
+pkgver=7.0.0
+pkgrel=1
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
 url="https://github.com/enthought/traitsui;
@@ -10,7 +10,7 @@
 depends=('python-pyface')
 makedepends=('python-setuptools')
 
source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-sha256sums=('476159eafbeac48dc4741b2a3a371dd21ba68665cfd4b17fd88f6df9db2e1a47')
+sha256sums=('72fd09d04e134099ca4a318b549063a686e2e8c94de6743c38665396cc8b2636')
 
 build() {
   cd "$srcdir"/traitsui-$pkgver


  1   2   3   4   5   6   7   8   9   10   >