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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 09:10:57
  Author: felixonmars
Revision: 498137

archrelease: copy trunk to community-testing-x86_64

Added:
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 498136, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/rebuild.list
(from rev 498136, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-testing-x86_64/PKGBUILD
  nodejs/repos/community-testing-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |4 -
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 09:10:45 UTC (rev 498136)
+++ PKGBUILD2019-08-07 09:10:57 UTC (rev 498137)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=12.7.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('31cd5e46c4a6a9709aab28a4f87ce4bc642b874ba91e3101c4e3b488eb967cece90d030b31500ee2e1e633e09f0e753feef7b33c8fa2478d26ea35acc6a0c026')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-x86_64/PKGBUILD (from rev 498136, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 09:10:57 UTC (rev 498137)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=12.8.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('d948b0151e6010d94d06ce726edc58405a823d212a3ba5a353b1e18bfa9a24cfcce4d0146fb0f29be4e71a374c1ea84acafdba50535ae1512ed93a8db8d468ea')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+

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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 09:10:45
  Author: felixonmars
Revision: 498136

upgpkg: nodejs 12.8.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 08:52:07 UTC (rev 498135)
+++ PKGBUILD2019-08-07 09:10:45 UTC (rev 498136)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=12.7.0
+pkgver=12.8.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('31cd5e46c4a6a9709aab28a4f87ce4bc642b874ba91e3101c4e3b488eb967cece90d030b31500ee2e1e633e09f0e753feef7b33c8fa2478d26ea35acc6a0c026')
+sha512sums=('d948b0151e6010d94d06ce726edc58405a823d212a3ba5a353b1e18bfa9a24cfcce4d0146fb0f29be4e71a374c1ea84acafdba50535ae1512ed93a8db8d468ea')
 
 prepare() {
   cd node-$pkgver


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 08:51:57
  Author: felixonmars
Revision: 498134

upgpkg: python-invoke 1.3.0-1

Modified:
  python-invoke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 07:49:56 UTC (rev 498133)
+++ PKGBUILD2019-08-07 08:51:57 UTC (rev 498134)
@@ -2,8 +2,8 @@
 
 pkgbase=python-invoke
 pkgname=(python-invoke python2-invoke)
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Pythonic task execution"
 url="https://github.com/pyinvoke/invoke;
 license=('BSD')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-pytest-relaxed' 'python2-pytest-relaxed')
 source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
-sha512sums=('354353d6fc359167ff36f999a6158c7f8dae1cd0d91ff5f344248a9b60e2ab3cdaf84d69b58e839d70b727e9417ab13cf84953b6f17c66d0f7aab839f13512dd')
+sha512sums=('c33e383d92065d2b9ca75dff3d51e46f19245a156535835b7545cf26ab4f839db7cac95328c4f370cda1a61432cc2ab85ba0f88b67f4b0c3a57cbeaff591e34c')
 
 prepare() {
   find invoke-$pkgver -type f -name '*.pyc' -delete


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 08:52:07
  Author: felixonmars
Revision: 498135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 08:51:57 UTC (rev 498134)
+++ PKGBUILD2019-08-07 08:52:07 UTC (rev 498135)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-invoke
-pkgname=(python-invoke python2-invoke)
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Pythonic task execution"
-url="https://github.com/pyinvoke/invoke;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-pytest-relaxed' 'python2-pytest-relaxed')
-source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
-sha512sums=('354353d6fc359167ff36f999a6158c7f8dae1cd0d91ff5f344248a9b60e2ab3cdaf84d69b58e839d70b727e9417ab13cf84953b6f17c66d0f7aab839f13512dd')
-
-prepare() {
-  find invoke-$pkgver -type f -name '*.pyc' -delete
-  cp -a invoke-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/invoke-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/invoke-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/invoke-$pkgver
-  python setup.py pytest || warning "Tests failed"
-
-  cd "$srcdir"/invoke-$pkgver-py2
-  python2 setup.py pytest || warning "Tests failed"
-}
-
-package_python-invoke() {
-  depends=('python')
-
-  cd invoke-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-invoke() {
-  depends=('python2')
-
-  cd invoke-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}

Copied: python-invoke/repos/community-any/PKGBUILD (from rev 498134, 
python-invoke/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 08:52:07 UTC (rev 498135)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-invoke
+pkgname=(python-invoke python2-invoke)
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Pythonic task execution"
+url="https://github.com/pyinvoke/invoke;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-pytest-relaxed' 'python2-pytest-relaxed')
+source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz;)
+sha512sums=('c33e383d92065d2b9ca75dff3d51e46f19245a156535835b7545cf26ab4f839db7cac95328c4f370cda1a61432cc2ab85ba0f88b67f4b0c3a57cbeaff591e34c')
+
+prepare() {
+  find invoke-$pkgver -type f -name '*.pyc' -delete
+  cp -a invoke-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/invoke-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/invoke-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/invoke-$pkgver
+  python setup.py pytest || warning "Tests failed"
+
+  cd "$srcdir"/invoke-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-invoke() {
+  depends=('python')
+
+  cd invoke-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-invoke() {
+  depends=('python2')
+
+  cd invoke-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  for _exe in "$pkgdir"/usr/bin/*; do
+mv "$_exe"{,2}
+  done
+}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 07:49:46
  Author: felixonmars
Revision: 498132

upgpkg: npm 6.10.3-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:25:57 UTC (rev 498131)
+++ PKGBUILD2019-08-07 07:49:46 UTC (rev 498132)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=6.10.2
+pkgver=6.10.3
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('procps-ng' 'marked-man')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('b509046bb119ea431538d529bf19f970b5331e2950a5af0d2f7b5296274cd6fa734d6f8c0b3bef992082779d6476442e062b63a89216c858b9f060fc1a5c32ea')
+sha512sums=('af173c31c7713c83b083d5be1b75503db24d2228a942c94ee38757b847a15cf309abfe403328239085c93c1f6f42c3859fda4c88b8b80a07cb8d6f8b6b35b7f2')
 
 prepare() {
   cd cli-$pkgver


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 07:49:56
  Author: felixonmars
Revision: 498133

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 498132, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 07:49:46 UTC (rev 498132)
+++ PKGBUILD2019-08-07 07:49:56 UTC (rev 498133)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=6.10.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'semver')
-makedepends=('procps-ng' 'marked-man')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('b509046bb119ea431538d529bf19f970b5331e2950a5af0d2f7b5296274cd6fa734d6f8c0b3bef992082779d6476442e062b63a89216c858b9f060fc1a5c32ea')
-
-prepare() {
-  cd cli-$pkgver
-  mkdir -p node_modules/.bin
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-
-  mkdir -p man/man1
-}
-
-build() {
-  cd cli-$pkgver
-  make
-}
-
-package() {
-  cd cli-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
-"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 498132, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 07:49:56 UTC (rev 498133)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=6.10.3
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'semver')
+makedepends=('procps-ng' 'marked-man')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('af173c31c7713c83b083d5be1b75503db24d2228a942c94ee38757b847a15cf309abfe403328239085c93c1f6f42c3859fda4c88b8b80a07cb8d6f8b6b35b7f2')
+
+prepare() {
+  cd cli-$pkgver
+  mkdir -p node_modules/.bin
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+
+  mkdir -p man/man1
+}
+
+build() {
+  cd cli-$pkgver
+  make
+}
+
+package() {
+  cd cli-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  sed -i '/node-gyp.js/c\  exec /usr/bin/node-gyp "$@"' \
+"$_npmdir"/node_modules/npm-lifecycle/node-gyp-bin/node-gyp \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
+
+  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in aspell/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 07:48:43
  Author: felixonmars
Revision: 359282

archrelease: copy trunk to extra-x86_64

Added:
  aspell/repos/extra-x86_64/PKGBUILD
(from rev 359281, aspell/trunk/PKGBUILD)
Deleted:
  aspell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 07:48:17 UTC (rev 359281)
+++ PKGBUILD2019-08-07 07:48:43 UTC (rev 359282)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jochem Kossen 
-# Contributor: dorphell 
-# Contributor: Thayer Williams 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aspell
-_pkgver=0.60.7-rc1
-pkgver=${_pkgver/-/}
-_pkgmajorver=0.60
-pkgrel=1
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('x86_64')
-url="http://aspell.net/;
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-source=("https://github.com/GNUAspell/aspell/archive/rel-$_pkgver.tar.gz;)
-sha512sums=('8ba34c2de543f82d4f638dca945a6e465e3c21ffd1b8a2f08b6c6b7b326c78d15c35607257e2e9939c61e95fc06951d06249eb5d2847a8750b592c11d4402875')
-
-build() {
-  cd $pkgname-rel-$_pkgver
-  PERL_USE_UNSAFE_INC=1 ./autogen
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-rel-$_pkgver
-  make DESTDIR="$pkgdir" install
-  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
-}

Copied: aspell/repos/extra-x86_64/PKGBUILD (from rev 359281, 
aspell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 07:48:43 UTC (rev 359282)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.7
+_pkgmajorver=0.60
+pkgrel=1
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('x86_64')
+url="http://aspell.net/;
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz;)
+sha512sums=('102a2d3db69ba54cc2dc99fd6f5c905ca7738dca97dbedb5d3f1d88ad91477c44b74f1d34e54d4ba61dcefd27813eb60a7626ff99df3264a2cf375c079c304da')
+
+build() {
+  cd $pkgname-rel-$pkgver
+  PERL_USE_UNSAFE_INC=1 ./autogen
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-rel-$pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
+}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 07:48:17
  Author: felixonmars
Revision: 359281

upgpkg: aspell 0.60.7-1

Modified:
  aspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:10:56 UTC (rev 359280)
+++ PKGBUILD2019-08-07 07:48:17 UTC (rev 359281)
@@ -5,8 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aspell
-_pkgver=0.60.7-rc1
-pkgver=${_pkgver/-/}
+pkgver=0.60.7
 _pkgmajorver=0.60
 pkgrel=1
 pkgdesc="A spell checker designed to eventually replace Ispell"
@@ -15,11 +14,11 @@
 license=('LGPL')
 depends=('gcc-libs' 'ncurses')
 optdepends=('perl: to import old dictionaries')
-source=("https://github.com/GNUAspell/aspell/archive/rel-$_pkgver.tar.gz;)
-sha512sums=('8ba34c2de543f82d4f638dca945a6e465e3c21ffd1b8a2f08b6c6b7b326c78d15c35607257e2e9939c61e95fc06951d06249eb5d2847a8750b592c11d4402875')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz;)
+sha512sums=('102a2d3db69ba54cc2dc99fd6f5c905ca7738dca97dbedb5d3f1d88ad91477c44b74f1d34e54d4ba61dcefd27813eb60a7626ff99df3264a2cf375c079c304da')
 
 build() {
-  cd $pkgname-rel-$_pkgver
+  cd $pkgname-rel-$pkgver
   PERL_USE_UNSAFE_INC=1 ./autogen
   ./configure --prefix=/usr --sysconfdir=/etc
   make
@@ -26,7 +25,7 @@
 }
 
 package() {
-  cd $pkgname-rel-$_pkgver
+  cd $pkgname-rel-$pkgver
   make DESTDIR="$pkgdir" install
   ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
 }


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:25:46
  Author: felixonmars
Revision: 498130

upgpkg: python-daiquiri 1.6.0-1

Modified:
  python-daiquiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:25:38 UTC (rev 498129)
+++ PKGBUILD2019-08-07 06:25:46 UTC (rev 498130)
@@ -2,7 +2,7 @@
 
 pkgbase=python-daiquiri
 pkgname=('python-daiquiri' 'python2-daiquiri')
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Library to configure Python logging easily'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-testrepository' 'python2-testrepository' 
'python-testtools'
   'python2-testtools' 'python-json-logger' 'python2-json-logger')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz;)
-sha512sums=('c1da590be4e546415fa16ee6ee08b5dc5fbbf572e4488c15907df7bb65800aedb59dd5f90bf7ff25a4b4d7796efaf40680372cd371fc6c9d25425e33afa3bb10')
+sha512sums=('29eb2aa70267042703307ad7776ad022620f08f9edd23b0be97e4afde1c2efa6193a928d04dfdf410220bceec4bc2a3288a614a1a7259df891751488d62bf629')
 
 prepare() {
   cp -a daiquiri-$pkgver{,-py2}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:25:38
  Author: felixonmars
Revision: 498129

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 06:25:26 UTC (rev 498128)
+++ PKGBUILD2019-08-07 06:25:38 UTC (rev 498129)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-stestr
-pkgname=(python-stestr python2-stestr)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A test runner runner similar to testrepository"
-url="https://stestr.readthedocs.io/en/latest/;
-license=('Apache')
-arch=('any')
-makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
- 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
- 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
- 'python2-voluptuous')
-checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
-  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
-  'python2-coverage' 'python-ddt' 'python2-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
-sha512sums=('a142abc4837396210e1eb1e15575b08e982fba473910221c776bd6606be9a3ac1456374f63cde9a3ca3c465328f26c49ddf4e6290ec1052ba938761fe0c996a3')
-
-prepare() {
-  cp -a stestr-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-}
-
-package_python-stestr() {
-  depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 
'python-fixtures'
-   'python-testtools' 'python-yaml' 'python-voluptuous')
-
-  cd stestr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-stestr() {
-  depends=('python2-future' 'python2-cliff' 'python2-pbr' 'python2-subunit' 
'python2-fixtures'
-   'python2-testtools' 'python2-yaml' 'python2-voluptuous')
-
-  cd stestr-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/stestr{,2}
-}

Copied: python-stestr/repos/community-any/PKGBUILD (from rev 498128, 
python-stestr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 06:25:38 UTC (rev 498129)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-stestr
+pkgname=(python-stestr python2-stestr)
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A test runner runner similar to testrepository"
+url="https://stestr.readthedocs.io/en/latest/;
+license=('Apache')
+arch=('any')
+makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
+ 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
+ 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
+ 'python2-voluptuous')
+checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
+  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
+  'python2-coverage' 'python-ddt' 'python2-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
+sha512sums=('263914589cca3331040a3531128430871c26efc8a3bac022000a379ec844787ea0bbbf5823d0236687005ebfa254fd887ce70e09db8d3a8c2e72c56402eb4f0b')
+
+prepare() {
+  cp -a stestr-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/stestr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages"
+export PATH="$PWD/tmp_install/usr/bin:$PATH"
+stestr run || warning "Tests failed"
+  )
+
+  cd 

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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:25:57
  Author: felixonmars
Revision: 498131

archrelease: copy trunk to community-testing-any

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

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

Copied: python-daiquiri/repos/community-testing-any/PKGBUILD (from rev 498130, 
python-daiquiri/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-08-07 06:25:57 UTC (rev 498131)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-daiquiri
+pkgname=('python-daiquiri' 'python2-daiquiri')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Library to configure Python logging easily'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/daiquiri'
+makedepends=('python-pbr' 'python2-pbr')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-testtools'
+  'python2-testtools' 'python-json-logger' 'python2-json-logger')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz;)
+sha512sums=('29eb2aa70267042703307ad7776ad022620f08f9edd23b0be97e4afde1c2efa6193a928d04dfdf410220bceec4bc2a3288a614a1a7259df891751488d62bf629')
+
+prepare() {
+  cp -a daiquiri-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/daiquiri-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/daiquiri-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/daiquiri-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/daiquiri-$pkgver-py2
+  python2 setup.py testr
+}
+
+package_python-daiquiri() {
+  depends=('python')
+  optdepends=('python-json-logger: For JSON support')
+
+  cd daiquiri-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-daiquiri() {
+  depends=('python2')
+  optdepends=('python2-json-logger: For JSON support')
+
+  cd daiquiri-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:25:26
  Author: felixonmars
Revision: 498128

upgpkg: python-stestr 2.5.0-1

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:24:14 UTC (rev 498127)
+++ PKGBUILD2019-08-07 06:25:26 UTC (rev 498128)
@@ -4,7 +4,7 @@
 
 pkgbase=python-stestr
 pkgname=(python-stestr python2-stestr)
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/;
@@ -18,7 +18,7 @@
   'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
   'python2-coverage' 'python-ddt' 'python2-ddt')
 source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
-sha512sums=('a142abc4837396210e1eb1e15575b08e982fba473910221c776bd6606be9a3ac1456374f63cde9a3ca3c465328f26c49ddf4e6290ec1052ba938761fe0c996a3')
+sha512sums=('263914589cca3331040a3531128430871c26efc8a3bac022000a379ec844787ea0bbbf5823d0236687005ebfa254fd887ce70e09db8d3a8c2e72c56402eb4f0b')
 
 prepare() {
   cp -a stestr-$pkgver{,-py2}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:24:01
  Author: felixonmars
Revision: 498126

upgpkg: python-flaky 3.6.1-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:23:50 UTC (rev 498125)
+++ PKGBUILD2019-08-07 06:24:01 UTC (rev 498126)
@@ -2,7 +2,7 @@
 
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
   'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
-sha512sums=('d1a7cd6f3e87adb85737b0fbbe238367dcc4e5d766c98bf8f2169e72445e5617bc8ecc348b1c14fb5ff3b1e0856d382c62f70fb784d7cafd5cad62461180')
+sha512sums=('7b9351e1d71ff56a77987e72e96d5dcda12b06bb29b5b1583a10b3d56ef50da94edc6a164107cc77fe51b018066af2c74ec60bf1cac9c53e3003a290b3e475f3')
 
 prepare() {
   cp -a flaky-$pkgver{,-py2}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:24:14
  Author: felixonmars
Revision: 498127

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 06:24:01 UTC (rev 498126)
+++ PKGBUILD2019-08-07 06:24:14 UTC (rev 498127)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
-sha512sums=('d1a7cd6f3e87adb85737b0fbbe238367dcc4e5d766c98bf8f2169e72445e5617bc8ecc348b1c14fb5ff3b1e0856d382c62f70fb784d7cafd5cad62461180')
-
-prepare() {
-  cp -a flaky-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 498126, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 06:24:14 UTC (rev 498127)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz;)
+sha512sums=('7b9351e1d71ff56a77987e72e96d5dcda12b06bb29b5b1583a10b3d56ef50da94edc6a164107cc77fe51b018066af2c74ec60bf1cac9c53e3003a290b3e475f3')
+
+prepare() {
+  cp -a flaky-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flaky-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd 

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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:23:50
  Author: felixonmars
Revision: 498125

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 06:23:23 UTC (rev 498124)
+++ PKGBUILD2019-08-07 06:23:50 UTC (rev 498125)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jsbeautifier
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-depends=('python-six' 'python-editorconfig')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('a09e3c59cbb33ca95ef79d3e8341a7de1941f4da8f05c6fc06df70627a0b77e8ad7939b8ee659e1876212db34940a82b9b3caf6f91fea373e15562b5838696ec')
-
-build() {
-  cd js-beautify-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd js-beautify-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 498124, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 06:23:50 UTC (rev 498125)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jsbeautifier
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+depends=('python-six' 'python-editorconfig')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('6a65bcf0a0c2277c40d3eed6be47152aa4b27cd7613100b411522a18381fe15c2cf92ca64d5dcb1b65903e2ee47ac6be9a2b9c1b8d5d4caa7250e7af8454a49c')
+
+build() {
+  cd js-beautify-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd js-beautify-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-08-07 Thread Felix Yan via arch-commits
Date: Wednesday, August 7, 2019 @ 06:23:23
  Author: felixonmars
Revision: 498124

upgpkg: python-jsbeautifier 1.10.2-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 03:45:24 UTC (rev 498123)
+++ PKGBUILD2019-08-07 06:23:23 UTC (rev 498124)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-jsbeautifier
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('a09e3c59cbb33ca95ef79d3e8341a7de1941f4da8f05c6fc06df70627a0b77e8ad7939b8ee659e1876212db34940a82b9b3caf6f91fea373e15562b5838696ec')
+sha512sums=('6a65bcf0a0c2277c40d3eed6be47152aa4b27cd7613100b411522a18381fe15c2cf92ca64d5dcb1b65903e2ee47ac6be9a2b9c1b8d5d4caa7250e7af8454a49c')
 
 build() {
   cd js-beautify-$pkgver/python


[arch-commits] Commit in linux-zen/repos (7 files)

2019-08-07 Thread Jan Steffens via arch-commits
Date: Wednesday, August 7, 2019 @ 06:10:56
  Author: heftig
Revision: 359280

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 359278, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 359278, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 359278, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 359278, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 359278, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 359278, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10435 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10730 insertions(+)

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


[arch-commits] Commit in linux/repos (7 files)

2019-08-07 Thread Jan Steffens via arch-commits
Date: Wednesday, August 7, 2019 @ 06:10:55
  Author: heftig
Revision: 359279

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 359278, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 359278, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 359278, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 359278, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 359278, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 359278, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10403 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10698 insertions(+)

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


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

2019-08-07 Thread Jan Steffens via arch-commits
Date: Wednesday, August 7, 2019 @ 06:10:19
  Author: heftig
Revision: 359278

5.2.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 06:10:17 UTC (rev 359277)
+++ PKGBUILD2019-08-07 06:10:19 UTC (rev 359278)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.2.6-arch1
+_srcver=5.2.7-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-08-07 Thread Jan Steffens via arch-commits
Date: Wednesday, August 7, 2019 @ 06:10:17
  Author: heftig
Revision: 359277

5.2.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-07 04:19:38 UTC (rev 359276)
+++ PKGBUILD2019-08-07 06:10:17 UTC (rev 359277)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.2.6-zen1
+_srcver=5.2.7-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


<    1   2   3