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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:13:45
  Author: felixonmars
Revision: 329506

upgpkg: python-pylint 2.0.1-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 06:39:41 UTC (rev 329505)
+++ PKGBUILD2018-07-24 07:13:45 UTC (rev 329506)
@@ -5,8 +5,8 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-pylint
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
 url="http://pylint.org";
@@ -16,7 +16,7 @@
 optdepends=('tk: Pylint GUI'
 'graphviz: To have other output formats than dot or vcg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
-sha512sums=('2995557d790349de8db8c1967c0d58dde16adf37886caf8290f05d34ba987bd64380551c6ff578cefa761415972051e25ab1a0a8ab822f854bd5bdbeef5c7472')
+sha512sums=('ec9e846ac01fd82c53d7fc1e49ab21ea89c8dc5ef74c55fb43e764200b5eb76803a1374339254c35652b1452205ab82fa1d6d385cf0ca4689b787f23598ab87f')
 
 prepare() {
   sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py


[arch-commits] Commit in python-pylint/repos/staging-any (PKGBUILD PKGBUILD)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:14:10
  Author: felixonmars
Revision: 329507

archrelease: copy trunk to staging-any

Added:
  python-pylint/repos/staging-any/PKGBUILD
(from rev 329506, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:13:45 UTC (rev 329506)
+++ PKGBUILD2018-07-24 07:14:10 UTC (rev 329507)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-pylint
-pkgver=2.0
-pkgrel=2
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org";
-license=('GPL')
-depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
-checkdepends=('python-pytest-runner' 'mpdecimal')
-optdepends=('tk: Pylint GUI'
-'graphviz: To have other output formats than dot or vcg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
-sha512sums=('2995557d790349de8db8c1967c0d58dde16adf37886caf8290f05d34ba987bd64380551c6ff578cefa761415972051e25ab1a0a8ab822f854bd5bdbeef5c7472')
-
-prepare() {
-  sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py
-
-  cd "$srcdir"/pylint-pylint-$pkgver/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-}
-
-build() {
-  cd "$srcdir"/pylint-pylint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pylint-pylint-$pkgver
-  # https://github.com/PyCQA/pylint/issues/2288
-  python setup.py pytest || warning "Tests failed"
-}
-
-package() {
-  depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
-
-  cd pylint-pylint-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-
-  install -d "$pkgdir"/usr/share/man/man1
-  install -m644 man/* "$pkgdir"/usr/share/man/man1
-}

Copied: python-pylint/repos/staging-any/PKGBUILD (from rev 329506, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 07:14:10 UTC (rev 329507)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-pylint
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
+checkdepends=('python-pytest-runner' 'mpdecimal')
+optdepends=('tk: Pylint GUI'
+'graphviz: To have other output formats than dot or vcg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pylint/archive/pylint-$pkgver.tar.gz";)
+sha512sums=('ec9e846ac01fd82c53d7fc1e49ab21ea89c8dc5ef74c55fb43e764200b5eb76803a1374339254c35652b1452205ab82fa1d6d385cf0ca4689b787f23598ab87f')
+
+prepare() {
+  sed -i 's/pytest<3.3/pytest/' pylint-pylint-$pkgver/setup.py
+
+  cd "$srcdir"/pylint-pylint-$pkgver/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pylint-pylint-$pkgver
+  # https://github.com/PyCQA/pylint/issues/2288
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  depends=('python-astroid' 'python-setuptools' 'python-mccabe' 'python-isort')
+
+  cd pylint-pylint-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+
+  install -d "$pkgdir"/usr/share/man/man1
+  install -m644 man/* "$pkgdir"/usr/share/man/man1
+}


[arch-commits] Commit in deepin-system-monitor/trunk (PKGBUILD)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:14:21
  Author: felixonmars
Revision: 363257

upgpkg: deepin-system-monitor 1.4.5-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 06:27:04 UTC (rev 363256)
+++ PKGBUILD2018-07-24 07:14:21 UTC (rev 363257)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-system-monitor";
@@ -15,7 +15,7 @@
 groups=('deepin')
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";)
-sha512sums=('38058c8bf1b362e469fa640034adf1750d7ca532be488ded27fa44c1eca2f4886569e7e9bdd356d214416cfda9a1c636b18cc35ddb86db158b8929416e63fe36')
+sha512sums=('1f939ada7f8d03ad162bb0016f4d3b90b8c7ea9f18198ba6ef7c7692b81aaf1f8a8aaf82ce7f0ffa8e325262333f4c861c532debc78f9cebfbeca7b11947d227')
 
 prepare() {
   cd deepin-system-monitor-$pkgver


[arch-commits] Commit in deepin-system-monitor/repos/community-x86_64 (4 files)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:14:46
  Author: felixonmars
Revision: 363258

archrelease: copy trunk to community-x86_64

Added:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 363257, deepin-system-monitor/trunk/PKGBUILD)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 363257, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install

---+
 PKGBUILD  |   70 
 deepin-system-monitor.install |   14 
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:14:21 UTC (rev 363257)
+++ PKGBUILD2018-07-24 07:14:46 UTC (rev 363258)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=1.4.4
-pkgrel=2
-pkgdesc='A more user-friendly system monitor'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'nethogs' 'libcap')
-makedepends=('qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";)
-sha512sums=('38058c8bf1b362e469fa640034adf1750d7ca532be488ded27fa44c1eca2f4886569e7e9bdd356d214416cfda9a1c636b18cc35ddb86db158b8929416e63fe36')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  rm -r nethogs
-  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-x86_64/PKGBUILD (from rev 363257, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 07:14:46 UTC (rev 363258)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'nethogs' 'libcap')
+makedepends=('qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz";)
+sha512sums=('1f939ada7f8d03ad162bb0016f4d3b90b8c7ea9f18198ba6ef7c7692b81aaf1f8a8aaf82ce7f0ffa8e325262333f4c861c532debc78f9cebfbeca7b11947d227')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  rm -r nethogs
+  sed -i 's|error("Build nethogs static library failed.")||' 
deepin-system-monitor.pro
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-system-monitor.install
===
--- deepin-system-monitor.install   2018-07-24 07:14:21 UTC (rev 363257)
+++ deepin-system-monitor.install   2018-07-24 07:14:46 UTC (rev 363258)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
-}
-
-post_upgrade() {
-  post_install
-}

Copied: 
deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install 
(from rev 363257, deepin-system-monitor/trunk/deepin-system-monitor.install)
===
--- deepin-system-monitor.install   (rev 0)
+++ deepin-system-monitor.install   2018-07-24 07:14:46 UTC (rev 363258)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_kill,cap_net_raw,cap_dac_read_search,cap_sys_ptrace+ep 
usr/bin/deepin-system-monitor
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in deepin-screen-recorder/trunk (PKGBUILD)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:17:13
  Author: felixonmars
Revision: 363259

upgpkg: deepin-screen-recorder 2.7.5-1

Modified:
  deepin-screen-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:14:46 UTC (rev 363258)
+++ PKGBUILD2018-07-24 07:17:13 UTC (rev 363259)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screen-recorder
-pkgver=2.7.4
-pkgrel=2
+pkgver=2.7.5
+pkgrel=1
 pkgdesc='Deepin Screen Recorder'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-screen-recorder";
@@ -13,8 +13,8 @@
 depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
 makedepends=('qt5-tools')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('33287c5e4ca977c387c20373f5d7ffe955e6b60e37100fa1bac7d8238ed09465968b38267601eeb2617ceeaa52ec0ca3f08bff71a7fe8e95bb877fc2b15deeb0')
 
 build(){
   cd deepin-screen-recorder-$pkgver


[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (2 files)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:17:46
  Author: felixonmars
Revision: 363260

archrelease: copy trunk to community-x86_64

Added:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 363259, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:17:13 UTC (rev 363259)
+++ PKGBUILD2018-07-24 07:17:46 UTC (rev 363260)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.7.4
-pkgrel=2
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder";
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 
363259, deepin-screen-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 07:17:46 UTC (rev 363260)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.7.5
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder";
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('33287c5e4ca977c387c20373f5d7ffe955e6b60e37100fa1bac7d8238ed09465968b38267601eeb2617ceeaa52ec0ca3f08bff71a7fe8e95bb877fc2b15deeb0')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:37:54
  Author: svenstaro
Revision: 363262

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 363261, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 363261, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/b41b2de702c26bfbbe375c70c48293a75546df42.patch
(from rev 363261, 
gitlab/trunk/b41b2de702c26bfbbe375c70c48293a75546df42.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 363261, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 363261, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 363261, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 363261, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 363261, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 363261, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 363261, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 363261, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 363261, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 363261, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/b41b2de702c26bfbbe375c70c48293a75546df42.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  431 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +-
 b41b2de702c26bfbbe375c70c48293a75546df42.patch |  136 +++
 gitlab-backup.service  |   40 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 +-
 gitlab-sidekiq.service |   62 +--
 gitlab-unicorn.service |   68 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 13 files changed, 502 insertions(+), 503 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:37:46 UTC (rev 363261)
+++ PKGBUILD2018-07-24 07:37:54 UTC (rev 363262)
@@ -1,216 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=11.0.4
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver}";
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-b41b2de702c26bfbbe375c70c48293a75546df42.patch)
-install='gitlab.install'
-s

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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:37:46
  Author: svenstaro
Revision: 363261

upgpkg: gitlab 11.1.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:17:46 UTC (rev 363260)
+++ PKGBUILD2018-07-24 07:37:46 UTC (rev 363261)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.0.4
+pkgver=11.1.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,7 +36,7 @@
 gitlab.logrotate
 b41b2de702c26bfbbe375c70c48293a75546df42.patch)
 install='gitlab.install'
-sha512sums=('1591214483551e321005156d94d95bcab058ab43d89941ab0bac674e9bd910a1be9fe89f5c6d932ca9fcd8b4e00f0c4fcfb883e846e0ec977ef715d8a0f32a1d'
+sha512sums=('aca2a76f454ebc8882d2a878262a4fb35883b7fd32aaa84e263c1aca013b2c282774e643a068704a6bb9fa4d4a669af24ce62431539436758bdb2d085e634973'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'
@@ -110,7 +110,6 @@
   msg "Fetching bundled gems..."
   # Gems will be installed into vendor/bundle
 
-  bundle-2.3 config build.nokogiri --use-system-libraries
   bundle-2.3 install --no-cache --deployment --without development test aws 
kerberos
 
   # We'll temporarily stick this in here so we can build the assets


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:48:53
  Author: felixonmars
Revision: 363264

archrelease: copy trunk to community-x86_64

Added:
  deepin-manual/repos/community-x86_64/PKGBUILD
(from rev 363263, deepin-manual/trunk/PKGBUILD)
Deleted:
  deepin-manual/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:48:28 UTC (rev 363263)
+++ PKGBUILD2018-07-24 07:48:53 UTC (rev 363264)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-manual
-pkgver=2.0.9.3
-pkgrel=1
-pkgdesc='Deepin User Manual'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-manual";
-license=('GPL3')
-depends=('deepin-qt5integration' 'qcef')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-manual/archive/$pkgver.tar.gz";)
-sha512sums=('0a881b1b1f17e61071490ba2f9bf8124ce916735a017f290948c4f0e59a5f977c9a993ce1e692e2cc3d152be10e51c2ffc0090295ec1eed3a06a6984e7759e9b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-manual/repos/community-x86_64/PKGBUILD (from rev 363263, 
deepin-manual/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 07:48:53 UTC (rev 363264)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-manual
+pkgver=2.0.10
+pkgrel=1
+pkgdesc='Deepin User Manual'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-manual";
+license=('GPL3')
+depends=('deepin-qt5integration' 'qcef')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-manual/archive/$pkgver.tar.gz";)
+sha512sums=('1871d3f48c1ff86cac5e4001e59a375687ea2c15ef53b4400bd3b758c57525963a241ec962a1aaaff9fcc18cf025ebfd998df5b353038e91fdc3e7a7f5dd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 07:48:28
  Author: felixonmars
Revision: 363263

upgpkg: deepin-manual 2.0.10-1

Modified:
  deepin-manual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:37:54 UTC (rev 363262)
+++ PKGBUILD2018-07-24 07:48:28 UTC (rev 363263)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-manual
-pkgver=2.0.9.3
+pkgver=2.0.10
 pkgrel=1
 pkgdesc='Deepin User Manual'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-manual/archive/$pkgver.tar.gz";)
-sha512sums=('0a881b1b1f17e61071490ba2f9bf8124ce916735a017f290948c4f0e59a5f977c9a993ce1e692e2cc3d152be10e51c2ffc0090295ec1eed3a06a6984e7759e9b')
+sha512sums=('1871d3f48c1ff86cac5e4001e59a375687ea2c15ef53b4400bd3b758c57525963a241ec962a1aaaff9fcc18cf025ebfd998df5b353038e91fdc3e7a7f5dd')
 
 prepare() {
   mkdir -p build


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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:56:45
  Author: svenstaro
Revision: 363265

upgpkg: gitlab-runner 11.1.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:48:53 UTC (rev 363264)
+++ PKGBUILD2018-07-24 07:56:45 UTC (rev 363265)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=11.0.0
+pkgver=11.1.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -19,15 +19,15 @@
 # Note: This should be built using git because the runner gets its version 
information from there and I
 # haven't found the place to patch that yet.
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver}";
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz";
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz";
+
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz";
+
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz";
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('e512c009507d26317e1d683d795bd1617189e1b8d6583060ff99d066b09a7e1694e42aa1a27d0f12f6226f67cf1606a2a8f143c686ba90b5a291310bf0cf473d'
-
'd0508862c7d9576fdaabbdcdc494bc916649c21868ab0af661a76d023fa32c21ec0ada7840872ffe689104e6941249a0ed1505a4fbfb9aaca10cf10a93ddc3de'
-
'20b0e9692c44e2c7037e5720a34ace9406594c2e98989db54440efcac52db970b921c0e98abeb3664ff937fccc6e70928fe1ac19d4953a2cd55ff264644e4877'
+sha512sums=('8ec63d82eaa1a81a2ffe4ac9ecbde93590a332b23a0386da49afe896567e542adc6c52e8d11aec676d966e96f98ac0e1213715196309b5b155ae15b0f56895cf'
+
'46a0460cfea4f8f7bb0df3fe69824fda993bab474c62d76960eb6545c1a7e4389883d42cc101e0a13ef6d242b0c5e10fb5606afaf2f1cab05f04eecd5b73826f'
+
'e57f11aa35e2d90380ffee58abf25994abb3bb6e3ae0ec31ba7740ab8f27f4a32f7e5c94439418caffe44cc493d7004504353307d967dbe785163475bb4d3b75'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


[arch-commits] Commit in gitlab-runner/repos/community-x86_64 (12 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:56:49
  Author: svenstaro
Revision: 363266

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 363265, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 363265, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 363265, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 363265, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 363265, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 363265, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  138 +++
 config.toml|2 
 gitlab-runner.install  |   12 ++--
 gitlab-runner.service  |   34 +--
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:56:45 UTC (rev 363265)
+++ PKGBUILD2018-07-24 07:56:49 UTC (rev 363266)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=11.0.0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go-pie' 'git' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
-   "prebuilt-${pkgver}-arm.tar.xz")
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver}";
-
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz";
-
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz";
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('e512c009507d26317e1d683d795bd1617189e1b8d6583060ff99d066b09a7e1694e42aa1a27d0f12f6226f67cf1606a2a8f143c686ba90b5a291310bf0cf473d'
-
'd0508862c7d9576fdaabbdcdc494bc916649c21868ab0af661a76d023fa32c21ec0ada7840872ffe689104e6941249a0ed1505a4fbfb9aaca10cf10a93ddc3de'
-
'20b0e9692c44e2c7037e5720a34ace9406594c2e98989db54440efcac52db970b921c0e98abeb3664ff937fccc6e70928fe1ac19d4953a2cd55ff264644e4877'
-
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
-
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
-
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
-
'f39c23fc06636f31c3fadb9a630c54527e8255098f18d275772cb30875d0a7463717101704070d432f2b69ab71f076a9538172a439bc307722dad2c7e260f752')
-
-_srcdir="gitlab-runner-v${pkgver}-"
-
-prepare() {
-local revision=$(ls -d ${_srcdir}* | rev | cut -c 34-40 | rev)
-
-mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
-ln -sf "${srcdir}/${_srcdir}"* 
"${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-local version=$(cat VERSION)
-
-sed -i "s/export VERSION.*/export VERSION = $version/" Makefile
-sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
-
-make version
-
-ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
-}
-
-build() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-make BUILD_PLATFORMS='-osarch linux/amd64' build
-}
-
-package() {
-cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
-
-install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
-install -Dm6

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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:59:29
  Author: svenstaro
Revision: 363267

upgpkg: gitlab-shell 2:7.1.5-1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:56:49 UTC (rev 363266)
+++ PKGBUILD2018-07-24 07:59:29 UTC (rev 363267)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=7.1.4
+pkgver=7.1.5
 pkgrel=1
 epoch=2
 pkgdesc="Git management software"
@@ -26,7 +26,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver}";
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('c53a445ea2feb9f61b25dbc558efcd055f97715802172dba8217efcd5f686a6d47b3ade11e38b53fe6ca904de8009efb964a093a44a9289fe4b59dab92ef2ebe'
+sha512sums=('3687169eb6e5a0557c7ed847a7ed5f442a8e31b2d2e3f704f4d0ea125cbe2884871f1296202ee44543e330d0163c58d10523e4aeb0514cf92f167cf61fbdf3b1'
 
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 


[arch-commits] Commit in gitlab-shell/repos/community-x86_64 (8 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 07:59:32
  Author: svenstaro
Revision: 363268

archrelease: copy trunk to community-x86_64

Added:
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 363267, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 363267, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 363267, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers
(from rev 363267, gitlab-shell/trunk/gitlab-shell.sysusers)
Deleted:
  gitlab-shell/repos/community-x86_64/PKGBUILD
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers

+
 PKGBUILD   |  194 +++
 gitlab-shell.gitconfig |   10 +-
 gitlab-shell.install   |8 -
 gitlab-shell.sysusers  |2 
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 07:59:29 UTC (rev 363267)
+++ PKGBUILD2018-07-24 07:59:32 UTC (rev 363268)
@@ -1,97 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=7.1.4
-pkgrel=1
-epoch=2
-pkgdesc="Git management software"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-shell/";
-license=('MIT')
-depends=('ruby2.3' 'redis' 'git')
-makedepends=('go-pie')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver}";
-"gitlab-shell.gitconfig"
-"gitlab-shell.sysusers")
-sha512sums=('c53a445ea2feb9f61b25dbc558efcd055f97715802172dba8217efcd5f686a6d47b3ade11e38b53fe6ca904de8009efb964a093a44a9289fe4b59dab92ef2ebe'
-
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-
-  for file in {bin,hooks}/*; do
-sed -i s/ruby/ruby-2.3/g ${file}
-  done
-}
-
-build() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  ./bin/compile
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # sysusers
-  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-x86_64/PKGBUILD (from rev 363267, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD

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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 08:03:19
  Author: svenstaro
Revision: 363269

upgpkg: virtualgl 2.5.2-4

rebuild

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:59:32 UTC (rev 363268)
+++ PKGBUILD2018-07-24 08:03:19 UTC (rev 363269)
@@ -4,7 +4,7 @@
 
 pkgname=virtualgl
 pkgver=2.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
 arch=('x86_64')
 url="https://virtualgl.org";


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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 08:03:22
  Author: svenstaro
Revision: 363270

archrelease: copy trunk to community-x86_64

Added:
  virtualgl/repos/community-x86_64/PKGBUILD
(from rev 363269, virtualgl/trunk/PKGBUILD)
Deleted:
  virtualgl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 08:03:19 UTC (rev 363269)
+++ PKGBUILD2018-07-24 08:03:22 UTC (rev 363270)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: FigoDaPaura 
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.5.2
-pkgrel=3
-pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
-arch=('x86_64')
-url="https://virtualgl.org";
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
-makedepends=('cmake' 'mesa')
-source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
-sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
-'SKIP')
-validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
-
-prepare() {
-  # FS#48403
-  export LDFLAGS="${LDFLAGS/--as-needed,}"
-}
-
-build() {
-  cd "VirtualGL-$pkgver"
-
-  mkdir -p build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_INSTALL_BINDIR=/usr/bin \
-  -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
-  -DVGL_FAKEXCB=1
-  make
-}
-
-package() {
-  cd "VirtualGL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/glxinfo "$pkgdir"/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 363269, 
virtualgl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 08:03:22 UTC (rev 363270)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: FigoDaPaura 
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.5.2
+pkgrel=4
+pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
+arch=('x86_64')
+url="https://virtualgl.org";
+license=('LGPL')
+depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
+makedepends=('cmake' 'mesa')
+source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a3156f663c03e611a98a083bb12bea47820cdadc9f064e20431fddec55aae560f09b133f5254a24d7da01b64be2672d27713d7f6605eaca2d9d83090a070fafd'
+'SKIP')
+validpgpkeys=('ECF01671D05E2A105FF84DC46BBEFA1972FEB9CE') # The VirtualGL 
Project (Signing key for official binaries) 
+
+prepare() {
+  # FS#48403
+  export LDFLAGS="${LDFLAGS/--as-needed,}"
+}
+
+build() {
+  cd "VirtualGL-$pkgver"
+
+  mkdir -p build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_INSTALL_BINDIR=/usr/bin \
+  -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
+  -DVGL_FAKEXCB=1
+  make
+}
+
+package() {
+  cd "VirtualGL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/glxinfo "$pkgdir"/usr/bin/vglxinfo
+}


[arch-commits] Commit in blender/repos (6 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 08:27:32
  Author: svenstaro
Revision: 363272

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 363271, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/ffmpeg4.0.patch
(from rev 363271, blender/trunk/ffmpeg4.0.patch)
  blender/repos/community-staging-x86_64/openvdb3-abi.patch
(from rev 363271, blender/trunk/openvdb3-abi.patch)
  blender/repos/community-staging-x86_64/tree_hpp.patch
(from rev 363271, blender/trunk/tree_hpp.patch)
  blender/repos/community-staging-x86_64/util_sseb.patch
(from rev 363271, blender/trunk/util_sseb.patch)

+
 PKGBUILD   |  111 ++
 ffmpeg4.0.patch|  113 +++
 openvdb3-abi.patch |   28 +++
 tree_hpp.patch |  183 +++
 util_sseb.patch|   13 +++
 5 files changed, 448 insertions(+)

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 363271, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-24 08:27:32 UTC (rev 363272)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+# _gittag=v2.79b
+_gitcommit=32432d91bbec558cbd88e54aece61b0d641c1761
+
+pkgname=blender
+pkgver=2.79.b
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
+pkgrel=2
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+ffmpeg4.0.patch
+tree_hpp.patch
+util_sseb.patch
+openvdb3-abi.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'da14d7cbdea1ab5499659a066658cdd2'
+ 'feea89510de171946c41c6208461f453'
+ '53da216adbc2a9d555a59c15b8f0ef08'
+ '3f9613fcb7ea61214982272e9c20a294'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  patch -Np1 -i "$srcdir"/ffmpeg4.0.patch
+  patch -Np1 -i "$srcdir"/tree_hpp.patch
+  patch -Np1 -i "$srcdir"/util_sseb.patch
+  patch -Np1 -i "$srcdir"/openvdb3-abi.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DWITH_LLVM=ON \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
+-DWITH_CYCLES_PTEX=OFF \
+
-DCYCLES_CUDA_BINARIES_ARCH="sm_30;sm_3

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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 08:27:28
  Author: svenstaro
Revision: 363271

upgpkg: blender 17:2.79.b.git3.32432d91-2

python 3.7 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 08:03:22 UTC (rev 363270)
+++ PKGBUILD2018-07-24 08:27:28 UTC (rev 363271)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79.b
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -92,10 +92,10 @@
 -DWITH_CYCLES_CUDA_BINARIES=ON \
 -DWITH_CYCLES_PTEX=OFF \
 
-DCYCLES_CUDA_BINARIES_ARCH="sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_62;sm_70"
 \
--DPYTHON_VERSION=3.6 \
+-DPYTHON_VERSION=3.7 \
 -DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.6m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
+-DPYTHON_LIBRARY=python3.7m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
   make
 
   # PTEX is currently broken and experimental in blender anyway


[arch-commits] Commit in (4 files)

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 09:16:50
  Author: foxxx0
Revision: 363273

imported from aur/python2-logutils, added py3 pkg

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

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

Added: python-logutils/trunk/PKGBUILD
===
--- python-logutils/trunk/PKGBUILD  (rev 0)
+++ python-logutils/trunk/PKGBUILD  2018-07-24 09:16:50 UTC (rev 363273)
@@ -0,0 +1,38 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Donald Webster 
+pkgbase='python-logutils'
+_pkgbase="${pkgbase#python-}"
+pkgname=('python-logutils' 'python2-logutils')
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='Python module to parse metadata in video files.'
+arch=('any')
+url='https://bitbucket.org/vinay.sajip/logutils/'
+license=('LGPL')
+# makedepends=('python2-distribute' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/l/logutils/logutils-${pkgver}.tar.gz";)
+sha512sums=('0194bf4f01e7a29d4211495dc5fead9d4bd5bc1b791d25ff38ad28960a229a9bcdbaa7e6d3b5a4105eef6c9aa159459d6529c2615df113e7ec1ae93aac5cce6c')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-logutils() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-logutils() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+}


Property changes on: python-logutils/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 09:21:40
  Author: foxxx0
Revision: 363274

archrelease: copy trunk to community-any

Added:
  python-logutils/repos/community-any/
  python-logutils/repos/community-any/PKGBUILD
(from rev 363273, python-logutils/trunk/PKGBUILD)

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

Copied: python-logutils/repos/community-any/PKGBUILD (from rev 363273, 
python-logutils/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-07-24 09:21:40 UTC (rev 363274)
@@ -0,0 +1,38 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Donald Webster 
+pkgbase='python-logutils'
+_pkgbase="${pkgbase#python-}"
+pkgname=('python-logutils' 'python2-logutils')
+pkgver=0.3.5
+pkgrel=2
+pkgdesc='Python module to parse metadata in video files.'
+arch=('any')
+url='https://bitbucket.org/vinay.sajip/logutils/'
+license=('LGPL')
+# makedepends=('python2-distribute' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/l/logutils/logutils-${pkgver}.tar.gz";)
+sha512sums=('0194bf4f01e7a29d4211495dc5fead9d4bd5bc1b791d25ff38ad28960a229a9bcdbaa7e6d3b5a4105eef6c9aa159459d6529c2615df113e7ec1ae93aac5cce6c')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-logutils() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-logutils() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+}


[arch-commits] Commit in (4 files)

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 09:39:03
  Author: foxxx0
Revision: 363275

import from aur, some enhancements

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

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

Added: python-nine/trunk/PKGBUILD
===
--- python-nine/trunk/PKGBUILD  (rev 0)
+++ python-nine/trunk/PKGBUILD  2018-07-24 09:39:03 UTC (rev 363275)
@@ -0,0 +1,39 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Maikel Wever 
+pkgbase='python-nine'
+_pkgbase="${pkgbase#python-}"
+pkgname=('python-nine' 'python2-nine')
+pkgver=1.0.0
+pkgrel=3
+arch=('any')
+pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 
code"
+url="https://github.com/nandoflorestan/nine/";
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/nandoflorestan/nine/archive/v${pkgver}.tar.gz";)
+sha512sums=('371f7d9dbfd14bc0f81c9c734e8c3f133e3ccd8a3571d0ef2edbc9532a8d0c47cf29ceaa8bcd9e095e098e547abc329a787e43ba3bf6b0f99b8df0a89755cd52')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-nine() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m0644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-nine() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m0644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


Property changes on: python-nine/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 09:39:42
  Author: foxxx0
Revision: 363276

archrelease: copy trunk to community-any

Added:
  python-nine/repos/community-any/
  python-nine/repos/community-any/PKGBUILD
(from rev 363275, python-nine/trunk/PKGBUILD)

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

Copied: python-nine/repos/community-any/PKGBUILD (from rev 363275, 
python-nine/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-07-24 09:39:42 UTC (rev 363276)
@@ -0,0 +1,39 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Maikel Wever 
+pkgbase='python-nine'
+_pkgbase="${pkgbase#python-}"
+pkgname=('python-nine' 'python2-nine')
+pkgver=1.0.0
+pkgrel=3
+arch=('any')
+pkgdesc="Python 3/2 compatibility library, allowing to add py2 compat to py3 
code"
+url="https://github.com/nandoflorestan/nine/";
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/nandoflorestan/nine/archive/v${pkgver}.tar.gz";)
+sha512sums=('371f7d9dbfd14bc0f81c9c734e8c3f133e3ccd8a3571d0ef2edbc9532a8d0c47cf29ceaa8bcd9e095e098e547abc329a787e43ba3bf6b0f99b8df0a89755cd52')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-nine() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m0644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-nine() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m0644 LICENSE.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 09:58:29
  Author: felixonmars
Revision: 329508

upgpkg: python-numpy 1.15.0-2

fix file conflicts

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 07:14:10 UTC (rev 329507)
+++ PKGBUILD2018-07-24 09:58:29 UTC (rev 329508)
@@ -7,7 +7,7 @@
 pkgbase=python-numpy
 pkgname=('python-numpy' 'python2-numpy')
 pkgver=1.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
@@ -73,4 +73,8 @@
 
   install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  for _exe in conv-template f2py from-template; do
+mv "$pkgdir"/usr/bin/"$_exe"{,2}
+  done
 }


[arch-commits] Commit in python-numpy/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 09:58:45
  Author: felixonmars
Revision: 329509

archrelease: copy trunk to staging-x86_64

Added:
  python-numpy/repos/staging-x86_64/PKGBUILD
(from rev 329508, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 09:58:29 UTC (rev 329508)
+++ PKGBUILD2018-07-24 09:58:45 UTC (rev 329509)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgbase=python-numpy
-pkgname=('python-numpy' 'python2-numpy')
-pkgver=1.15.0
-pkgrel=1
-pkgdesc="Scientific tools for Python"
-arch=('x86_64')
-license=('custom')
-url="http://www.numpy.org/";
-makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
- 'python-nose' 'python2-nose' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-options=('staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz";)
-sha512sums=('1ee1c6cdf4ae287f1a0e7c49533c143c5842817cd92681cf72507f32904866de2e1fdca648f09fdca9fae391c78cebdd9a32a7116ff10ca3887f6f5ab18763b2')
-
-prepare() {
-  cp -a numpy-$pkgver{,-py2}
-  cd numpy-$pkgver-py2
-
-  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() {
-  cd "$srcdir"/numpy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/numpy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: Fix fortran tests here (it works fine after installation)
-
-  cd "$srcdir"/numpy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.7/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
-
-  cd "$srcdir"/numpy-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python2.7/site-packages:$PYTHONPATH" python2 -c 
'import numpy; numpy.test()'
-}
-
-package_python-numpy() {
-  depends=('cblas' 'lapack' 'python')
-  optdepends=('python-nose: testsuite'
-  'openblas: faster linear algebra')
-
-  cd numpy-$pkgver
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
-}
-
-package_python2-numpy() {
-  depends=('cblas' 'lapack' 'python2')
-  optdepends=('python2-nose: testsuite'
-  'openblas: faster linear algebra')
-
-  cd numpy-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
-}

Copied: python-numpy/repos/staging-x86_64/PKGBUILD (from rev 329508, 
python-numpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 09:58:45 UTC (rev 329509)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python-numpy' 'python2-numpy')
+pkgver=1.15.0
+pkgrel=2
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="http://www.numpy.org/";
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+ 'python-nose' 'python2-nose' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz";)
+sha512sums=('1ee1c6cdf4ae287f1a0e7c49533c143c5842817cd92681cf72507f32904866de2e1fdca648f09fdca9fae391c78cebdd9a32a7116ff10ca3887f6f5ab18763b2')
+
+prepare() {
+  cp -a numpy-$pkgver{,-py2}
+  cd numpy-$pkgver-py2
+
+  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() {
+  cd "$srcdir"/numpy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/numpy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: Fix fortran tests here (it works fine after installation)
+
+  cd "$srcdir"/numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --

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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 10:10:33
  Author: felixonmars
Revision: 363278

archrelease: copy trunk to community-staging-any

Added:
  python-hypothesis/repos/community-staging-any/PKGBUILD
(from rev 363277, python-hypothesis/trunk/PKGBUILD)
Deleted:
  python-hypothesis/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 10:10:16 UTC (rev 363277)
+++ PKGBUILD2018-07-24 10:10:33 UTC (rev 363278)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.65.3
-pkgrel=2
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('c30c4a7889ed8c16c944485bbe1b96551317d5a9892e78af9171fe004647b6e97c9a98715e1f9b3d03f6a2dc426fbf58e7778885dba69b6d0ac7de2da297ab8a')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-staging-any/PKGBUILD (from rev 
363277, python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 10:10:33 UTC (rev 363278)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.66.6
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2

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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 10:10:16
  Author: felixonmars
Revision: 363277

upgpkg: python-hypothesis 3.66.6-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 09:39:42 UTC (rev 363276)
+++ PKGBUILD2018-07-24 10:10:16 UTC (rev 363277)
@@ -3,8 +3,8 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.65.3
-pkgrel=2
+pkgver=3.66.6
+pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('c30c4a7889ed8c16c944485bbe1b96551317d5a9892e78af9171fe004647b6e97c9a98715e1f9b3d03f6a2dc426fbf58e7778885dba69b6d0ac7de2da297ab8a')
+sha512sums=('c4c892c199ddfecaf22c7b90422b5658e1b76013ede28b2dcae1f3b0e3bf47bab3009962f56e69728852b477574f499288e49acd65c6927b1170170183984bcc')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in (4 files)

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 10:30:32
  Author: foxxx0
Revision: 363279

initial version

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

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

Added: python-kajiki/trunk/PKGBUILD
===
--- python-kajiki/trunk/PKGBUILD(rev 0)
+++ python-kajiki/trunk/PKGBUILD2018-07-24 10:30:32 UTC (rev 363279)
@@ -0,0 +1,41 @@
+# Maintainer: Thore Bödecker 
+pkgbase='python-kajiki'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
+arch=('any')
+url='https://github.com/nandoflorestan/kajiki'
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-babel' 'python2-babel' 'python-nose' 'python2-nose' 
'python-nine' 'python2-nine')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/${pkgver}.tar.gz";)
+sha512sums=('bf626db9cf1bb2b976a6bf1043967d245987424d348e39a08ad3d9bafd61d8d8125a09f49175922361ea78135d71054a851241a6f8c4938740b7cf61f876cf3c')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|1' {} +
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-kajiki() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-kajiki() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+}


Property changes on: python-kajiki/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 10:31:26
  Author: foxxx0
Revision: 363280

archrelease: copy trunk to community-any

Added:
  python-kajiki/repos/community-any/
  python-kajiki/repos/community-any/PKGBUILD
(from rev 363279, python-kajiki/trunk/PKGBUILD)

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

Copied: python-kajiki/repos/community-any/PKGBUILD (from rev 363279, 
python-kajiki/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-07-24 10:31:26 UTC (rev 363280)
@@ -0,0 +1,41 @@
+# Maintainer: Thore Bödecker 
+pkgbase='python-kajiki'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
+arch=('any')
+url='https://github.com/nandoflorestan/kajiki'
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-babel' 'python2-babel' 'python-nose' 'python2-nose' 
'python-nine' 'python2-nine')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/${pkgver}.tar.gz";)
+sha512sums=('bf626db9cf1bb2b976a6bf1043967d245987424d348e39a08ad3d9bafd61d8d8125a09f49175922361ea78135d71054a851241a6f8c4938740b7cf61f876cf3c')
+
+prepare(){
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|1' {} +
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py test
+}
+
+package_python-kajiki() {
+  depends=('python')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-kajiki() {
+  depends=('python2')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
+}


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

2018-07-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 24, 2018 @ 10:55:12
  Author: arojas
Revision: 363281

Update to Debian's fork

Modified:
  sympow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 10:31:26 UTC (rev 363280)
+++ PKGBUILD2018-07-24 10:55:12 UTC (rev 363281)
@@ -2,41 +2,37 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sympow
-pkgver=1.018.1
-pkgrel=5
+pkgver=2.023.2
+pkgrel=1
 pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
 arch=(x86_64)
 url="http://www.sagemath.org";
 license=(GPL)
 depends=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2";
 'sympow.sh'
-sympow-datafiles.patch sympow-initialize-tacks.patch)
-sha256sums=('6cd4559e177502c44dbce3b1a6aeab3e6f4d24df1f21e19aaf25f3a0e2d1f042'
-'cc9afc9c4cc1b9b539b2051bda960a661809475e68389f4e9c56bd72268e16ee'
-'c3028de720d5069f89f520d86c3ab6dec686f476c8b19a7a0bd83a7db4abf0cd'
-'61c79418d5bb173a3976a3c351a7a1ae1ddba4e2e8e183d7246ba5013efe1e31')
+makedepends=(help2man)
+source=("https://gitlab.com/rezozer/forks/sympow/-/archive/v$pkgver/sympow-v$pkgver.tar.gz";)
+sha256sums=('5729059891ff82c40b879aa8ac2b63c7f94cd3261bf97be10cf6e8404231b113')
 
 prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 -i ../sympow-datafiles.patch # Fedora
-  patch -p1 -i ../sympow-initialize-tacks.patch # fix segfaults
+  cd $pkgname-v$pkgver
+  sed -e 's|VERBOSE_DEFAULT 1|VERBOSE_DEFAULT 0|' -i sympow.h
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-v$pkgver
 
-  ./Configure
+  PREFIX=/usr ./Configure
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-v$pkgver
 
-  mkdir -p "$pkgdir"/usr/{bin,share/sympow}
-  cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
-  cp sympow "$pkgdir"/usr/bin/sympow_bin
-  cp new_data "$pkgdir"/usr/bin/new_data
+  make DESTDIR="$pkgdir" install
+#  mkdir -p "$pkgdir"/usr/{bin,share/sympow}
+#  cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
+#  cp sympow "$pkgdir"/usr/bin/sympow_bin
+#  cp new_data "$pkgdir"/usr/bin/new_data
 
-  install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
+#  install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
 }


[arch-commits] Commit in sympow/trunk (4 files)

2018-07-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 24, 2018 @ 10:55:49
  Author: arojas
Revision: 363282

Cleanup

Modified:
  sympow/trunk/PKGBUILD
Deleted:
  sympow/trunk/sympow-datafiles.patch
  sympow/trunk/sympow-initialize-tacks.patch
  sympow/trunk/sympow.sh

---+
 PKGBUILD  |6 ---
 sympow-datafiles.patch|   76 
 sympow-initialize-tacks.patch |   38 
 sympow.sh |   10 -
 4 files changed, 130 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 10:55:12 UTC (rev 363281)
+++ PKGBUILD2018-07-24 10:55:49 UTC (rev 363282)
@@ -29,10 +29,4 @@
   cd $pkgname-v$pkgver
 
   make DESTDIR="$pkgdir" install
-#  mkdir -p "$pkgdir"/usr/{bin,share/sympow}
-#  cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
-#  cp sympow "$pkgdir"/usr/bin/sympow_bin
-#  cp new_data "$pkgdir"/usr/bin/new_data
-
-#  install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
 }

Deleted: sympow-datafiles.patch
===
--- sympow-datafiles.patch  2018-07-24 10:55:12 UTC (rev 363281)
+++ sympow-datafiles.patch  2018-07-24 10:55:49 UTC (rev 363282)
@@ -1,76 +0,0 @@
-diff -p -up SYMPOW-1.019/disk.c.orig SYMPOW-1.019/disk.c
 SYMPOW-1.019/disk.c.orig   2009-09-03 18:20:37.0 -0300
-+++ SYMPOW-1.019/disk.c2009-09-03 18:22:08.0 -0300
-@@ -47,8 +47,8 @@ static int get_params(int which,int sp,i
-  while (1)
-  {if (!getline0(F,LINE,64))
-   {printf("**ERROR** %s not found in param_data file\n",S);
--   if (!HECKE) printf("It can be added with './sympow -new_data %i",sp);
--   else printf("It can be added with './sympow -new_data %i",ep);
-+   if (!HECKE) printf("It can be added with 'sympow -new_data %i",sp);
-+   else printf("It can be added with 'sympow -new_data %i",ep);
-if ((sp&1) || HECKE) printf("d%i",dv); if ((HECKE) && (sp>1)) printf("h");
-if ((CM_CASE) && ((sp&3)==0)) printf("c"); printf("'\n"); exit(-1);}
-   if ((S[0]==LINE[0]) && (S[1]==LINE[1]) && (S[2]==LINE[2]) && (S[3]==LINE[3])
-diff -p -up SYMPOW-1.019/generate.c.orig SYMPOW-1.019/generate.c
 SYMPOW-1.019/generate.c.orig   2009-09-03 18:20:49.0 -0300
-+++ SYMPOW-1.019/generate.c2009-09-03 18:22:23.0 -0300
-@@ -101,9 +101,11 @@ int assure_line(char *STR)
- 
- void new_sympow_s1(char *A)
- {procit(A);
-- printf("echo 'Removing any old data files'\n"); printf("cd datafiles\n");
-- printf("%s -f %s %s %s\n",RM,Mtxt1,Stxt1,Mbin1);
-- if (HILO) printf("%s -f %s %s %s\n",RM,Mtxt2,Stxt2,Mbin2); printf("cd 
..\n");}
-+ printf("if [ -d datafiles ]; then\n");
-+ printf("echo 'Removing any old data files'\n"); printf("pushd 
datafiles\ntouch param_data\n");
-+ printf("%s -f %s %s %s\n",RM,Mtxt1,Stxt1,Mbin1);
-+ if (HILO) printf("%s -f %s %s %s\n",RM,Mtxt2,Stxt2,Mbin2); printf("
popd\n");
-+ printf("else\nmkdir datafiles\ntouch datafiles/param_data\nfi\n");}
- 
- void new_sympow_pari(char *A)
- {int i; procit(A); pari_params();
-@@ -142,10 +144,10 @@ void new_sympow_s2(char *A)
-  trimit(Mtxt1); trimit(Stxt1); if (HILO) {trimit(Mtxt2); trimit(Stxt2);}
-  printf("echo 'Turning the meshes into binaries'\n");
-  printf("NUM=`%s -c AT %s`\n",GREP,Mtxt1);
-- printf("../sympow -txt2bin $NUM %s < %s\n",Mbin1,Mtxt1);
-+ printf("sympow -txt2bin $NUM %s < %s\n",Mbin1,Mtxt1);
-  if (HILO)
-  {printf("NUM=`%s -c AT %s`\n",GREP,Mtxt2);
--  printf("../sympow -txt2bin $NUM %s < %s\n",Mbin2,Mtxt2);}
-+  printf("sympow -txt2bin $NUM %s < %s\n",Mbin2,Mtxt2);}
-  printf("cd ..\n");}
- 
- void rewarp_params()
-diff -p -up SYMPOW-1.019/new_data.orig SYMPOW-1.019/new_data
 SYMPOW-1.019/new_data.orig 2009-09-03 18:20:25.0 -0300
-+++ SYMPOW-1.019/new_data  2009-09-03 18:21:31.0 -0300
-@@ -1,7 +1,7 @@
- #! /bin/sh
- #
- # This script should not need to be run directly,
--# but will be automatically executed via "./sympow -new_data []"
-+# but will be automatically executed via "sympow -new_data []"
- #
- # example direct usages
- # sh new_data /bin/sh /usr/bin/gp '-sp 3 -dv 2'
-@@ -18,11 +18,11 @@ echo "Running the new_data script for $3
- 
- SH=$1 && GP=$2
- echo "Making the datafiles for $3" && echo "" &&
--./sympow -rewarp && ./sympow -shell1 "$3" &&
--./sympow -shell1 "$3" | $SH &&
-+sympow -rewarp && sympow -shell1 "$3" &&
-+sympow -shell1 "$3" | $SH &&
- echo 'Running the gp script' && echo "" &&
--./sympow -pari "$3" &&
--./sympow -pari "$3" | $GP -q > /dev/null && echo "" &&
--./sympow -shell2 "$3" &&
--./sympow -shell2 "$3" | $SH &&
--./sympow -rewarp && echo "Finished with $3"
-+sympow -pari "$3" &&
-+sympow -pari "$3" | $GP -q > /dev/null && echo "" &&
-+sympow -shell2 "$3" &&
-+sympow -shell2 "$3" | $SH &&
-+sympow -rewarp && echo "Finished with $3"

Deleted: sympow-initialize-tacks.patch

[arch-commits] Commit in sympow/repos/community-x86_64 (5 files)

2018-07-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 24, 2018 @ 10:56:32
  Author: arojas
Revision: 363283

archrelease: copy trunk to community-x86_64

Added:
  sympow/repos/community-x86_64/PKGBUILD
(from rev 363282, sympow/trunk/PKGBUILD)
Deleted:
  sympow/repos/community-x86_64/PKGBUILD
  sympow/repos/community-x86_64/sympow-datafiles.patch
  sympow/repos/community-x86_64/sympow-initialize-tacks.patch
  sympow/repos/community-x86_64/sympow.sh

---+
 PKGBUILD  |   74 --
 sympow-datafiles.patch|   76 
 sympow-initialize-tacks.patch |   38 
 sympow.sh |   10 -
 4 files changed, 32 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 10:55:49 UTC (rev 363282)
+++ PKGBUILD2018-07-24 10:56:32 UTC (rev 363283)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=sympow
-pkgver=1.018.1
-pkgrel=5
-pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
-arch=(x86_64)
-url="http://www.sagemath.org";
-license=(GPL)
-depends=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2";
 'sympow.sh'
-sympow-datafiles.patch sympow-initialize-tacks.patch)
-sha256sums=('6cd4559e177502c44dbce3b1a6aeab3e6f4d24df1f21e19aaf25f3a0e2d1f042'
-'cc9afc9c4cc1b9b539b2051bda960a661809475e68389f4e9c56bd72268e16ee'
-'c3028de720d5069f89f520d86c3ab6dec686f476c8b19a7a0bd83a7db4abf0cd'
-'61c79418d5bb173a3976a3c351a7a1ae1ddba4e2e8e183d7246ba5013efe1e31')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p1 -i ../sympow-datafiles.patch # Fedora
-  patch -p1 -i ../sympow-initialize-tacks.patch # fix segfaults
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./Configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/{bin,share/sympow}
-  cp -r *.gp datafiles "$pkgdir"/usr/share/sympow
-  cp sympow "$pkgdir"/usr/bin/sympow_bin
-  cp new_data "$pkgdir"/usr/bin/new_data
-
-  install -Dm755 "$srcdir"/sympow.sh "$pkgdir"/usr/bin/sympow
-}

Copied: sympow/repos/community-x86_64/PKGBUILD (from rev 363282, 
sympow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 10:56:32 UTC (rev 363283)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=sympow
+pkgver=2.023.2
+pkgrel=1
+pkgdesc="A a package to compute special values of symmetric power elliptic 
curve L-functions"
+arch=(x86_64)
+url="http://www.sagemath.org";
+license=(GPL)
+depends=(pari)
+makedepends=(help2man)
+source=("https://gitlab.com/rezozer/forks/sympow/-/archive/v$pkgver/sympow-v$pkgver.tar.gz";)
+sha256sums=('5729059891ff82c40b879aa8ac2b63c7f94cd3261bf97be10cf6e8404231b113')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|VERBOSE_DEFAULT 1|VERBOSE_DEFAULT 0|' -i sympow.h
+}
+
+build() {
+  cd $pkgname-v$pkgver
+
+  PREFIX=/usr ./Configure
+  make
+}
+
+package() {
+  cd $pkgname-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: sympow-datafiles.patch
===
--- sympow-datafiles.patch  2018-07-24 10:55:49 UTC (rev 363282)
+++ sympow-datafiles.patch  2018-07-24 10:56:32 UTC (rev 363283)
@@ -1,76 +0,0 @@
-diff -p -up SYMPOW-1.019/disk.c.orig SYMPOW-1.019/disk.c
 SYMPOW-1.019/disk.c.orig   2009-09-03 18:20:37.0 -0300
-+++ SYMPOW-1.019/disk.c2009-09-03 18:22:08.0 -0300
-@@ -47,8 +47,8 @@ static int get_params(int which,int sp,i
-  while (1)
-  {if (!getline0(F,LINE,64))
-   {printf("**ERROR** %s not found in param_data file\n",S);
--   if (!HECKE) printf("It can be added with './sympow -new_data %i",sp);
--   else printf("It can be added with './sympow -new_data %i",ep);
-+   if (!HECKE) printf("It can be added with 'sympow -new_data %i",sp);
-+   else printf("It can be added with 'sympow -new_data %i",ep);
-if ((sp&1) || HECKE) printf("d%i",dv); if ((HECKE) && (sp>1)) printf("h");
-if ((CM_CASE) && ((sp&3)==0)) printf("c"); printf("'\n"); exit(-1);}
-   if ((S[0]==LINE[0]) && (S[1]==LINE[1]) && (S[2]==LINE[2]) && (S[3]==LINE[3])
-diff -p -up SYMPOW-1.019/generate.c.orig SYMPOW-1.019/generate.c
 SYMPOW-1.019/generate.c.orig   2009-09-03 18:20:49.0 -0300
-+++ SYMPOW-1.019/generate.c2009-09-03 18:22:23.0 -0300
-@@ -101,9 +101,11 @@ int assure_line(char *STR)
- 
- void new_sympow_s1(char *A)
- {procit(A);
-- printf("echo 'Removing any old data files'\n"); printf("cd datafiles\n");
-- printf("%s -f %s %s %s\n",RM,Mtxt1,Stxt1,Mbin1);
-- if (HILO) printf("%s -f %s %s %s\n",RM,Mtxt2,Stxt2,Mbin2); printf("cd 
..\n");}
-+ printf("if [ -d datafiles ]; then\n");
-+ printf("echo 'Removing any old data files'\n"); printf("pushd 
datafil

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

2018-07-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 24, 2018 @ 11:19:28
  Author: spupykin
Revision: 363284

upgpkg: nextcloud 13.0.5-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 10:56:32 UTC (rev 363283)
+++ PKGBUILD2018-07-24 11:19:28 UTC (rev 363284)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=13.0.4
+pkgver=13.0.5
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -26,7 +26,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54'
+sha256sums=('a110d32849259ab79813af3078123a09057fc659ee414e5f3ed75451ec9e80ea'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2018-07-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 24, 2018 @ 11:19:43
  Author: spupykin
Revision: 363285

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 363284, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 363284, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 363284, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  116 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 11:19:28 UTC (rev 363284)
+++ PKGBUILD2018-07-24 11:19:43 UTC (rev 363285)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=13.0.4
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 363284, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 11:19:43 UTC (rev 363285)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=13.0.5
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('a110d32849259ab79813af3078123a09057fc659ee414e5f3ed75451ec9e80ea'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+ins

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

2018-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 24, 2018 @ 12:05:31
  Author: mtorromeo
Revision: 363286

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 11:19:43 UTC (rev 363285)
+++ PKGBUILD2018-07-24 12:05:31 UTC (rev 363286)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-invoke
-pkgname=(python-invoke python2-invoke)
-pkgver=1.0.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=('471aa961914e9cfc5206f1d92156a888561205f082012589c1b58b7f383b5b0fa097f077cc9a42e89994dcda632a9e068d793ddd410b6272e54b197a627939bb')
-
-prepare() {
-  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
-
-  cd "$srcdir"/invoke-$pkgver-py2
-  python2 setup.py pytest
-}
-
-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 363285, 
python-invoke/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 12:05:31 UTC (rev 363286)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-invoke
+pkgname=(python-invoke python2-invoke)
+pkgver=1.1.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=('6b8ebee7d2dd68fe0134491b15a3b85fd6d1493c5b81f00ba577c6bcf3e4a264d74f68bdd0d40a4c5bdde18c021395ee335d10dde8e676bc9efb313e1ae9b55c')
+
+prepare() {
+  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 python-invoke/trunk (PKGBUILD)

2018-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 24, 2018 @ 12:07:00
  Author: mtorromeo
Revision: 363287

upgpkg: python-invoke 1.1.0-2

Modified:
  python-invoke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 12:05:31 UTC (rev 363286)
+++ PKGBUILD2018-07-24 12:07:00 UTC (rev 363287)
@@ -4,7 +4,7 @@
 pkgbase=python-invoke
 pkgname=(python-invoke python2-invoke)
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pythonic task execution"
 url="https://github.com/pyinvoke/invoke";
 license=('BSD')


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

2018-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 24, 2018 @ 12:07:08
  Author: mtorromeo
Revision: 363288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 12:07:00 UTC (rev 363287)
+++ PKGBUILD2018-07-24 12:07:08 UTC (rev 363288)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-invoke
-pkgname=(python-invoke python2-invoke)
-pkgver=1.1.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=('6b8ebee7d2dd68fe0134491b15a3b85fd6d1493c5b81f00ba577c6bcf3e4a264d74f68bdd0d40a4c5bdde18c021395ee335d10dde8e676bc9efb313e1ae9b55c')
-
-prepare() {
-  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 363287, 
python-invoke/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 12:07:08 UTC (rev 363288)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-invoke
+pkgname=(python-invoke python2-invoke)
+pkgver=1.1.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=('6b8ebee7d2dd68fe0134491b15a3b85fd6d1493c5b81f00ba577c6bcf3e4a264d74f68bdd0d40a4c5bdde18c021395ee335d10dde8e676bc9efb313e1ae9b55c')
+
+prepare() {
+  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 python-pyacoustid/trunk (PKGBUILD)

2018-07-24 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 24, 2018 @ 12:15:33
  Author: alucryd
Revision: 363289

upgpkg: python-pyacoustid 1.1.5-2

Modified:
  python-pyacoustid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 12:07:08 UTC (rev 363288)
+++ PKGBUILD2018-07-24 12:15:33 UTC (rev 363289)
@@ -3,46 +3,32 @@
 # Contributor: Fernando Jiménez Solano 
 # Contributor: Sven-Hendrik Haase 
 
-pkgbase=python-pyacoustid
-pkgname=('python-pyacoustid' 'python2-pyacoustid')
+pkgname=python-pyacoustid
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
 arch=('any')
 url='https://github.com/beetbox/pyacoustid'
 license=('MIT')
-depends=('chromaprint')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("pyacoustid-${pkgver}.tar.gz::https://github.com/beetbox/pyacoustid/archive/v${pkgver}.tar.gz";
+depends=('chromaprint' 'python')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver}";
 'https://raw.github.com/beetbox/beets/master/LICENSE')
-sha256sums=('614e350d62af87c7cbc62c0bcaed9fc8330879772d050d245b7bd86556fb1b3f'
+sha256sums=('SKIP'
 '69b9fa8fe9700714fc1f002aa6bfef097e5422372979195ab48956cd48e20aaf')
 
-prepare() {
-  cp -r {,python-}pyacoustid-${pkgver}
-  mv {,python2-}pyacoustid-${pkgver}
-}
 
 build() {
-  for py in python{,2}; do
-pushd ${py}-pyacoustid-${pkgver}
-${py} setup.py build
-popd
-  done
+  cd pyacoustid
+
+  python setup.py build
 }
 
 package_python-pyacoustid() {
-  cd python-pyacoustid-${pkgver}
+  cd pyacoustid
 
   python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
   install -Dm 644 ../LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-pyacoustid/
 }
 
-package_python2-pyacoustid() {
-  cd python2-pyacoustid-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 ../LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-pyacoustid/
-}
-
 # vim: ts=2 sw=2 et:


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

2018-07-24 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 24, 2018 @ 12:15:39
  Author: alucryd
Revision: 363290

archrelease: copy trunk to community-staging-any

Added:
  python-pyacoustid/repos/community-staging-any/
  python-pyacoustid/repos/community-staging-any/PKGBUILD
(from rev 363289, python-pyacoustid/trunk/PKGBUILD)

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

Copied: python-pyacoustid/repos/community-staging-any/PKGBUILD (from rev 
363289, python-pyacoustid/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-24 12:15:39 UTC (rev 363290)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Fernando Jiménez Solano 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=python-pyacoustid
+pkgver=1.1.5
+pkgrel=2
+pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
+arch=('any')
+url='https://github.com/beetbox/pyacoustid'
+license=('MIT')
+depends=('chromaprint' 'python')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver}";
+'https://raw.github.com/beetbox/beets/master/LICENSE')
+sha256sums=('SKIP'
+'69b9fa8fe9700714fc1f002aa6bfef097e5422372979195ab48956cd48e20aaf')
+
+
+build() {
+  cd pyacoustid
+
+  python setup.py build
+}
+
+package_python-pyacoustid() {
+  cd pyacoustid
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 ../LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-pyacoustid/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:40:52
  Author: heftig
Revision: 329510

0.99-1

Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 09:58:45 UTC (rev 329509)
+++ PKGBUILD2018-07-24 13:40:52 UTC (rev 329510)
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=0.11
+pkgver=0.99
 pkgrel=1
 pkgdesc="A GTK+ backend for xdg-desktop-portal"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk";
@@ -13,7 +13,7 @@
 makedepends=(xdg-desktop-portal flatpak git evince)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=9c88ef45ade9358b308fa88bafc0734007b0d872  # tags/0.11^0
+_commit=d5e69fe38a86253f1fac32a0e04ef5b9a1cf5848  # tags/0.99^0
 
source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:40:56
  Author: heftig
Revision: 329511

0.99-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 13:40:52 UTC (rev 329510)
+++ PKGBUILD2018-07-24 13:40:56 UTC (rev 329511)
@@ -3,8 +3,8 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=0.11
-pkgrel=2
+pkgver=0.99
+pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal";
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(LGPL2.1)
 depends=(glib2 pipewire fuse2)
 makedepends=(python flatpak xmlto docbook-xsl git)
-_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
+_commit=3990cc283e05c900eb1a14e26c67160f80451cf2  # tags/0.99^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 24, 2018 @ 13:43:35
  Author: mtorromeo
Revision: 363291

upgpkg: python-ndg-httpsclient 0.5.1-1

Modified:
  python-ndg-httpsclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 12:15:39 UTC (rev 363290)
+++ PKGBUILD2018-07-24 13:43:35 UTC (rev 363291)
@@ -5,8 +5,8 @@
 pkgbase=python-ndg-httpsclient
 pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
 _pkgname=ndg_httpsclient
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
 arch=(any)
 url="https://pypi.python.org/pypi/ndg-httpsclient";
@@ -15,7 +15,7 @@
  python-setuptools python-pyopenssl python-pyasn1)
 options=(!emptydirs)
 
source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
-sha256sums=('c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b')
+sha256sums=('d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210')
 
 build() {
   cd "$srcdir"/$_pkgname-$pkgver


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

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:43:37
  Author: heftig
Revision: 329512

3.26.2-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 13:40:56 UTC (rev 329511)
+++ PKGBUILD2018-07-24 13:43:37 UTC (rev 329512)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos";
@@ -22,7 +22,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=a1250298555107734bbe7fdcb7e566197e2c4117  # tags/V_3_26_1^0
+_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365  # tags/V_3_26_2^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -47,6 +47,6 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
 }


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

2018-07-24 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, July 24, 2018 @ 13:43:51
  Author: mtorromeo
Revision: 363292

archrelease: copy trunk to community-any

Added:
  python-ndg-httpsclient/repos/community-any/PKGBUILD
(from rev 363291, python-ndg-httpsclient/trunk/PKGBUILD)
Deleted:
  python-ndg-httpsclient/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 13:43:35 UTC (rev 363291)
+++ PKGBUILD2018-07-24 13:43:51 UTC (rev 363292)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 134777 2015-06-04 13:33:01Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgbase=python-ndg-httpsclient
-pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
-_pkgname=ndg_httpsclient
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
-arch=(any)
-url="https://pypi.python.org/pypi/ndg-httpsclient";
-license=('BSD')
-makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1
- python-setuptools python-pyopenssl python-pyasn1)
-options=(!emptydirs)
-source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
-sha256sums=('c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  rm -rf ../buildpy3; mkdir ../buildpy3
-  python setup.py build -b ../buildpy3
-
-  rm -rf ../buildpy2; mkdir ../buildpy2
-  python2 setup.py build -b ../buildpy2
-}
-
-package_python-ndg-httpsclient() {
-  depends=(python-pyopenssl python-pyasn1)
-  _site_packages=$(python -sSc 'import site; print(site.getsitepackages()[0])')
-
-  cd "$srcdir"/$_pkgname-$pkgver
-  rm -rf build; ln -s ../buildpy3 build
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-ndg-httpsclient() {
-  depends=(python2-pyopenssl python2-pyasn1)
-  _site_packages=$(python2 -sSc 'import site; 
print(site.getsitepackages()[0])')
-
-  cd "$srcdir"/$_pkgname-$pkgver
-  rm -rf build; ln -s ../buildpy2 build
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/bin/ndg_httpclient{,2}
-}

Copied: python-ndg-httpsclient/repos/community-any/PKGBUILD (from rev 363291, 
python-ndg-httpsclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 13:43:51 UTC (rev 363292)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 134777 2015-06-04 13:33:01Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgbase=python-ndg-httpsclient
+pkgname=(python-ndg-httpsclient python2-ndg-httpsclient)
+_pkgname=ndg_httpsclient
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
+arch=(any)
+url="https://pypi.python.org/pypi/ndg-httpsclient";
+license=('BSD')
+makedepends=(python2-setuptools python2-pyopenssl python2-pyasn1
+ python-setuptools python-pyopenssl python-pyasn1)
+options=(!emptydirs)
+source=(https://files.pythonhosted.org/packages/source/n/ndg-httpsclient/$_pkgname-$pkgver.tar.gz)
+sha256sums=('d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  rm -rf ../buildpy3; mkdir ../buildpy3
+  python setup.py build -b ../buildpy3
+
+  rm -rf ../buildpy2; mkdir ../buildpy2
+  python2 setup.py build -b ../buildpy2
+}
+
+package_python-ndg-httpsclient() {
+  depends=(python-pyopenssl python-pyasn1)
+  _site_packages=$(python -sSc 'import site; print(site.getsitepackages()[0])')
+
+  cd "$srcdir"/$_pkgname-$pkgver
+  rm -rf build; ln -s ../buildpy3 build
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ndg-httpsclient() {
+  depends=(python2-pyopenssl python2-pyasn1)
+  _site_packages=$(python2 -sSc 'import site; 
print(site.getsitepackages()[0])')
+
+  cd "$srcdir"/$_pkgname-$pkgver
+  rm -rf build; ln -s ../buildpy2 build
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -Dm0644 "$pkgdir$_site_packages"/ndg/httpsclient/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  mv "$pkgdir"/usr/bin/ndg_httpclient{,2}
+}


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:44:44
  Author: heftig
Revision: 329513

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 329512, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 13:43:37 UTC (rev 329512)
+++ PKGBUILD2018-07-24 13:44:44 UTC (rev 329513)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=0.11
-pkgrel=2
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2)
-makedepends=(python flatpak xmlto docbook-xsl git)
-_commit=753cc5f41103fd2e5feb87249d9b465f173aff8a  # tags/0.11^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 329512, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 13:44:44 UTC (rev 329513)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=0.99
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2)
+makedepends=(python flatpak xmlto docbook-xsl git)
+_commit=3990cc283e05c900eb1a14e26c67160f80451cf2  # tags/0.99^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:45:03
  Author: heftig
Revision: 329514

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 329513, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 13:44:44 UTC (rev 329513)
+++ PKGBUILD2018-07-24 13:45:03 UTC (rev 329514)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=0.11
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk";
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3)
-makedepends=(xdg-desktop-portal flatpak git evince)
-optdepends=("evince: Print preview")
-provides=(xdg-desktop-portal-impl)
-_commit=9c88ef45ade9358b308fa88bafc0734007b0d872  # tags/0.11^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 329513, 
xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 13:45:03 UTC (rev 329514)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=0.99
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk";
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal flatpak git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=d5e69fe38a86253f1fac32a0e04ef5b9a1cf5848  # tags/0.99^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}


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

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:45:23
  Author: heftig
Revision: 329515

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 329514, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 13:45:03 UTC (rev 329514)
+++ PKGBUILD2018-07-24 13:45:23 UTC (rev 329515)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Movie player for the GNOME desktop based on GStreamer"
-url="https://wiki.gnome.org/Apps/Videos";
-arch=(x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
- dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
- gst-plugins-bad)
-makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
- gobject-introspection git appstream-glib gtk-doc meson intltool)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'lirc-utils: Infrared Remote Control plugin'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_commit=a1250298555107734bbe7fdcb7e566197e2c4117  # tags/V_3_26_1^0
-source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 329514, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 13:45:23 UTC (rev 329515)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos";
+arch=(x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(libnautilus-extension lirc itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=1dbd93aa661a8d0a3b46c367a4950438cac6e365  # tags/V_3_26_2^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true -D enable-vala=no -D 
b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in (6 files)

2018-07-24 Thread Jan Steffens via arch-commits
Date: Tuesday, July 24, 2018 @ 13:46:47
  Author: heftig
Revision: 329516

fix gnome git urls

Modified:
  gedit/trunk/PKGBUILD
  gnome-music/trunk/PKGBUILD
  gnome-photos/trunk/PKGBUILD
  libgda/trunk/PKGBUILD
  libgdata/trunk/PKGBUILD
  nautilus/trunk/PKGBUILD

-+
 gedit/trunk/PKGBUILD|4 ++--
 gnome-music/trunk/PKGBUILD  |2 +-
 gnome-photos/trunk/PKGBUILD |2 +-
 libgda/trunk/PKGBUILD   |2 +-
 libgdata/trunk/PKGBUILD |2 +-
 nautilus/trunk/PKGBUILD |2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

Modified: gedit/trunk/PKGBUILD
===
--- gedit/trunk/PKGBUILD2018-07-24 13:45:23 UTC (rev 329515)
+++ gedit/trunk/PKGBUILD2018-07-24 13:46:47 UTC (rev 329516)
@@ -14,8 +14,8 @@
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome)
 _commit=59a804accea4010cab5acbd4f5bb30838a3ad248  # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/gedit#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
+source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
 'SKIP')
 

Modified: gnome-music/trunk/PKGBUILD
===
--- gnome-music/trunk/PKGBUILD  2018-07-24 13:45:23 UTC (rev 329515)
+++ gnome-music/trunk/PKGBUILD  2018-07-24 13:46:47 UTC (rev 329516)
@@ -19,7 +19,7 @@
 groups=(gnome)
 _commit=8502f24746800aba2357f839ddcae9fc6c7555e9  # tags/3.28.2.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
 'SKIP')
 

Modified: gnome-photos/trunk/PKGBUILD
===
--- gnome-photos/trunk/PKGBUILD 2018-07-24 13:45:23 UTC (rev 329515)
+++ gnome-photos/trunk/PKGBUILD 2018-07-24 13:46:47 UTC (rev 329516)
@@ -15,7 +15,7 @@
 groups=(gnome)
 _commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c  # tags/3.28.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
 'SKIP')
 

Modified: libgda/trunk/PKGBUILD
===
--- libgda/trunk/PKGBUILD   2018-07-24 13:45:23 UTC (rev 329515)
+++ libgda/trunk/PKGBUILD   2018-07-24 13:46:47 UTC (rev 329516)
@@ -13,7 +13,7 @@
 makedepends=(glade libmariadbclient postgresql-libs libfbclient jdk8-openjdk 
intltool
  gobject-introspection gtk-doc vala itstool gnome-common git)
 _commit=3f70d4fced92d5fe7134c77b78e0730ce2945cc5  # LIBGDA_5.2
-source=("git+https://git.gnome.org/browse/libgda#commit=$_commit";
+source=("git+https://gitlab.gnome.org/GNOME/libgda.git#commit=$_commit";
 fix-crash.diff
 java.patch
 0001-Convert-files-to-Unicode.patch

Modified: libgdata/trunk/PKGBUILD
===
--- libgdata/trunk/PKGBUILD 2018-07-24 13:45:23 UTC (rev 329515)
+++ libgdata/trunk/PKGBUILD 2018-07-24 13:46:47 UTC (rev 329516)
@@ -11,7 +11,7 @@
 depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
 _commit=60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4  # tags/0.17.9^0
-source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit";)
+source=("git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {

Modified: nautilus/trunk/PKGBUILD
===
--- nautilus/trunk/PKGBUILD 2018-07-24 13:45:23 UTC (rev 329515)
+++ nautilus/trunk/PKGBUILD 2018-07-24 13:46:47 UTC (rev 329516)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 _commit=784b3eaab6495515393e99bcbc22344bb9cd975f  # tags/3.28.1^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
 'SKIP')
 


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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 14:15:06
  Author: foxxx0
Revision: 363294

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  147 +
 1 file changed, 72 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 14:15:01 UTC (rev 363293)
+++ PKGBUILD2018-07-24 14:15:06 UTC (rev 363294)
@@ -1,75 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=16.0.3
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="https://cherrypy.org";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python-six' 'python2-six' 'python-cheroot'
-  'python2-cheroot' 'python-portend' 'python2-portend')
-checkdepends=('python-tox' 'python2-tox')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('897c7ae982f02dbae4226ecff37d2b2c8b39e63929fde8bbf34b7c5996f89fe5a89ab5f399001ede8bd0352442fba223ca4518523ed0a88240887fe099ddaf2a')
-
-prepare() {
-  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
-}
-
-build() {
-
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py build
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  # fix incorrect shebang
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' 
cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  tox
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  tox2
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}
-
-package_python2-cherrypy() {
-  depends=('python2' 'python2-six' 'python2-cheroot' 'python2-portend' 
'python2-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 363293, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 14:15:06 UTC (rev 363294)
@@ -0,0 +1,72 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgbase='python-cherrypy'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgver=17.0.0
+pkgrel=1
+pkgdesc='A pythonic, object-oriented web development framework'
+arch=('any')
+url='https://cherrypy.org'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
+  'python2-setuptools-scm' 'python-six' 'python2-six' 'python-cheroot'
+  'python2-cheroot' 'python-portend' 'python2-portend')
+checkdepends=('python-tox' 'python2-tox')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
+sha512sums=('a80cbca34a1fe66a0dd83dce1d241f9b4b0c949fa05c9f982f8785c164debf969f4f222ec9e05a8e37fa272ea459e13bb06c50850dcfb87c0a281a67dd0673e6')
+
+prepare() {
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/python$|#!/usr/bin/env python2|1' {} +
+}
+
+build() {
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup

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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 14:15:01
  Author: foxxx0
Revision: 363293

upgpkg: python-cherrypy 17.0.0-1

update to 17.0.0

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 13:43:51 UTC (rev 363292)
+++ PKGBUILD2018-07-24 14:15:01 UTC (rev 363293)
@@ -7,13 +7,13 @@
 # Contributor: Florian Richter 
 
 pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=16.0.3
-pkgrel=2
-pkgdesc="A pythonic, object-oriented web development framework"
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgver=17.0.0
+pkgrel=1
+pkgdesc='A pythonic, object-oriented web development framework'
 arch=('any')
-url="https://cherrypy.org";
+url='https://cherrypy.org'
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
   'python2-setuptools-scm' 'python-six' 'python2-six' 'python-cheroot'
@@ -20,18 +20,17 @@
   'python2-cheroot' 'python-portend' 'python2-portend')
 checkdepends=('python-tox' 'python2-tox')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('897c7ae982f02dbae4226ecff37d2b2c8b39e63929fde8bbf34b7c5996f89fe5a89ab5f399001ede8bd0352442fba223ca4518523ed0a88240887fe099ddaf2a')
+sha512sums=('a80cbca34a1fe66a0dd83dce1d241f9b4b0c949fa05c9f982f8785c164debf969f4f222ec9e05a8e37fa272ea459e13bb06c50850dcfb87c0a281a67dd0673e6')
 
 prepare() {
   cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
 
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/python$|#!/usr/bin/env python2|1' {} +
 }
 
 build() {
-
   # setuptools wont find version from git tag
   export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
   cd "${srcdir}/${_pkgbase}-${pkgver}"
@@ -38,8 +37,6 @@
   python ./setup.py build
 
   cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  # fix incorrect shebang
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' 
cherrypy/test/sessiondemo.py
   python2 ./setup.py build
 }
 


[arch-commits] Commit in pdal/repos (3 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 14:43:15
  Author: svenstaro
Revision: 363296

archrelease: copy trunk to community-staging-x86_64

Added:
  pdal/repos/community-staging-x86_64/
  pdal/repos/community-staging-x86_64/PKGBUILD
(from rev 363295, pdal/trunk/PKGBUILD)
  
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
(from rev 363295, pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)

+
 PKGBUILD   |   52 +++
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   49 +
 2 files changed, 101 insertions(+)

Copied: pdal/repos/community-staging-x86_64/PKGBUILD (from rev 363295, 
pdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-24 14:43:15 UTC (rev 363296)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=1.7.2
+pkgrel=3
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io";
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz";
+ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
+sha512sums=('0996b32176f158517db89109afab2ff41c8eaaa0991d3486f036bdf9de91d8829d879f06b8ffd36ada5db2f272bcd69a9043dd683c7dc0e169a074de1896b90b'
+
'0b4793a292819ee3dcac5da252e0064e75a06a9c28be0d76cf38e2ebc9742b03a208f7f722a299ceab42417f39e05f56a3f2fbb9b7170fc184cd2c830d12e320')
+
+prepare() {
+cd "PDAL-$pkgver-src"
+
+patch -Np1 -i "$srcdir"/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
+
+[[ -d build ]] || mkdir build
+}
+
+build() {
+cd "PDAL-$pkgver-src/build"
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PYTHON=ON \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DBUILD_PLUGIN_SQLITE=ON \
+-DBUILD_PLUGIN_HEXBIN=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+make
+}
+
+package() {
+cd "PDAL-$pkgver-src/build"
+
+make DESTDIR="$pkgdir/" install
+
+cd "$srcdir/PDAL-$pkgver-src"
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
 (from rev 363295, pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
===
--- community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
(rev 0)
+++ community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
2018-07-24 14:43:15 UTC (rev 363296)
@@ -0,0 +1,49 @@
+From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
+From: Andrew Bell 
+Date: Tue, 24 Jul 2018 08:49:40 -0400
+Subject: [PATCH] Constify python strings. Close #2099
+
+---
+ plugins/python/plang/Environment.cpp | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
+index 19f5c1ae7..0bbcf2d70 100644
+--- a/plugins/python/plang/Environment.cpp
 b/plugins/python/plang/Environment.cpp
+@@ -190,9 +190,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("unable to get repr in getTraceback");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -208,9 +208,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("couldn't make string representation of 
traceback value");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -266,9 +266,9 @@ std::string readPythonString(PyObject* dict, const 
std::string& key)
+ throw pdal::pdal_error("unable to get repr in readPythonString");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsS

[arch-commits] Commit in pdal/trunk (2 files)

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 14:43:08
  Author: svenstaro
Revision: 363295

upgpkg: pdal 1.7.2-3

python 3.7 rebuild

Added:
  pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
Modified:
  pdal/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++-
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   49 +++
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 14:15:06 UTC (rev 363294)
+++ PKGBUILD2018-07-24 14:43:08 UTC (rev 363295)
@@ -2,7 +2,7 @@
 # Contributor: SaultDon 
 pkgname=pdal
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io";
@@ -13,12 +13,16 @@
 'sqlite: for the sqlite plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
-source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz";)
-sha512sums=('0996b32176f158517db89109afab2ff41c8eaaa0991d3486f036bdf9de91d8829d879f06b8ffd36ada5db2f272bcd69a9043dd683c7dc0e169a074de1896b90b')
+source=("http://download.osgeo.org/pdal/PDAL-$pkgver-src.tar.gz";
+ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
+sha512sums=('0996b32176f158517db89109afab2ff41c8eaaa0991d3486f036bdf9de91d8829d879f06b8ffd36ada5db2f272bcd69a9043dd683c7dc0e169a074de1896b90b'
+
'0b4793a292819ee3dcac5da252e0064e75a06a9c28be0d76cf38e2ebc9742b03a208f7f722a299ceab42417f39e05f56a3f2fbb9b7170fc184cd2c830d12e320')
 
 prepare() {
 cd "PDAL-$pkgver-src"
 
+patch -Np1 -i "$srcdir"/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
+
 [[ -d build ]] || mkdir build
 }
 

Added: ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
===
--- ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch  
(rev 0)
+++ ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch  2018-07-24 14:43:08 UTC 
(rev 363295)
@@ -0,0 +1,49 @@
+From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
+From: Andrew Bell 
+Date: Tue, 24 Jul 2018 08:49:40 -0400
+Subject: [PATCH] Constify python strings. Close #2099
+
+---
+ plugins/python/plang/Environment.cpp | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
+index 19f5c1ae7..0bbcf2d70 100644
+--- a/plugins/python/plang/Environment.cpp
 b/plugins/python/plang/Environment.cpp
+@@ -190,9 +190,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("unable to get repr in getTraceback");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -208,9 +208,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("couldn't make string representation of 
traceback value");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -266,9 +266,9 @@ std::string readPythonString(PyObject* dict, const 
std::string& key)
+ throw pdal::pdal_error("unable to get repr in readPythonString");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ ss << d;
+ 


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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 16:50:23
  Author: foxxx0
Revision: 363297

upgpkg: python-pecan 1.3.2-2

lots of fixes

Modified:
  python-pecan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 14:43:15 UTC (rev 363296)
+++ PKGBUILD2018-07-24 16:50:23 UTC (rev 363297)
@@ -1,45 +1,72 @@
 # Maintainer: Thore Bödecker 
 # Contributor: Tim Meusel 
 pkgbase='python-pecan'
-pkgname=('python2-pecan' 'python-pecan')
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob' 'python-mako' 
'python2-mako' 'python-webtest' 'python2-webtest')
-checkdepends=('python2-tox' 'python2-singledispatch' 'python2-waitress' 
'python2-markupsafe' 'python2-six' 'python2-beautifulsoup4' 'python2-gunicorn' 
'uwsgi-plugin-python2')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz";)
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
+ 'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob'
+ 'python-mako' 'python2-mako' 'python-webtest' 'python2-webtest'
+ 'python-six' 'python2-six' 'python-logutils' 'python2-logutils')
+checkdepends=('python-virtualenv' 'python2-virtualenv'
+  'python-jinja' 'python2-jinja' 'gunicorn' 'python2-gunicorn'
+  'python-mock' 'python2-mock' 'python-sqlalchemy' 
'python2-sqlalchemy'
+  'python2-kajiki' 'python-genshi' 'python2-genshi'
+  'python2-singledispatch' 'python-nine' 'python2-nine')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz";)
 
sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
 
-prepare() {
-  cd "${srcdir}/pecan-${pkgver}"
-
+prepare(){
   # fix manpage build
-  sed -i '/^dist = /d' docs/source/conf.py
-  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
docs/source/conf.py
+  sed -i '/^dist = /d' "${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
+  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
"${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
 
-  # run tests only on platforms we support on Arch Linux
-  # upstream currently ships no tests for python3.6, only 3.5 and older 3.X
-  sed -i 's/envlist.*/envlist = py27,scaffolds-27,scaffolds-27-rest-api,pep8/' 
tox.ini
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  find "${srcdir}/${_pkgbase}-${pkgver}-py2" -type f -name '*.py' \
+-exec sed -i 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|1' {} +
 }
 
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py build
+}
+
 check() {
-  cd "${srcdir}/pecan-${pkgver}"
-  # upstream tests only support python 2
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py test
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
   python2 setup.py test
 }
 
+package_python-pecan() {
+  depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six' 
'python-logutils')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd docs
+  PYTHONPATH="${PWD}/../" make man
+  install -D -m644 "./build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
 package_python2-pecan() {
-  depends=('python2')
-  cd "${srcdir}/pecan-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  depends=('python2' 'python2-webob' 'python2-mako' 'python2-webtest' 
'python2-six' 'python2-logutils')
+  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
+  python2 ./setup.py install --root="$pkgdir/" --optimize=1
   install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
   cd docs
   PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "${srcdir}/pecan-${pkgver}/docs/build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -D -m644 "./build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 
   # fix conflicting files
   for file in gunicorn_pecan pecan; do
@@ -46,14 +73,3 @@
 mv "${pkgdir}/usr/bin/${file}" "${pkgdir}/usr/bin/${file}2"
   done
 }
-
-package_python-pecan() {
-  depends=('python')
-  cd "${s

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

2018-07-24 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 24, 2018 @ 16:50:33
  Author: foxxx0
Revision: 363298

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 75 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 16:50:23 UTC (rev 363297)
+++ PKGBUILD2018-07-24 16:50:33 UTC (rev 363298)
@@ -1,59 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Tim Meusel 
-pkgbase='python-pecan'
-pkgname=('python2-pecan' 'python-pecan')
-pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
-pkgver=1.3.2
-pkgrel=1
-arch=('any')
-url='https://github.com/pecan/pecan'
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob' 'python-mako' 
'python2-mako' 'python-webtest' 'python2-webtest')
-checkdepends=('python2-tox' 'python2-singledispatch' 'python2-waitress' 
'python2-markupsafe' 'python2-six' 'python2-beautifulsoup4' 'python2-gunicorn' 
'uwsgi-plugin-python2')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz";)
-sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
-
-prepare() {
-  cd "${srcdir}/pecan-${pkgver}"
-
-  # fix manpage build
-  sed -i '/^dist = /d' docs/source/conf.py
-  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
docs/source/conf.py
-
-  # run tests only on platforms we support on Arch Linux
-  # upstream currently ships no tests for python3.6, only 3.5 and older 3.X
-  sed -i 's/envlist.*/envlist = py27,scaffolds-27,scaffolds-27-rest-api,pep8/' 
tox.ini
-}
-
-check() {
-  cd "${srcdir}/pecan-${pkgver}"
-  # upstream tests only support python 2
-  python2 setup.py test
-}
-
-package_python2-pecan() {
-  depends=('python2')
-  cd "${srcdir}/pecan-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd docs
-  PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "${srcdir}/pecan-${pkgver}/docs/build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-
-  # fix conflicting files
-  for file in gunicorn_pecan pecan; do
-mv "${pkgdir}/usr/bin/${file}" "${pkgdir}/usr/bin/${file}2"
-  done
-}
-
-package_python-pecan() {
-  depends=('python')
-  cd "${srcdir}/pecan-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd docs
-  PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "${srcdir}/pecan-${pkgver}/docs/build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: python-pecan/repos/community-any/PKGBUILD (from rev 363297, 
python-pecan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 16:50:33 UTC (rev 363298)
@@ -0,0 +1,75 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Tim Meusel 
+pkgbase='python-pecan'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}" "python2-${_pkgbase}")
+pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
+pkgver=1.3.2
+pkgrel=2
+arch=('any')
+url='https://github.com/pecan/pecan'
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
+ 'python-sphinx' 'python2-sphinx' 'python-webob' 'python2-webob'
+ 'python-mako' 'python2-mako' 'python-webtest' 'python2-webtest'
+ 'python-six' 'python2-six' 'python-logutils' 'python2-logutils')
+checkdepends=('python-virtualenv' 'python2-virtualenv'
+  'python-jinja' 'python2-jinja' 'gunicorn' 'python2-gunicorn'
+  'python-mock' 'python2-mock' 'python-sqlalchemy' 
'python2-sqlalchemy'
+  'python2-kajiki' 'python-genshi' 'python2-genshi'
+  'python2-singledispatch' 'python-nine' 'python2-nine')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/pecan/pecan/archive/${pkgver}.tar.gz";)
+sha512sums=('21eca763571c66d5bd2cecf59ebf5b4a70476088a670a5d8067ab84dc67881b81ae5a85fe2f262ca90a8a39b3a9bf8310651d0c595e331fcd0457b01f7f9cf2e')
+
+prepare(){
+  # fix manpage build
+  sed -i '/^dist = /d' "${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
+  sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
"${srcdir}/${_pkgbase}-${pkgver}/docs/source/conf.py"
+
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # fix python interpreter for python2 stuff
+  

[arch-commits] Commit in nextcloud-app-mail/repos/community-any (PKGBUILD PKGBUILD)

2018-07-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 24, 2018 @ 17:05:29
  Author: spupykin
Revision: 363300

archrelease: copy trunk to community-any

Added:
  nextcloud-app-mail/repos/community-any/PKGBUILD
(from rev 363299, nextcloud-app-mail/trunk/PKGBUILD)
Deleted:
  nextcloud-app-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 17:05:15 UTC (rev 363299)
+++ PKGBUILD2018-07-24 17:05:29 UTC (rev 363300)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail";
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
-sha512sums=('880acb067d69ebbf48f126070e5e132ef9fa9b6cf65d14eec596386dca65c6c5030521cf5eaa58532a77fd97b29102740ea93d32cff75590526d410e529502c5')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 363299, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 17:05:29 UTC (rev 363300)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail";
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
+sha512sums=('c6655272c4a175342f7dc2274a7d7e70c2cc02efe40ccfc89e7cb1fac3dff62b19048b4a06e29b9ffdbdd9424b6df90426e1da4310d58de1d9c47d9fbb2fd24e')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


[arch-commits] Commit in nextcloud-app-mail/trunk (PKGBUILD)

2018-07-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 24, 2018 @ 17:05:15
  Author: spupykin
Revision: 363299

upgpkg: nextcloud-app-mail 0.8.3-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 16:50:33 UTC (rev 363298)
+++ PKGBUILD2018-07-24 17:05:15 UTC (rev 363299)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
-sha512sums=('880acb067d69ebbf48f126070e5e132ef9fa9b6cf65d14eec596386dca65c6c5030521cf5eaa58532a77fd97b29102740ea93d32cff75590526d410e529502c5')
+sha512sums=('c6655272c4a175342f7dc2274a7d7e70c2cc02efe40ccfc89e7cb1fac3dff62b19048b4a06e29b9ffdbdd9424b6df90426e1da4310d58de1d9c47d9fbb2fd24e')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:25:37
  Author: felixonmars
Revision: 363302

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 363301, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 363301, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 363301, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   64 +-
 pm2.install |   20 +-
 pm2.service |   32 ++---
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 17:25:18 UTC (rev 363301)
+++ PKGBUILD2018-07-24 17:25:37 UTC (rev 363302)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9edb583ff05f3b336fb07512fa327cbb0735b5168033f113171f7592b46753298aac2ade2e917f9ed416193eeb4c004006edb260f787368b5a910380f989ac1d'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 363301, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 17:25:37 UTC (rev 363302)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('50da83543d8e4bcecd9b611e4c63a851b0b0e156451300586843979466dcbc0d28b3762e7881f1231b970b2d7f5b3e778f0400ff3763cd3bd7ea5ad873da209f'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2018-07-24 17:25:18 UTC (rev 363301)
+++ pm2.install 2018-07-24 17:25:37 UTC (rev 363302)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 363301, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2018-07-24 17:25:37 UTC (rev 363302)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2018-07-24 17:25:18 UTC (rev 363301)
+++ pm2.service 2018-07-24 17:25:37 UTC (rev 363302)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/communi

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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:25:18
  Author: felixonmars
Revision: 363301

upgpkg: pm2 3.0.1-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 17:05:29 UTC (rev 363300)
+++ PKGBUILD2018-07-24 17:25:18 UTC (rev 363301)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -14,7 +14,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9edb583ff05f3b336fb07512fa327cbb0735b5168033f113171f7592b46753298aac2ade2e917f9ed416193eeb4c004006edb260f787368b5a910380f989ac1d'
+sha512sums=('50da83543d8e4bcecd9b611e4c63a851b0b0e156451300586843979466dcbc0d28b3762e7881f1231b970b2d7f5b3e778f0400ff3763cd3bd7ea5ad873da209f'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:27:40
  Author: felixonmars
Revision: 363303

upgpkg: python-daiquiri 1.5.0-1

Modified:
  python-daiquiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 17:25:37 UTC (rev 363302)
+++ PKGBUILD2018-07-24 17:27:40 UTC (rev 363303)
@@ -3,8 +3,8 @@
 
 pkgbase=python-daiquiri
 pkgname=('python-daiquiri' 'python2-daiquiri')
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Library to configure Python logging easily'
 arch=('any')
 license=('Apache')
@@ -13,7 +13,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=('858536bdff836655a6a3e5bdbfe125d3ced74ae19a3931450a0b7253d234ca74492a258cab8a45d75c0ca7b955970b439c786c1ab59d7901377fae7047b5cf35')
+sha512sums=('c1da590be4e546415fa16ee6ee08b5dc5fbbf572e4488c15907df7bb65800aedb59dd5f90bf7ff25a4b4d7796efaf40680372cd371fc6c9d25425e33afa3bb10')
 
 prepare() {
   cp -a daiquiri-$pkgver{,-py2}


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:27:56
  Author: felixonmars
Revision: 363304

archrelease: copy trunk to community-staging-any

Added:
  python-daiquiri/repos/community-staging-any/PKGBUILD
(from rev 363303, python-daiquiri/trunk/PKGBUILD)
Deleted:
  python-daiquiri/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 17:27:40 UTC (rev 363303)
+++ PKGBUILD2018-07-24 17:27:56 UTC (rev 363304)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-daiquiri
-pkgname=('python-daiquiri' 'python2-daiquiri')
-pkgver=1.3.0
-pkgrel=2
-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=('858536bdff836655a6a3e5bdbfe125d3ced74ae19a3931450a0b7253d234ca74492a258cab8a45d75c0ca7b955970b439c786c1ab59d7901377fae7047b5cf35')
-
-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:

Copied: python-daiquiri/repos/community-staging-any/PKGBUILD (from rev 363303, 
python-daiquiri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 17:27:56 UTC (rev 363304)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-daiquiri
+pkgname=('python-daiquiri' 'python2-daiquiri')
+pkgver=1.5.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=('c1da590be4e546415fa16ee6ee08b5dc5fbbf572e4488c15907df7bb65800aedb59dd5f90bf7ff25a4b4d7796efaf40680372cd371fc6c9d25425e33afa3bb10')
+
+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-hypothesis/trunk (PKGBUILD)

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:35:40
  Author: felixonmars
Revision: 363305

upgpkg: python-hypothesis 3.66.7-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 17:27:56 UTC (rev 363304)
+++ PKGBUILD2018-07-24 17:35:40 UTC (rev 363305)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.66.6
+pkgver=3.66.7
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('c4c892c199ddfecaf22c7b90422b5658e1b76013ede28b2dcae1f3b0e3bf47bab3009962f56e69728852b477574f499288e49acd65c6927b1170170183984bcc')
+sha512sums=('5bb087431c8115838be15b63a49bb5716ad2189fc1491521d2654190b93d4a19130464466f8e54cf02e3ccdd7510fb8be7d2d4b2d70921a4f787e8b4ce8a2cb1')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:35:57
  Author: felixonmars
Revision: 363306

archrelease: copy trunk to community-staging-any

Added:
  python-hypothesis/repos/community-staging-any/PKGBUILD
(from rev 363305, python-hypothesis/trunk/PKGBUILD)
Deleted:
  python-hypothesis/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 17:35:40 UTC (rev 363305)
+++ PKGBUILD2018-07-24 17:35:57 UTC (rev 363306)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.66.6
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('c4c892c199ddfecaf22c7b90422b5658e1b76013ede28b2dcae1f3b0e3bf47bab3009962f56e69728852b477574f499288e49acd65c6927b1170170183984bcc')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-staging-any/PKGBUILD (from rev 
363305, python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 17:35:57 UTC (rev 363306)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.66.7
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2

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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:53:02
  Author: felixonmars
Revision: 363307

upgpkg: python-hunter 2.0.2-2

Python 3.7 rebuild

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 17:35:57 UTC (rev 363306)
+++ PKGBUILD2018-07-24 17:53:02 UTC (rev 363307)
@@ -4,7 +4,7 @@
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
 license=('BSD')
@@ -19,6 +19,7 @@
 
 prepare() {
   sed -i "s|'-mtarget'|'tests/target.py'|" 
python-hunter-$pkgver/tests/test_remote.py
+  sed -i -e 's|exc_|curexc_|g' -e 's|curcurexc|curexc|g' 
python-hunter-$pkgver/src/hunter/{_predicates.c,_event.c}
   cp -a python-hunter-$pkgver{,-py2}
 }
 


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Tuesday, July 24, 2018 @ 17:53:17
  Author: felixonmars
Revision: 363308

archrelease: copy trunk to community-staging-x86_64

Added:
  python-hunter/repos/community-staging-x86_64/
  python-hunter/repos/community-staging-x86_64/PKGBUILD
(from rev 363307, python-hunter/trunk/PKGBUILD)

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

Copied: python-hunter/repos/community-staging-x86_64/PKGBUILD (from rev 363307, 
python-hunter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-24 17:53:17 UTC (rev 363308)
@@ -0,0 +1,75 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=2.0.2
+pkgrel=2
+arch=('x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner' 'gdb'
+  'python-manhole' 'python2-manhole' 'python-process-tests' 
'python2-process-tests')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
+sha512sums=('e0f6ea2e19f389228e00e5e3c31f6477ab5d9776ae31b68bcd686a96fb5c4bce2c41643695e67c3d2cec9837e0f4e0e8898b513310deaf8ddc8e7b56ad0475a2')
+
+prepare() {
+  sed -i "s|'-mtarget'|'tests/target.py'|" 
python-hunter-$pkgver/tests/test_remote.py
+  sed -i -e 's|exc_|curexc_|g' -e 's|curcurexc|curexc|g' 
python-hunter-$pkgver/src/hunter/{_predicates.c,_event.c}
+  cp -a python-hunter-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+  # ptrace needed to pass the remote tests
+
+  cd "$srcdir"/python-hunter-$pkgver
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  ) || warning "Tests failed"
+
+  cd "$srcdir"/python-hunter-$pkgver-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py pytest
+  ) || warning "Tests failed"
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+  optdepends=('python-manhole: for remote support'
+  'gdb: for remote support')
+
+  cd python-hunter-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hunter() {
+  depends=('python2-fields' 'python2-colorama' 'python2-six')
+  optdepends=('python2-manhole: for remote support'
+  'gdb: for remote support')
+
+  cd python-hunter-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/hunter-trace{,2}
+}


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

2018-07-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 24, 2018 @ 18:45:50
  Author: bisson
Revision: 329517

upstream update

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 13:46:47 UTC (rev 329516)
+++ PKGBUILD2018-07-24 18:45:50 UTC (rev 329517)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
@@ -13,7 +13,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
 
 backup=('etc/whois.conf')
 


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

2018-07-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 24, 2018 @ 18:47:41
  Author: bisson
Revision: 329518

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 329517, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 18:45:50 UTC (rev 329517)
+++ PKGBUILD2018-07-24 18:47:41 UTC (rev 329518)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.3.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 329517, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 18:47:41 UTC (rev 329518)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.3.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in curl/repos (3 files)

2018-07-24 Thread Christian Hesse via arch-commits
Date: Tuesday, July 24, 2018 @ 19:27:08
  Author: eworm
Revision: 329520

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  
curl/repos/testing-x86_64/0001-header-output-switch-off-all-styles-not-just-unbold.patch
(from rev 329519, 
curl/trunk/0001-header-output-switch-off-all-styles-not-just-unbold.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 329519, curl/trunk/PKGBUILD)

+
 0001-header-output-switch-off-all-styles-not-just-unbold.patch |   30 +
 PKGBUILD   |   59 
++
 2 files changed, 89 insertions(+)

Copied: 
curl/repos/testing-x86_64/0001-header-output-switch-off-all-styles-not-just-unbold.patch
 (from rev 329519, 
curl/trunk/0001-header-output-switch-off-all-styles-not-just-unbold.patch)
===
--- 
testing-x86_64/0001-header-output-switch-off-all-styles-not-just-unbold.patch   
(rev 0)
+++ 
testing-x86_64/0001-header-output-switch-off-all-styles-not-just-unbold.patch   
2018-07-24 19:27:08 UTC (rev 329520)
@@ -0,0 +1,30 @@
+From 48ba5ea4618a88ce9b3a4dbb51a0d8311936d308 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Thu, 12 Jul 2018 11:04:00 +0200
+Subject: [PATCH] header output: switch off all styles, not just unbold
+
+... the "unbold" sequence doesn't work on the mac Terminal.
+
+Reported-by: Zero King
+Fixes #2736
+Closes #2738
+---
+ src/tool_cb_hdr.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/tool_cb_hdr.c b/src/tool_cb_hdr.c
+index 88ce5e13b8..6419b72048 100644
+--- a/src/tool_cb_hdr.c
 b/src/tool_cb_hdr.c
+@@ -42,7 +42,10 @@ static char *parse_filename(const char *ptr, size_t len);
+ #define BOLDOFF
+ #else
+ #define BOLD "\x1b[1m"
+-#define BOLDOFF "\x1b[21m"
++/* Switch off bold by settting "all attributes off" since the explicit
++   bold-off code (21) isn't supported everywhere - like in the mac
++   Terminal. */
++#define BOLDOFF "\x1b[0m"
+ #endif
+ 
+ /*

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 329519, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-24 19:27:08 UTC (rev 329520)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.61.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'0001-header-output-switch-off-all-styles-not-just-unbold.patch')
+sha512sums=('e55193d1893e7619c8a599299bc030db1307260b19803d01983d4229820e3da8afd274eaee9c5be57911591ffe1fe44ac10d2da38f2d3d3204d8ce9df8d06a93'
+'SKIP'
+
'af8df41040778853bef695f0d1cde78efbb907a5f49bd596393096791daa90fccc556a9e8701a7ab8db379fbefe27fffc590c95f33b0917406c1fe16a036281d')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 < 
../0001-header-output-switch-off-all-styles-not-just-unbold.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


[arch-commits] Commit in curl/trunk (2 files)

2018-07-24 Thread Christian Hesse via arch-commits
Date: Tuesday, July 24, 2018 @ 19:27:00
  Author: eworm
Revision: 329519

upgpkg: curl 7.61.0-2

header output: switch off all styles, not just unbold (FS#59435)

Added:
  curl/trunk/0001-header-output-switch-off-all-styles-not-just-unbold.patch
Modified:
  curl/trunk/PKGBUILD

+
 0001-header-output-switch-off-all-styles-not-just-unbold.patch |   30 
++
 PKGBUILD   |   14 +++-
 2 files changed, 41 insertions(+), 3 deletions(-)

Added: 0001-header-output-switch-off-all-styles-not-just-unbold.patch
===
--- 0001-header-output-switch-off-all-styles-not-just-unbold.patch  
(rev 0)
+++ 0001-header-output-switch-off-all-styles-not-just-unbold.patch  
2018-07-24 19:27:00 UTC (rev 329519)
@@ -0,0 +1,30 @@
+From 48ba5ea4618a88ce9b3a4dbb51a0d8311936d308 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Thu, 12 Jul 2018 11:04:00 +0200
+Subject: [PATCH] header output: switch off all styles, not just unbold
+
+... the "unbold" sequence doesn't work on the mac Terminal.
+
+Reported-by: Zero King
+Fixes #2736
+Closes #2738
+---
+ src/tool_cb_hdr.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/tool_cb_hdr.c b/src/tool_cb_hdr.c
+index 88ce5e13b8..6419b72048 100644
+--- a/src/tool_cb_hdr.c
 b/src/tool_cb_hdr.c
+@@ -42,7 +42,10 @@ static char *parse_filename(const char *ptr, size_t len);
+ #define BOLDOFF
+ #else
+ #define BOLD "\x1b[1m"
+-#define BOLDOFF "\x1b[21m"
++/* Switch off bold by settting "all attributes off" since the explicit
++   bold-off code (21) isn't supported everywhere - like in the mac
++   Terminal. */
++#define BOLDOFF "\x1b[0m"
+ #endif
+ 
+ /*

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 18:47:41 UTC (rev 329518)
+++ PKGBUILD2018-07-24 19:27:00 UTC (rev 329519)
@@ -7,7 +7,7 @@
 
 pkgname=curl
 pkgver=7.61.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se";
@@ -15,12 +15,20 @@
 depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
 provides=('libcurl.so')
 options=('strip' 'debug')
-source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+'0001-header-output-switch-off-all-styles-not-just-unbold.patch')
 
sha512sums=('e55193d1893e7619c8a599299bc030db1307260b19803d01983d4229820e3da8afd274eaee9c5be57911591ffe1fe44ac10d2da38f2d3d3204d8ce9df8d06a93'
-'SKIP')
+'SKIP'
+
'af8df41040778853bef695f0d1cde78efbb907a5f49bd596393096791daa90fccc556a9e8701a7ab8db379fbefe27fffc590c95f33b0917406c1fe16a036281d')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 < 
../0001-header-output-switch-off-all-styles-not-just-unbold.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 


[arch-commits] Commit in (4 files)

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 21:02:12
  Author: dvzrv
Revision: 363309

Adding python-xvfbwrapper as checkdepends to qtile.

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

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

Added: python-xvfbwrapper/trunk/PKGBUILD
===
--- python-xvfbwrapper/trunk/PKGBUILD   (rev 0)
+++ python-xvfbwrapper/trunk/PKGBUILD   2018-07-24 21:02:12 UTC (rev 363309)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge 
+_name=xvfbwrapper
+pkgname=python-xvfbwrapper
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Manage headless displays with Xvfb (X virtual framebuffer)"
+arch=('any')
+url="https://github.com/cgoldberg/xvfbwrapper";
+license=('MIT')
+depends=('python' 'xorg-server-xvfb')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('800f3489b2e1bbc884d7651e344ed73783d6c00856f3ab7ccfa6b9058dd6d3bb98d38f11172ba89dff5773d6c5b773bc000786c1f6c6aae5a27179b37017851e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package_python-xvfbwrapper() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


Property changes on: python-xvfbwrapper/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 21:04:35
  Author: dvzrv
Revision: 363310

archrelease: copy trunk to community-any

Added:
  python-xvfbwrapper/repos/community-any/
  python-xvfbwrapper/repos/community-any/PKGBUILD
(from rev 363309, python-xvfbwrapper/trunk/PKGBUILD)

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

Copied: python-xvfbwrapper/repos/community-any/PKGBUILD (from rev 363309, 
python-xvfbwrapper/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-07-24 21:04:35 UTC (rev 363310)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge 
+_name=xvfbwrapper
+pkgname=python-xvfbwrapper
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Manage headless displays with Xvfb (X virtual framebuffer)"
+arch=('any')
+url="https://github.com/cgoldberg/xvfbwrapper";
+license=('MIT')
+depends=('python' 'xorg-server-xvfb')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('800f3489b2e1bbc884d7651e344ed73783d6c00856f3ab7ccfa6b9058dd6d3bb98d38f11172ba89dff5773d6c5b773bc000786c1f6c6aae5a27179b37017851e')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package_python-xvfbwrapper() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-24 Thread Morten Linderud via arch-commits
Date: Tuesday, July 24, 2018 @ 21:13:47
  Author: foxboron
Revision: 363311

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 363310, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 21:04:35 UTC (rev 363310)
+++ PKGBUILD2018-07-24 21:13:47 UTC (rev 363311)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fontawesome.com";
-license=('custom:OFL')
-arch=('any')
-depends=('fontconfig')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('0081ff1e590ef4d49b751840ea0551b3f577fc138436fe1f78101ce432faf2d4')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 363310, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 21:13:47 UTC (rev 363311)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="http://fontawesome.com";
+license=('custom:OFL')
+arch=('any')
+depends=('fontconfig')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
+sha256sums=('157e8a4e18d3597ae0b6ed642939707ceca659386d4704fa062ad9960326e03e')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./web-fonts-with-css/webfonts/*.ttf 
"$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./use-on-desktop/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 21:21:20
  Author: svenstaro
Revision: 363312

upgpkg: gource 0.49-1

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 21:13:47 UTC (rev 363311)
+++ PKGBUILD2018-07-24 21:21:20 UTC (rev 363312)
@@ -3,8 +3,8 @@
 # Contributor: Jose Valecillos 
 # Contributor: Olivier Ramonat 
 pkgname=gource
-pkgver=0.48
-pkgrel=2
+pkgver=0.49
+pkgrel=1
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('5b638cac9b464c0d8f0df87ae0115c36d314cce9cd0ce269b05e0a635ff6f23e62d06d0def484b796267299041e4de675cb13a0381b19d9144bbdc1d3b7f1b16')
+sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-07-24 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 24, 2018 @ 21:21:27
  Author: svenstaro
Revision: 363313

archrelease: copy trunk to community-x86_64

Added:
  gource/repos/community-x86_64/PKGBUILD
(from rev 363312, gource/trunk/PKGBUILD)
Deleted:
  gource/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 21:21:20 UTC (rev 363312)
+++ PKGBUILD2018-07-24 21:21:27 UTC (rev 363313)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.48
-pkgrel=2
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(x86_64)
-url=http://gource.io/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('5b638cac9b464c0d8f0df87ae0115c36d314cce9cd0ce269b05e0a635ff6f23e62d06d0def484b796267299041e4de675cb13a0381b19d9144bbdc1d3b7f1b16')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 363312, 
gource/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 21:21:27 UTC (rev 363313)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.49
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(x86_64)
+url=http://gource.io/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:


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

2018-07-24 Thread Dan Printzell via arch-commits
Date: Tuesday, July 24, 2018 @ 21:41:11
  Author: wild
Revision: 363315

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 363314, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 363314, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  226 ++--
 ldc2.conf |   40 +-
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 21:41:01 UTC (rev 363314)
+++ PKGBUILD2018-07-24 21:41:11 UTC (rev 363315)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.10.0
-_pkgcommit=f8880c6c3853e0aef81209de3ab4db48131a040c
-_dversion=2.080.1
-_llvmversion=6.0.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc";
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
-"git+https://github.com/ldc-developers/druntime.git";
-"git+https://github.com/ldc-developers/phobos.git";
-"git+https://github.com/ldc-developers/dmd-testsuite.git";
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-
-# libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
-sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" 
driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DBUILD_LTO_LIBS=ON \
--DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-   make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 363314, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 21:41:11 UTC (rev 363315)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.10.0
+_pkgcommit=f8880c6c3853e0aef81209de3ab4db48131a040c
+_dversion=2.080.1
+_llvmversion=6.0.1
+epoch=1
+pkgrel=2
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc";
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit";
+"git+https://github.com/ldc-developers/druntime.git";
+"git+https://github.com/ldc-developers/phobos.git";
+"git+https://

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

2018-07-24 Thread Dan Printzell via arch-commits
Date: Tuesday, July 24, 2018 @ 21:41:01
  Author: wild
Revision: 363314

upgpkg: ldc 1:1.10.0-2

Updated _llvmversion to the new clang version

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 21:21:27 UTC (rev 363313)
+++ PKGBUILD2018-07-24 21:41:01 UTC (rev 363314)
@@ -8,9 +8,9 @@
 pkgver=1.10.0
 _pkgcommit=f8880c6c3853e0aef81209de3ab4db48131a040c
 _dversion=2.080.1
-_llvmversion=6.0.0
+_llvmversion=6.0.1
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc";
@@ -64,7 +64,7 @@
 
 check() {
 cd "$srcdir/ldc/build"
-   make all-test-runners
+make all-test-runners
 }
 
 package_ldc() {


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:11:01
  Author: dvzrv
Revision: 363316

upgpkg: qtile 0.12.0-1

Upgrading to 0.12.0.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 21:41:11 UTC (rev 363315)
+++ PKGBUILD2018-07-24 22:11:01 UTC (rev 363316)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer: David Runge 
 
 pkgname=qtile
-pkgver=0.11.1
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="A full-featured, pure-Python tiling window manager."
 arch=('any')
 url="http://www.qtile.org";
@@ -28,36 +29,24 @@
 'python-mpd2: mpdwidget, mpd2widget widget'
 'python-setproctitle: change process name to qtile'
 'python-xdg: launchbar widget')
-#checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-server-xephyr')
+checkdepends=('python-pytest' 'python-xvfbwrapper' 'xorg-server-xephyr')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('9cc2cdf5a01495c680fae62d23348d68cca456ce2c31848bef23825c943a5e8aebcc3ea70879388af06d222ab703dd410db14e6a9bd4180d90f57651b9dbaed5')
+sha512sums=('a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix same-name-issue with renameutils:
-  # https://bugs.archlinux.org/task/57710
-  mv -v bin/qcmd bin/qtile-cmd
-  sed -e 's/qcmd \=/qtile-cmd \=/g' -i setup.py
-  sed -e 's/qcmd \-h/qtile-cmd \-h/' \
-  -e 's/to qcmd/to qtile-cmd/' \
-  -e 's,s/qcmd,s/qtile-cmd,' \
-  -e 's/(qcmd/(qtile-cmd/g' \
-  -i bin/dqcmd
-  sed -e 's/qcmd/qtile-cmd/g' -i libqtile/scripts/qcmd.py
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build
 }
 
-# tests disabled for now, as they don't run headless
-# https://github.com/qtile/qtile/issues/1130
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  python libqtile/ffi_build.py
-#  py.test
-#}
+# # tests disabled for now, as they don't run headless
+# # https://github.com/qtile/qtile/issues/1130
+# check() {
+#   cd "${pkgname}-${pkgver}"
+#   export 
PYTTHONPATH="${srcdir}/${pkgname}-${pkgver}/build/lib/:${PYTHONPATH}"
+#   export LC_TYPE=en_US.UTF-8
+#   python libqtile/ffi_build.py
+#   py.test
+# }
 
 package() {
   cd "${pkgname}-${pkgver}"
@@ -67,13 +56,13 @@
 --root="${pkgdir}" \
 --prefix=/usr
   # license
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
   # config
   install -vDm 644 libqtile/resources/default_config.py \
-  "${pkgdir}/usr/share/doc/${pkgname}/default_config.py"
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
   # desktop file
   install -vDm 644 "resources/${pkgname}.desktop" \
-  "${pkgdir}/usr/share/xsessions/${pkgname}.desktop"
+-t "${pkgdir}/usr/share/xsessions/"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
 -vDm 644 {CHANGELOG,README.rst}


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:11:09
  Author: dvzrv
Revision: 363317

archrelease: copy trunk to community-any

Added:
  qtile/repos/community-any/PKGBUILD
(from rev 363316, qtile/trunk/PKGBUILD)
Deleted:
  qtile/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 22:11:01 UTC (rev 363316)
+++ PKGBUILD2018-07-24 22:11:09 UTC (rev 363317)
@@ -1,80 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qtile
-pkgver=0.11.1
-pkgrel=3
-pkgdesc="A full-featured, pure-Python tiling window manager."
-arch=('any')
-url="http://www.qtile.org";
-license=('MIT')
-depends=('pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
-'python-gobject' 'python-setuptools')
-makedepends=('jupyter_console'
- 'python-ipykernel'
- 'python-iwlib'
- 'python-keyring'
- 'python-mpd2'
- 'python-pytest'
- 'python-setuptools'
- 'python-xdg')
-optdepends=('alsa-utils: volume widget'
-'canto-daemon: canto widget'
-'cmus: cmus widget'
-'khal: khal_calendar widget'
-'lm_sensors: sensors widget'
-'moc: moc widget'
-'python-iwlib: wlan widget'
-'python-keyring: imapwidget widget'
-'python-mpd2: mpdwidget, mpd2widget widget'
-'python-setproctitle: change process name to qtile'
-'python-xdg: launchbar widget')
-#checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-server-xephyr')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('9cc2cdf5a01495c680fae62d23348d68cca456ce2c31848bef23825c943a5e8aebcc3ea70879388af06d222ab703dd410db14e6a9bd4180d90f57651b9dbaed5')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix same-name-issue with renameutils:
-  # https://bugs.archlinux.org/task/57710
-  mv -v bin/qcmd bin/qtile-cmd
-  sed -e 's/qcmd \=/qtile-cmd \=/g' -i setup.py
-  sed -e 's/qcmd \-h/qtile-cmd \-h/' \
-  -e 's/to qcmd/to qtile-cmd/' \
-  -e 's,s/qcmd,s/qtile-cmd,' \
-  -e 's/(qcmd/(qtile-cmd/g' \
-  -i bin/dqcmd
-  sed -e 's/qcmd/qtile-cmd/g' -i libqtile/scripts/qcmd.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# tests disabled for now, as they don't run headless
-# https://github.com/qtile/qtile/issues/1130
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  python libqtile/ffi_build.py
-#  py.test
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # install
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}" \
---prefix=/usr
-  # license
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py \
-  "${pkgdir}/usr/share/doc/${pkgname}/default_config.py"
-  # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
-  "${pkgdir}/usr/share/xsessions/${pkgname}.desktop"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {CHANGELOG,README.rst}
-}

Copied: qtile/repos/community-any/PKGBUILD (from rev 363316, 
qtile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 22:11:09 UTC (rev 363317)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: David Runge 
+
+pkgname=qtile
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A full-featured, pure-Python tiling window manager."
+arch=('any')
+url="http://www.qtile.org";
+license=('MIT')
+depends=('pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
+'python-gobject' 'python-setuptools')
+makedepends=('jupyter_console'
+ 'python-ipykernel'
+ 'python-iwlib'
+ 'python-keyring'
+ 'python-mpd2'
+ 'python-pytest'
+ 'python-setuptools'
+ 'python-xdg')
+optdepends=('alsa-utils: volume widget'
+'canto-daemon: canto widget'
+'cmus: cmus widget'
+'khal: khal_calendar widget'
+'lm_sensors: sensors widget'
+'moc: moc widget'
+'python-iwlib: wlan widget'
+'python-keyring: imapwidget widget'
+'python-mpd2: mpdwidget, mpd2widget widget'
+'python-setproctitle: change process name to qtile'
+'python-xdg: launchbar widget')
+checkdepends=('python-pytest' 'python-xvfbwrapper' 'xorg-server-xephyr')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+# #

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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:12:57
  Author: dvzrv
Revision: 363318

upgpkg: qtile 0.12.0-2

Upgrading to 0.12.0. Rebuilding against python3.7.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:11:09 UTC (rev 363317)
+++ PKGBUILD2018-07-24 22:12:57 UTC (rev 363318)
@@ -3,7 +3,7 @@
 
 pkgname=qtile
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured, pure-Python tiling window manager."
 arch=('any')
 url="http://www.qtile.org";


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:13:04
  Author: dvzrv
Revision: 363319

archrelease: copy trunk to community-staging-any

Added:
  qtile/repos/community-staging-any/PKGBUILD
(from rev 363318, qtile/trunk/PKGBUILD)
Deleted:
  qtile/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 22:12:57 UTC (rev 363318)
+++ PKGBUILD2018-07-24 22:13:04 UTC (rev 363319)
@@ -1,80 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=qtile
-pkgver=0.11.1
-pkgrel=4
-pkgdesc="A full-featured, pure-Python tiling window manager."
-arch=('any')
-url="http://www.qtile.org";
-license=('MIT')
-depends=('pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
-'python-gobject' 'python-setuptools')
-makedepends=('jupyter_console'
- 'python-ipykernel'
- 'python-iwlib'
- 'python-keyring'
- 'python-mpd2'
- 'python-pytest'
- 'python-setuptools'
- 'python-xdg')
-optdepends=('alsa-utils: volume widget'
-'canto-daemon: canto widget'
-'cmus: cmus widget'
-'khal: khal_calendar widget'
-'lm_sensors: sensors widget'
-'moc: moc widget'
-'python-iwlib: wlan widget'
-'python-keyring: imapwidget widget'
-'python-mpd2: mpdwidget, mpd2widget widget'
-'python-setproctitle: change process name to qtile'
-'python-xdg: launchbar widget')
-#checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-server-xephyr')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('9cc2cdf5a01495c680fae62d23348d68cca456ce2c31848bef23825c943a5e8aebcc3ea70879388af06d222ab703dd410db14e6a9bd4180d90f57651b9dbaed5')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix same-name-issue with renameutils:
-  # https://bugs.archlinux.org/task/57710
-  mv -v bin/qcmd bin/qtile-cmd
-  sed -e 's/qcmd \=/qtile-cmd \=/g' -i setup.py
-  sed -e 's/qcmd \-h/qtile-cmd \-h/' \
-  -e 's/to qcmd/to qtile-cmd/' \
-  -e 's,s/qcmd,s/qtile-cmd,' \
-  -e 's/(qcmd/(qtile-cmd/g' \
-  -i bin/dqcmd
-  sed -e 's/qcmd/qtile-cmd/g' -i libqtile/scripts/qcmd.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# tests disabled for now, as they don't run headless
-# https://github.com/qtile/qtile/issues/1130
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  python libqtile/ffi_build.py
-#  py.test
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # install
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}" \
---prefix=/usr
-  # license
-  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py \
-  "${pkgdir}/usr/share/doc/${pkgname}/default_config.py"
-  # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
-  "${pkgdir}/usr/share/xsessions/${pkgname}.desktop"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {CHANGELOG,README.rst}
-}

Copied: qtile/repos/community-staging-any/PKGBUILD (from rev 363318, 
qtile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 22:13:04 UTC (rev 363319)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: David Runge 
+
+pkgname=qtile
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="A full-featured, pure-Python tiling window manager."
+arch=('any')
+url="http://www.qtile.org";
+license=('MIT')
+depends=('pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
+'python-gobject' 'python-setuptools')
+makedepends=('jupyter_console'
+ 'python-ipykernel'
+ 'python-iwlib'
+ 'python-keyring'
+ 'python-mpd2'
+ 'python-pytest'
+ 'python-setuptools'
+ 'python-xdg')
+optdepends=('alsa-utils: volume widget'
+'canto-daemon: canto widget'
+'cmus: cmus widget'
+'khal: khal_calendar widget'
+'lm_sensors: sensors widget'
+'moc: moc widget'
+'python-iwlib: wlan widget'
+'python-keyring: imapwidget widget'
+'python-mpd2: mpdwidget, mpd2widget widget'
+'python-setproctitle: change process name to qtile'
+'python-xdg: launchbar widget')
+checkdepends=('python-pytest' 'python-xvfbwrapper' 'xorg-server-xephyr')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('a94237c40775524e16aebdd8555d0ed0623c248b65aee32851145e8a6cc54ce4d46ee5cf4c4f583e468de4557a565c4281660219e4b2ee1b73fb483567e1a5b2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+ 

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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:18:28
  Author: dvzrv
Revision: 363320

upgpkg: drumkv1 0.9.2-1

Upgrading to 0.9.2.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:13:04 UTC (rev 363319)
+++ PKGBUILD2018-07-24 22:18:28 UTC (rev 363320)
@@ -3,8 +3,8 @@
 # Contributor: speps 
 
 pkgname=drumkv1
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
 url="https://drumkv1.sourceforge.io/";
@@ -13,7 +13,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('7a6a43d4da83461153455ca00dfeee7aa4699445975a8bf0a708700500cdd696d71b35dd3f34ce6b00375fb849bfdc4065f598f0684705bbfb16877cde422e69')
+sha512sums=('c5e87356a7cc65fbdfa81d88947f7ebafb19b8f111536452bd9068c29dbde187404d20c65cc01758f61e7c25f069c9f1fac3ea0c92fd476c3c6814cb35b2959c')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -31,7 +31,7 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:18:35
  Author: dvzrv
Revision: 363321

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 363320, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 22:18:28 UTC (rev 363320)
+++ PKGBUILD2018-07-24 22:18:35 UTC (rev 363321)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=drumkv1
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('7a6a43d4da83461153455ca00dfeee7aa4699445975a8bf0a708700500cdd696d71b35dd3f34ce6b00375fb849bfdc4065f598f0684705bbfb16877cde422e69')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 363320, 
drumkv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 22:18:35 UTC (rev 363321)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=drumkv1
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('c5e87356a7cc65fbdfa81d88947f7ebafb19b8f111536452bd9068c29dbde187404d20c65cc01758f61e7c25f069c9f1fac3ea0c92fd476c3c6814cb35b2959c')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:21:56
  Author: dvzrv
Revision: 363323

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 363322, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 22:21:49 UTC (rev 363322)
+++ PKGBUILD2018-07-24 22:21:56 UTC (rev 363323)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=samplv1
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=('x86_64')
-url="https://samplv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('74b448a565ac353557e8e41344be8bd523eb9466f0c474f0f6bc9e21f844a24bb81e15a9ee6c68411e1600449fa258a5c6ab4e83ec0fe358b5b5174feb98b080')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 363322, 
samplv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 22:21:56 UTC (rev 363323)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=samplv1
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=('x86_64')
+url="https://samplv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('5dced4a1266a39367b458821f533cdec04dbd2f9fa765447a6773a6613957f3091eb142af59f07a4f5c7b49293071312f2a87cf7881440fed16048b5753df110')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:21:49
  Author: dvzrv
Revision: 363322

upgpkg: samplv1 0.9.2-1

Upgrading to 0.9.2.

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:18:35 UTC (rev 363321)
+++ PKGBUILD2018-07-24 22:21:49 UTC (rev 363322)
@@ -3,7 +3,7 @@
 # Contributor: speps 
 
 pkgname=samplv1
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('74b448a565ac353557e8e41344be8bd523eb9466f0c474f0f6bc9e21f844a24bb81e15a9ee6c68411e1600449fa258a5c6ab4e83ec0fe358b5b5174feb98b080')
+sha512sums=('5dced4a1266a39367b458821f533cdec04dbd2f9fa765447a6773a6613957f3091eb142af59f07a4f5c7b49293071312f2a87cf7881440fed16048b5753df110')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -31,7 +31,6 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }
-
 # vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:24:24
  Author: dvzrv
Revision: 363324

upgpkg: synthv1 0.9.2-1

Upgrading to 0.9.2.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:21:56 UTC (rev 363323)
+++ PKGBUILD2018-07-24 22:24:24 UTC (rev 363324)
@@ -3,7 +3,7 @@
 # Contributor: speps 
 
 pkgname=synthv1
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('27ef5d72a849872e665c6b06637dceae53eaa8582195c4f7b5b93811fffcbe19ac6c35027153e659cf3b6384174d781af7b486a9314fb03682701b711e98f577')
+sha512sums=('331d3b467cca4538246d6a920ce6859379ae9a5db8cf83e8fe56914681897dae2b8a845404abc75a47fd1efcf57673c156c3e98fccab66eb6c29b318259480bf')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -31,7 +31,6 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }
-
 # vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 22:24:32
  Author: dvzrv
Revision: 363325

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 363324, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 22:24:24 UTC (rev 363324)
+++ PKGBUILD2018-07-24 22:24:32 UTC (rev 363325)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=synthv1
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('27ef5d72a849872e665c6b06637dceae53eaa8582195c4f7b5b93811fffcbe19ac6c35027153e659cf3b6384174d781af7b486a9314fb03682701b711e98f577')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 363324, 
synthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 22:24:32 UTC (rev 363325)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=synthv1
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('331d3b467cca4538246d6a920ce6859379ae9a5db8cf83e8fe56914681897dae2b8a845404abc75a47fd1efcf57673c156c3e98fccab66eb6c29b318259480bf')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-24 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 24, 2018 @ 22:59:49
  Author: anatolik
Revision: 363326

upgpkg: crash 7.2.3-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:24:32 UTC (rev 363325)
+++ PKGBUILD2018-07-24 22:59:49 UTC (rev 363326)
@@ -5,7 +5,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.2.1
+pkgver=7.2.3
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('6510da25db7ad2f49fd2a8bce7b5939ecb561152767423deaa22873e242413a3')
+sha256sums=('d34d4e3962bd8ef786e6fa4933105ae9049f052aaa2afce45492e2bd78a66112')
 
 prepare() {
   cd crash-$pkgver


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

2018-07-24 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 24, 2018 @ 23:00:19
  Author: anatolik
Revision: 363329

archrelease: copy trunk to community-x86_64

Added:
  crash/repos/community-x86_64/PKGBUILD
(from rev 363326, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 23:00:19 UTC (rev 363328)
+++ PKGBUILD2018-07-24 23:00:19 UTC (rev 363329)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.2.1
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('6510da25db7ad2f49fd2a8bce7b5939ecb561152767423deaa22873e242413a3')
-
-prepare() {
-  cd crash-$pkgver
-
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 363326, 
crash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 23:00:19 UTC (rev 363329)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.2.3
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('d34d4e3962bd8ef786e6fa4933105ae9049f052aaa2afce45492e2bd78a66112')
+
+prepare() {
+  cd crash-$pkgver
+
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 23:00:19
  Author: dvzrv
Revision: 363328

archrelease: copy trunk to community-x86_64

Added:
  luppp/repos/community-x86_64/PKGBUILD
(from rev 363327, luppp/trunk/PKGBUILD)
Deleted:
  luppp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 23:00:11 UTC (rev 363327)
+++ PKGBUILD2018-07-24 23:00:19 UTC (rev 363328)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-pkgname=luppp
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="A music creation tool, intended for live use"
-arch=('x86_64')
-url="http://openavproductions.com/luppp/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('jack' 'liblo' 'libsamplerate' 'ntk')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz";)
-sha512sums=('d2a0a35095b0a6f536b5df6ea14eca7722ab06145bfdb4c401df4002bb02af812af4524bcf752535b86105380d56a12b24fd532a0b16a0cd3a55e8b87f4b9218')
-
-prepare() {
-  mv -v "openAV-Luppp-release-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -v bld
-}
-
-build() {
-  cd "$pkgname-$pkgver/bld"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/bld"
-  make DESTDIR="$pkgdir/" install
-  #docs
-  install -vDm 644 ../{CHANGELOG,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # XDG integration
-  install -vDm 644 "../resources/metadata/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 "../resources/metadata/${pkgname}.appdata.xml" \
--t "${pkgdir}/usr/share/appdata/"
-  install -vDm 644 "../resources/icons/${pkgname}.png" \
--t "${pkgdir}/usr/share/pixmaps/"
-  # controllers
-  install -vDm 644 "../resources/controllers/"*.ctlr \
--t "${pkgdir}/usr/share/${pkgname}/"
-}

Copied: luppp/repos/community-x86_64/PKGBUILD (from rev 363327, 
luppp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 23:00:19 UTC (rev 363328)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=luppp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A music creation tool, intended for live use"
+arch=('x86_64')
+url="http://openavproductions.com/luppp/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack' 'liblo' 'libsamplerate' 'ntk')
+makedepends=('meson')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz";)
+sha512sums=('1ff842aea7404e268168265454af12d7d3f3961d0f85228e70e5177ff623f00e2c197ec3b11af3b3a5c5a4040c94b678bbe35e3bbea9008a36c1b96b11c8070e')
+
+prepare() {
+  mv -v "openAV-Luppp-release-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  ninja -C build
+}
+
+package() {
+  install -vDm 755 build/${pkgname} -t ${pkgdir}/usr/bin
+  cd "$pkgname-$pkgver"
+  #docs
+  install -vDm 644 {CHANGELOG,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # XDG integration
+  install -vDm 644 "resources/metadata/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "resources/metadata/${pkgname}.appdata.xml" \
+-t "${pkgdir}/usr/share/appdata/"
+  install -vDm 644 "resources/icons/${pkgname}.png" \
+-t "${pkgdir}/usr/share/pixmaps/"
+  # controllers
+  install -vDm 644 "resources/controllers/"*.ctlr \
+-t "${pkgdir}/usr/share/${pkgname}/"
+}


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 23:00:11
  Author: dvzrv
Revision: 363327

upgpkg: luppp 1.2.0-1

Upgrading to 1.2.0.

Modified:
  luppp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 22:59:49 UTC (rev 363326)
+++ PKGBUILD2018-07-24 23:00:11 UTC (rev 363327)
@@ -1,7 +1,8 @@
+# $Id$
 # Maintainer: David Runge 
 pkgname=luppp
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A music creation tool, intended for live use"
 arch=('x86_64')
 url="http://openavproductions.com/luppp/";
@@ -8,37 +9,33 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('jack' 'liblo' 'libsamplerate' 'ntk')
-makedepends=('cmake')
+makedepends=('meson')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openAVproductions/openAV-${pkgname}/archive/release-${pkgver}.tar.gz";)
-sha512sums=('d2a0a35095b0a6f536b5df6ea14eca7722ab06145bfdb4c401df4002bb02af812af4524bcf752535b86105380d56a12b24fd532a0b16a0cd3a55e8b87f4b9218')
+sha512sums=('1ff842aea7404e268168265454af12d7d3f3961d0f85228e70e5177ff623f00e2c197ec3b11af3b3a5c5a4040c94b678bbe35e3bbea9008a36c1b96b11c8070e')
 
 prepare() {
   mv -v "openAV-Luppp-release-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -v bld
 }
 
 build() {
-  cd "$pkgname-$pkgver/bld"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
+  arch-meson "$pkgname-$pkgver" build
+  ninja -C build
 }
 
 package() {
-  cd "$pkgname-$pkgver/bld"
-  make DESTDIR="$pkgdir/" install
+  install -vDm 755 build/${pkgname} -t ${pkgdir}/usr/bin
+  cd "$pkgname-$pkgver"
   #docs
-  install -vDm 644 ../{CHANGELOG,README.md} \
+  install -vDm 644 {CHANGELOG,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
   # XDG integration
-  install -vDm 644 "../resources/metadata/${pkgname}.desktop" \
+  install -vDm 644 "resources/metadata/${pkgname}.desktop" \
 -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 "../resources/metadata/${pkgname}.appdata.xml" \
+  install -vDm 644 "resources/metadata/${pkgname}.appdata.xml" \
 -t "${pkgdir}/usr/share/appdata/"
-  install -vDm 644 "../resources/icons/${pkgname}.png" \
+  install -vDm 644 "resources/icons/${pkgname}.png" \
 -t "${pkgdir}/usr/share/pixmaps/"
   # controllers
-  install -vDm 644 "../resources/controllers/"*.ctlr \
+  install -vDm 644 "resources/controllers/"*.ctlr \
 -t "${pkgdir}/usr/share/${pkgname}/"
 }


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 23:00:59
  Author: dvzrv
Revision: 363331

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 363330, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-24 23:00:51 UTC (rev 363330)
+++ PKGBUILD2018-07-24 23:00:59 UTC (rev 363331)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=padthv1
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
-'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a88cea9ca9e3b3098918cc98a2244e1b116014a1874e002b2cb705c85e63ac221e6b220f97581768ff120806c5229ebab504c7ae7660eadac653b0c09bd0832b')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 363330, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-24 23:00:59 UTC (rev 363331)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=padthv1
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
+'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('7d4828e1a6f00b88d8ea05f37d87067294bdc4350182f2f4078ce65b3a1113e5595a678a259d0d16c3b4f90175878619b571f78682754a0840e903789bf25fee')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2018-07-24 Thread David Runge via arch-commits
Date: Tuesday, July 24, 2018 @ 23:00:51
  Author: dvzrv
Revision: 363330

upgpkg: padthv1 0.9.2-1

Upgrading to 0.9.2.

Modified:
  padthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 23:00:19 UTC (rev 363329)
+++ PKGBUILD2018-07-24 23:00:51 UTC (rev 363330)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: David Runge 
 pkgname=padthv1
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
 url="https://padthv1.sourceforge.io/";
@@ -12,7 +12,7 @@
 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a88cea9ca9e3b3098918cc98a2244e1b116014a1874e002b2cb705c85e63ac221e6b220f97581768ff120806c5229ebab504c7ae7660eadac653b0c09bd0832b')
+sha512sums=('7d4828e1a6f00b88d8ea05f37d87067294bdc4350182f2f4078ce65b3a1113e5595a678a259d0d16c3b4f90175878619b571f78682754a0840e903789bf25fee')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -30,6 +30,6 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {AUTHORS,ChangeLog,README,TODO}
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }
 # vim:set ts=2 sw=2 et:


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

2018-07-24 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 24, 2018 @ 23:27:29
  Author: anatolik
Revision: 363332

use https for download url

Modified:
  fatsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 23:00:59 UTC (rev 363331)
+++ PKGBUILD2018-07-24 23:27:29 UTC (rev 363332)
@@ -15,7 +15,7 @@
 depends=(glibc)
 makedepends=(help2man)
 #checkdepends=(dosfstools bbe)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('bdbcf99307baef3e76d99700691ac525c9a9cf96d8433b45c89314940cc6a1e0')
 
 build() {


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 25, 2018 @ 04:26:51
  Author: felixonmars
Revision: 36

upgpkg: dtkwidget 2.0.9.1-1

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-24 23:27:29 UTC (rev 363332)
+++ PKGBUILD2018-07-25 04:26:51 UTC (rev 36)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.9
+pkgver=2.0.9.1
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('155b027fc3410de8a90d39a58073919a0bf8a3bbdb7f7d27d06a9320a432840b81b51ec2af6c9c9e9aaf583d9e44f3d4220c2af5ee9847da7ab67d03ea9e0018')
+sha512sums=('18c0a5e1cf10396f67d0058db26f39691d8c8282b5d2f714908d63ef52c76681dbb64dd54e4cb5bd4b7620c2add7ab635eabf3f5db0ee6c6852e05f558f7de39')
 
 build() {
   cd dtkwidget-$pkgver


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 25, 2018 @ 04:27:09
  Author: felixonmars
Revision: 363334

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 36, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 04:26:51 UTC (rev 36)
+++ PKGBUILD2018-07-25 04:27:09 UTC (rev 363334)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('155b027fc3410de8a90d39a58073919a0bf8a3bbdb7f7d27d06a9320a432840b81b51ec2af6c9c9e9aaf583d9e44f3d4220c2af5ee9847da7ab67d03ea9e0018')
-
-build() {
-  cd dtkwidget-$pkgver
-  LDFLAGS=${LDFLAGS/,-z,now/}
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 36, 
dtkwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 04:27:09 UTC (rev 363334)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.9.1
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('18c0a5e1cf10396f67d0058db26f39691d8c8282b5d2f714908d63ef52c76681dbb64dd54e4cb5bd4b7620c2add7ab635eabf3f5db0ee6c6852e05f558f7de39')
+
+build() {
+  cd dtkwidget-$pkgver
+  LDFLAGS=${LDFLAGS/,-z,now/}
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-07-24 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 04:28:14
  Author: eschwartz
Revision: 363335

upgpkg: python-genshi 0.7-5 add Python 3 version and move base dir

Added:
  python-genshi/
Modified:
  python-genshi/trunk/PKGBUILD
Deleted:
  python2-genshi/

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

Modified: python-genshi/trunk/PKGBUILD
===
--- python2-genshi/trunk/PKGBUILD   2018-07-25 04:27:09 UTC (rev 363334)
+++ python-genshi/trunk/PKGBUILD2018-07-25 04:28:14 UTC (rev 363335)
@@ -2,27 +2,43 @@
 # Maintainer: Sergej Pupykin 
 # Contributor : Todd Maynard 
 
-pkgname=python2-genshi
+pkgname=(python-genshi python2-genshi)
 pkgver=0.7
-pkgrel=4
+pkgrel=5
+_commit=4f491e42a97395f64d968df756172ea0b12e5d85
 pkgdesc="Python toolkit for stream-based generation of output for the web."
 url="https://genshi.edgewall.org/";
 license=("BSD")
 arch=('x86_64')
-depends=('python2')
-makedepends=('python2-setuptools')
-conflicts=('python-genshi<=0.6-3')
-replaces=('python-genshi<=0.6-3')
-source=("https://ftp.edgewall.org/pub/genshi/Genshi-$pkgver.tar.gz";)
-md5sums=('54e64dd69da3ec961f86e686e0848a82')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/edgewall/genshi/archive/${_commit}.tar.gz";)
+sha256sums=('d69c8807789822a354aa9528a37e00db6c6d5df16de4a705c46aa2d4bed24a6d')
 
+prepare() {
+# uses 2to3 so need to build python2/python3 in separate dirs
+cp -a "${srcdir}"/genshi-${_commit}{,-py2}
+}
+
 build() {
-  cd "$srcdir"/Genshi-${pkgver}
-  python2 setup.py build
+cd "${srcdir}"/genshi-${_commit}
+python setup.py build
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py build
 }
 
-package() {
-  cd "$srcdir"/Genshi-${pkgver}
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+package_python-genshi() {
+depends=('python')
+
+cd "${srcdir}"/genshi-${_commit}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
 }
+
+package_python2-genshi() {
+depends=('python2')
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


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

2018-07-24 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 04:30:13
  Author: eschwartz
Revision: 363336

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 04:28:14 UTC (rev 363335)
+++ PKGBUILD2018-07-25 04:30:13 UTC (rev 363336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Todd Maynard 
-
-pkgname=python2-genshi
-pkgver=0.7
-pkgrel=4
-pkgdesc="Python toolkit for stream-based generation of output for the web."
-url="https://genshi.edgewall.org/";
-license=("BSD")
-arch=('x86_64')
-depends=('python2')
-makedepends=('python2-setuptools')
-conflicts=('python-genshi<=0.6-3')
-replaces=('python-genshi<=0.6-3')
-source=("https://ftp.edgewall.org/pub/genshi/Genshi-$pkgver.tar.gz";)
-md5sums=('54e64dd69da3ec961f86e686e0848a82')
-
-build() {
-  cd "$srcdir"/Genshi-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir"/Genshi-${pkgver}
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-genshi/repos/community-x86_64/PKGBUILD (from rev 363335, 
python-genshi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 04:30:13 UTC (rev 363336)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Todd Maynard 
+
+pkgname=(python-genshi python2-genshi)
+pkgver=0.7
+pkgrel=5
+_commit=4f491e42a97395f64d968df756172ea0b12e5d85
+pkgdesc="Python toolkit for stream-based generation of output for the web."
+url="https://genshi.edgewall.org/";
+license=("BSD")
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/edgewall/genshi/archive/${_commit}.tar.gz";)
+sha256sums=('d69c8807789822a354aa9528a37e00db6c6d5df16de4a705c46aa2d4bed24a6d')
+
+prepare() {
+# uses 2to3 so need to build python2/python3 in separate dirs
+cp -a "${srcdir}"/genshi-${_commit}{,-py2}
+}
+
+build() {
+cd "${srcdir}"/genshi-${_commit}
+python setup.py build
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py build
+}
+
+package_python-genshi() {
+depends=('python')
+
+cd "${srcdir}"/genshi-${_commit}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_python2-genshi() {
+depends=('python2')
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (2 files)

2018-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 25, 2018 @ 04:30:35
  Author: felixonmars
Revision: 363337

archrelease: copy trunk to community-x86_64

Added:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 363336, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 04:30:13 UTC (rev 363336)
+++ PKGBUILD2018-07-25 04:30:35 UTC (rev 363337)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screen-recorder
-pkgver=2.7.5
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-screen-recorder";
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz";)
-sha512sums=('33287c5e4ca977c387c20373f5d7ffe955e6b60e37100fa1bac7d8238ed09465968b38267601eeb2617ceeaa52ec0ca3f08bff71a7fe8e95bb877fc2b15deeb0')
-
-build(){
-  cd deepin-screen-recorder-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screen-recorder-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 
363336, deepin-screen-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 04:30:35 UTC (rev 363337)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screen-recorder
+pkgver=2.7.5
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder";
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz";)
+sha512sums=('33287c5e4ca977c387c20373f5d7ffe955e6b60e37100fa1bac7d8238ed09465968b38267601eeb2617ceeaa52ec0ca3f08bff71a7fe8e95bb877fc2b15deeb0')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 25, 2018 @ 04:32:40
  Author: felixonmars
Revision: 363338

upgpkg: pm2 3.0.2-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 04:30:35 UTC (rev 363337)
+++ PKGBUILD2018-07-25 04:32:40 UTC (rev 363338)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -14,7 +14,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('50da83543d8e4bcecd9b611e4c63a851b0b0e156451300586843979466dcbc0d28b3762e7881f1231b970b2d7f5b3e778f0400ff3763cd3bd7ea5ad873da209f'
+sha512sums=('588f53df480ef1f8d9fd2d0b4f5b11bdd1c8b308f87323cfe94cd9f202af3e034de26a83a6cd496d7191f6b38119c193d6147f381815e767d9a986bb4c7a3382'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2018-07-24 Thread Felix Yan via arch-commits
Date: Wednesday, July 25, 2018 @ 04:33:00
  Author: felixonmars
Revision: 363339

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 363338, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 363338, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 363338, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   64 +-
 pm2.install |   20 +-
 pm2.service |   32 ++---
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-25 04:32:40 UTC (rev 363338)
+++ PKGBUILD2018-07-25 04:33:00 UTC (rev 363339)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('50da83543d8e4bcecd9b611e4c63a851b0b0e156451300586843979466dcbc0d28b3762e7881f1231b970b2d7f5b3e778f0400ff3763cd3bd7ea5ad873da209f'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 363338, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-25 04:33:00 UTC (rev 363339)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('588f53df480ef1f8d9fd2d0b4f5b11bdd1c8b308f87323cfe94cd9f202af3e034de26a83a6cd496d7191f6b38119c193d6147f381815e767d9a986bb4c7a3382'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2018-07-25 04:32:40 UTC (rev 363338)
+++ pm2.install 2018-07-25 04:33:00 UTC (rev 363339)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 363338, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2018-07-25 04:33:00 UTC (rev 363339)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2018-07-25 04:32:40 UTC (rev 363338)
+++ pm2.service 2018-07-25 04:33:00 UTC (rev 363339)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/commu

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

2018-07-24 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 04:34:28
  Author: eschwartz
Revision: 363340

upgpkg: python-genshi 0.7-6

python 3.7 rebuild
add testsuite...

Modified:
  python-genshi/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 04:33:00 UTC (rev 363339)
+++ PKGBUILD2018-07-25 04:34:28 UTC (rev 363340)
@@ -4,7 +4,7 @@
 
 pkgname=(python-genshi python2-genshi)
 pkgver=0.7
-pkgrel=5
+pkgrel=6
 _commit=4f491e42a97395f64d968df756172ea0b12e5d85
 pkgdesc="Python toolkit for stream-based generation of output for the web."
 url="https://genshi.edgewall.org/";
@@ -27,6 +27,14 @@
 python2 setup.py build
 }
 
+check() {
+cd "${srcdir}"/genshi-${_commit}
+python setup.py test
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py test
+}
+
 package_python-genshi() {
 depends=('python')
 


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

2018-07-24 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 04:34:53
  Author: eschwartz
Revision: 363341

archrelease: copy trunk to community-staging-x86_64

Added:
  python-genshi/repos/community-staging-x86_64/
  python-genshi/repos/community-staging-x86_64/PKGBUILD
(from rev 363340, python-genshi/trunk/PKGBUILD)

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

Copied: python-genshi/repos/community-staging-x86_64/PKGBUILD (from rev 363340, 
python-genshi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-25 04:34:53 UTC (rev 363341)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Todd Maynard 
+
+pkgname=(python-genshi python2-genshi)
+pkgver=0.7
+pkgrel=6
+_commit=4f491e42a97395f64d968df756172ea0b12e5d85
+pkgdesc="Python toolkit for stream-based generation of output for the web."
+url="https://genshi.edgewall.org/";
+license=("BSD")
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/edgewall/genshi/archive/${_commit}.tar.gz";)
+sha256sums=('d69c8807789822a354aa9528a37e00db6c6d5df16de4a705c46aa2d4bed24a6d')
+
+prepare() {
+# uses 2to3 so need to build python2/python3 in separate dirs
+cp -a "${srcdir}"/genshi-${_commit}{,-py2}
+}
+
+build() {
+cd "${srcdir}"/genshi-${_commit}
+python setup.py build
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/genshi-${_commit}
+python setup.py test
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py test
+}
+
+package_python-genshi() {
+depends=('python')
+
+cd "${srcdir}"/genshi-${_commit}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_python2-genshi() {
+depends=('python2')
+
+cd "${srcdir}"/genshi-${_commit}-py2
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


  1   2   >