[arch-commits] Commit in shotcut/repos/community-x86_64 (4 files)

2019-08-18 Thread Filipe Laíns via arch-commits
Date: Monday, August 19, 2019 @ 05:48:14
  Author: ffy00
Revision: 500135

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 500134, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 500134, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   94 +--
 melt.patch |   26 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 05:48:02 UTC (rev 500134)
+++ PKGBUILD2019-08-19 05:48:14 UTC (rev 500135)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.07.15
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
-'melt.patch')
-sha512sums=('17a00d6281cd36553011a5cc4d590b872c1de177c67bead240c83795880e1e11e18f527d21205d47a41c5a83ccefe651607237c679b0aa780ea07802f438f8c7'
-
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 < ../melt.patch
-}
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 500134, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 05:48:14 UTC (rev 500135)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=19.08.16
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
+'melt.patch')
+sha512sums=('56400f497ff9fad24c37ff9f36a0720bd6653bdd55bf5bb427ca34f2ba9895f75391e56e8babf07d28323ed9bb93fbedaa31c776233b878da92dfe833371a96c'
+
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../melt.patch
+}
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2019-08-19 05:48:02 UTC (rev 500134)
+++ melt.patch  2019-08-19 05:48:14 UTC (rev 500135)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 500134, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2019-08-19 05:48:14 UTC (rev 500135)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo 

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

2019-08-18 Thread Filipe Laíns via arch-commits
Date: Monday, August 19, 2019 @ 05:48:02
  Author: ffy00
Revision: 500134

upgpkg: shotcut 19.08.16-1

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 04:38:44 UTC (rev 500133)
+++ PKGBUILD2019-08-19 05:48:02 UTC (rev 500134)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=19.07.15
+pkgver=19.08.16
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;
 'melt.patch')
-sha512sums=('17a00d6281cd36553011a5cc4d590b872c1de177c67bead240c83795880e1e11e18f527d21205d47a41c5a83ccefe651607237c679b0aa780ea07802f438f8c7'
+sha512sums=('56400f497ff9fad24c37ff9f36a0720bd6653bdd55bf5bb427ca34f2ba9895f75391e56e8babf07d28323ed9bb93fbedaa31c776233b878da92dfe833371a96c'
 
'57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
 
 prepare() {


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 04:38:44
  Author: felixonmars
Revision: 500133

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 04:38:30 UTC (rev 500132)
+++ PKGBUILD2019-08-19 04:38:44 UTC (rev 500133)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Source: https://github.com/zancarius/archlinux-pkgbuilds
-
-pkgbase=python-billiard
-pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.6.0.0
-pkgrel=1
-pkgdesc="Python multiprocessing fork with improvements and bugfixes."
-arch=('x86_64')
-url="https://pypi.org/project/billiard/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
-  'python-psutil' 'python2-psutil')
-source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
-sha512sums=('0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff')
-
-prepare() {
-  cp -a billiard-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-billiard() {
-  depends=('python')
-
-  cd "$srcdir"/billiard-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-billiard() {
-  depends=('python2')
-
-  cd "$srcdir"/billiard-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-billiard/repos/community-x86_64/PKGBUILD (from rev 500132, 
python-billiard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 04:38:44 UTC (rev 500133)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Source: https://github.com/zancarius/archlinux-pkgbuilds
+
+pkgbase=python-billiard
+pkgname=('python-billiard' 'python2-billiard')
+pkgver=3.6.1.0
+pkgrel=1
+pkgdesc="Python multiprocessing fork with improvements and bugfixes."
+arch=('x86_64')
+url="https://pypi.org/project/billiard/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
+  'python-psutil' 'python2-psutil')
+source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
+sha512sums=('d0250d30bc22340ef0931df6c909c6353fcda486d0a9100c3ec922ce8284bb0b359faba2d696ddc3ddb8eb4dc7d8e07fe7e2f2cf3244b67a5ed90ebad8c5f68b')
+
+prepare() {
+  sed -i 's/< *5/<6/' billiard-$pkgver/requirements/test.txt
+  cp -a billiard-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-billiard() {
+  depends=('python')
+
+  cd "$srcdir"/billiard-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-billiard() {
+  depends=('python2')
+
+  cd "$srcdir"/billiard-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm0664 "$srcdir"/billiard-$pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 04:38:30
  Author: felixonmars
Revision: 500132

upgpkg: python-billiard 3.6.1.0-1

Modified:
  python-billiard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 04:12:46 UTC (rev 500131)
+++ PKGBUILD2019-08-19 04:38:30 UTC (rev 500132)
@@ -4,7 +4,7 @@
 
 pkgbase=python-billiard
 pkgname=('python-billiard' 'python2-billiard')
-pkgver=3.6.0.0
+pkgver=3.6.1.0
 pkgrel=1
 pkgdesc="Python multiprocessing fork with improvements and bugfixes."
 arch=('x86_64')
@@ -14,9 +14,10 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
   'python-psutil' 'python2-psutil')
 source=("https://pypi.io/packages/source/b/billiard/billiard-$pkgver.tar.gz;)
-sha512sums=('0a71de026d2a781b83fe2c549ecbfe9b6fbd574d8067fc46ba7eca6b76633a123620853d22696df3563d050043cfe75b14b4b69bf5217e0af964aaa0bcbe08ff')
+sha512sums=('d0250d30bc22340ef0931df6c909c6353fcda486d0a9100c3ec922ce8284bb0b359faba2d696ddc3ddb8eb4dc7d8e07fe7e2f2cf3244b67a5ed90ebad8c5f68b')
 
 prepare() {
+  sed -i 's/< *5/<6/' billiard-$pkgver/requirements/test.txt
   cp -a billiard-$pkgver{,-py2}
 }
 


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 04:12:34
  Author: felixonmars
Revision: 500130

upgpkg: python-pytest 5.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 03:54:02 UTC (rev 500129)
+++ PKGBUILD2019-08-19 04:12:34 UTC (rev 500130)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -9,12 +9,15 @@
 license=('MIT')
 url="http://pytest.org/;
 depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth')
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
 makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-tox' 'python-yaml' 
'python-pytest-xdist'
-  'python-twisted' 'python-requests' 'python-hypothesis')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('738f8a3b38ad36be6a66ad036999a9b78023c40dd6c9cb9bd01a023841011ae276fec556eb6dabf35638a6c7cf49304c140d90d5174ded710e0f51b51145e5cb')
+sha512sums=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -27,6 +30,7 @@
   # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
 
   cd pytest-$pkgver
+  python setup.py egg_info
   PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
 }
 


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 04:12:46
  Author: felixonmars
Revision: 500131

archrelease: copy trunk to community-testing-any

Added:
  python-pytest/repos/community-testing-any/
  python-pytest/repos/community-testing-any/PKGBUILD
(from rev 500130, python-pytest/trunk/PKGBUILD)

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

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 500130, 
python-pytest/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-19 04:12:46 UTC (rev 500131)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:53:50
  Author: felixonmars
Revision: 500128

addpkg: python-elementpath 1.2.0-1

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

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

Added: python-elementpath/trunk/PKGBUILD
===
--- python-elementpath/trunk/PKGBUILD   (rev 0)
+++ python-elementpath/trunk/PKGBUILD   2019-08-19 03:53:50 UTC (rev 500128)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-elementpath
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+url="https://github.com/sissaschool/elementpath;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
+sha512sums=('25a63eb40f0258116dbbe866f250cdb7370178575197f81a599126d2153146449645316e71908c15aa78073e7c77324fb3aa5558869d9da9f2721552ca132244')
+
+build() {
+  cd elementpath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd elementpath-$pkgver
+  python setup.py pytest || warning "missing it_IT locale for testing"
+}
+
+package() {
+  cd elementpath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:54:02
  Author: felixonmars
Revision: 500129

archrelease: copy trunk to community-any

Added:
  python-elementpath/repos/community-any/
  python-elementpath/repos/community-any/PKGBUILD
(from rev 500128, python-elementpath/trunk/PKGBUILD)

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

Copied: python-elementpath/repos/community-any/PKGBUILD (from rev 500128, 
python-elementpath/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-08-19 03:54:02 UTC (rev 500129)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-elementpath
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+url="https://github.com/sissaschool/elementpath;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
+sha512sums=('25a63eb40f0258116dbbe866f250cdb7370178575197f81a599126d2153146449645316e71908c15aa78073e7c77324fb3aa5558869d9da9f2721552ca132244')
+
+build() {
+  cd elementpath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd elementpath-$pkgver
+  python setup.py pytest || warning "missing it_IT locale for testing"
+}
+
+package() {
+  cd elementpath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:49:08
  Author: felixonmars
Revision: 500127

archrelease: copy trunk to community-any

Added:
  python-xmlschema/repos/community-any/
  python-xmlschema/repos/community-any/PKGBUILD
(from rev 500126, python-xmlschema/trunk/PKGBUILD)

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

Copied: python-xmlschema/repos/community-any/PKGBUILD (from rev 500126, 
python-xmlschema/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-08-19 03:49:08 UTC (rev 500127)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xmlschema
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="An XML Schema validator and decoder"
+url="https://github.com/sissaschool/xmlschema;
+license=('MIT')
+arch=('any')
+depends=('python-elementpath')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
+sha512sums=('5767055f9b545afe4436aec40ce6bd6e0129e6becdd9f25153dab834a778de2db64e9fb38c4350758c507535c4e311530ab128c54ee2d9835bf2fb8ccb57f5c5')
+
+prepare() {
+  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
+}
+
+build() {
+  cd xmlschema-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xmlschema-$pkgver
+  python -c "import xmlschema.codepoints; 
xmlschema.codepoints.save_unicode_categories()"
+  cp xmlschema/unicode_categories.json build/lib/xmlschema/
+  PYTHONPATH="$PWD/build/lib" python xmlschema/tests/test_all.py
+}
+
+package() {
+  cd xmlschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in (4 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:48:55
  Author: felixonmars
Revision: 500126

addpkg: python-xmlschema 1.0.13-1

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

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

Added: python-xmlschema/trunk/PKGBUILD
===
--- python-xmlschema/trunk/PKGBUILD (rev 0)
+++ python-xmlschema/trunk/PKGBUILD 2019-08-19 03:48:55 UTC (rev 500126)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xmlschema
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="An XML Schema validator and decoder"
+url="https://github.com/sissaschool/xmlschema;
+license=('MIT')
+arch=('any')
+depends=('python-elementpath')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz;)
+sha512sums=('5767055f9b545afe4436aec40ce6bd6e0129e6becdd9f25153dab834a778de2db64e9fb38c4350758c507535c4e311530ab128c54ee2d9835bf2fb8ccb57f5c5')
+
+prepare() {
+  sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
+}
+
+build() {
+  cd xmlschema-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xmlschema-$pkgver
+  python -c "import xmlschema.codepoints; 
xmlschema.codepoints.save_unicode_categories()"
+  cp xmlschema/unicode_categories.json build/lib/xmlschema/
+  PYTHONPATH="$PWD/build/lib" python xmlschema/tests/test_all.py
+}
+
+package() {
+  cd xmlschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:32:35
  Author: felixonmars
Revision: 500125

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 03:32:24 UTC (rev 500124)
+++ PKGBUILD2019-08-19 03:32:35 UTC (rev 500125)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.28.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('2002883a98c36da2415424caae1805d9d36838a50345914b50e4c823cb14a760e51b5b22e3a6339c044d684e7ad1e9462a15567875de733094d7c3df086d659b')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
-  cp -a openstacksdk-$pkgver{,-py2}
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
openstacksdk-$pkgver/openstack/tests/unit/*.py 
openstacksdk-$pkgver/openstack/tests/unit/*/*.py
-}
-
-build() {
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # From https://github.com/openstack/openstacksdk/blob/master/tox.ini
-  export OS_LOG_CAPTURE=true OS_STDOUT_CAPTURE=true OS_STDERR_CAPTURE=true
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 500124, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 03:32:35 UTC (rev 500125)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:32:24
  Author: felixonmars
Revision: 500124

upgpkg: python-openstacksdk 0.29.0-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 03:28:18 UTC (rev 500123)
+++ PKGBUILD2019-08-19 03:32:24 UTC (rev 500124)
@@ -3,7 +3,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -22,7 +22,7 @@
   'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
   'python2-jsonschema')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('2002883a98c36da2415424caae1805d9d36838a50345914b50e4c823cb14a760e51b5b22e3a6339c044d684e7ad1e9462a15567875de733094d7c3df086d659b')
+sha512sums=('e7bb4531ebb3d53f1c52defcffbb5fa5c31bdc002e3b841cb81e76d56e9fa88ccef938ae712fdc39761b5efa3b0c1bdaa59f4bdac478e780b0163a0d44fd3406')
 
 export PBR_VERSION=$pkgver
 


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:28:07
  Author: felixonmars
Revision: 500122

upgpkg: python-kivy 1.11.1-1

Modified:
  python-kivy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-19 01:49:23 UTC (rev 500121)
+++ PKGBUILD2019-08-19 03:28:07 UTC (rev 500122)
@@ -5,8 +5,8 @@
 
 pkgbase=python-kivy
 pkgname=('python-kivy' 'python2-kivy')
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
 arch=('x86_64')
 url="https://kivy.org/;
@@ -13,12 +13,12 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 
'python2-docutils' 'cython'
  'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 
'python2-coverage'
+checkdepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-coverage' 'python2-coverage'
   'python-gobject' 'python2-gobject' 'xorg-server-xvfb' 'opencv' 
'python-pyenchant'
   'python2-pyenchant' 'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 
'gst-plugins-base'
   'gst-plugins-good' 'gst-libav' 'python-dbus' 'python2-dbus')
 source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz;)
-sha512sums=('d0fb32e18bab86e74b7b7b67b11c46150511a9f549aa564b821e7cb46592750633ac94e9a12b1b8df3e59bd9acffa2b2394861608f46cebd10df4fb52ee604b8')
+sha512sums=('d6b34668d9ad9196edcb9a8307d6659868a8f72580018d873bc6e91823461c853c3c92758c0c3013b25faa177dd62ab5d12671411822112b13a9610e4eda3eb0')
 
 prepare() {
   # For better metadata
@@ -40,11 +40,11 @@
 check() {
   cd "$srcdir"/Kivy-$pkgver
   python setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests3 kivy/tests
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest kivy/tests
 
   cd "$srcdir"/Kivy-$pkgver-py2
   python2 setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests2 kivy/tests
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest2 kivy/tests
 }
 
 package_python-kivy() {


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Monday, August 19, 2019 @ 03:28:18
  Author: felixonmars
Revision: 500123

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 03:28:07 UTC (rev 500122)
+++ PKGBUILD2019-08-19 03:28:18 UTC (rev 500123)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lev Lybin 
-# Contributor: lagrange 
-# Contributor: mid-kid 
-
-pkgbase=python-kivy
-pkgname=('python-kivy' 'python2-kivy')
-pkgver=1.10.1
-pkgrel=2
-pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
-arch=('x86_64')
-url="https://kivy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 
'python2-docutils' 'cython'
- 'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 
'python2-coverage'
-  'python-gobject' 'python2-gobject' 'xorg-server-xvfb' 'opencv' 
'python-pyenchant'
-  'python2-pyenchant' 'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 
'gst-plugins-base'
-  'gst-plugins-good' 'gst-libav' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz;)
-sha512sums=('d0fb32e18bab86e74b7b7b67b11c46150511a9f549aa564b821e7cb46592750633ac94e9a12b1b8df3e59bd9acffa2b2394861608f46cebd10df4fb52ee604b8')
-
-prepare() {
-  # For better metadata
-  export KIVY_USE_SETUPTOOLS=1
-
-  export LC_CTYPE=en_US.UTF-8
-
-  cp -a Kivy-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Kivy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Kivy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Kivy-$pkgver
-  python setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests3 kivy/tests
-
-  cd "$srcdir"/Kivy-$pkgver-py2
-  python2 setup.py build_ext --inplace
-  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" nosetests2 kivy/tests
-}
-
-package_python-kivy() {
-  depends=('python-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
-
-  cd Kivy-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-kivy() {
-  depends=('python2-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
-
-  cd Kivy-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/share/kivy{,2}-examples
-}

Copied: python-kivy/repos/community-x86_64/PKGBUILD (from rev 500122, 
python-kivy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 03:28:18 UTC (rev 500123)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Lev Lybin 
+# Contributor: lagrange 
+# Contributor: mid-kid 
+
+pkgbase=python-kivy
+pkgname=('python-kivy' 'python2-kivy')
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
+arch=('x86_64')
+url="https://kivy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 
'python2-docutils' 'cython'
+ 'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+checkdepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-gobject' 'python2-gobject' 'xorg-server-xvfb' 'opencv' 
'python-pyenchant'
+  'python2-pyenchant' 'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 
'gst-plugins-base'
+  'gst-plugins-good' 'gst-libav' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz;)
+sha512sums=('d6b34668d9ad9196edcb9a8307d6659868a8f72580018d873bc6e91823461c853c3c92758c0c3013b25faa177dd62ab5d12671411822112b13a9610e4eda3eb0')
+
+prepare() {
+  # For better metadata
+  export KIVY_USE_SETUPTOOLS=1
+
+  export LC_CTYPE=en_US.UTF-8
+
+  cp -a Kivy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Kivy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Kivy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/Kivy-$pkgver
+  python setup.py build_ext --inplace
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest kivy/tests
+
+  cd "$srcdir"/Kivy-$pkgver-py2
+  python2 setup.py build_ext --inplace
+  xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" pytest2 kivy/tests
+}
+
+package_python-kivy() {
+  depends=('python-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 

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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Monday, August 19, 2019 @ 01:49:08
  Author: eschwartz
Revision: 500120

upgpkg: pageedit 0.8.0-1

upstream release

disable installation of bundled dicts to /usr/share/qt/qtwebengine_dictionaries
and hopefully find out some good distro-wide solution.

Modified:
  pageedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 22:39:19 UTC (rev 500119)
+++ PKGBUILD2019-08-19 01:49:08 UTC (rev 500120)
@@ -1,7 +1,7 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=pageedit
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
 arch=('x86_64')
@@ -12,9 +12,9 @@
 source=("${pkname}-${pkgver}")
 source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
-sha256sums=('0d6641e8e3a7791026c067a3bea44e7e0171938de08841f9b32ec81b8c981ca1'
+sha256sums=('5665991c0bf049037c5a483827feb6da243bee2d75edad67e93d5a405fd45d0c'
 'SKIP')
-b2sums=('e9b67f392fddcaad72921a62b35b6430f6e4bb31d3c02e1a8248919c9deca96e71ea0d3c4879018ad37ae8c51402d8a14a3a5a2f40a38895d2afcf33543899ec'
+b2sums=('6b6a34b58e9c4627d740d30b44e52f23b4906feebc0888787a5f5f014cf90ccebdbbaeff4772337f786f01a1902c91f86a21b5b0c2419426b2d8ca9dee6126c4'
 'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 
@@ -25,6 +25,7 @@
 cmake -G "Unix Makefiles" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_BUNDLED_DICTS=0 \
 -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
 -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
 -DCMAKE_BUILD_TYPE=Release \


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Monday, August 19, 2019 @ 01:49:23
  Author: eschwartz
Revision: 500121

archrelease: copy trunk to community-x86_64

Added:
  pageedit/repos/community-x86_64/PKGBUILD
(from rev 500120, pageedit/trunk/PKGBUILD)
Deleted:
  pageedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 01:49:08 UTC (rev 500120)
+++ PKGBUILD2019-08-19 01:49:23 UTC (rev 500121)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=pageedit
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
-arch=('x86_64')
-url="https://github.com/Sigil-Ebook/PageEdit;
-license=('GPL3')
-depends=('qt5-webengine')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkname}-${pkgver}")
-source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
-sha256sums=('0d6641e8e3a7791026c067a3bea44e7e0171938de08841f9b32ec81b8c981ca1'
-'SKIP')
-b2sums=('e9b67f392fddcaad72921a62b35b6430f6e4bb31d3c02e1a8248919c9deca96e71ea0d3c4879018ad37ae8c51402d8a14a3a5a2f40a38895d2afcf33543899ec'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-build() {
-mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
-cd "${srcdir}"/PageEdit-${pkgver}/build
-
-cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
-..
-make
-}
-
-package() {
-cd "${srcdir}"/PageEdit-${pkgver}/build
-
-make install DESTDIR="${pkgdir}"
-}

Copied: pageedit/repos/community-x86_64/PKGBUILD (from rev 500120, 
pageedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 01:49:23 UTC (rev 500121)
@@ -0,0 +1,40 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=pageedit
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
+arch=('x86_64')
+url="https://github.com/Sigil-Ebook/PageEdit;
+license=('GPL3')
+depends=('qt5-webengine')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkname}-${pkgver}")
+source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
+sha256sums=('5665991c0bf049037c5a483827feb6da243bee2d75edad67e93d5a405fd45d0c'
+'SKIP')
+b2sums=('6b6a34b58e9c4627d740d30b44e52f23b4906feebc0888787a5f5f014cf90ccebdbbaeff4772337f786f01a1902c91f86a21b5b0c2419426b2d8ca9dee6126c4'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+..
+make
+}
+
+package() {
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+make install DESTDIR="${pkgdir}"
+}


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:39:19
  Author: eschwartz
Revision: 500119

trunk-only upgpkg: python-u-msgpack 2.5.2-0

upstream release adds python3.8 support

Modified:
  python-u-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 22:33:21 UTC (rev 500118)
+++ PKGBUILD2019-08-18 22:39:19 UTC (rev 500119)
@@ -3,8 +3,8 @@
 _pkgname=u-msgpack-python
 pkgbase='python-u-msgpack'
 pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.5.1
-pkgrel=1
+pkgver=2.5.2
+pkgrel=0
 arch=('any')
 url="https://github.com/vsergeev/${_pkgname};
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6c02a0654a5e11f8fad532ed634109ed49cdc929f7b972848773e4e0ce52f30c')
+sha256sums=('09c85a8af77376034396681e76bf30c249a4fd8e5ebb239f8a468d3655f210d0')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:33:21
  Author: eschwartz
Revision: 500118

make html5lib tests run again, because they don't support pytest 4

ref: https://github.com/html5lib/html5lib-python/issues/411

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 22:28:44 UTC (rev 500117)
+++ PKGBUILD2019-08-18 22:33:21 UTC (rev 500118)
@@ -12,7 +12,7 @@
 license=('MIT')
 _deps=('six' 'webencodings')
 makedepends=('python-setuptools' 'python2-setuptools' "${_deps[@]/#/python-}" 
"${_deps[@]/#/python2-}")
-_checkdeps=('pytest-expect' 'lxml' 'mock')
+_checkdeps=('pytest32' 'pytest-expect' 'lxml' 'mock')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}")
 _test_commit=c305da74fae50fb018870de7a042da36c1a93b65
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz;


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:28:44
  Author: eschwartz
Revision: 500117

make the dependency specifying a bit easier to work with

duplicated depends across makedepends, checkdepends, and split package depends 
are awkward

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 22:27:35 UTC (rev 500116)
+++ PKGBUILD2019-08-18 22:28:44 UTC (rev 500117)
@@ -10,9 +10,10 @@
 arch=('any')
 url="https://github.com/html5lib;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-webencodings' 
'python2-webencodings')
-checkdepends=('python-six' 'python2-six' 'python-pytest-expect' 
'python2-pytest-expect'
-  'python-lxml' 'python2-lxml' 'python-mock' 'python2-mock')
+_deps=('six' 'webencodings')
+makedepends=('python-setuptools' 'python2-setuptools' "${_deps[@]/#/python-}" 
"${_deps[@]/#/python2-}")
+_checkdeps=('pytest-expect' 'lxml' 'mock')
+checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}")
 _test_commit=c305da74fae50fb018870de7a042da36c1a93b65
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/html5lib/html5lib-python/archive/${pkgver}.tar.gz;
 
"https://github.com/html5lib/html5lib-tests/archive/${_test_commit}.tar.gz;)
@@ -42,7 +43,7 @@
 
 package_python-html5lib() {
 pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
-depends=('python' 'python-six' 'python-webencodings')
+depends=("${_deps[@]/#/python-}")
 optdepends=('python-lxml: lxml treebuilder'
 'python-genshi: genshi treewalker')
 cd "${srcdir}"/html5lib-python-${pkgver}
@@ -53,7 +54,7 @@
 
 package_python2-html5lib() {
 pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec"
-depends=('python2' 'python2-six' 'python2-webencodings')
+depends=("${_deps[@]/#/python2-}")
 optdepends=('python2-lxml: lxml treebuilder'
 'python2-genshi: genshi treewalker')
 cd "${srcdir}"/html5lib-python-${pkgver}


[arch-commits] Commit in python-html5lib/trunk (LICENSE)

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:27:35
  Author: eschwartz
Revision: 500116

rm useless file

Deleted:
  python-html5lib/trunk/LICENSE

-+
 LICENSE |   17 -
 1 file changed, 17 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-08-18 22:04:23 UTC (rev 500115)
+++ LICENSE 2019-08-18 22:27:35 UTC (rev 500116)
@@ -1,17 +0,0 @@
-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.


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:04:23
  Author: eschwartz
Revision: 500115

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 22:04:06 UTC (rev 500114)
+++ PKGBUILD2019-08-18 22:04:23 UTC (rev 500115)
@@ -1,63 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Jelle van der Waa 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-_pkgname=mechanize
-pkgbase=python-mechanize
-pkgname=(python-mechanize python2-mechanize)
-pkgver=0.4.2
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize;
-license=('BSD')
-makedepends=('python-setuptools' 'python-html5lib'
-  'python2-setuptools' 'python2-html5lib')
-checkdepends=('python-zope-interface' 'python-twisted'
-  'python2-zope-interface' 'python2-twisted')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b680ca1b4fabe5ef52024d120f40b8e2ed7d175ed4d67225d2c477dac7c7a58b'
-'SKIP')
-b2sums=('6883ab55fee21f406f4b94d643ddde6fc800795045134dc0cac59e747e738dea46179aed3157681ceb5281d4c35906fa76ed79c60765a1528007701202b12414'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-build() {
-  cd "mechanize-$pkgver"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "mechanize-$pkgver"
-
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-mechanize() {
-  depends=('python-html5lib')
-  optdepends=('python-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-
-package_python2-mechanize() {
-  depends=('python2-html5lib')
-  optdepends=('python2-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 500114, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 22:04:23 UTC (rev 500115)
@@ -0,0 +1,61 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Jelle van der Waa 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+_pkgname=mechanize
+pkgbase=python-mechanize
+pkgname=(python-mechanize python2-mechanize)
+pkgver=0.4.3
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize;
+license=('BSD')
+makedepends=('python-setuptools' 'python-html5lib'
+  'python2-setuptools' 'python2-html5lib')
+checkdepends=('python-zope-interface' 'python-twisted'
+  'python2-zope-interface' 'python2-twisted')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf'
+'SKIP')
+b2sums=('fac712bb2cfe55270a2a8830c084e7d6e5e8fa279ce0eca46af6860b12a61863e5668ee1c92a129d4f28858eb485428ffdea59d1091da29871ce592753ec9a3a'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+build() {
+  cd "mechanize-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "mechanize-$pkgver"
+
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-mechanize() {
+  depends=('python-html5lib')
+  optdepends=('python-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-mechanize() {
+  depends=('python2-html5lib')
+  optdepends=('python2-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Eli Schwartz via arch-commits
Date: Sunday, August 18, 2019 @ 22:04:06
  Author: eschwartz
Revision: 500114

upgpkg: python-mechanize 1:0.4.3-1

upstream release

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 20:41:00 UTC (rev 500113)
+++ PKGBUILD2019-08-18 22:04:06 UTC (rev 500114)
@@ -8,7 +8,7 @@
 _pkgname=mechanize
 pkgbase=python-mechanize
 pkgname=(python-mechanize python2-mechanize)
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
@@ -20,9 +20,9 @@
 checkdepends=('python-zope-interface' 'python-twisted'
   'python2-zope-interface' 'python2-twisted')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b680ca1b4fabe5ef52024d120f40b8e2ed7d175ed4d67225d2c477dac7c7a58b'
+sha256sums=('d7d7068be5e1b3069575c98c870aaa96dd26603fe8c8697b470e2f65259fddbf'
 'SKIP')
-b2sums=('6883ab55fee21f406f4b94d643ddde6fc800795045134dc0cac59e747e738dea46179aed3157681ceb5281d4c35906fa76ed79c60765a1528007701202b12414'
+b2sums=('fac712bb2cfe55270a2a8830c084e7d6e5e8fa279ce0eca46af6860b12a61863e5668ee1c92a129d4f28858eb485428ffdea59d1091da29871ce592753ec9a3a'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
@@ -49,8 +49,6 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
-
 package_python2-mechanize() {
   depends=('python2-html5lib')
   optdepends=('python2-html5-parser: faster parsing of HTML')


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

2019-08-18 Thread Konstantin Gizdov via arch-commits
Date: Sunday, August 18, 2019 @ 20:41:00
  Author: kgizdov
Revision: 500113

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 500112, tensorflow/trunk/PKGBUILD)

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

Copied: tensorflow/repos/community-testing-x86_64/PKGBUILD (from rev 500112, 
tensorflow/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-08-18 20:41:00 UTC (rev 500113)
@@ -0,0 +1,250 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov (kgizdov) 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=1.14.0
+_pkgver=1.14.0
+pkgrel=3
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('APACHE')
+arch=('x86_64')
+depends=('c-ares')
+makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
+ 'python-keras-applications' 'python-keras-preprocessing')
+optdepends=('tensorboard: Tensorflow visualization toolkit')
+source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
+sha512sums=('ac9ea5a2d1c761aaafbdc335259e29c128127b8d069ec5b206067935180490aa95e93c7e13de57f7f54ce4ba4f34a822face22b4a028f60185edb380e5cd4787')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
+
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_KAFKA=0
+  export TF_NEED_OPENCL_SYCL=0
+  export TF_NEED_AWS=0
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_NEED_S3=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_GDR=0
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_MPI=0
+  export TF_NEED_TENSORRT=0
+  export TF_NEED_NGRAPH=0
+  export TF_NEED_IGNITE=0
+  export TF_NEED_ROCM=0
+  export TF_SET_ANDROID_WORKSPACE=0
+  export TF_DOWNLOAD_CLANG=0
+  export TF_NCCL_VERSION=2.4
+  export TF_IGNORE_MAX_BAZEL_VERSION=1
+  export NCCL_INSTALL_PATH=/usr
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
+  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
+  export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
+  export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
+  export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn.h)
+  export 
TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.0,5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5
+}
+
+build() {
+  echo "Building without cuda and without non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package "${srcdir}"/tmp
+
+
+  echo "Building without cuda and with non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}-opt
+  export CC_OPT_FLAGS="-march=haswell"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package "${srcdir}"/tmpopt
+
+
+  echo "Building with cuda and without non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}-cuda
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=1
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:35:57
  Author: felixonmars
Revision: 500111

upgpkg: postgrest 6.0.0-8

rebuild with postgresql-binary 0.12.1.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:30:41 UTC (rev 500110)
+++ PKGBUILD2019-08-18 18:35:57 UTC (rev 500111)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:36:05
  Author: felixonmars
Revision: 500112

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 500111, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 500111, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-18 18:36:05 UTC (rev 500112)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.0
+pkgrel=8
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e1aa4f8b2baac57898f6c4d0984af0096813f41e233bc2d13d9416653d490ca513a480bbffc642da85437809cab339678e595239a7d9e52e86dae11077e20d0a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *3.3/<4/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hasql-transaction/repos (2 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:30:41
  Author: felixonmars
Revision: 500110

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 500109, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 500109, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-18 18:30:41 UTC (rev 500110)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7.2
+pkgrel=4
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:30:33
  Author: felixonmars
Revision: 500109

upgpkg: haskell-hasql-transaction 0.7.2-4

rebuild with postgresql-binary 0.12.1.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:29:23 UTC (rev 500108)
+++ PKGBUILD2019-08-18 18:30:33 UTC (rev 500109)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/repos (2 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:29:23
  Author: felixonmars
Revision: 500108

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 500107, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
500107, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-18 18:29:23 UTC (rev 500108)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=8
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:29:14
  Author: felixonmars
Revision: 500107

upgpkg: haskell-hasql-pool 0.5.1-8

rebuild with postgresql-binary 0.12.1.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:28:22 UTC (rev 500106)
+++ PKGBUILD2019-08-18 18:29:14 UTC (rev 500107)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:28:14
  Author: felixonmars
Revision: 500105

upgpkg: haskell-hasql 1.4-4

rebuild with postgresql-binary 0.12.1.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:26:38 UTC (rev 500104)
+++ PKGBUILD2019-08-18 18:28:14 UTC (rev 500105)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4
-pkgrel=3
+pkgrel=4
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


[arch-commits] Commit in haskell-hasql/repos (2 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:28:22
  Author: felixonmars
Revision: 500106

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql/repos/community-staging-x86_64/
  haskell-hasql/repos/community-staging-x86_64/PKGBUILD
(from rev 500105, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 500105, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-18 18:28:22 UTC (rev 500106)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4
+pkgrel=4
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c9587fa14052e8b7c449d94cb6b319c41eecf4892ce7f6def1c187bfbca6ca03f389d01da50c7acf0e672855b51f6e833b84a72ec7f6a3e3f4a4a237c7e6fb5a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-postgresql-binary/repos (2 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:26:38
  Author: felixonmars
Revision: 500104

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 500103, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 500103, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-18 18:26:38 UTC (rev 500104)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.3
+pkgrel=1
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a517d8fbe3c3ba154c379c01dd83b5322eece425ec4546e6bc7386836a10e7b6366415afecea82d0c9043f26caeb53dc74d071c068a0473ac0128a583d78bc16')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-postgresql-binary/trunk (PKGBUILD)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:26:29
  Author: felixonmars
Revision: 500103

upgpkg: haskell-postgresql-binary 0.12.1.3-1

rebuild with postgresql-binary 0.12.1.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:06:08 UTC (rev 500102)
+++ PKGBUILD2019-08-18 18:26:29 UTC (rev 500103)
@@ -3,8 +3,8 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.12.1.2
-pkgrel=57
+pkgver=0.12.1.3
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")
@@ -18,7 +18,7 @@
  'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
  'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('adb64905b689cd7422894563b0172094ee92e1e6068ddb726b87ac945a32f7e0be47b10996d436928810afe59dccb7f2d4b52dffde5903fadb588aa0ad35fc38')
+sha512sums=('a517d8fbe3c3ba154c379c01dd83b5322eece425ec4546e6bc7386836a10e7b6366415afecea82d0c9043f26caeb53dc74d071c068a0473ac0128a583d78bc16')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:06:00
  Author: felixonmars
Revision: 500101

upgpkg: scrapy 1.7.3-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 18:04:46 UTC (rev 500100)
+++ PKGBUILD2019-08-18 18:06:00 UTC (rev 500101)
@@ -3,7 +3,7 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=1.6.0
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
@@ -16,7 +16,7 @@
   'python-jmespath' 'mitmproxy')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;)
-sha512sums=('755b0abae78a175ef6ed1a9e8e4ad1ff7c75ea2772bcb91eff07ad54263c0bc8adf508f57158c28fd559d62fb1173c5c89d4312564f0d3383d5d1ca935425f47')
+sha512sums=('2bd1762304f960727f1ae2a8fa1d26d8ab0e310a457f646316a31e5b7c647ad68f28420a16e6a1fbc97b424e0aaf8539ba35a5bcb595ebcc0bd153a6aa631cd4')
 
 build() {
   cd scrapy-$pkgver


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:06:08
  Author: felixonmars
Revision: 500102

archrelease: copy trunk to community-testing-any

Added:
  scrapy/repos/community-testing-any/
  scrapy/repos/community-testing-any/PKGBUILD
(from rev 500101, scrapy/trunk/PKGBUILD)

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

Copied: scrapy/repos/community-testing-any/PKGBUILD (from rev 500101, 
scrapy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-18 18:06:08 UTC (rev 500102)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="http://scrapy.org;
+depends=('python-twisted' 'libxml2' 'python-w3lib' 'python-lxml' 'python-six' 
'python-queuelib'
+ 'python-setuptools' 'python-cssselect' 'python-pyopenssl' 
'python-parsel'
+ 'python-pydispatcher' 'python-service-identity')
+checkdepends=('python-pytest-runner' 'python-pillow' 'python-testfixtures' 
'python-botocore'
+  'python-jmespath' 'mitmproxy')
+optdepends=('ipython: for enhanced support of the interactive scraping shell')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz;)
+sha512sums=('2bd1762304f960727f1ae2a8fa1d26d8ab0e310a457f646316a31e5b7c647ad68f28420a16e6a1fbc97b424e0aaf8539ba35a5bcb595ebcc0bd153a6aa631cd4')
+
+build() {
+  cd scrapy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scrapy-$pkgver
+  python setup.py pytest --addopts tests
+}
+
+package() {
+  cd scrapy-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
+  install -D -m644 docs/intro/install.rst 
"$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:04:37
  Author: felixonmars
Revision: 500099

upgpkg: python-tenacity 5.1.1-1

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:59:28 UTC (rev 500098)
+++ PKGBUILD2019-08-18 18:04:37 UTC (rev 500099)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tenacity
-pkgver=5.0.4
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -9,12 +9,12 @@
 url='https://github.com/jd/tenacity'
 depends=('python-six')
 optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-pbr')
+makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-tornado')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz;)
-sha512sums=('576ce7be803de2b86325c38792cf23780fa0e805687e4fc76a73d1d0c9857b175c8eac1a179f7f001c3009109d3cfef8b34999c3a05c512fef4287c7abb4b656')
+sha512sums=('572abdff0a92fc49f1a0d0edbed301b727b8ec3eed53eb543cb2eb20964db9d75603e81dd143a26df54fa0ee6b189d8a7bbab627782496f673942adf2a2f859d')
 
-export PBR_VERSION=$pkgver
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 build() {
   cd tenacity-$pkgver


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 18:04:46
  Author: felixonmars
Revision: 500100

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 18:04:37 UTC (rev 500099)
+++ PKGBUILD2019-08-18 18:04:46 UTC (rev 500100)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-tenacity
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-depends=('python-six')
-optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-pbr')
-checkdepends=('python-pytest-runner' 'python-tornado')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz;)
-sha512sums=('576ce7be803de2b86325c38792cf23780fa0e805687e4fc76a73d1d0c9857b175c8eac1a179f7f001c3009109d3cfef8b34999c3a05c512fef4287c7abb4b656')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd tenacity-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tenacity-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 500099, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 18:04:46 UTC (rev 500100)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tenacity
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+depends=('python-six')
+optdepends=('python-tornado: for Tornado coroutines support')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz;)
+sha512sums=('572abdff0a92fc49f1a0d0edbed301b727b8ec3eed53eb543cb2eb20964db9d75603e81dd143a26df54fa0ee6b189d8a7bbab627782496f673942adf2a2f859d')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd tenacity-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tenacity-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:59:28
  Author: felixonmars
Revision: 500098

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:56:04 UTC (rev 500097)
+++ PKGBUILD2019-08-18 17:59:28 UTC (rev 500098)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('ef7aaf82efb80b73a49ea704f9d97adf991f33221920c35f65420e64c05bc38d1de4d621d443ee5658ca3eefa84dcf88b8364fb9bf0de4e786cd0a377c6bf392')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 500097, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:59:28 UTC (rev 500098)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  'python-oslo-config' 'python2-oslo-config' 

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:55:54
  Author: felixonmars
Revision: 500096

upgpkg: python-oslo-config 6.11.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:49:16 UTC (rev 500095)
+++ PKGBUILD2019-08-18 17:55:54 UTC (rev 500096)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=6.10.0
+pkgver=6.11.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -14,11 +14,10 @@
  'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986'
  'python-yaml' 'python2-yaml' 'python2-enum34')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx'
-  'python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log')
+  'python-requests-mock' 'python2-requests-mock' 'python-oslo-log' 
'python2-oslo-log')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('406ee8c66879c979905bf205b5b535d086b6535016b6970269ba271c8440ef56c2dcc1ff3b9db06312ee6ef14504c6d7b55dff983affa8159ad55fde2ebb07d7')
+sha512sums=('04bdbdfaffc2250548eed3c0881b2bb0b8730861e95d8f95101d300485e6e993cfade4009179d6793dcadebc4e66056c111bd071dfade060c7ccc63f6ac20aec')
 
 prepare() {
   sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
@@ -39,10 +38,10 @@
 
 check() {
   cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
+  stestr run
 
   cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
+  PYTHON=python2 stestr2 run
 }
 
 package_python-oslo-config() {


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:56:04
  Author: felixonmars
Revision: 500097

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 500096, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:55:54 UTC (rev 500096)
+++ PKGBUILD2019-08-18 17:56:04 UTC (rev 500097)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-pkgver=6.10.0
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
- 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986'
- 'python-yaml' 'python2-yaml' 'python2-enum34')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx'
-  'python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslo-log' 'python2-oslo-log')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
-sha512sums=('406ee8c66879c979905bf205b5b535d086b6535016b6970269ba271c8440ef56c2dcc1ff3b9db06312ee6ef14504c6d7b55dff983affa8159ad55fde2ebb07d7')
-
-prepare() {
-  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
-
-  cp -a oslo.config-$pkgver{,-py2}
-  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-   'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-
-  cd "$srcdir"/oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 
'python2-debtcollector'
-   'python2-oslo-i18n' 'python2-rfc3986' 'python2-yaml' 
'python2-enum34')
-
-  cd "$srcdir"/oslo.config-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv "$pkgdir"/usr/bin/oslo-config-generator{,2}
-  mv "$pkgdir"/usr/bin/oslo-config-validator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 500096, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:56:04 UTC (rev 500097)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+pkgver=6.11.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-netaddr' 
'python2-netaddr'
+ 'python-stevedore' 'python2-stevedore' 'python-debtcollector' 
'python2-debtcollector'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-rfc3986' 
'python2-rfc3986'
+ 'python-yaml' 'python2-yaml' 'python2-enum34')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 
'python2-sphinx'
+  'python-requests-mock' 'python2-requests-mock' 'python-oslo-log' 
'python2-oslo-log')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.config/archive/$pkgver.tar.gz;)
+sha512sums=('04bdbdfaffc2250548eed3c0881b2bb0b8730861e95d8f95101d300485e6e993cfade4009179d6793dcadebc4e66056c111bd071dfade060c7ccc63f6ac20aec')
+
+prepare() {
+  sed -i '/argparse/d' oslo.config-$pkgver/requirements.txt
+
+  cp -a oslo.config-$pkgver{,-py2}
+  find oslo.config-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.config-$pkgver
+  stestr run
+
+  cd 

[arch-commits] Commit in python-pep517/repos (testing-any testing-any/PKGBUILD)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:54:11
  Author: felixonmars
Revision: 359956

archrelease: copy trunk to testing-any

Added:
  python-pep517/repos/testing-any/
  python-pep517/repos/testing-any/PKGBUILD
(from rev 359955, python-pep517/trunk/PKGBUILD)

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

Copied: python-pep517/repos/testing-any/PKGBUILD (from rev 359955, 
python-pep517/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-08-18 17:54:11 UTC (rev 359956)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pep517
+pkgname=('python-pep517' 'python2-pep517')
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
+arch=('any')
+license=('MIT')
+url="https://github.com/takluyver/pep517;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml'
+ 'python-importlib-metadata' 'python2-importlib-metadata')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-testpath' 
'python-pip')
+source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
+sha512sums=('dd93b4a9646b87a851dd8dc2e26ab07b5268762ac1fe216d3ed9e65fe713d664eb39ffa2a9a121a3755e01774342db46c6584c8ac75501d706dd992e99b3d5d4')
+
+prepare() {
+  cp -a pep517-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pep517-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/pep517-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pep517-$pkgver
+  # https://github.com/pypa/pep517/issues/35
+  pytest -k 'not setup.py'
+
+  cd "$srcdir"/pep517-$pkgver-py2
+  # No python2-testpath
+  # pytest2
+}
+ 
+package_python-pep517() {
+  depends=('python-pytoml' 'python-importlib-metadata')
+ 
+  cd pep517-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pep517() {
+  depends=('python2-pytoml' 'python2-importlib-metadata')
+ 
+  cd pep517-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:54:03
  Author: felixonmars
Revision: 359955

upgpkg: python-pep517 0.6.0-1

Modified:
  python-pep517/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 14:16:10 UTC (rev 359954)
+++ PKGBUILD2019-08-18 17:54:03 UTC (rev 359955)
@@ -2,17 +2,17 @@
 
 pkgbase=python-pep517
 pkgname=('python-pep517' 'python2-pep517')
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
 arch=('any')
 license=('MIT')
 url="https://github.com/takluyver/pep517;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml')
-checkdepends=('python-pytest' 'python2-pytest' 'python-pytest-flake8' 
'python2-pytest-flake8'
-  'python-testpath')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml'
+ 'python-importlib-metadata' 'python2-importlib-metadata')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-testpath' 
'python-pip')
 source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
-sha512sums=('5bae6bae4cea9557a2113ddc29257ca47b0670a676dc495e9b4d28e0f685ef2c08cf6715dc473df99591b05a9c3bd12cd59094c575f852552d3bde73558c5031')
+sha512sums=('dd93b4a9646b87a851dd8dc2e26ab07b5268762ac1fe216d3ed9e65fe713d664eb39ffa2a9a121a3755e01774342db46c6584c8ac75501d706dd992e99b3d5d4')
 
 prepare() {
   cp -a pep517-$pkgver{,-py2}
@@ -37,7 +37,7 @@
 }
  
 package_python-pep517() {
-  depends=('python-pytoml')
+  depends=('python-pytoml' 'python-importlib-metadata')
  
   cd pep517-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -45,7 +45,7 @@
 }
  
 package_python2-pep517() {
-  depends=('python2-pytoml')
+  depends=('python2-pytoml' 'python2-importlib-metadata')
  
   cd pep517-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:49:06
  Author: felixonmars
Revision: 500094

upgpkg: python-kombu 4.6.4-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:43:19 UTC (rev 500093)
+++ PKGBUILD2019-08-18 17:49:06 UTC (rev 500094)
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 # Contributor: mutantmonkey 
 
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.6.3
+pkgname=python-kombu
+pkgver=4.6.4
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
@@ -10,72 +9,41 @@
 url="https://kombu.readthedocs.org/;
 license=('BSD')
 options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
-  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
-  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
-  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
-  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
-  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('2335a5fe2fda526400dcfd8cfe587974e57ed1cfaffb554cbe0c07a3f8059b2d20de762085935512897611e78d3f4004f0ccc3df031f5e88443a2b277b35f9cc')
+depends=('python-amqp')
+optdepends=('python-pymongo: for MongoDB support'
+'python-msgpack: for MessagePack support'
+'python-pyro: for Pyro support'
+'python-redis: for Redis support'
+'python-sqlalchemy: for SQLAlchemy support'
+'python-boto3: for Amazon SQS support'
+'python-pycurl: for Amazon SQS support'
+'python-yaml: for YAML support')
+# 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
+# 'python-kazoo: for Zookeeper support': Not packaged yet
+# 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-redis' 'python-yaml' 
'python-msgpack' 'python-pycurl'
+  'python-case' 'python-pymongo' 'python-pytz' 
'python-pytest-sugar' 'python-sqlalchemy'
+  'python-pyro' 'python-boto3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
+sha512sums=('fe5e4d0b54bbde23983d557b7593b77982aece76277a8c4c69543c18e89d6224ba914da1024b0cb5565915503d60dcd7110d4c6b4e707a3c642c9c26bb7691ad')
 
 prepare() {
-  cp -a kombu-$pkgver{,-py2}
+  sed -i 's/>=2.5.1/>=2.5/' kombu-$pkgver/requirements/default.txt
 }
 
 build() {
-  cd "$srcdir"/kombu-$pkgver
+  cd kombu-$pkgver
   python setup.py build
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/kombu-$pkgver
+  cd kombu-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-kombu() {
-  depends=('python-amqp')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto3: for Amazon SQS support'
-  'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-
-  cd "$srcdir"/kombu-$pkgver
+package() {
+  cd kombu-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-kombu() {
-  depends=('python2-amqp')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-pycurl: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-boto3: for Amazon SQS support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:49:16
  Author: felixonmars
Revision: 500095

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 49 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:49:06 UTC (rev 500094)
+++ PKGBUILD2019-08-18 17:49:16 UTC (rev 500095)
@@ -1,81 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.6.3
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
-  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
-  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
-  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
-  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
-  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('2335a5fe2fda526400dcfd8cfe587974e57ed1cfaffb554cbe0c07a3f8059b2d20de762085935512897611e78d3f4004f0ccc3df031f5e88443a2b277b35f9cc')
-
-prepare() {
-  cp -a kombu-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-kombu() {
-  depends=('python-amqp')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto3: for Amazon SQS support'
-  'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-pycurl: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-boto3: for Amazon SQS support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 500094, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:49:16 UTC (rev 500095)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgname=python-kombu
+pkgver=4.6.4
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+depends=('python-amqp')
+optdepends=('python-pymongo: for MongoDB support'
+'python-msgpack: for MessagePack support'
+'python-pyro: for Pyro support'
+'python-redis: for Redis support'
+'python-sqlalchemy: for SQLAlchemy support'
+'python-boto3: for Amazon SQS support'
+'python-pycurl: for Amazon SQS support'
+'python-yaml: for YAML support')
+# 'python-softlayer-messaging: for SoftLayer Message Queue 

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:43:19
  Author: felixonmars
Revision: 500093

archrelease: copy trunk to community-any

Added:
  python-flask-jwt/repos/community-any/PKGBUILD
(from rev 500092, python-flask-jwt/trunk/PKGBUILD)
Deleted:
  python-flask-jwt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 -
 1 file changed, 37 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:43:10 UTC (rev 500092)
+++ PKGBUILD2019-08-18 17:43:19 UTC (rev 500093)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flask-jwt
-pkgname=(python-flask-jwt python2-flask-jwt)
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="JWT token authentication for Flask apps"
-url="https://github.com/mattupstate/flask-jwt;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'python-pyjwt'
- 'python2-pyjwt')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz;)
-sha512sums=('7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26')
-
-prepare() {
-  # Too old options
-  sed -i 's/,<1.5.0//' flask-jwt-$pkgver/requirements.txt
-  echo > flask-jwt-$pkgver/requirements-dev.txt
-  rm flask-jwt-$pkgver/setup.cfg
-
-  cp -a flask-jwt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flask-jwt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flask-jwt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flask-jwt-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/flask-jwt-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-flask-jwt() {
-  depends=('python-flask' 'python-pyjwt')
-
-  cd flask-jwt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flask-jwt() {
-  depends=('python2-flask' 'python2-pyjwt')
-
-  cd flask-jwt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-jwt/repos/community-any/PKGBUILD (from rev 500092, 
python-flask-jwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:43:19 UTC (rev 500093)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-jwt
+pkgver=0.3.2
+pkgrel=3
+pkgdesc="JWT token authentication for Flask apps"
+url="https://github.com/mattupstate/flask-jwt;
+license=('MIT')
+arch=('any')
+depends=('python-flask' 'python-pyjwt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz;)
+sha512sums=('7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26')
+
+prepare() {
+  # Too old options
+  sed -i 's/,<1.5.0//' flask-jwt-$pkgver/requirements.txt
+  echo > flask-jwt-$pkgver/requirements-dev.txt
+  rm flask-jwt-$pkgver/setup.cfg
+}
+
+build() {
+  cd flask-jwt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-jwt-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-jwt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:43:10
  Author: felixonmars
Revision: 500092

upgpkg: python-flask-jwt 0.3.2-3

remove python2 sibling

Modified:
  python-flask-jwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:41:08 UTC (rev 500091)
+++ PKGBUILD2019-08-18 17:43:10 UTC (rev 500092)
@@ -1,17 +1,16 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-flask-jwt
-pkgname=(python-flask-jwt python2-flask-jwt)
+pkgname=python-flask-jwt
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="JWT token authentication for Flask apps"
 url="https://github.com/mattupstate/flask-jwt;
 license=('MIT')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'python-pyjwt'
- 'python2-pyjwt')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz;)
+depends=('python-flask' 'python-pyjwt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz;)
 
sha512sums=('7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26')
 
 prepare() {
@@ -19,38 +18,20 @@
   sed -i 's/,<1.5.0//' flask-jwt-$pkgver/requirements.txt
   echo > flask-jwt-$pkgver/requirements-dev.txt
   rm flask-jwt-$pkgver/setup.cfg
-
-  cp -a flask-jwt-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/flask-jwt-$pkgver
+  cd flask-jwt-$pkgver
   python setup.py build
-
-  cd "$srcdir"/flask-jwt-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/flask-jwt-$pkgver
+  cd flask-jwt-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/flask-jwt-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-flask-jwt() {
-  depends=('python-flask' 'python-pyjwt')
-
+package() {
   cd flask-jwt-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-flask-jwt() {
-  depends=('python2-flask' 'python2-pyjwt')
-
-  cd flask-jwt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-08-18 Thread Andrew Crerar via arch-commits
Date: Sunday, August 18, 2019 @ 17:41:08
  Author: andrewsc
Revision: 500091

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 500090, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:40:46 UTC (rev 500090)
+++ PKGBUILD2019-08-18 17:41:08 UTC (rev 500091)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=69.0b13
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('e0af876d6c31702681c1d5201244707945171a31e0719d32b2a70eda81c896643b643fdb8450f363437de78220f54d719b1d3a7a7394c6d26eb85afb4aa245fc'
-
'2985fe79aae06e1e69d35c194ea724614c28a1a9efccbbd172f4ecaaf7843eee65ce51a7ee70079cb53cada9a51f3b1d950aafb90a3bdcc66efb551488204830'
-
'41b56a815d4a64aac3cfc0851d153eeea485ab6264c25eaf13efbba80f8f489346525b55563ed47f14b3b3f398ff817c52553dd20e3df508561fc659d6cb14d5'
-
'dedf156fe1b0f92d90b16a06a911e7927f78f5955745113b26f7832f9abc377103048fda02b4d7bf4ef702ace114bb994d69af01e7bbf40bc3cef2ad55abd0ea'
-
'a9b39fd7821235a977e7627a8b9d5549856d68fd8147b0a0f02577076360f9b797cfa731df39b9564608409c4a373de0364bc6efda932d6e3dfbe3f68336ae41'
-
'acff6a78bae08b5b59990f70d614d170234bd04e5a9da5d44acb5823736fefc61caf3d9caef7807a9e81eb5e6fe3c9d8b3e47a4a7217df7b2d311857cf30b0a3'
-
'8519ae28f877d0714f6e9c5695120b19bab3e2d73c7c3d5b69d76186624dae487f4fd0e71188db4887e2cd35ca815ccf2f7cd3b7185bfe816ea83ebca00a4667'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-08-18 Thread Andrew Crerar via arch-commits
Date: Sunday, August 18, 2019 @ 17:40:46
  Author: andrewsc
Revision: 500090

upgpkg: firefox-developer-edition-i18n 69.0b14-1

firefox-developer-edition-i18n: Updating to 69.0b14

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:38:12 UTC (rev 500089)
+++ PKGBUILD2019-08-18 17:40:46 UTC (rev 500090)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=69.0b13
+pkgver=69.0b14
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('e0af876d6c31702681c1d5201244707945171a31e0719d32b2a70eda81c896643b643fdb8450f363437de78220f54d719b1d3a7a7394c6d26eb85afb4aa245fc'
-
'2985fe79aae06e1e69d35c194ea724614c28a1a9efccbbd172f4ecaaf7843eee65ce51a7ee70079cb53cada9a51f3b1d950aafb90a3bdcc66efb551488204830'
-
'41b56a815d4a64aac3cfc0851d153eeea485ab6264c25eaf13efbba80f8f489346525b55563ed47f14b3b3f398ff817c52553dd20e3df508561fc659d6cb14d5'
-
'dedf156fe1b0f92d90b16a06a911e7927f78f5955745113b26f7832f9abc377103048fda02b4d7bf4ef702ace114bb994d69af01e7bbf40bc3cef2ad55abd0ea'
-
'a9b39fd7821235a977e7627a8b9d5549856d68fd8147b0a0f02577076360f9b797cfa731df39b9564608409c4a373de0364bc6efda932d6e3dfbe3f68336ae41'
-
'acff6a78bae08b5b59990f70d614d170234bd04e5a9da5d44acb5823736fefc61caf3d9caef7807a9e81eb5e6fe3c9d8b3e47a4a7217df7b2d311857cf30b0a3'
-
'8519ae28f877d0714f6e9c5695120b19bab3e2d73c7c3d5b69d76186624dae487f4fd0e71188db4887e2cd35ca815ccf2f7cd3b7185bfe816ea83ebca00a4667'
-
'821398e19da5bc84d91bdb8672bd87201c11b9f0401ddbb24dbd8945102d6a971aef2d05f6a66e00c9af4ddc2996f0316fdac38641f760974a02d1dea078eb50'
-
'9282b74fec7effb2c9e7f421f0dd657da374907a25ad14af3ead0181c27a1d86554460893df6a7ed74c34b4b835739ce4069d95cbca6b6b0b145f093c0579c01'
-
'fe4076163b2807ea00e163456e6b1543d8c98ef1e4ac0b6043034e0c2a842296a7ab71fda262d5db5799925c56b85fca935ab6a7c89e4cbe48624bcdd60fcd27'
-
'c53c9af0ce4e6cf2e77a9c6b92e0bba0bd9fc5e1ece8dc00a04e48c63406854bebfa50a104d5b7975240540db1d9dca2a23b45ecd57447ab253383c2bdc0dd87'
-
'8ffafc795f32fad11d7f71a34dc8df6321dbe8699873722a1cfd3ad5b6cd94315e9fe3f3cdfe98f54ab6f2830225f5030806431be028d854ea55d8343a04fb46'
-
'9fb4b91a08ab091777061f537b22577b3d50e2eb5dd391b59f1270b8f560bab9b2caf19b21b7f257871b653a29d28544251bcbc022bcade2ecc8eeb3fca473d9'
-
'263b572171c369586589755eb0955d301175364cdeb3491153c804650cf523e173ae6be2455945b7f94fca4d4750b28474a554dcc33f9bf8050678b8cd4c2e95'
-
'679a0ae730fe07c9c96336f37f36319fddf290f729e093b23b26d612eeafa2ec15c94c55d5a74423e84eefe51fddcb61bcbdc08c59d2ff5df775a9984cc1d26b'
-
'dff136c2e87a69076b5f0d7f99d97dc594c8a1d387bd04b725526a4f507eb4e5a963556a97ecf98693cb84a134900fac5b74508a3954087cedd59fac77009cad'
-
'9137b6dc7965f963c24cc35f09d3fde6c2af7e40cfad8054a8c787daa6f170ad28951e85a1ea7686100dc27860c819a4730b56b7a8c37f3e8f51a3f0410d07c1'
-
'97728527fa95174cb3f318b689d7f8bf27800f50a7dbcd0f19fe7885cc3932aa419f8d21805a6314ecd165b3322db0a269516472da52dd1df4a41ac833828b86'
-
'7fed73f1dea0c9654705e19c4347313df04451572caff23b8dcefc2075bca6853371aa833a0363a737df4290ebb0e3d98b37b4874db9b9d5408c781d570cadae'
-
'083f00d0be81eeb04ab14fde049c8132cb098905e8d3d3121bf7b4f2e284589aa136119559054f97a5f6e6d51274bdc84130ad10eae7faeb2042a491b7a22727'
-
'79b8a3fa870f0298588b87fb90e08a70fff24fd8ed2d64aff46c6f0e4c43a9b53116971ae89068b404fe204eb139752dfc33dfb16340196d88d7e0840ca0671b'
-
'22717901f0aedad011df6ae3b176fc727dbf1e313ce99f8dfad3710e4b86ec9de136241d047be7c2e9552ffc1382d717bcf725325825050d913ed2decd5ced24'
-
'16c6da943d72ab180d5a98d0d2c97ad9e24992756a074c1578fbbcd3af450288ccb8e370645c8e230e8fc23d8df994bd4013e14a056e9fecba55ea757d1355eb'
-
'e02d2122d5989bca5b17a954f5a55836a0584d591fe79835e7892ec6c0910fce9e5643b608f76fd998b68114a19d66792955534b7c61929cf98e90e9247151da'
-
'3549ce2bcadd24abada40e59c4ae661d728dfb18ecf9b1eb71ae668ac6d322ac1e742294fde56420cc52460c39c0ce1697fc826f3935b61ebdf4259f26da888a'
-
'965edbc15c1cdac9d78dfbcc1069fea50fb961f6dcd6b64776fb19bcf625bc2645e8001ef2f93d037f62d4e1c8719fe7006a8cb6037f9c9c1699945914f437fb'
-
'd19c2107176abdfabad01e22f286c400b90d07e636c3a0dca539c091069d190ad266024e3684f135bbde143a53f164e3801289e7e54cab94fe5bb294af50f802'
-
'cb43c2fefbb11c559883b9c1e58ef79eb74098b74a74b2a6c04562a03af14837254e9281934c3e30e35dd6d9e733822722f0521c8283e266ff8dd8a319f4add5'
-

[arch-commits] Commit in python-celery/repos/community-any (8 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:38:12
  Author: felixonmars
Revision: 500089

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 500088, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 500088, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery@.service
(from rev 500088, python-celery/trunk/celery@.service)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service

+
 PKGBUILD   |  173 +++
 celery.tmpfiles.d  |4 -
 celery2.tmpfiles.d |2 
 celery2@.service   |   15 
 celery@.service|   30 
 5 files changed, 82 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:37:59 UTC (rev 500088)
+++ PKGBUILD2019-08-18 17:38:12 UTC (rev 500089)
@@ -1,108 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu'
- 'python-billiard' 'python2-billiard' 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest32' 'python2-pytest32' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python-case' 'python2-case' 'python-pyopenssl' 
'python2-pyopenssl' 'python-gevent'
-  'python2-gevent' 'python2-librabbitmq' 'python-pymongo' 
'python2-pymongo'
-  'python-msgpack' 'python2-msgpack' 'python-pyro' 'python2-pyro' 
'python-redis'
-  'python2-redis' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 
'python-eventlet'
-  'python2-eventlet')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-
"https://github.com/celery/celery/commit/e7002769211f7340f38df80b3112706a8e07cafb.patch;
-
"https://github.com/celery/celery/commit/1c3a15938d0b9dde674d489d6a6c733d64e4.patch;
-celery@.service celery2@.service
-celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha512sums=('22183c8bfed0c17aa50ec8bda16fb4faf5e5e2cab4265124f0831929dc6414daabf182c4b07a8d6385a4954a440c3c99cfd1e784b126f566fcdbb887feeefd9b'
-
'f3778f20233f50fa0fa39c7f8b5ca1f5c9dafd342aa58ccb9083e8126d229a97d3a28ef9892d713659113f440bfbbe5cb2b4085a1c5fa4dbf9047670ff184d8d'
-
'470bbd68cbc31a48cedac4e09a45d0f414bd765450e65697d443f0e4ace8eb141735b7a4bd5d23e912d1f9d0014770bc8196bef5625b54162c7ad0df4cb7263a'
-
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'1227803e56d5ea7879e097609b8f85633d6c0af4fa3607b98b4f30ffad093b0f3c3e7c54d965f44e954b6d9642a08e767836a9b837e225772d61dffa2042577c'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b'
-
'ffeb86b07440de7943343d5a9348980a45d414f42dd29fd78f70e3680600e5dfb6a3a48748746e3af00f42aad9ba1cd8efeb8b2e81e86fb6febde16429b51399')
-
-prepare() {
-  # python 3.7 compat
-  patch -p1 -d celery-$pkgver < e7002769211f7340f38df80b3112706a8e07cafb.patch
-  patch -p1 -d celery-$pkgver < 1c3a15938d0b9dde674d489d6a6c733d64e4.patch
-  sed -i -e 's/< *3.6/<4/' -e 's/< *4.4/<5/' 
celery-$pkgver/requirements/default.txt
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  # Project does not officially support python 3.7, and does not wish us to
-  # open bugreports for python 3.7 issues. Backport all known python 3.7 fixes
-  # and hope for the best. https://github.com/celery/celery/issues/4913
-  python setup.py pytest || warning "tests fail on python 3.7: 
https://github.com/celery/celery/issues/4913;
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-celery() {
-  depends=('python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using 

[arch-commits] Commit in python-celery/trunk (3 files)

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 17:37:59
  Author: felixonmars
Revision: 500088

upgpkg: python-celery 4.3.0-2

- remove python2 sibling
- fix tests

Modified:
  python-celery/trunk/PKGBUILD
Deleted:
  python-celery/trunk/celery2.tmpfiles.d
  python-celery/trunk/celery2@.service

+
 PKGBUILD   |  113 +++
 celery2.tmpfiles.d |2 
 celery2@.service   |   15 --
 3 files changed, 35 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:30:21 UTC (rev 500087)
+++ PKGBUILD2019-08-18 17:37:59 UTC (rev 500088)
@@ -5,104 +5,61 @@
 # Contributor: Marco Elver 
 # Contributor: apkawa 
 
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=4.2.2
-pkgrel=1
+pkgname=python-celery
+pkgver=4.3.0
+pkgrel=2
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
 url='http://celeryproject.org/'
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu'
- 'python-billiard' 'python2-billiard' 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest32' 'python2-pytest32' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python-case' 'python2-case' 'python-pyopenssl' 
'python2-pyopenssl' 'python-gevent'
-  'python2-gevent' 'python2-librabbitmq' 'python-pymongo' 
'python2-pymongo'
-  'python-msgpack' 'python2-msgpack' 'python-pyro' 'python2-pyro' 
'python-redis'
-  'python2-redis' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 
'python-eventlet'
-  'python2-eventlet')
+depends=('python-kombu' 'python-billiard' 'python-pytz')
+optdepends=('python-pyopenssl: for celery.security'
+'python-pymongo: for celery.backends.mongodb'
+'python-msgpack: for using the msgpack serializer'
+'python-pyro: for using Pyro4 message transport'
+'python-redis: for celery.backends.redis'
+'python-sqlalchemy: for celery.backends.database'
+'python-boto: for SQS transport'
+'python-yaml: for using the yaml serializer'
+'python-pyzmq: for using ZeroMQ transport')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-case' 
'python-pyopenssl'
+  'python-gevent' 'python-pymongo' 'python-msgpack' 'python-pyro' 
'python-redis'
+  'python-sqlalchemy' 'python-boto' 'python-yaml' 'python-pyzmq' 
'python-eventlet'
+  'python-moto')
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-
"https://github.com/celery/celery/commit/e7002769211f7340f38df80b3112706a8e07cafb.patch;
-
"https://github.com/celery/celery/commit/1c3a15938d0b9dde674d489d6a6c733d64e4.patch;
-celery@.service celery2@.service
-celery.tmpfiles.d celery2.tmpfiles.d)
+
https://github.com/celery/celery/commit/89c4573ac47a1f840ed2d15e2820d0eaed29dc32.patch
+
https://github.com/celery/celery/commit/6514fed13ef2f992b2846116f9b2d1237aac8298.patch
+celery@.service celery.tmpfiles.d)
 options=('!emptydirs')
-sha512sums=('22183c8bfed0c17aa50ec8bda16fb4faf5e5e2cab4265124f0831929dc6414daabf182c4b07a8d6385a4954a440c3c99cfd1e784b126f566fcdbb887feeefd9b'
-
'f3778f20233f50fa0fa39c7f8b5ca1f5c9dafd342aa58ccb9083e8126d229a97d3a28ef9892d713659113f440bfbbe5cb2b4085a1c5fa4dbf9047670ff184d8d'
-
'470bbd68cbc31a48cedac4e09a45d0f414bd765450e65697d443f0e4ace8eb141735b7a4bd5d23e912d1f9d0014770bc8196bef5625b54162c7ad0df4cb7263a'
+sha512sums=('91dd16bd6c9544c76d84e468872e052bdf5e1737980a1a3baee914c75c88db44b9ac8de7ddc4278988ca6cb159496b6560cecd6bb51d6352725009e97d268afb'
+
'691ae1b4bf98317f6bea2d2ae26cd770c5a5242ae6b41d8d5cd0ea0ce3d521d5f3b16a1b1f33429bd777f7f628c84e29a5bada37ecb33e73c0118f9c1f992a12'
+
'6c3e6da14c57cad5e26a34c5d5f59977938fbb93ae04b97b88427ca3c67b1f0ff8cf4bbfb42394ac2a6714cf847527275f99a45f6e34fb260686bb80b80d7cc4'
 
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'1227803e56d5ea7879e097609b8f85633d6c0af4fa3607b98b4f30ffad093b0f3c3e7c54d965f44e954b6d9642a08e767836a9b837e225772d61dffa2042577c'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b'
-
'ffeb86b07440de7943343d5a9348980a45d414f42dd29fd78f70e3680600e5dfb6a3a48748746e3af00f42aad9ba1cd8efeb8b2e81e86fb6febde16429b51399')
+
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
 
 prepare() {
-  # python 3.7 compat
-  patch -p1 -d 

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (10 files)

2019-08-18 Thread Andrew Crerar via arch-commits
Date: Sunday, August 18, 2019 @ 17:30:21
  Author: andrewsc
Revision: 500087

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 500086, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 500086, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 500086, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 500086, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 500086, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  434 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 720 insertions(+), 720 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-08-18 
17:29:57 UTC (rev 500086)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-08-18 
17:30:21 UTC (rev 500087)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 500086, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-08-18 
17:30:21 UTC (rev 500087)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2019-08-18 Thread Andrew Crerar via arch-commits
Date: Sunday, August 18, 2019 @ 17:29:57
  Author: andrewsc
Revision: 500086

upgpkg: firefox-developer-edition 69.0b14-1

firefox-developer-edition: Updating to 69.014

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:12:02 UTC (rev 500085)
+++ PKGBUILD2019-08-18 17:29:57 UTC (rev 500086)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=69.0b13
+pkgver=69.0b14
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('fed9f3785162242804836e06199d3d8bdd11cfe08ae15390d2e39080bbd497705f9d6ca8bea605996b56c7adee032e8e3913d654b86516b15a66f993d8cd1f4e'
+sha512sums=('d38a39822c57c07e9455a09ed3277045a0694d7fabad680ff919e04c9b2d7fa09431f7482fdab1ca18f7c5d0566ff47cdcf8178386a9c99419278ed3aa0f5259'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:12:02
  Author: polyzen
Revision: 500085

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:11:44 UTC (rev 500084)
+++ PKGBUILD2019-08-18 17:12:02 UTC (rev 500085)
@@ -1,53 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-checkdepends=('imagemagick' 'librsvg'
-  'python-html5lib'
-  'python-pytest'
-  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('f9a79e746b87921cabc3baa375199c6076d1270cee53915dbd24fdbeaaacc427'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-check() {
-  cd Sphinx-$pkgver
-  LC_ALL="en_US.UTF-8" make test
-  rm -r tests
-}
-
-package() {
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 500084, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:12:02 UTC (rev 500085)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+checkdepends=('imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+check() {
+  cd Sphinx-$pkgver
+  LC_ALL="en_US.UTF-8" make test
+  rm -r tests
+}
+
+package() {
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:11:44
  Author: polyzen
Revision: 500084

upgpkg: python-sphinx 2.2.0-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:03:55 UTC (rev 500083)
+++ PKGBUILD2019-08-18 17:11:44 UTC (rev 500084)
@@ -5,7 +5,7 @@
 # Contributor: Fabio Volpe 
 
 pkgname=python-sphinx
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
@@ -28,7 +28,7 @@
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('f9a79e746b87921cabc3baa375199c6076d1270cee53915dbd24fdbeaaacc427'
+sha256sums=('0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845'
 'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:03:38
  Author: polyzen
Revision: 500082

upgpkg: python-sphinxcontrib-htmlhelp 1.0.2-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-htmlhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 17:00:33 UTC (rev 500081)
+++ PKGBUILD2019-08-18 17:03:38 UTC (rev 500082)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-htmlhelp
 pkgname=python-sphinxcontrib-htmlhelp
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which renders HTML help files'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:03:55
  Author: polyzen
Revision: 500083

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD
(from rev 500082, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:03:38 UTC (rev 500082)
+++ PKGBUILD2019-08-18 17:03:55 UTC (rev 500083)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-htmlhelp
-pkgname=python-sphinxcontrib-htmlhelp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Sphinx extension which renders HTML help files'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-html5lib' 'python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
-
-prepare() {
-  cd $_name-$pkgver
-  rm -r tests/__pycache__
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD (from rev 
500082, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:03:55 UTC (rev 500083)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-htmlhelp
+pkgname=python-sphinxcontrib-htmlhelp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Sphinx extension which renders HTML help files'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-html5lib' 'python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422')
+
+prepare() {
+  cd $_name-$pkgver
+  rm -r tests/__pycache__
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:00:33
  Author: polyzen
Revision: 500081

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD
(from rev 500080, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 17:00:16 UTC (rev 500080)
+++ PKGBUILD2019-08-18 17:00:33 UTC (rev 500081)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-serializinghtml
-pkgname=python-sphinxcontrib-serializinghtml
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD (from 
rev 500080, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 17:00:33 UTC (rev 500081)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-serializinghtml
+pkgname=python-sphinxcontrib-serializinghtml
+pkgver=1.1.3
+pkgrel=2
+pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 17:00:16
  Author: polyzen
Revision: 500080

upgpkg: python-sphinxcontrib-serializinghtml 1.1.3-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-serializinghtml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:59:12 UTC (rev 500079)
+++ PKGBUILD2019-08-18 17:00:16 UTC (rev 500080)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-serializinghtml
 pkgname=python-sphinxcontrib-serializinghtml
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:59:12
  Author: polyzen
Revision: 500079

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 500078, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:58:43 UTC (rev 500078)
+++ PKGBUILD2019-08-18 16:59:12 UTC (rev 500079)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-qthelp
-pkgname=python-sphinxcontrib-qthelp
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='Sphinx extension which outputs QtHelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD (from rev 
500078, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:59:12 UTC (rev 500079)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:58:25
  Author: polyzen
Revision: 500077

upgpkg: python-sphinxcontrib-qthelp 1.0.2-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-qthelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:57:19 UTC (rev 500076)
+++ PKGBUILD2019-08-18 16:58:25 UTC (rev 500077)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-qthelp
 pkgname=python-sphinxcontrib-qthelp
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which outputs QtHelp document'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-qthelp


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:58:43
  Author: polyzen
Revision: 500078

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 500077, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:58:25 UTC (rev 500077)
+++ PKGBUILD2019-08-18 16:58:43 UTC (rev 500078)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-qthelp
-pkgname=python-sphinxcontrib-qthelp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Sphinx extension which outputs QtHelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD (from rev 
500077, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:58:43 UTC (rev 500078)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:57:02
  Author: polyzen
Revision: 500075

upgpkg: python-sphinxcontrib-jsmath 1.0.1-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-jsmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:55:22 UTC (rev 500074)
+++ PKGBUILD2019-08-18 16:57:02 UTC (rev 500075)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-jsmath
 pkgname=python-sphinxcontrib-jsmath
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-jsmath


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:57:19
  Author: polyzen
Revision: 500076

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD
(from rev 500075, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:57:02 UTC (rev 500075)
+++ PKGBUILD2019-08-18 16:57:19 UTC (rev 500076)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-jsmath
-pkgname=python-sphinxcontrib-jsmath
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD (from rev 
500075, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:57:19 UTC (rev 500076)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-jsmath
+pkgname=python-sphinxcontrib-jsmath
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:55:22
  Author: polyzen
Revision: 500074

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD
(from rev 500073, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:55:05 UTC (rev 500073)
+++ PKGBUILD2019-08-18 16:55:22 UTC (rev 500074)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-devhelp
-pkgname=python-sphinxcontrib-devhelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which outputs Devhelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD (from rev 
500073, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:55:22 UTC (rev 500074)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:55:05
  Author: polyzen
Revision: 500073

upgpkg: python-sphinxcontrib-devhelp 1.0.1-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:54:21 UTC (rev 500072)
+++ PKGBUILD2019-08-18 16:55:05 UTC (rev 500073)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-devhelp
 pkgname=python-sphinxcontrib-devhelp
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which outputs Devhelp document'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-devhelp


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:54:21
  Author: polyzen
Revision: 500072

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD
(from rev 500071, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:53:34 UTC (rev 500071)
+++ PKGBUILD2019-08-18 16:54:21 UTC (rev 500072)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-devhelp
-pkgname=python-sphinxcontrib-devhelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which outputs Devhelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD (from rev 
500071, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:54:21 UTC (rev 500072)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:53:34
  Author: polyzen
Revision: 500071

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD
(from rev 500070, python-sphinxcontrib-applehelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:53:13 UTC (rev 500070)
+++ PKGBUILD2019-08-18 16:53:34 UTC (rev 500071)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-applehelp
-pkgname=python-sphinxcontrib-applehelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which outputs Apple help books'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sphinx')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD (from rev 
500070, python-sphinxcontrib-applehelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:53:34 UTC (rev 500071)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-applehelp
+pkgname=python-sphinxcontrib-applehelp
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Sphinx extension which outputs Apple help books'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Daniel M. Capella via arch-commits
Date: Sunday, August 18, 2019 @ 16:53:13
  Author: polyzen
Revision: 500070

upgpkg: python-sphinxcontrib-applehelp 1.0.1-2

pkgrel bump to resolve FS#62343

Modified:
  python-sphinxcontrib-applehelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:44:38 UTC (rev 500069)
+++ PKGBUILD2019-08-18 16:53:13 UTC (rev 500070)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-applehelp
 pkgname=python-sphinxcontrib-applehelp
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx extension which outputs Apple help books'
 arch=('any')
 url=https://github.com/sphinx-doc/sphinxcontrib-applehelp


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 16:44:38
  Author: felixonmars
Revision: 500069

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  135 -
 1 file changed, 62 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:44:29 UTC (rev 500068)
+++ PKGBUILD2019-08-18 16:44:38 UTC (rev 500069)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=6.10.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 'python2-django'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
-  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
-  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
-  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
-  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
-  'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz;)
-sha512sums=('4e65c03b1c5d084588ef381223b06c7b2ded3239fb2f2da4b2694fcf897a590ba5b03ac421b6dd88e0ce408f2fafd605d92a2b544b4f975ece5510eb6010583b')
-
-prepare() {
-  cp -a raven-python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-  # "-p no:logging": https://github.com/getsentry/raven-python/issues/1164
-
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" \
-py.test -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275;
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275;
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 500068, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:44:38 UTC (rev 500069)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=6.10.0
+pkgrel=2
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="https://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
+checkdepends=('python-pytest-cov' 'python-bottle' 'python-celery' 
'python-django'
+  'python-pycodestyle' 'python-mock' 'python-nose' 'python-pytz' 
'python-exam'
+  'python-requests' 'python-tornado' 'python-paste' 'python-webob' 
'python-webtest'
+  'python-anyjson' 'python-flask' 'python-blinker' 'python-logbook'
+  'python-pytest-django' 'python-flask-login' 
'python-pytest-timeout' 'python-zconfig'
+  'python-pytest-xdist')

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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 16:44:29
  Author: felixonmars
Revision: 500068

upgpkg: python-raven 6.10.0-2

disable tests for python2

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:41:54 UTC (rev 500067)
+++ PKGBUILD2019-08-18 16:44:29 UTC (rev 500068)
@@ -4,24 +4,18 @@
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
 pkgver=6.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python client for Sentry"
 arch=('any')
 url="https://pypi.python.org/pypi/raven;
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 'python2-django'
-  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
-  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
-  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
-  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
-  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
-  'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
+checkdepends=('python-pytest-cov' 'python-bottle' 'python-celery' 
'python-django'
+  'python-pycodestyle' 'python-mock' 'python-nose' 'python-pytz' 
'python-exam'
+  'python-requests' 'python-tornado' 'python-paste' 'python-webob' 
'python-webtest'
+  'python-anyjson' 'python-flask' 'python-blinker' 'python-logbook'
+  'python-pytest-django' 'python-flask-login' 
'python-pytest-timeout' 'python-zconfig'
+  'python-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz;)
 
sha512sums=('4e65c03b1c5d084588ef381223b06c7b2ded3239fb2f2da4b2694fcf897a590ba5b03ac421b6dd88e0ce408f2fafd605d92a2b544b4f975ece5510eb6010583b')
 
@@ -45,11 +39,6 @@
   python setup.py install --root="$PWD/tmp_install" --optimize=1
   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" \
 py.test -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275;
-
-  cd "$srcdir"/raven-python-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 -p no:logging tests || warning 
"https://github.com/getsentry/raven-python/issues/1275;
 }
 
 package_python-raven() {


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

2019-08-18 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 18, 2019 @ 16:41:54
  Author: foutrelis
Revision: 500067

archrelease: copy trunk to community-testing-x86_64

Added:
  librsync/repos/community-testing-x86_64/
  librsync/repos/community-testing-x86_64/PKGBUILD
(from rev 500066, librsync/trunk/PKGBUILD)

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

Copied: librsync/repos/community-testing-x86_64/PKGBUILD (from rev 500066, 
librsync/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-08-18 16:41:54 UTC (rev 500067)
@@ -0,0 +1,45 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: Christoph 'delmonico' Neuroth 
+
+pkgname=librsync
+pkgver=2.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Library for calculating and applying network deltas"
+arch=('x86_64')
+url="http://librsync.sourcefrog.net/;
+license=('LGPL')
+depends=('popt')
+makedepends=('cmake')
+provides=('librsync.so')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f701d2bab3d7471dfea60d29e9251f8bb7567222957f7195af55142cb207c653')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+..
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-18 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 18, 2019 @ 16:41:50
  Author: foutrelis
Revision: 500066

upgpkg: librsync 1:2.1.0-1

New upstream release.

Modified:
  librsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:32:51 UTC (rev 500065)
+++ PKGBUILD2019-08-18 16:41:50 UTC (rev 500066)
@@ -3,7 +3,7 @@
 # Contributor: Christoph 'delmonico' Neuroth 
 
 pkgname=librsync
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Library for calculating and applying network deltas"
@@ -14,7 +14,7 @@
 makedepends=('cmake')
 provides=('librsync.so')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e67b9520ee84f7239be6e948795803bd95495091cc00bf6d0e8c6976032a4af1')
+sha256sums=('f701d2bab3d7471dfea60d29e9251f8bb7567222957f7195af55142cb207c653')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 16:32:51
  Author: felixonmars
Revision: 500065

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:32:41 UTC (rev 500064)
+++ PKGBUILD2019-08-18 16:32:51 UTC (rev 500065)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-soupsieve
-pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-beautifulsoup4'
-  'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
-  'python2-lxml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
-sha512sums=('f39b0aaabfc5d71ea005eb21944d9c1107031980a8e167ad2403580ca03c79b57aba0cc54c13dc0b579e3cff61e641052f2d68bdfa8c81e64aee2cdd23a1c35a')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-soupsieve() {
-  depends=('python')
-
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-soupsieve() {
-  depends=('python2-backports.functools_lru_cache')
-
-  cd soupsieve-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-any/PKGBUILD (from rev 500064, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 16:32:51 UTC (rev 500065)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-soupsieve
+pkgname=(python-soupsieve python2-soupsieve)
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-beautifulsoup4'
+  'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
+  'python2-lxml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
+sha512sums=('e8db91905aae0532482b6872b47cd600214ecd1a54ec73d7068bf7177e3bd33182e9f6585a5b43350aab8f3bcc412c739ef8eb5b7778e9c44cf53f73254ec06a')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  python setup.py pytest
+  python2 setup.py pytest
+}
+
+package_python-soupsieve() {
+  depends=('python')
+
+  cd soupsieve-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-soupsieve() {
+  depends=('python2-backports.functools_lru_cache')
+
+  cd soupsieve-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2019-08-18 Thread Felix Yan via arch-commits
Date: Sunday, August 18, 2019 @ 16:32:41
  Author: felixonmars
Revision: 500064

upgpkg: python-soupsieve 1.9.3-1

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:06:11 UTC (rev 500063)
+++ PKGBUILD2019-08-18 16:32:41 UTC (rev 500064)
@@ -2,7 +2,7 @@
 
 pkgbase=python-soupsieve
 pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -13,7 +13,7 @@
   'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
   'python2-lxml')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
-sha512sums=('f39b0aaabfc5d71ea005eb21944d9c1107031980a8e167ad2403580ca03c79b57aba0cc54c13dc0b579e3cff61e641052f2d68bdfa8c81e64aee2cdd23a1c35a')
+sha512sums=('e8db91905aae0532482b6872b47cd600214ecd1a54ec73d7068bf7177e3bd33182e9f6585a5b43350aab8f3bcc412c739ef8eb5b7778e9c44cf53f73254ec06a')
 
 build() {
   cd soupsieve-$pkgver


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

2019-08-18 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 18, 2019 @ 16:06:11
  Author: aginiewicz
Revision: 500063

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  165 -
 1 file changed, 55 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 16:06:04 UTC (rev 500062)
+++ PKGBUILD2019-08-18 16:06:11 UTC (rev 500063)
@@ -1,110 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# 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)
-# TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-snappy from AUR to community (compression for Apache 
Parquet)
-# TODO: optdepend on python-brotlipy (compression for Apache Parquet)
-# TODO: move python-s3fs from AUR to community (Amazon S3 access)
-# TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
-# TODO: package pandas-gbq (Google BigQuery I/O)
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('x86_64')
-url="https://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
- 'cython' 'cython2')
-source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('4f919f409c433577a501e023943e582c57355d50a724c589e78bc1d551a535a2')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  # "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  # "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-jinja: needed for conditional HTML formatting'
-  'python2-blosc: for msgpack compression using blosc'
-  'python2-qtpy: needed for read_clipboard function (only one 
needed)'
-  'python2-pyqt5: needed for read_clipboard function (only one 
needed)'
-  'pygtk: needed for read_clipboard function (only one needed)'
-  'xsel: needed for read_clipboard function (only one needed)'
-  'xclip: needed for read_clipboard function (only one needed)'
-  'python2-backports.lzma: needed for xz compressed DataFrames in 
CSV'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  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-scipy: needed for miscellaneous statistical functions'
-   

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

2019-08-18 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, August 18, 2019 @ 16:06:04
  Author: aginiewicz
Revision: 500062

upgpkg: python-pandas 0.25.0-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:02:21 UTC (rev 500061)
+++ PKGBUILD2019-08-18 16:06:04 UTC (rev 500062)
@@ -4,107 +4,52 @@
 # 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)
 # TODO: move python-fastparque from AUR to community (Apache Parquet)
-# TODO: move python-snappy from AUR to community (compression for Apache 
Parquet)
-# TODO: optdepend on python-brotlipy (compression for Apache Parquet)
 # TODO: move python-s3fs from AUR to community (Amazon S3 access)
 # TODO: move python-gcsfs from AUR to community (Google Cloud Storage access)
 # TODO: package pandas-gbq (Google BigQuery I/O)
+# TODO: package python-pyreadstat (SPSS files reading)
 
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.24.2
+pkgname=python-pandas
+pkgver=0.25.0
 pkgrel=1
-pkgdesc="Cross-section and time series data analysis toolkit"
+pkgdesc="Library providing high-performance, easy-to-use data structures and 
data analysis tools"
 arch=('x86_64')
 url="https://pandas.pydata.org/;
 license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
- 'cython' 'cython2')
+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-scipy: needed for miscellaneous statistical functions'
+'python-pytables: needed for HDF5-based storage'
+'python-sqlalchemy: needed for SQL database support'
+'python-matplotlib: needed for plotting'
+'python-openpyxl: needed for Excel XLSX input/output'
+'python-xlrd: needed for Excel XLS input'
+'python-xlwt: needed for Excel XLS output'
+'python-xlsxwriter: alternative Excel XLSX output'
+'python-jinja: needed for conditional HTML formatting'
+'python-blosc: for msgpack compression using blosc'
+'python-qtpy: needed for read_clipboard function (only one needed)'
+'python-pyqt5: needed for read_clipboard function (only one 
needed)'
+'xsel: needed for read_clipboard function (only one needed)'
+'xclip: needed for read_clipboard function (only one needed)'
+'python-beautifulsoup4: needed for read_html function'
+'python-lxml: needed for read_html function (and/or 
python-html5lib)'
+'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'
+'zlib: needed for compression for msgpack')
 
source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz;)
-sha256sums=('4f919f409c433577a501e023943e582c57355d50a724c589e78bc1d551a535a2')
+sha256sums=('914341ad2d5b1ea522798efa4016430b66107d05781dbfe7cf05eba8f37df995')
 
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  # "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  # "Building Python3"
   cd "$srcdir"/pandas-${pkgver}
   python setup.py build_ext --inplace
   python setup.py build
 }
 
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-openpyxl: needed for Excel XLSX 

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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 16:02:10
  Author: yan12125
Revision: 500060

upgpkg: buildbot-www 2.4.0-1

* adjustments for the new webpack-based build system

Modified:
  buildbot-www/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 16:01:18 UTC (rev 500059)
+++ PKGBUILD2019-08-18 16:02:10 UTC (rev 500060)
@@ -7,7 +7,7 @@
 pkgname=(python-buildbot-www python-buildbot-waterfall-view
  python-buildbot-console-view python-buildbot-grid-view
  python-buildbot-wsgi-dashboards python-buildbot-badges)
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -14,7 +14,7 @@
 license=(GPL2)
 makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
@@ -21,7 +21,19 @@
   'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
 )
 
+prepare() {
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: do not use virtualenv
+  sed -i 's#frontend_deps:.*#frontend_deps:#' Makefile
+}
+
 build() {
+  export NODE_OPTIONS="--max-old-space-size=2048"
+
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: use system packages instead of ones via pip
+  make PIP=/usr/bin/true frontend_deps
+
   for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
   do
 cd "$srcdir"/buildbot-$pkgver/www/$module


[arch-commits] Commit in buildbot-www/repos (2 files)

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 16:02:21
  Author: yan12125
Revision: 500061

archrelease: copy trunk to community-testing-any

Added:
  buildbot-www/repos/community-testing-any/
  buildbot-www/repos/community-testing-any/PKGBUILD
(from rev 500060, buildbot-www/trunk/PKGBUILD)

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

Copied: buildbot-www/repos/community-testing-any/PKGBUILD (from rev 500060, 
buildbot-www/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-18 16:02:21 UTC (rev 500061)
@@ -0,0 +1,102 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgbase=buildbot-www
+pkgname=(python-buildbot-www python-buildbot-waterfall-view
+ python-buildbot-console-view python-buildbot-grid-view
+ python-buildbot-wsgi-dashboards python-buildbot-badges)
+pkgver=2.4.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+makedepends=(git buildbot=$pkgver python-buildbot-pkg=$pkgver python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+prepare() {
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: do not use virtualenv
+  sed -i 's#frontend_deps:.*#frontend_deps:#' Makefile
+}
+
+build() {
+  export NODE_OPTIONS="--max-old-space-size=2048"
+
+  cd "$srcdir"/buildbot-$pkgver
+  # HACK: use system packages instead of ones via pip
+  make PIP=/usr/bin/true frontend_deps
+
+  for module in base waterfall_view console_view grid_view wsgi_dashboards 
badges
+  do
+cd "$srcdir"/buildbot-$pkgver/www/$module
+python setup.py build
+  done
+}
+
+package_python-buildbot-www() {
+  pkgdesc='Buildbot UI'
+  # Not depending on buildbot so that buildbot can easily use
+  # python-buildbot-www in checkdepends
+  depends=(python)
+  optdepends=(
+'python-buildbot-waterfall-view'
+'python-buildbot-console-view'
+'python-buildbot-grid-view'
+'python-buildbot-badges'
+  )
+
+  cd buildbot-$pkgver/www/base
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-waterfall-view() {
+  pkgdesc='Buildbot Waterfall View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/waterfall_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-console-view() {
+  pkgdesc='Buildbot Console View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/console_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-grid-view() {
+  pkgdesc='Buildbot Grid View plugin'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/grid_view
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-wsgi-dashboards() {
+  pkgdesc='Buildbot plugin to integrate flask or bottle dashboards to buildbot 
UI'
+  depends=(python-buildbot-www)
+
+  cd buildbot-$pkgver/www/wsgi_dashboards
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-buildbot-badges() {
+  pkgdesc='Buildbot badges'
+  depends=(python-buildbot-www python-klein python-cairosvg python-cairocffi 
python-jinja)
+  # 
https://github.com/buildbot/buildbot/blob/v1.6.0/www/badges/buildbot_badges/__init__.py#L40
+  optdepends=(
+'ttf-dejavu: the default font for rendering badges as PNGs'
+  )
+
+  cd buildbot-$pkgver/www/badges
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 16:01:18
  Author: yan12125
Revision: 500059

archrelease: copy trunk to community-testing-any

Added:
  buildbot/repos/community-testing-any/
  buildbot/repos/community-testing-any/PKGBUILD
(from rev 500058, buildbot/trunk/PKGBUILD)

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

Copied: buildbot/repos/community-testing-any/PKGBUILD (from rev 500058, 
buildbot/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-18 16:01:18 UTC (rev 500059)
@@ -0,0 +1,60 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot
+pkgdesc='The Continuous Integration Framework'
+pkgver=2.4.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-twisted python-jinja python-zope-interface
+ python-sqlalchemy-migrate python-dateutil python-txaio
+ python-autobahn python-pyjwt python-yaml)
+checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
+  python-mock python-moto python-parameterized
+  python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
+  openssh git)
+makedepends=(python-setuptools)
+optdepends=(
+  'python-boto3: for AWS EC2 latent worker'
+  'python-lz4: to compress logs using lz4'
+  'python-treq: for using HTTP requests as steps'
+  'python-txrequests: for using HTTP requests as steps'
+  'python-pyopenssl: to use SSL/TLS in mail or IRC notifiers'
+  'pass: to use SecretInPass provider'
+  'vault: to use SecretInVault provider'
+)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/master
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/master
+
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
+  python setup.py install --root="$srcdir"/tmp_install
+  # Copy files over for integration tests
+  cp -v buildbot/test/integration/*.tgz 
"$srcdir"/tmp_install$site_packages_path/buildbot/test/integration/
+
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
+  export PATH="$PATH:$srcdir/tmp_install/usr/bin"
+  TZ=UTC trial3 --rterrors buildbot
+}
+
+package() {
+  cd buildbot-$pkgver/master
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 16:01:08
  Author: yan12125
Revision: 500058

upgpkg: buildbot 2.4.0-1

* Eliminate hard-coded Python version
* Copy extra files for integration tests
* git is needed for new tryclient tests

Modified:
  buildbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 15:58:36 UTC (rev 500057)
+++ PKGBUILD2019-08-18 16:01:08 UTC (rev 500058)
@@ -5,7 +5,7 @@
 
 pkgname=buildbot
 pkgdesc='The Continuous Integration Framework'
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -16,7 +16,7 @@
 checkdepends=(python-boto3 python-lz4 python-treq python-txrequests
   python-mock python-moto python-parameterized
   python-buildbot-pkg=$pkgver buildbot-worker=$pkgver 
python-buildbot-www=$pkgver
-  openssh)
+  openssh git)
 makedepends=(python-setuptools)
 optdepends=(
   'python-boto3: for AWS EC2 latent worker'
@@ -28,7 +28,7 @@
   'vault: to use SecretInVault provider'
 )
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
@@ -43,9 +43,13 @@
 check() {
   cd buildbot-$pkgver/master
 
+  site_packages_path=$(python -c 'import site; 
print(site.getsitepackages()[0])')
+
   python setup.py install --root="$srcdir"/tmp_install
+  # Copy files over for integration tests
+  cp -v buildbot/test/integration/*.tgz 
"$srcdir"/tmp_install$site_packages_path/buildbot/test/integration/
 
-  export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages
+  export PYTHONPATH="$srcdir"/tmp_install$site_packages_path
   export PATH="$PATH:$srcdir/tmp_install/usr/bin"
   TZ=UTC trial3 --rterrors buildbot
 }


[arch-commits] Commit in buildbot-worker/repos (2 files)

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 15:58:36
  Author: yan12125
Revision: 500057

archrelease: copy trunk to community-testing-any

Added:
  buildbot-worker/repos/community-testing-any/
  buildbot-worker/repos/community-testing-any/PKGBUILD
(from rev 500056, buildbot-worker/trunk/PKGBUILD)

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

Copied: buildbot-worker/repos/community-testing-any/PKGBUILD (from rev 500056, 
buildbot-worker/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-18 15:58:36 UTC (rev 500057)
@@ -0,0 +1,36 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=buildbot-worker
+pkgdesc='Buildbot worker daemon'
+pkgver=2.4.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools python-twisted python-future)
+checkdepends=(python-mock)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/worker
+  python setup.py build
+}
+
+check() {
+  cd buildbot-$pkgver/worker
+  PYTHONPATH=. trial3 buildbot_worker
+}
+
+package() {
+  cd buildbot-$pkgver/worker
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 15:58:26
  Author: yan12125
Revision: 500056

upgpkg: buildbot-worker 2.4.0-1

Modified:
  buildbot-worker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 15:57:58 UTC (rev 500055)
+++ PKGBUILD2019-08-18 15:58:26 UTC (rev 500056)
@@ -5,7 +5,7 @@
 
 pkgname=buildbot-worker
 pkgdesc='Buildbot worker daemon'
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -13,7 +13,7 @@
 depends=(python-setuptools python-twisted python-future)
 checkdepends=(python-mock)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)


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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 15:57:42
  Author: yan12125
Revision: 500054

upgpkg: python-buildbot-pkg 2.4.0-1

Modified:
  python-buildbot-pkg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 09:08:52 UTC (rev 500053)
+++ PKGBUILD2019-08-18 15:57:42 UTC (rev 500054)
@@ -5,7 +5,7 @@
 
 pkgname=python-buildbot-pkg
 pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 arch=(any)
 url='https://buildbot.net'
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=(python-setuptools yarn)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
 'SKIP')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)


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

2019-08-18 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 18, 2019 @ 15:57:58
  Author: yan12125
Revision: 500055

archrelease: copy trunk to community-testing-any

Added:
  python-buildbot-pkg/repos/community-testing-any/
  python-buildbot-pkg/repos/community-testing-any/PKGBUILD
(from rev 500054, python-buildbot-pkg/trunk/PKGBUILD)

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

Copied: python-buildbot-pkg/repos/community-testing-any/PKGBUILD (from rev 
500054, python-buildbot-pkg/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-18 15:57:58 UTC (rev 500055)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: xRemaLx 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.4.0
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('a865074e4874f20e11990ab5c65f87276b2bce9f7c29ca5b3b0da53ae51afbfd'
+'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-08-18 Thread Levente Polyak via arch-commits
Date: Sunday, August 18, 2019 @ 14:16:02
  Author: anthraxx
Revision: 359953

upgpkg: linux-hardened 5.2.9.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 07:53:59 UTC (rev 359952)
+++ PKGBUILD2019-08-18 14:16:02 UTC (rev 359953)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=5.2.8
+_pkgver=5.2.9
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -26,11 +26,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('a127cd06cc01468e5564c5242827610b679827d7b40c2a2e4d82c629dd0f6937'
+sha256sums=('b6f02a4b306ca5cd314d72615bfc2650166969613135da202630e6c4e1b5d4e6'
 'SKIP'
-'a70f51d8d399cbc37b998dc9111c2b7e584d89bfc1db78b78be34b84b0478921'
+'c4b3c9e7dad9b6d3a1171840d5e55d3840c0392f6f17899b8be9286aa3b6fc76'
 'SKIP'
-'9c6e748fc5e465e2253c1584fb553eab51f3ce45be9e6e5a1594c33c1fddff61'
+'f0d6cb88d6aee6b77ae791b83cb3ea9fdc45087a6e263aa6af152220f19732ae'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-08-18 07:53:59 UTC (rev 359952)
+++ config.x86_64   2019-08-18 14:16:02 UTC (rev 359953)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.2.8 Kernel Configuration
+# Linux/x86 5.2.9 Kernel Configuration
 #
 
 #


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-08-18 Thread Levente Polyak via arch-commits
Date: Sunday, August 18, 2019 @ 14:16:10
  Author: anthraxx
Revision: 359954

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 359953, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 359953, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 359953, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 359953, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 359953, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 359953, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  510 -
 config.x86_64 |20780 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10695 insertions(+), 10695 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 359953:359954 to see the changes.


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

2019-08-18 Thread Konstantin Gizdov via arch-commits
Date: Sunday, August 18, 2019 @ 09:08:52
  Author: kgizdov
Revision: 500053

respect pkgver in lib names

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 09:08:07 UTC (rev 500052)
+++ PKGBUILD2019-08-18 09:08:52 UTC (rev 500053)
@@ -141,18 +141,18 @@
   tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
   sed -e 's/\/include/\/include\/tensorflow/' -i tensorflow.pc
   install -Dm644 tensorflow.pc "${pkgdir}"/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so.1.14.0 
"${pkgdir}"/usr/lib/libtensorflow.so.1.14.0
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so.1.14.0-2.params 
"${pkgdir}"/usr/lib/libtensorflow.so.1.14.0-2.params
-  ln -s libtensorflow.so.1.14.0 "${pkgdir}"/usr/lib/libtensorflow.so.1
-  ln -s libtensorflow.so.1 "${pkgdir}"/usr/lib/libtensorflow.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_cc.so.1.14.0 
"${pkgdir}"/usr/lib/libtensorflow_cc.so.1.14.0
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_cc.so.1.14.0-2.params 
"${pkgdir}"/usr/lib/libtensorflow_cc.so.1.14.0-2.params
-  ln -s libtensorflow_cc.so.1.14.0 "${pkgdir}"/usr/lib/libtensorflow_cc.so.1
-  ln -s libtensorflow_cc.so.1 "${pkgdir}"/usr/lib/libtensorflow_cc.so
-  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so.1.14.0 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.1.14.0
-  install -Dm755 
bazel-bin/tensorflow/libtensorflow_framework.so.1.14.0-2.params 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.1.14.0-2.params
-  ln -s libtensorflow_framework.so.1.14.0 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.1
-  ln -s libtensorflow_framework.so.1 
"${pkgdir}"/usr/lib/libtensorflow_framework.so
+  install -Dm755 bazel-bin/tensorflow/libtensorflow.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow.so.${pkgver}
+  install -Dm755 bazel-bin/tensorflow/libtensorflow.so.${pkgver}-2.params 
"${pkgdir}"/usr/lib/libtensorflow.so.${pkgver}-2.params
+  ln -s libtensorflow.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow.so.${pkgver:0:1}
+  ln -s libtensorflow.so.${pkgver:0:1} "${pkgdir}"/usr/lib/libtensorflow.so
+  install -Dm755 bazel-bin/tensorflow/libtensorflow_cc.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow_cc.so.${pkgver}
+  install -Dm755 bazel-bin/tensorflow/libtensorflow_cc.so.${pkgver}-2.params 
"${pkgdir}"/usr/lib/libtensorflow_cc.so.${pkgver}-2.params
+  ln -s libtensorflow_cc.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow_cc.so.${pkgver:0:1}
+  ln -s libtensorflow_cc.so.${pkgver:0:1} 
"${pkgdir}"/usr/lib/libtensorflow_cc.so
+  install -Dm755 bazel-bin/tensorflow/libtensorflow_framework.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.${pkgver}
+  install -Dm755 
bazel-bin/tensorflow/libtensorflow_framework.so.${pkgver}-2.params 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.${pkgver}-2.params
+  ln -s libtensorflow_framework.so.${pkgver} 
"${pkgdir}"/usr/lib/libtensorflow_framework.so.${pkgver:0:1}
+  ln -s libtensorflow_framework.so.${pkgver:0:1} 
"${pkgdir}"/usr/lib/libtensorflow_framework.so
   install -Dm644 tensorflow/c/c_api.h 
"${pkgdir}"/usr/include/tensorflow/tensorflow/c/c_api.h
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 09:08:07
  Author: jlichtblau
Revision: 500052

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 500051, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 09:07:59 UTC (rev 500051)
+++ PKGBUILD2019-08-18 09:08:07 UTC (rev 500052)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.57.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('fe71e3dd5476cf3eb653ed9947d52a2001e20835f7b118fc6b0bf206c7f7a5fc')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 500051, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 09:08:07 UTC (rev 500052)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.57.2
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('435267c639ce58daea14c1f7d1f64bdd9176d20bd5719457e11051b88a6fffe6')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 09:07:59
  Author: jlichtblau
Revision: 500051

upgpkg: hugo 0.57.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 08:45:08 UTC (rev 500050)
+++ PKGBUILD2019-08-18 09:07:59 UTC (rev 500051)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.57.0
+pkgver=0.57.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('fe71e3dd5476cf3eb653ed9947d52a2001e20835f7b118fc6b0bf206c7f7a5fc')
+sha256sums=('435267c639ce58daea14c1f7d1f64bdd9176d20bd5719457e11051b88a6fffe6')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 08:45:08
  Author: jlichtblau
Revision: 500050

archrelease: copy trunk to community-x86_64

Added:
  tinyxml2/repos/community-x86_64/PKGBUILD
(from rev 500049, tinyxml2/trunk/PKGBUILD)
Deleted:
  tinyxml2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 08:45:01 UTC (rev 500049)
+++ PKGBUILD2019-08-18 08:45:08 UTC (rev 500050)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dhead666 
-
-pkgname=tinyxml2
-pkgver=7.0.1
-pkgrel=1
-pkgdesc='Simple XML parser made for easy integration'
-arch=('x86_64')
-url='http://www.grinninglizard.com/tinyxml2'
-license=('zlib')
-makedepends=('cmake' 'ninja' 'setconf')
-source=($pkgname-$pkgver.tar.gz::https://github.com/leethomason/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6')
-
-prepare() {
-  grep License -A20 "$pkgname-$pkgver/readme.md" > LICENSE
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/leethomason/tinyxml2
-# vim: ts=2 sw=2 et:

Copied: tinyxml2/repos/community-x86_64/PKGBUILD (from rev 500049, 
tinyxml2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 08:45:08 UTC (rev 500050)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dhead666 
+
+pkgname=tinyxml2
+pkgver=7.1.0
+pkgrel=1
+pkgdesc='Simple XML parser made for easy integration'
+arch=('x86_64')
+url='http://www.grinninglizard.com/tinyxml2'
+license=('zlib')
+makedepends=('cmake' 'ninja' 'setconf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/leethomason/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3')
+
+prepare() {
+  grep License -A20 "$pkgname-$pkgver/readme.md" > LICENSE
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/leethomason/tinyxml2
+# vim: ts=2 sw=2 et:


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 08:45:01
  Author: jlichtblau
Revision: 500049

upgpkg: tinyxml2 7.1.0-1 - new upstream release

Modified:
  tinyxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 08:42:29 UTC (rev 500048)
+++ PKGBUILD2019-08-18 08:45:01 UTC (rev 500049)
@@ -3,7 +3,7 @@
 # Contributor: dhead666 
 
 pkgname=tinyxml2
-pkgver=7.0.1
+pkgver=7.1.0
 pkgrel=1
 pkgdesc='Simple XML parser made for easy integration'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('zlib')
 makedepends=('cmake' 'ninja' 'setconf')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/leethomason/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a381729e32b6c2916a23544c04f342682d38b3f6e6c0cad3c25e900c3a7ef1a6')
+sha256sums=('68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3')
 
 prepare() {
   grep License -A20 "$pkgname-$pkgver/readme.md" > LICENSE


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 08:42:29
  Author: jlichtblau
Revision: 500048

archrelease: copy trunk to community-any

Added:
  subdl/repos/community-any/PKGBUILD
(from rev 500047, subdl/trunk/PKGBUILD)
Deleted:
  subdl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-18 08:42:21 UTC (rev 500047)
+++ PKGBUILD2019-08-18 08:42:29 UTC (rev 500048)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: rich_o 
-
-pkgname=subdl
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
-arch=('any')
-url="https://github.com/alexanderwink/$pkgname;
-license=('GPL3')
-depends=('python')
-makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
-sha256sums=('SKIP')
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 500047, 
subdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-18 08:42:29 UTC (rev 500048)
@@ -0,0 +1,21 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: rich_o 
+
+pkgname=subdl
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
+arch=('any')
+url="https://github.com/alexanderwink/$pkgname;
+license=('GPL3')
+depends=('python')
+makedepends=('git')
+source=(git+https://github.com/alexanderwink/subdl.git#commit=ca858745049548224fd3ee2157864340ebbd8164)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
+}


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

2019-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, August 18, 2019 @ 08:42:21
  Author: jlichtblau
Revision: 500047

upgpkg: subdl 1.1.2-1 - new upstream release

Modified:
  subdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-18 04:01:14 UTC (rev 500046)
+++ PKGBUILD2019-08-18 08:42:21 UTC (rev 500047)
@@ -3,7 +3,7 @@
 # Contributor: rich_o 
 
 pkgname=subdl
-pkgver=1.1.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=ca858745049548224fd3ee2157864340ebbd8164)
 sha256sums=('SKIP')
 
 package() {
   cd "${srcdir}"/$pkgname
 
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
 }