[arch-commits] Commit in deepin-anything/repos/community-x86_64 (7 files)

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:52:15
  Author: felixonmars
Revision: 371212

archrelease: copy trunk to community-x86_64

Added:
  deepin-anything/repos/community-x86_64/PKGBUILD
(from rev 371211, deepin-anything/trunk/PKGBUILD)
  deepin-anything/repos/community-x86_64/deepin-anything-server.sysusers
(from rev 371211, deepin-anything/trunk/deepin-anything-server.sysusers)
  deepin-anything/repos/community-x86_64/fix-include.patch
(from rev 371211, deepin-anything/trunk/fix-include.patch)
  deepin-anything/repos/community-x86_64/linux-4.17.patch
(from rev 371211, deepin-anything/trunk/linux-4.17.patch)
Deleted:
  deepin-anything/repos/community-x86_64/PKGBUILD
  deepin-anything/repos/community-x86_64/deepin-anything-server.sysusers
  deepin-anything/repos/community-x86_64/linux-4.17.patch

-+
 PKGBUILD|   71 +---
 deepin-anything-server.sysusers |4 -
 fix-include.patch   |   12 
 linux-4.17.patch|  108 +++---
 4 files changed, 105 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 05:51:52 UTC (rev 371211)
+++ PKGBUILD2018-08-12 05:52:15 UTC (rev 371212)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything
-pkgver=0.0.2
-pkgrel=2
-pkgdesc="Deepin Anything file search tool"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything;
-license=('GPL3')
-depends=('dkms' 'qt5-base')
-groups=('deepin' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
-deepin-anything-server.sysusers)
-sha512sums=('90ebd80800e09f2f110d3b40472615fe82cbcdda48b8d71bfdf17691d63bfc74fc3eb4779920e94fd7292b086aafdf905a9405456d50210b6270ce1a92ec8090'
-
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85')
-
-prepare() {
-  cd deepin-anything-$pkgver
-  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
-}
-
-build() {
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver
-}
-
-package() {
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver DESTDIR="$pkgdir" install
-
-  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
-  install -Dm644 ../deepin-anything-server.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-anything-server.conf"
-}

Copied: deepin-anything/repos/community-x86_64/PKGBUILD (from rev 371211, 
deepin-anything/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 05:52:15 UTC (rev 371212)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="Deepin Anything file search tool"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('dkms' 'qt5-base')
+groups=('deepin' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+deepin-anything-server.sysusers
+fix-include.patch)
+sha512sums=('8a506ba57d6a2ac9c9089719d18013fbde6443cb4f63de79498269e728b7e8725b4e06e7029ae2d2242aaac955c63e56c680fdd18e3fb0d72e9953a9fc5e8402'
+
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
+
'55498f8b14e1b233b4052d516b880f4c27797eede46481135dcf76808e9f00f4ac4fdd0e2e2d7d478d335fb12b7137ca1bef0745e1c8b4195e025b81eec94d21')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../fix-include.patch
+  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver DESTDIR="$pkgdir" install
+
+  cp debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
+  install -Dm644 ../deepin-anything-server.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-anything-server.conf"
+}

Deleted: deepin-anything-server.sysusers
===
--- deepin-anything-server.sysusers 2018-08-12 05:51:52 UTC (rev 371211)
+++ deepin-anything-server.sysusers 2018-08-12 05:52:15 UTC (rev 371212)
@@ -1,2 +0,0 @@
-u deepin_anything_server - "Deepin Anything Server"
-g deepin_anything_server -

Copied: deepin-anything/repos/community-x86_64/deepin-anything-server.sysusers 
(from rev 371211, deepin-anything/trunk/deepin-anything-server.sysusers)
===
--- deepin-anything-server.sysusers (rev 0)

[arch-commits] Commit in deepin-anything/trunk (PKGBUILD fix-include.patch)

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:51:52
  Author: felixonmars
Revision: 371211

upgpkg: deepin-anything 0.0.3-1

Added:
  deepin-anything/trunk/fix-include.patch
Modified:
  deepin-anything/trunk/PKGBUILD

---+
 PKGBUILD  |   13 -
 fix-include.patch |   12 
 2 files changed, 20 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 05:47:22 UTC (rev 371210)
+++ PKGBUILD2018-08-12 05:51:52 UTC (rev 371211)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-anything
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
 pkgdesc="Deepin Anything file search tool"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;
@@ -11,12 +11,15 @@
 depends=('dkms' 'qt5-base')
 groups=('deepin' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
-deepin-anything-server.sysusers)
-sha512sums=('90ebd80800e09f2f110d3b40472615fe82cbcdda48b8d71bfdf17691d63bfc74fc3eb4779920e94fd7292b086aafdf905a9405456d50210b6270ce1a92ec8090'
-
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85')
+deepin-anything-server.sysusers
+fix-include.patch)
+sha512sums=('8a506ba57d6a2ac9c9089719d18013fbde6443cb4f63de79498269e728b7e8725b4e06e7029ae2d2242aaac955c63e56c680fdd18e3fb0d72e9953a9fc5e8402'
+
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
+
'55498f8b14e1b233b4052d516b880f4c27797eede46481135dcf76808e9f00f4ac4fdd0e2e2d7d478d335fb12b7137ca1bef0745e1c8b4195e025b81eec94d21')
 
 prepare() {
   cd deepin-anything-$pkgver
+  patch -p1 -i ../fix-include.patch
   sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
 }
 

Added: fix-include.patch
===
--- fix-include.patch   (rev 0)
+++ fix-include.patch   2018-08-12 05:51:52 UTC (rev 371211)
@@ -0,0 +1,12 @@
+diff --git a/library/src/walkdir.c b/library/src/walkdir.c
+index ffd78df..8319fc0 100644
+--- a/library/src/walkdir.c
 b/library/src/walkdir.c
+@@ -6,6 +6,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:47:00
  Author: felixonmars
Revision: 371209

upgpkg: deepin-daemon 3.2.24-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 05:44:08 UTC (rev 371208)
+++ PKGBUILD2018-08-12 05:47:00 UTC (rev 371209)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.2.23
+pkgver=3.2.24
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.2.3.patch
 'deepin-daemon.sysusers')
-sha512sums=('75717be1b71e331c25823e6f17399d54e3c218ee23e453faa75e963a3e782cc9284d9e68c39865b3d187be6783ad4c3e05bccca425d45921b826c4e4e35534a2'
+sha512sums=('fe6e891a82808fb46d08846ccc4d9c3490652c6577bd92ca0c3d45b22bf815e40394be3958b866df1b38ffa93bb36f6d8b01695d44d79c4aa164c6ee964f3a87'
 
'29874d6b316bb678b6656827e696d65eef174a53bb8226ed4c2d3bc89e42d5edb466df3c2ac647a1f2eb05d6e2a199b8d07dcaa9302b9227a0692fde0d50bb52'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


[arch-commits] Commit in deepin-daemon/repos/community-x86_64 (6 files)

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:47:22
  Author: felixonmars
Revision: 371210

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 371209, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 371209, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 371209, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  138 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 05:47:00 UTC (rev 371209)
+++ PKGBUILD2018-08-12 05:47:22 UTC (rev 371210)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.2.23
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib' 
'rfkill' 'bluez'
- 'deepin-notifications' 'iso-codes' 'lsb-release' 
'mobile-broadband-provider-info'
- 'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 
'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts')
-makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.2.3.patch
-'deepin-daemon.sysusers')
-sha512sums=('75717be1b71e331c25823e6f17399d54e3c218ee23e453faa75e963a3e782cc9284d9e68c39865b3d187be6783ad4c3e05bccca425d45921b826c4e4e35534a2'
-
'29874d6b316bb678b6656827e696d65eef174a53bb8226ed4c2d3bc89e42d5edb466df3c2ac647a1f2eb05d6e2a199b8d07dcaa9302b9227a0692fde0d50bb52'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.2.3.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 371209, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 05:47:22 UTC (rev 371210)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.2.24
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 

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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:44:08
  Author: felixonmars
Revision: 371208

archrelease: copy trunk to community-x86_64

Added:
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
(from rev 371207, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch
(from rev 371207, deepin-gir-generator/trunk/SettingsBackendLike.patch)
Deleted:
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch

---+
 PKGBUILD  |   74 +++---
 SettingsBackendLike.patch |   84 ++--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 05:43:52 UTC (rev 371207)
+++ PKGBUILD2018-08-12 05:44:08 UTC (rev 371208)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gir-generator
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/go-gir-generator;
-license=('GPL3')
-depends=('gobject-introspection' 'libgudev')
-makedepends=('go-pie')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
-SettingsBackendLike.patch)
-sha512sums=('60bbd343c6a0ba2b5e5eee40b52c54997e8599a07275bc3613f5557829f074dc963efd04a5ff5d7a9167eeb394b3b26c0b8f9ace13debdedf3b77c8a7d57cc5b'
-
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-
-  cd go-gir-generator-$pkgver
-  # Our gobject-introspection is too new
-  # https://cr.deepin.io/#/c/16880/
-  patch -p1 -i ../SettingsBackendLike.patch
-}
-
-build() {
-  cd go-gir-generator-$pkgver
-  make
-}
-
-package() {
-  cd go-gir-generator-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gir-generator/repos/community-x86_64/PKGBUILD (from rev 371207, 
deepin-gir-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 05:44:08 UTC (rev 371208)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gir-generator
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Generate static golang bindings for GObject'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/go-gir-generator;
+license=('GPL3')
+depends=('gobject-introspection' 'libgudev')
+makedepends=('go-pie')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
+SettingsBackendLike.patch)
+sha512sums=('4639b00af7a44df565020bf8653da5fe2d8e6a9b500b84d8aa7dc483c7dfedb7c3c97da99abb146462c4669084d117e424b1c923d286070ad93f430bc5c321be'
+
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+
+  cd go-gir-generator-$pkgver
+  # Our gobject-introspection is too new
+  # https://cr.deepin.io/#/c/16880/
+  patch -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+  cd go-gir-generator-$pkgver
+  make
+}
+
+package() {
+  cd go-gir-generator-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: SettingsBackendLike.patch
===
--- SettingsBackendLike.patch   2018-08-12 05:43:52 UTC (rev 371207)
+++ SettingsBackendLike.patch   2018-08-12 05:44:08 UTC (rev 371208)
@@ -1,42 +0,0 @@
-From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
-From: jouyouyun 
-Date: Mon, 24 Oct 2016 19:43:32 +0800
-Subject: [PATCH] Fix 'SettingsBackendLike' undefined
-
-Change-Id: I9b817b3a6ec26ce8023e26a6b2c7abc67074d53f

-
-diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
-index aaf75ed..7733140 100644
 a/lib.in/gio-2.0/config.json
-+++ b/lib.in/gio-2.0/config.json
-@@ -35,6 +35,7 @@
-   "AppLaunchContext",
-   "Emblem",
-   "Settings",
-+  "SettingsBackend",
-   "FileMonitor",
-   "FileInfo",
-   "InputStream",
-@@ -52,7 +53,6 @@
-   "FileAttributeInfoList",
-   "FileAttributeMatcher",
-   "ActionEntry",
--  "SettingsBackend",
-   "MountIface"
-   //"SettingsSchema"
-   ],
-diff --git a/lib.in/glib-2.0/config.json b/lib.in/glib-2.0/config.json
-index 

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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:43:52
  Author: felixonmars
Revision: 371207

upgpkg: deepin-gir-generator 1.0.4-1

Modified:
  deepin-gir-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 05:28:55 UTC (rev 371206)
+++ PKGBUILD2018-08-12 05:43:52 UTC (rev 371207)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gir-generator
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='Generate static golang bindings for GObject'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;
 SettingsBackendLike.patch)
-sha512sums=('60bbd343c6a0ba2b5e5eee40b52c54997e8599a07275bc3613f5557829f074dc963efd04a5ff5d7a9167eeb394b3b26c0b8f9ace13debdedf3b77c8a7d57cc5b'
+sha512sums=('4639b00af7a44df565020bf8653da5fe2d8e6a9b500b84d8aa7dc483c7dfedb7c3c97da99abb146462c4669084d117e424b1c923d286070ad93f430bc5c321be'
 
'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
 
 prepare() {


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:28:37
  Author: felixonmars
Revision: 371205

upgpkg: deepin-api 3.1.29-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 05:26:31 UTC (rev 371204)
+++ PKGBUILD2018-08-12 05:28:37 UTC (rev 371205)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.28
+pkgver=3.1.29
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-api')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('fb2b8e32f46d3985a9b5cfab5309f27e7476a8d0182f6e07419d354ba09f102e18a6f48ba5414e6abe15f0e56ff1ceb9ae91eec65c1c54929b4d1933748c2111')
+sha512sums=('82fd58aeb71c036adb9532ad73bdb3c6c5d13be8ae85640a1c92e1dd0196cc0a537a80580695c4091958e6d3671f926a2f6543c3b9f8619e274144a58ad9af5a')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:28:55
  Author: felixonmars
Revision: 371206

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 05:28:37 UTC (rev 371205)
+++ PKGBUILD2018-08-12 05:28:55 UTC (rev 371206)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.28
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('fb2b8e32f46d3985a9b5cfab5309f27e7476a8d0182f6e07419d354ba09f102e18a6f48ba5414e6abe15f0e56ff1ceb9ae91eec65c1c54929b4d1933748c2111')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav golang.org/x/net/context
-}
-
-build(){
-  cd dde-api-$pkgver
-  make
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 371205, 
deepin-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 05:28:55 UTC (rev 371206)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.29
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz;)
+sha512sums=('82fd58aeb71c036adb9532ad73bdb3c6c5d13be8ae85640a1c92e1dd0196cc0a537a80580695c4091958e6d3671f926a2f6543c3b9f8619e274144a58ad9af5a')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav golang.org/x/net/context
+}
+
+build(){
+  cd dde-api-$pkgver
+  make
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:26:31
  Author: felixonmars
Revision: 371204

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 05:25:35 UTC (rev 371203)
+++ PKGBUILD2018-08-12 05:26:31 UTC (rev 371204)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-manual
-pkgver=2.0.11
-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=('8d5dfaed5a9a5fc87c63a090404142fdc4db6180f2949ebde8c7f99bd8e07e61736f2d8554a45bdaef0cc1677ec25a15c5ced0a50ec2c3d4d252f65c9503a1d4')
-
-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 371203, 
deepin-manual/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 05:26:31 UTC (rev 371204)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-manual
+pkgver=2.0.12
+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=('18310551d22a6c3efdd3c0c0437e23479ecbdae016cfe42e2afeb4ffd87ef594b775ba1265384cc3d2dbc866ff0c239010fd45a0a12118854def89134b6415d3')
+
+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-08-11 Thread Felix Yan via arch-commits
Date: Sunday, August 12, 2018 @ 05:25:35
  Author: felixonmars
Revision: 371203

upgpkg: deepin-manual 2.0.12-1

Modified:
  deepin-manual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 03:41:35 UTC (rev 371202)
+++ PKGBUILD2018-08-12 05:25:35 UTC (rev 371203)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-manual
-pkgver=2.0.11
+pkgver=2.0.12
 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=('8d5dfaed5a9a5fc87c63a090404142fdc4db6180f2949ebde8c7f99bd8e07e61736f2d8554a45bdaef0cc1677ec25a15c5ced0a50ec2c3d4d252f65c9503a1d4')
+sha512sums=('18310551d22a6c3efdd3c0c0437e23479ecbdae016cfe42e2afeb4ffd87ef594b775ba1265384cc3d2dbc866ff0c239010fd45a0a12118854def89134b6415d3')
 
 prepare() {
   mkdir -p build


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

2018-08-11 Thread Jiachen Yang via arch-commits
Date: Sunday, August 12, 2018 @ 00:49:07
  Author: farseerfc
Revision: 371199

archrelease: copy trunk to community-x86_64

Added:
  flameshot/repos/community-x86_64/PKGBUILD
(from rev 371198, flameshot/trunk/PKGBUILD)
  flameshot/repos/community-x86_64/flameshot.install
(from rev 371198, flameshot/trunk/flameshot.install)
Deleted:
  flameshot/repos/community-x86_64/PKGBUILD
  flameshot/repos/community-x86_64/flameshot.install

---+
 PKGBUILD  |   89 ++--
 flameshot.install |   44 -
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-12 00:48:25 UTC (rev 371198)
+++ PKGBUILD2018-08-12 00:49:07 UTC (rev 371199)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: xyzzy <628...@gmail.com>
-
-pkgname=flameshot
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="Powerful yet simple to use screenshot software"
-arch=('x86_64')
-url="https://github.com/lupoDharkael/flameshot;
-license=('GPL')
-depends=('qt5-base')
-makedepends=('make' 'qt5-tools')
-source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz;
-   
"pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch;
-   
"pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch;
-   
"pr171.patch::https://github.com/lupoDharkael/flameshot/commit/b4ba65588df33ead8bd0e9898a2f0b48be9f979d.patch;
-   )
-sha256sums=('35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e'
-'ad8d85d72e0729fb7629f04b1250fab354340987efd58f3fdd09ae6a7f075b27'
-'2f5b165f43831f1447b28df57cb3853a0eeaa9a52b72faddc06764e4e8715ac2'
-'e6479eb2a6e489e33a57d74f25c00adead799d4bd2af9e013f92b2f22d59f50d')
-install="${pkgname}.install"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 <../pr174.patch
-  patch -Np1 <../pr149.patch
-  patch -Np1 <../pr171.patch
-
-  ## add a version number from pkgver
-  sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro 
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  qmake CONFIG+=packaging BASEDIR="${pkgdir}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make install
-}

Copied: flameshot/repos/community-x86_64/PKGBUILD (from rev 371198, 
flameshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-12 00:49:07 UTC (rev 371199)
@@ -0,0 +1,46 @@
+# Maintainer: Jiachen YANG 
+# Contributor: xyzzy <628...@gmail.com>
+
+pkgname=flameshot
+pkgver=0.5.1
+pkgrel=6
+pkgdesc="Powerful yet simple to use screenshot software"
+arch=('x86_64')
+url="https://github.com/lupoDharkael/flameshot;
+license=('GPL')
+depends=('qt5-base')
+makedepends=('make' 'qt5-tools')
+source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz;
+   
"pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch;
+   
"pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch;
+   
"pr171.patch::https://github.com/lupoDharkael/flameshot/commit/b4ba65588df33ead8bd0e9898a2f0b48be9f979d.patch;
+   )
+sha256sums=('35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e'
+'ad8d85d72e0729fb7629f04b1250fab354340987efd58f3fdd09ae6a7f075b27'
+'25cade2e09da0afa77e62178d847d4198407cff6a198bb6db7c14db128f3921e'
+'e6479eb2a6e489e33a57d74f25c00adead799d4bd2af9e013f92b2f22d59f50d')
+install="${pkgname}.install"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../pr174.patch
+  patch -Np1 -i ../pr149.patch
+  patch -Np1 -i ../pr171.patch
+
+  ## fix locale setting
+  sed -i 's|QLocale::system[(][)][.]language[(][)]|QLocale()|' src/main.cpp
+
+  ## add a version number from pkgver
+  sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro 
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake CONFIG+=packaging BASEDIR="${pkgdir}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make install
+}

Deleted: flameshot.install
===
--- flameshot.install   2018-08-12 00:48:25 UTC (rev 371198)
+++ flameshot.install   2018-08-12 00:49:07 UTC (rev 371199)
@@ -1,22 +0,0 @@
-echo_shortcut() {
-   echo "See the link about keyboard shortcuts: 
https://github.com/lupoDharkael/flameshot#keyboard-shortcuts;
-}
-
-echo_gnome3() {
-   echo "For Gnome3 users: please install one of the tray icons extension 
to use the systray icon"
-}
-
-post_upgrade(){
-   if [ $(vercmp $2 0.5.1) -lt 0 ]; then
-echo_shortcut
-   fi
-
-   if [ $(vercmp $2 0.5.1-3) -lt 

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

2018-08-11 Thread Jiachen Yang via arch-commits
Date: Sunday, August 12, 2018 @ 00:48:25
  Author: farseerfc
Revision: 371198

upgpkg: flameshot 0.5.1-6

flameshot fix zh_TW locale loading

Modified:
  flameshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 23:39:15 UTC (rev 371197)
+++ PKGBUILD2018-08-12 00:48:25 UTC (rev 371198)
@@ -3,7 +3,7 @@
 
 pkgname=flameshot
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/lupoDharkael/flameshot;
@@ -17,16 +17,19 @@
)
 sha256sums=('35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e'
 'ad8d85d72e0729fb7629f04b1250fab354340987efd58f3fdd09ae6a7f075b27'
-'2f5b165f43831f1447b28df57cb3853a0eeaa9a52b72faddc06764e4e8715ac2'
+'25cade2e09da0afa77e62178d847d4198407cff6a198bb6db7c14db128f3921e'
 'e6479eb2a6e489e33a57d74f25c00adead799d4bd2af9e013f92b2f22d59f50d')
 install="${pkgname}.install"
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 <../pr174.patch
-  patch -Np1 <../pr149.patch
-  patch -Np1 <../pr171.patch
+  patch -Np1 -i ../pr174.patch
+  patch -Np1 -i ../pr149.patch
+  patch -Np1 -i ../pr171.patch
 
+  ## fix locale setting
+  sed -i 's|QLocale::system[(][)][.]language[(][)]|QLocale()|' src/main.cpp
+
   ## add a version number from pkgver
   sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro 
 }


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:39:15
  Author: muflone
Revision: 371197

archrelease: copy trunk to community-any

Added:
  gscan2pdf/repos/community-any/PKGBUILD
(from rev 371196, gscan2pdf/trunk/PKGBUILD)
Deleted:
  gscan2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 23:39:06 UTC (rev 371196)
+++ PKGBUILD2018-08-11 23:39:15 UTC (rev 371197)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Tristelune  
-# Contributor: LeCrayonVert 
-# Contributor: yugrotavele 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=gscan2pdf
-pkgver=2.1.3
-pkgrel=1
-pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
-arch=('any')
-url='http://gscan2pdf.sourceforge.net/'
-license=('GPL')
-depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
- 'perl-gtk3-simplelist' 'perl-data-uuid'
- 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
- 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
- 'perl-proc-processtable' 'perl-readonly' 'perl-sane' 
'perl-set-intspan'
- 'perl-try-tiny' 'unpaper')
-optdepends=('djvulibre: DjVu image format'
-'gocr: OCR support'
-'ocropy: OCR support'
-'xdg-utils: email as PDF'
-'tesseract: OCR support'
-'cuneiform: OCR support'
-'perl-gtk2-ex-podviewer: view inline documentation')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c868dea4e611293f80695616deff06fb57f03e8f6c136b575a6cfc88c250434b')
-options=('!emptydirs')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: gscan2pdf/repos/community-any/PKGBUILD (from rev 371196, 
gscan2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 23:39:15 UTC (rev 371197)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'ocropy: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support'
+'perl-gtk2-ex-podviewer: view inline documentation')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('80079b06e2019ed0cd2fe57032c5e38cdb36179dff6388b9faa16cca4446f18d')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:39:06
  Author: muflone
Revision: 371196

upgpkg: gscan2pdf 2.1.4-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 23:33:19 UTC (rev 371195)
+++ PKGBUILD2018-08-11 23:39:06 UTC (rev 371196)
@@ -7,7 +7,7 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
@@ -27,7 +27,7 @@
 'cuneiform: OCR support'
 'perl-gtk2-ex-podviewer: view inline documentation')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c868dea4e611293f80695616deff06fb57f03e8f6c136b575a6cfc88c250434b')
+sha256sums=('80079b06e2019ed0cd2fe57032c5e38cdb36179dff6388b9faa16cca4446f18d')
 options=('!emptydirs')
 
 build() {


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:33:19
  Author: muflone
Revision: 371195

archrelease: copy trunk to community-any

Added:
  gscan2pdf/repos/community-any/PKGBUILD
(from rev 371194, gscan2pdf/trunk/PKGBUILD)
Deleted:
  gscan2pdf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 23:33:07 UTC (rev 371194)
+++ PKGBUILD2018-08-11 23:33:19 UTC (rev 371195)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Tristelune  
-# Contributor: LeCrayonVert 
-# Contributor: yugrotavele 
-# Contributor: Sven Salzwedel 
-# Contributor: Olaf Leidinger 
-
-pkgname=gscan2pdf
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
-arch=('any')
-url='http://gscan2pdf.sourceforge.net/'
-license=('GPL')
-depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
- 'perl-gtk3-simplelist' 'perl-data-uuid'
- 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
- 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
- 'perl-proc-processtable' 'perl-readonly' 'perl-sane' 
'perl-set-intspan'
- 'perl-try-tiny' 'unpaper')
-optdepends=('djvulibre: DjVu image format'
-'gocr: OCR support'
-'ocropy: OCR support'
-'xdg-utils: email as PDF'
-'tesseract: OCR support'
-'cuneiform: OCR support'
-'perl-gtk2-ex-podviewer: view inline documentation')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124')
-options=('!emptydirs')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: gscan2pdf/repos/community-any/PKGBUILD (from rev 371194, 
gscan2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 23:33:19 UTC (rev 371195)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'ocropy: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support'
+'perl-gtk2-ex-podviewer: view inline documentation')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c868dea4e611293f80695616deff06fb57f03e8f6c136b575a6cfc88c250434b')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:33:07
  Author: muflone
Revision: 371194

upgpkg: gscan2pdf 2.1.3-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 23:11:06 UTC (rev 371193)
+++ PKGBUILD2018-08-11 23:33:07 UTC (rev 371194)
@@ -7,7 +7,7 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
@@ -27,7 +27,7 @@
 'cuneiform: OCR support'
 'perl-gtk2-ex-podviewer: view inline documentation')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124')
+sha256sums=('c868dea4e611293f80695616deff06fb57f03e8f6c136b575a6cfc88c250434b')
 options=('!emptydirs')
 
 build() {


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

2018-08-11 Thread Ivy Foster via arch-commits
Date: Saturday, August 11, 2018 @ 23:10:40
  Author: escondida
Revision: 371192

upgpkg: sndio 1.5.0-1

update to 1.5.0

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 23:01:27 UTC (rev 371191)
+++ PKGBUILD2018-08-11 23:10:40 UTC (rev 371192)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=sndio
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
 source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
 # checksums provided by packager
-sha256sums=(68713db624797dbff69c0f4ce1b24054fb0803da340508edbc5e08d6778f9781)
+sha256sums=(12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253)
 backup=(etc/default/sndiod)
 
 build() {


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

2018-08-11 Thread Ivy Foster via arch-commits
Date: Saturday, August 11, 2018 @ 23:11:06
  Author: escondida
Revision: 371193

archrelease: copy trunk to extra-x86_64

Added:
  sndio/repos/extra-x86_64/
  sndio/repos/extra-x86_64/PKGBUILD
(from rev 371192, sndio/trunk/PKGBUILD)

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

Copied: sndio/repos/extra-x86_64/PKGBUILD (from rev 371192, 
sndio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-08-11 23:11:06 UTC (rev 371193)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=sndio
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
+arch=(x86_64)
+url='http://www.sndio.org'
+license=(ISC)
+
+# sndio can be built without libbsd, but there are a bunch of individual
+# ISC-licensed files by different authors to extract the licenses from
+# if done that way. Licenses are complicated.
+depends=(alsa-lib libbsd)
+
+source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
+# checksums provided by packager
+sha256sums=(12c70044749ad9cb7eaeb26c936816aa6b314fe4be71ef479d12272e4c5ad253)
+backup=(etc/default/sndiod)
+
+build() {
+   cd "sndio-$pkgver"
+   ./configure --prefix=/usr --enable-alsa --with-libbsd
+   make
+}
+
+package() {
+   cd "sndio-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+
+   install -D -m 644 contrib/sndiod.service \
+   "$pkgdir/usr/lib/systemd/system/sndiod.service"
+   install -D -m 644 contrib/default.sndiod \
+   "$pkgdir/etc/default/sndiod"
+
+   install -d "$pkgdir/usr/share/licenses/sndio"
+   # this is the most up-to-date license outside of bsd-compat,
+   # which isn't being used in this build
+   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+}


[arch-commits] Commit in spyder/repos/community-testing-any (12 files)

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:01:27
  Author: muflone
Revision: 371191

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 371190, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 371190, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 371190, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 371190, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 371190, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 371190, spyder/trunk/spyder2.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder2.install

+
 PKGBUILD   |  227 +--
 bug_51437_spyder2.patch|   98 +--
 bug_53489_python2-optional-nbconvert.patch |   24 +-
 bug_54508_missing_pyqt4_qtwebkit.patch |   48 ++---
 python2.patch  |   34 ++--
 spyder2.install|   16 -
 6 files changed, 222 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 23:01:04 UTC (rev 371190)
+++ PKGBUILD2018-08-11 23:01:27 UTC (rev 371191)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder2' 'spyder3')
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='The Scientific Python Development Environment'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
- 'desktop-file-utils')
-arch=('any')
-url='https://www.spyder-ide.org/'
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
-"python2.patch"
-"bug_53489_python2-optional-nbconvert.patch"
-"bug_54508_missing_pyqt4_qtwebkit.patch"
-"bug_51437_spyder2.patch")
-sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
-'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
-'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
-'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  echo "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
-  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
-  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  echo "Applying patches bug_51437_spyder2.patch"
-  patch -p1 -i "../bug_51437_spyder2.patch"
-  mv "img_src/spyder.png" "img_src/spyder2.png"
-  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
-
-  # Prepare sources for spyder2 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
-  cd "${srcdir}/spyder2-${pkgver}"
-  echo "Applying patches python2.patch"
-  patch -p1 -i "../python2.patch"
-  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
-  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
-
-  # Prepare sources for spyder3 build
-  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py build
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package_spyder2() {
-  pkgdesc='The Scientific Python Development Environment (Python 2 version)'
-  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
-   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
-   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
-   'desktop-file-utils')
-  provides=('spyder')
-  conflicts=('spyder')
-  replaces=('spyder')
-  optdepends=('python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-h5py: HDF5 support'
-  

[arch-commits] Commit in spyder/trunk (PKGBUILD bug_51437_spyder2.patch)

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 23:01:04
  Author: muflone
Revision: 371190

upgpkg: spyder 3.3.1-1

Modified:
  spyder/trunk/PKGBUILD
  spyder/trunk/bug_51437_spyder2.patch

-+
 PKGBUILD|   15 +++
 bug_51437_spyder2.patch |   36 +---
 2 files changed, 24 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 22:43:25 UTC (rev 371189)
+++ PKGBUILD2018-08-11 23:01:04 UTC (rev 371190)
@@ -5,7 +5,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
@@ -18,11 +18,11 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
+sha256sums=('a28c9eb919389739432d7243b533beb5973ed8415b3f00de894a6a15552a0b5d'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
-'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
+'bc94729fcf378ff1fa4ed028c4f3092acab1a098f608a121af5f8801772c28a0')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
@@ -45,14 +45,13 @@
 
   # Prepare sources for spyder3 build
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
-  cd "${srcdir}/spyder3-${pkgver}"
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
   python2 setup.py build
 
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
   python3 setup.py build
 }
 
@@ -61,7 +60,7 @@
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'python2-opengl' 'python2-spyder-kernels<1.0' 'icu' 
'gtk-update-icon-cache'
'desktop-file-utils')
   provides=('spyder')
   conflicts=('spyder')
@@ -92,7 +91,7 @@
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'python-opengl' 'python-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'python-opengl' 'python-spyder-kernels<1.0' 'icu' 
'gtk-update-icon-cache'
'desktop-file-utils')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'

Modified: bug_51437_spyder2.patch
===
--- bug_51437_spyder2.patch 2018-08-11 22:43:25 UTC (rev 371189)
+++ bug_51437_spyder2.patch 2018-08-11 23:01:04 UTC (rev 371190)
@@ -1,33 +1,31 @@
-diff -Naur spyder-3.2.7.orig/scripts/spyder3.desktop 
spyder-3.2.7/scripts/spyder3.desktop
 spyder-3.2.7.orig/scripts/spyder3.desktop  2018-02-25 17:17:21.0 
+0100
-+++ spyder-3.2.7/scripts/spyder3.desktop   2018-03-03 20:15:01.330490153 
+0100
-@@ -1,9 +1,8 @@
+diff -Naur spyder-3.3.1.orig/scripts/spyder3.desktop 
spyder-3.3.1/scripts/spyder3.desktop
+--- spyder-3.3.1.orig/scripts/spyder3.desktop  2018-08-11 23:31:15.0 
+0200
 spyder-3.3.1/scripts/spyder3.desktop   2018-08-12 00:36:04.710353620 
+0200
+@@ -1,8 +1,7 @@
  [Desktop Entry]
  Type=Application
  Version=1.0
 -Name=Spyder3
 -GenericName=Spyder3
--Comment=Scientific PYthon Development EnviRonment - Python3
 +Name=Spyder for Python 3.x
-+Comment=Scientific PYthon Development EnviRonment - Python 3.x
+ Comment=The Scientific Python Development Environment - Python 3
  Icon=spyder3
  TryExec=spyder3
- Exec=spyder3 %F
-diff -Naur spyder-3.2.7.orig/scripts/spyder.desktop 
spyder-3.2.7/scripts/spyder.desktop
 spyder-3.2.7.orig/scripts/spyder.desktop   2018-02-25 17:17:21.0 
+0100
-+++ spyder-3.2.7/scripts/spyder.desktop2018-03-03 20:16:20.206886722 
+0100
-@@ -1,12 +1,12 @@
+diff -Naur spyder-3.3.1.orig/scripts/spyder.desktop 
spyder-3.3.1/scripts/spyder.desktop
+--- spyder-3.3.1.orig/scripts/spyder.desktop   2018-08-11 23:31:15.0 
+0200
 spyder-3.3.1/scripts/spyder.desktop2018-08-12 00:36:03.890345817 
+0200
+@@ -1,12 +1,11 @@
  [Desktop Entry]
  Type=Application
  Version=1.0
 -Name=Spyder
-+Name=Spyder for Python 2.x
- GenericName=Spyder
--Comment=Scientific 

[arch-commits] Commit in translate-shell/trunk (.SRCINFO PKGBUILD)

2018-08-11 Thread Ivy Foster via arch-commits
Date: Saturday, August 11, 2018 @ 22:43:05
  Author: escondida
Revision: 371188

upgpkg: translate-shell 0.9.6.8-1

update to 0.9.6.8, remove needless .SRCINFO

Modified:
  translate-shell/trunk/PKGBUILD
Deleted:
  translate-shell/trunk/.SRCINFO

--+
 .SRCINFO |   27 ---
 PKGBUILD |4 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2018-08-11 22:08:23 UTC (rev 371187)
+++ .SRCINFO2018-08-11 22:43:05 UTC (rev 371188)
@@ -1,27 +0,0 @@
-pkgbase = translate-shell
-   pkgdesc = A command-line interface and interactive shell for Google 
Translate
-   pkgver = 0.9.6.7
-   pkgrel = 1
-   url = https://www.soimort.org/translate-shell/
-   arch = i686
-   arch = x86_64
-   license = custom:PublicDomain
-   makedepends = git
-   depends = bash
-   depends = gawk
-   optdepends = aspell: spell checking
-   optdepends = curl: openSSL support
-   optdepends = fribidi: display right-to-left languages
-   optdepends = hunspell: spell checking
-   optdepends = less: terminal paging
-   optdepends = mplayer: Text-to-Speech functionality
-   optdepends = mpv: Text-to-Speech functionality
-   optdepends = mpg123: Text-to-Speech functionality
-   optdepends = espeak: Text-to-Speech functionality
-   optdepends = rlwrap: readline-style editing and history in the 
interactive mode
-   optdepends = emacs: Emacs interface
-   source = 
translate-shell-0.9.6.7.tar.gz::https://github.com/soimort/translate-shell/archive/v0.9.6.7.tar.gz
-   md5sums = ceed584244a77a9eb3c08d9dea2405ba
-
-pkgname = translate-shell
-

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 22:08:23 UTC (rev 371187)
+++ PKGBUILD2018-08-11 22:43:05 UTC (rev 371188)
@@ -1,7 +1,7 @@
 # Maintainer: Ivy Foster 
 
 pkgname=translate-shell
-pkgver=0.9.6.7
+pkgver=0.9.6.8
 pkgrel=1
 pkgdesc='A command-line interface and interactive shell for Google Translate'
 arch=(any)
@@ -23,7 +23,7 @@
 )
 
source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
 # Checksum provided by packager, not upstream; grain of salt recommended.
-md5sums=(ceed584244a77a9eb3c08d9dea2405ba)
+md5sums=(c030ac62f4821761c7443b4fd6d69b99)
 
 build() {
cd "translate-shell-$pkgver"


[arch-commits] Commit in translate-shell/repos (extra-any extra-any/PKGBUILD)

2018-08-11 Thread Ivy Foster via arch-commits
Date: Saturday, August 11, 2018 @ 22:43:25
  Author: escondida
Revision: 371189

archrelease: copy trunk to extra-any

Added:
  translate-shell/repos/extra-any/
  translate-shell/repos/extra-any/PKGBUILD
(from rev 371188, translate-shell/trunk/PKGBUILD)

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

Copied: translate-shell/repos/extra-any/PKGBUILD (from rev 371188, 
translate-shell/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2018-08-11 22:43:25 UTC (rev 371189)
@@ -0,0 +1,37 @@
+# Maintainer: Ivy Foster 
+
+pkgname=translate-shell
+pkgver=0.9.6.8
+pkgrel=1
+pkgdesc='A command-line interface and interactive shell for Google Translate'
+arch=(any)
+url='https://www.soimort.org/translate-shell/'
+license=('custom:PublicDomain')
+depends=(bash gawk)
+optdepends=(
+   'aspell: spell checking'
+   'curl: openSSL support'
+   'fribidi: display right-to-left languages'
+   'hunspell: spell checking'
+   'less: terminal paging'
+   'mplayer: Text-to-Speech functionality'
+   'mpv: Text-to-Speech functionality'
+   'mpg123: Text-to-Speech functionality'
+   'espeak: Text-to-Speech functionality'
+   'rlwrap: readline-style editing and history in the interactive mode'
+   'emacs: Emacs interface'
+)
+source=("translate-shell-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz;)
+# Checksum provided by packager, not upstream; grain of salt recommended.
+md5sums=(c030ac62f4821761c7443b4fd6d69b99)
+
+build() {
+   cd "translate-shell-$pkgver"
+   make
+}
+
+package() {
+   cd "translate-shell-$pkgver"
+   make PREFIX=/usr DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE 
"$pkgdir/usr/share/licenses/translate-shell/LICENSE"
+}


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 22:08:23
  Author: muflone
Revision: 371187

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 371186, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/bug_51437_spyder2.patch
(from rev 371186, spyder/trunk/bug_51437_spyder2.patch)
  spyder/repos/community-testing-any/bug_53489_python2-optional-nbconvert.patch
(from rev 371186, spyder/trunk/bug_53489_python2-optional-nbconvert.patch)
  spyder/repos/community-testing-any/bug_54508_missing_pyqt4_qtwebkit.patch
(from rev 371186, spyder/trunk/bug_54508_missing_pyqt4_qtwebkit.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 371186, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder2.install
(from rev 371186, spyder/trunk/spyder2.install)

+
 PKGBUILD   |  114 +++
 bug_51437_spyder2.patch|   50 +++
 bug_53489_python2-optional-nbconvert.patch |   12 ++
 bug_54508_missing_pyqt4_qtwebkit.patch |   24 +
 python2.patch  |   17 
 spyder2.install|8 +
 6 files changed, 225 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 371186, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-08-11 22:08:23 UTC (rev 371187)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder2' 'spyder3')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='The Scientific Python Development Environment'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
+ 'desktop-file-utils')
+arch=('any')
+url='https://www.spyder-ide.org/'
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
+"python2.patch"
+"bug_53489_python2-optional-nbconvert.patch"
+"bug_54508_missing_pyqt4_qtwebkit.patch"
+"bug_51437_spyder2.patch")
+sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
+'84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
+'7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
+'28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
+'4773c1b88816e696d7238cc7a1881dc5e954bbab633455af15fcbebcc3923745')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
+  echo "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
+  patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
+  # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
+  echo "Applying patches bug_51437_spyder2.patch"
+  patch -p1 -i "../bug_51437_spyder2.patch"
+  mv "img_src/spyder.png" "img_src/spyder2.png"
+  mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
+
+  # Prepare sources for spyder2 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
+  cd "${srcdir}/spyder2-${pkgver}"
+  echo "Applying patches python2.patch"
+  patch -p1 -i "../python2.patch"
+  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
+  patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
+
+  # Prepare sources for spyder3 build
+  cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder3-${pkgver}"
+  cd "${srcdir}/spyder3-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package_spyder2() {
+  pkgdesc='The Scientific Python Development Environment (Python 2 version)'
+  depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
+   'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
+   'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
+   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'desktop-file-utils')
+  provides=('spyder')
+  conflicts=('spyder')
+  replaces=('spyder')
+  optdepends=('python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-sympy: symbolic mathematics for the IPython console'
+  'python2-pandas: view and edit DataFrames and Series in the 
Variable Explorer')
+  

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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 22:07:59
  Author: muflone
Revision: 371186

upgpkg: spyder 3.3.0-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 21:40:32 UTC (rev 371185)
+++ PKGBUILD2018-08-11 22:07:59 UTC (rev 371186)
@@ -5,12 +5,13 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.2.8
-pkgrel=2
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='The Scientific Python Development Environment'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx'
+ 'desktop-file-utils')
 arch=('any')
-url='https://github.com/spyder-ide/spyder/'
+url='https://www.spyder-ide.org/'
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${pkgbase}/archive/v${pkgver}.tar.gz;
 "python2.patch"
@@ -17,7 +18,7 @@
 "bug_53489_python2-optional-nbconvert.patch"
 "bug_54508_missing_pyqt4_qtwebkit.patch"
 "bug_51437_spyder2.patch")
-sha256sums=('171b14bc0db30986c4a69fa34cf68ee9b2c388f97556548a433d4b6a7aa087ae'
+sha256sums=('2d7ce1bd19cc3e1c8eb30cc42f12c50caed60aeb2f1d7e1871201785e4ec327b'
 '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
 '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
 '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -26,10 +27,10 @@
 prepare() {
   cd "${pkgbase}-${pkgver}"
   # Forced QT API to pyqt5 (see https://bugs.archlinux.org/task/54508)
-  msg2 "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
+  echo "Applying patches bug_54508_missing_pyqt4_qtwebkit.patch"
   patch -p1 -i "../bug_54508_missing_pyqt4_qtwebkit.patch"
   # Replace spyder with spyder2 (see https://bugs.archlinux.org/task/51437)
-  msg2 "Applying patches bug_51437_spyder2.patch"
+  echo "Applying patches bug_51437_spyder2.patch"
   patch -p1 -i "../bug_51437_spyder2.patch"
   mv "img_src/spyder.png" "img_src/spyder2.png"
   mv "scripts/spyder.desktop" "scripts/spyder2.desktop"
@@ -37,9 +38,9 @@
   # Prepare sources for spyder2 build
   cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/spyder2-${pkgver}"
   cd "${srcdir}/spyder2-${pkgver}"
-  msg2 "Applying patches python2.patch"
+  echo "Applying patches python2.patch"
   patch -p1 -i "../python2.patch"
-  msg2 "Applying patches bug_53489_python2-optional-nbconvert.patch"
+  echo "Applying patches bug_53489_python2-optional-nbconvert.patch"
   patch -p1 -i "../bug_53489_python2-optional-nbconvert.patch"
 
   # Prepare sources for spyder3 build
@@ -56,11 +57,12 @@
 }
 
 package_spyder2() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  pkgdesc='The Scientific Python Development Environment (Python 2 version)'
   depends=('python2-pyqt5' 'qt5-webkit' 'python2-qtconsole' 'python2-qtpy' 
'python2-qtawesome'
'python2-pyflakes' 'python2-pyzmq' 'python2-pygments' 
'python2-psutil' 'python2-pickleshare'
'python2-rope' 'python2-jedi' 'python2-pylint' 
'python2-pycodestyle' 'python2-sphinx'
-   'python2-opengl' 'python2-cloudpickle' 'icu' 
'gtk-update-icon-cache')
+   'python2-opengl' 'python2-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'desktop-file-utils')
   provides=('spyder')
   conflicts=('spyder')
   replaces=('spyder')
@@ -85,12 +87,13 @@
 }
 
 package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  pkgdesc='The Scientific Python Development Environment (Python 3 version)'
   depends=('python-pyqt5' 'qt5-webkit' 'python-qtconsole' 'python-qtpy' 
'python-qtawesome'
'python-pyflakes' 'python-pyzmq' 'python-pygments' 'python-psutil' 
'python-pickleshare'
'jupyter' 'jupyter-nbconvert'
'python-rope' 'python-jedi' 'python-pylint' 'python-pycodestyle' 
'python-sphinx'
-   'python-opengl' 'python-cloudpickle' 'icu' 'gtk-update-icon-cache')
+   'python-opengl' 'python-spyder-kernels' 'icu' 
'gtk-update-icon-cache'
+   'desktop-file-utils')
   optdepends=('python-numpy: N-dimensional arrays'
   'python-scipy: signal/image processing'
   'python-h5py: HDF5 support'


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 21:40:32
  Author: muflone
Revision: 371185

archrelease: copy trunk to community-testing-any

Added:
  python-spyder-kernels/repos/community-testing-any/
  python-spyder-kernels/repos/community-testing-any/PKGBUILD
(from rev 371184, python-spyder-kernels/trunk/PKGBUILD)

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

Copied: python-spyder-kernels/repos/community-testing-any/PKGBUILD (from rev 
371184, python-spyder-kernels/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-08-11 21:40:32 UTC (rev 371185)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-spyder-kernels'
+_pkgbase='spyder-kernels'
+pkgname=('python-spyder-kernels' 'python2-spyder-kernels')
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Jupyter Kernels for the Spyder console'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('9b906f559288acb47cf4cbc0d67f5318706efae44d53ad53f8030e91420e62fc')
+
+prepare() {
+  # Prepare sources for Python 2.x
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" 
"${srcdir}/python2-${_pkgbase}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/python2-${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+package_python-spyder-kernels() {
+  depends=('python-ipykernel' 'python-cloudpickle')
+
+  cd "${_pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+package_python2-spyder-kernels() {
+  depends=('python2-ipykernel' 'python2-cloudpickle')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in (4 files)

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 21:36:44
  Author: muflone
Revision: 371184

newpkg python-spyder-kernels 0.2.6-1

Added:
  python-spyder-kernels/
  python-spyder-kernels/repos/
  python-spyder-kernels/trunk/
  python-spyder-kernels/trunk/PKGBUILD

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

Added: python-spyder-kernels/trunk/PKGBUILD
===
--- python-spyder-kernels/trunk/PKGBUILD(rev 0)
+++ python-spyder-kernels/trunk/PKGBUILD2018-08-11 21:36:44 UTC (rev 
371184)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-spyder-kernels'
+_pkgbase='spyder-kernels'
+pkgname=('python-spyder-kernels' 'python2-spyder-kernels')
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='Jupyter Kernels for the Spyder console'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('9b906f559288acb47cf4cbc0d67f5318706efae44d53ad53f8030e91420e62fc')
+
+prepare() {
+  # Prepare sources for Python 2.x
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" 
"${srcdir}/python2-${_pkgbase}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/python2-${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+package_python-spyder-kernels() {
+  depends=('python-ipykernel' 'python-cloudpickle')
+
+  cd "${_pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+package_python2-spyder-kernels() {
+  depends=('python2-ipykernel' 'python2-cloudpickle')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 20:50:05
  Author: muflone
Revision: 371183

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 20:49:40 UTC (rev 371182)
+++ PKGBUILD2018-08-11 20:50:05 UTC (rev 371183)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtawesome'
-_pkgbase='qtawesome'
-pkgname=('python-qtawesome' 'python2-qtawesome')
-pkgver=0.4.4
-pkgrel=2
-pkgdesc='Iconic fonts in PyQt and PySide applications'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f6cdc1546906c00019adf748d259ec68055113b65108e90ce7bd8a869eb3daf4')
-
-package_python2-qtawesome() {
-  depends=('python2')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtawesome() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py build
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtawesome/repos/community-any/PKGBUILD (from rev 371182, 
python-qtawesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 20:50:05 UTC (rev 371183)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtawesome'
+_pkgbase='qtawesome'
+pkgname=('python-qtawesome' 'python2-qtawesome')
+pkgver=0.4.4
+pkgrel=3
+pkgdesc='Iconic fonts in PyQt and PySide applications'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('f6cdc1546906c00019adf748d259ec68055113b65108e90ce7bd8a869eb3daf4')
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+package_python2-qtawesome() {
+  depends=('python2-six' 'python2-qtpy')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtawesome() {
+  depends=('python-six' 'python-qtpy')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Fabio Castelli via arch-commits
Date: Saturday, August 11, 2018 @ 20:49:40
  Author: muflone
Revision: 371182

upgpkg: python-qtawesome 0.4.4-3

Modified:
  python-qtawesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:32:16 UTC (rev 371181)
+++ PKGBUILD2018-08-11 20:49:40 UTC (rev 371182)
@@ -5,7 +5,7 @@
 _pkgbase='qtawesome'
 pkgname=('python-qtawesome' 'python2-qtawesome')
 pkgver=0.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Iconic fonts in PyQt and PySide applications'
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
@@ -15,11 +15,18 @@
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
 sha256sums=('f6cdc1546906c00019adf748d259ec68055113b65108e90ce7bd8a869eb3daf4')
 
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
 package_python2-qtawesome() {
-  depends=('python2')
+  depends=('python2-six' 'python2-qtpy')
 
   cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
   install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
@@ -26,10 +33,9 @@
 }
 
 package_python-qtawesome() {
-  depends=('python')
+  depends=('python-six' 'python-qtpy')
 
   cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py build
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
   install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:32:16
  Author: foxboron
Revision: 371181

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
(from rev 371180, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 19:31:53 UTC (rev 371180)
+++ PKGBUILD2018-08-11 19:32:16 UTC (rev 371181)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=restic
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net;
-license=('BSD')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/restic
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/restic
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
-
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 371180, 
restic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 19:32:16 UTC (rev 371181)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+pkgname=restic
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net;
+license=('BSD')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
+sha256sums=('8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/restic
+  #mv "${pkgname}-${pkgver}"/vendor/* src/
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
+}
+
+build(){
+  cd "src/github.com/restic/restic"
+  export GOPATH="${srcdir}"
+  go install -ldflags "-X 'main.version=${pkgver}'" -gcflags 
"all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
+}
+
+package() {
+  install -Dm755 bin/restic "${pkgdir}/usr/bin/restic"
+
+  cd "${pkgname}-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+
+}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:31:53
  Author: foxboron
Revision: 371180

upgpkg: restic 0.9.2-1

Updated to 0.9.2

Modified:
  restic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:16:52 UTC (rev 371179)
+++ PKGBUILD2018-08-11 19:31:53 UTC (rev 371180)
@@ -1,6 +1,6 @@
 # Maintainer: Morten Linderud 
 pkgname=restic
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
@@ -8,26 +8,26 @@
 license=('BSD')
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095')
+sha256sums=('8f8eee3e9651b9f7384a323ba3c26a5667a6388ab2ef8e6d869d3cd69b9f7c95')
 
 prepare(){
   export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
   mkdir -p src/github.com/restic
+  #mv "${pkgname}-${pkgver}"/vendor/* src/
   ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
 }
 
 build(){
-  cd "${pkgname}-${pkgver}"
+  cd "src/github.com/restic/restic"
   export GOPATH="${srcdir}"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/restic
+  go install -ldflags "-X 'main.version=${pkgver}'" -gcflags 
"all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" ./cmd/...
 }
 
 package() {
+  install -Dm755 bin/restic "${pkgdir}/usr/bin/restic"
+
   cd "${pkgname}-${pkgver}"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
   install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
   install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
   install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:16:45
  Author: foxboron
Revision: 371178

upgpkg: python-docs 3.7.0-1

Updated to 3.7.0

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:15:40 UTC (rev 371177)
+++ PKGBUILD2018-08-11 19:16:45 UTC (rev 371178)
@@ -4,7 +4,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.6.6
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('5db928eb9d0cbdebaf11b62f3df3a8473bf7e8e9eecad92b4e4364f993502694')
+sha256sums=('8b8e96afd80f5412178f906bd706bf75fc56f9545bd6a8eb2b23c900bfb2f03a')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:16:52
  Author: foxboron
Revision: 371179

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 19:16:45 UTC (rev 371178)
+++ PKGBUILD2018-08-11 19:16:52 UTC (rev 371179)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.6.6
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('5db928eb9d0cbdebaf11b62f3df3a8473bf7e8e9eecad92b4e4364f993502694')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 371178, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 19:16:52 UTC (rev 371179)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('8b8e96afd80f5412178f906bd706bf75fc56f9545bd6a8eb2b23c900bfb2f03a')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:15:40
  Author: foxboron
Revision: 371177

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 19:15:32 UTC (rev 371176)
+++ PKGBUILD2018-08-11 19:15:40 UTC (rev 371177)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.10.7
-pkgrel=4
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
-
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/rope-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python")
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 371176, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 19:15:40 UTC (rev 371177)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgbase=python-rope
+pkgname=(python-rope python2-rope)
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('c8ad289c1934f1e3e1b016749c7353817e2ff5bb1297fb426c87929f1dfc2879')
+
+prepare() {
+  cp -a rope-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/rope-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/rope-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-rope() {
+  depends=("python2")
+  cd "rope-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-rope() {
+  depends=("python")
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:15:32
  Author: foxboron
Revision: 371176

upgpkg: python-rope 0.11.0-1

Updated to 0.11.0

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:14:20 UTC (rev 371175)
+++ PKGBUILD2018-08-11 19:15:32 UTC (rev 371176)
@@ -8,8 +8,8 @@
 
 pkgbase=python-rope
 pkgname=(python-rope python2-rope)
-pkgver=0.10.7
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
@@ -17,7 +17,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
+sha256sums=('c8ad289c1934f1e3e1b016749c7353817e2ff5bb1297fb426c87929f1dfc2879')
 
 prepare() {
   cp -a rope-$pkgver{,-py2}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:14:20
  Author: foxboron
Revision: 371175

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 19:14:12 UTC (rev 371174)
+++ PKGBUILD2018-08-11 19:14:20 UTC (rev 371175)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=18.6.1
-pkgrel=2
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-checkdepends=(python2-unittest2)
-source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('2f41bfc512ec482044fa8cfa74182118dedd87e03b3494472d9ff1b5a1e27d24')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 371174, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 19:14:20 UTC (rev 371175)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Morten Linderud
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=18.7.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+checkdepends=(python2-unittest2)
+source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:14:12
  Author: foxboron
Revision: 371174

upgpkg: python-autobahn 18.7.1-1

Updated to 18.7.1

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:08:48 UTC (rev 371173)
+++ PKGBUILD2018-08-11 19:14:12 UTC (rev 371174)
@@ -4,8 +4,8 @@
 
 pkgbase=python-autobahn
 pkgname=(python-autobahn python2-autobahn)
-pkgver=18.6.1
-pkgrel=2
+pkgver=18.7.1
+pkgrel=1
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(any)
 url='http://autobahn.ws/python/'
@@ -13,7 +13,7 @@
 makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
 checkdepends=(python2-unittest2)
 source=(https://pypi.io/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('2f41bfc512ec482044fa8cfa74182118dedd87e03b3494472d9ff1b5a1e27d24')
+sha256sums=('163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be')
 
 prepare() {
   cp -a autobahn-$pkgver{,-py2}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:08:38
  Author: foxboron
Revision: 371172

upgpkg: bolt 0.4-2

Added to community

Modified:
  bolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 19:07:46 UTC (rev 371171)
+++ PKGBUILD2018-08-11 19:08:38 UTC (rev 371172)
@@ -3,7 +3,7 @@
 
 pkgname=bolt
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Thunderbolt 3 device manager"
 arch=('i686' 'x86_64')
 url="https://gitlab.freedesktop.org/bolt/bolt;


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:08:48
  Author: foxboron
Revision: 371173

archrelease: copy trunk to community-x86_64

Added:
  bolt/repos/community-x86_64/
  bolt/repos/community-x86_64/PKGBUILD
(from rev 371172, bolt/trunk/PKGBUILD)

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

Copied: bolt/repos/community-x86_64/PKGBUILD (from rev 371172, 
bolt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-08-11 19:08:48 UTC (rev 371173)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bolt
+pkgver=0.4
+pkgrel=2
+pkgdesc="Thunderbolt 3 device manager"
+arch=('i686' 'x86_64')
+url="https://gitlab.freedesktop.org/bolt/bolt;
+license=('LGPL')
+depends=('polkit' 'systemd')
+makedepends=('asciidoc' 'meson')
+checkdepends=('umockdev')
+source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7692799545cd84b31aa7145712c55e36afc0d369c62157b19e5e865deae5f6f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  install -d ../build
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  ninja -C ../build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" ninja -C ../build install
+# Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+}


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

2018-08-11 Thread Morten Linderud via arch-commits
Date: Saturday, August 11, 2018 @ 19:07:46
  Author: foxboron
Revision: 371171

Added bolt to community

Added:
  bolt/
  bolt/repos/
  bolt/trunk/
  bolt/trunk/PKGBUILD

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

Added: bolt/trunk/PKGBUILD
===
--- bolt/trunk/PKGBUILD (rev 0)
+++ bolt/trunk/PKGBUILD 2018-08-11 19:07:46 UTC (rev 371171)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bolt
+pkgver=0.4
+pkgrel=1
+pkgdesc="Thunderbolt 3 device manager"
+arch=('i686' 'x86_64')
+url="https://gitlab.freedesktop.org/bolt/bolt;
+license=('LGPL')
+depends=('polkit' 'systemd')
+makedepends=('asciidoc' 'meson')
+checkdepends=('umockdev')
+source=("https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7692799545cd84b31aa7145712c55e36afc0d369c62157b19e5e865deae5f6f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  install -d ../build
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  ninja -C ../build test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" ninja -C ../build install
+# Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in python2-backports.lzma/repos/community-x86_64 (2 files)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:47:35
  Author: aginiewicz
Revision: 371170

archrelease: copy trunk to community-x86_64

Added:
  python2-backports.lzma/repos/community-x86_64/PKGBUILD
(from rev 371169, python2-backports.lzma/trunk/PKGBUILD)
Deleted:
  python2-backports.lzma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:47:31 UTC (rev 371169)
+++ PKGBUILD2018-08-11 17:47:35 UTC (rev 371170)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Philipp Schmitt 
-
-pkgname=python2-backports.lzma
-pkgver=0.0.11
-pkgrel=1
-pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
-arch=('x86_64')
-url="https://github.com/peterjc/backports.lzma;
-license=('BSD')
-depends=('python2-backports' 'xz')
-makedepends=('python2-setuptools')
-source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
-md5sums=('b4d7bf3f495f61442f539f2639af3ba3')
-
-prepare() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "${srcdir}" -name '*.py')
-}
-
-build() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
-
-  python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
-
-  # in python2-backports  
-  rm "$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"*
-
-  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python2-backports.lzma/repos/community-x86_64/PKGBUILD (from rev 
371169, python2-backports.lzma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:47:35 UTC (rev 371170)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Philipp Schmitt 
+
+pkgname=python2-backports.lzma
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
+arch=('x86_64')
+url="https://github.com/peterjc/backports.lzma;
+license=('BSD')
+depends=('python2-backports' 'xz')
+makedepends=('python2-setuptools')
+source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
+md5sums=('98851bc45dd410b9bb3d8a37770dc750')
+
+prepare() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "${srcdir}" -name '*.py')
+}
+
+build() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver
+
+  python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+
+  # in python2-backports  
+  rm "$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"*
+
+  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in python2-backports.lzma/trunk (PKGBUILD)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:47:31
  Author: aginiewicz
Revision: 371169

upgpkg: python2-backports.lzma 0.0.12-1

python2-backports.lzma: new upstream release

Modified:
  python2-backports.lzma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:46:24 UTC (rev 371168)
+++ PKGBUILD2018-08-11 17:47:31 UTC (rev 371169)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schmitt 
 
 pkgname=python2-backports.lzma
-pkgver=0.0.11
+pkgver=0.0.12
 pkgrel=1
 pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('python2-backports' 'xz')
 makedepends=('python2-setuptools')
 
source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz;)
-md5sums=('b4d7bf3f495f61442f539f2639af3ba3')
+md5sums=('98851bc45dd410b9bb3d8a37770dc750')
 
 prepare() {
   cd "${srcdir}"/backports.lzma-backports.lzma.v$pkgver


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:46:24
  Author: aginiewicz
Revision: 371168

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:46:17 UTC (rev 371167)
+++ PKGBUILD2018-08-11 17:46:24 UTC (rev 371168)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=blosc
-pkgver=1.14.3
-pkgrel=1
-pkgdesc='A blocking, shuffling and loss-less compression library.'
-arch=('x86_64')
-url='http://blosc.org/'
-license=('BSD')
-depends=('snappy' 'zstd')
-makedepends=('cmake')
-options=(staticlibs)
-source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('f524184de42659a332c17e2785d87478')
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DPREFER_EXTERNAL_LZ4="ON" \
-   -DPREFER_EXTERNAL_ZLIB="ON" \
-   -DPREFER_EXTERNAL_SNAPPY="ON" \
-   -DPREFER_EXTERNAL_ZSTD="ON" \
--DBUILD_TESTS="OFF" \
-../c-blosc-${pkgver}
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: blosc/repos/community-x86_64/PKGBUILD (from rev 371167, 
blosc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:46:24 UTC (rev 371168)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgname=blosc
+pkgver=1.14.4
+pkgrel=1
+pkgdesc='A blocking, shuffling and loss-less compression library.'
+arch=('x86_64')
+url='http://blosc.org/'
+license=('BSD')
+depends=('snappy' 'zstd')
+makedepends=('cmake')
+options=(staticlibs)
+source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
+md5sums=('e80dfc71e4cba03b8d01ed0876547ffe')
+
+build() {
+  cd "${srcdir}"
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DPREFER_EXTERNAL_LZ4="ON" \
+   -DPREFER_EXTERNAL_ZLIB="ON" \
+   -DPREFER_EXTERNAL_SNAPPY="ON" \
+   -DPREFER_EXTERNAL_ZSTD="ON" \
+-DBUILD_TESTS="OFF" \
+../c-blosc-${pkgver}
+
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "$srcdir"/c-blosc-${pkgver}/LICENSES/BLOSC.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:46:17
  Author: aginiewicz
Revision: 371167

upgpkg: blosc 1.14.4-1

blosc: new upstream release

Modified:
  blosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:27:26 UTC (rev 371166)
+++ PKGBUILD2018-08-11 17:46:17 UTC (rev 371167)
@@ -2,7 +2,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname=blosc
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc='A blocking, shuffling and loss-less compression library.'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 options=(staticlibs)
 source=("https://github.com/Blosc/c-blosc/archive/v${pkgver}.tar.gz;)
-md5sums=('f524184de42659a332c17e2785d87478')
+md5sums=('e80dfc71e4cba03b8d01ed0876547ffe')
 
 build() {
   cd "${srcdir}"


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:27:17
  Author: aginiewicz
Revision: 371165

upgpkg: python-pandas-datareader 0.6.0-4

python-pandas-datareader: fix pandas 0.23 support (FS#58912)

Added:
  python-pandas-datareader/trunk/pandas23.patch
Modified:
  python-pandas-datareader/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 pandas23.patch |   34 ++
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:21:18 UTC (rev 371164)
+++ PKGBUILD2018-08-11 17:27:17 UTC (rev 371165)
@@ -4,7 +4,7 @@
 pkgbase=python-pandas-datareader
 pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
 url="https://github.com/pydata/pandas-datareader;
@@ -11,11 +11,16 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
  'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-md5sums=('f92c05cdf3ca645eb7aa42fd84723d31')
+source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;
+"pandas23.patch")
+md5sums=('f92c05cdf3ca645eb7aa42fd84723d31'
+ 'aa40ae2ef631f4e32688a393d33d787d')
 
 prepare() {
   cd "$srcdir"
+
+  patch -p0 < pandas23.patch
+
   cp -a pandas-datareader-${pkgver} pandas-datareader-py2-${pkgver}
   cd pandas-datareader-py2-${pkgver}
 

Added: pandas23.patch
===
--- pandas23.patch  (rev 0)
+++ pandas23.patch  2018-08-11 17:27:17 UTC (rev 371165)
@@ -0,0 +1,34 @@
+diff -urN pandas-datareader-0.6.0.orig/pandas_datareader/compat/__init__.py 
pandas-datareader-0.6.0/pandas_datareader/compat/__init__.py
+--- pandas-datareader-0.6.0.orig/pandas_datareader/compat/__init__.py  
2018-08-11 19:23:13.526123366 +0200
 pandas-datareader-0.6.0/pandas_datareader/compat/__init__.py   
2018-08-11 19:24:01.953342399 +0200
+@@ -14,6 +14,7 @@
+ PANDAS_0190 = (PANDAS_VERSION >= LooseVersion('0.19.0'))
+ PANDAS_0200 = (PANDAS_VERSION >= LooseVersion('0.20.0'))
+ PANDAS_0210 = (PANDAS_VERSION >= LooseVersion('0.21.0'))
++PANDAS_0230 = (PANDAS_VERSION >= LooseVersion('0.23.0'))
+ 
+ if PANDAS_0190:
+ from pandas.api.types import is_number
+@@ -37,6 +38,12 @@
+ from pandas.util.testing import assertRaisesRegexp as assert_raises_regex
+ get_filepath_or_buffer = com.get_filepath_or_buffer
+ 
++if PANDAS_0230:
++from pandas.core.dtypes.common import is_list_like
++else:
++from pandas.core.common import is_list_like
++
++
+ if compat.PY3:
+ from urllib.error import HTTPError
+ else:
+diff -urN pandas-datareader-0.6.0.orig/pandas_datareader/fred.py 
pandas-datareader-0.6.0/pandas_datareader/fred.py
+--- pandas-datareader-0.6.0.orig/pandas_datareader/fred.py 2018-08-11 
19:23:13.529456737 +0200
 pandas-datareader-0.6.0/pandas_datareader/fred.py  2018-08-11 
19:25:30.284351849 +0200
+@@ -1,4 +1,5 @@
+-from pandas.core.common import is_list_like
++from pandas_datareader.compat import is_list_like
++
+ from pandas import concat, read_csv
+ 
+ from pandas_datareader.base import _BaseReader


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:27:26
  Author: aginiewicz
Revision: 371166

archrelease: copy trunk to community-any

Added:
  python-pandas-datareader/repos/community-any/PKGBUILD
(from rev 371165, python-pandas-datareader/trunk/PKGBUILD)
  python-pandas-datareader/repos/community-any/pandas23.patch
(from rev 371165, python-pandas-datareader/trunk/pandas23.patch)
Deleted:
  python-pandas-datareader/repos/community-any/PKGBUILD

+
 PKGBUILD   |  123 ---
 pandas23.patch |   34 +++
 2 files changed, 98 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:27:17 UTC (rev 371165)
+++ PKGBUILD2018-08-11 17:27:26 UTC (rev 371166)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-pandas-datareader
-pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
-pkgver=0.6.0
-pkgrel=3
-pkgdesc="Data readers extracted from the pandas codebase"
-arch=('any')
-url="https://github.com/pydata/pandas-datareader;
-license=('BSD')
-makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
- 'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-md5sums=('f92c05cdf3ca645eb7aa42fd84723d31')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-datareader-${pkgver} pandas-datareader-py2-${pkgver}
-  cd pandas-datareader-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-datareader-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas-datareader() {
-  depends=('python2-pandas' 'python2-requests-file' 'python2-requests-ftp')
-
-  cd "$srcdir"/pandas-datareader-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas-datareader() {
-  depends=('python-pandas' 'python-requests-file' 'python-requests-ftp')
-
-  cd "$srcdir"/pandas-datareader-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pandas-datareader/repos/community-any/PKGBUILD (from rev 371165, 
python-pandas-datareader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:27:26 UTC (rev 371166)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-pandas-datareader
+pkgname=('python2-pandas-datareader' 'python-pandas-datareader')
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="Data readers extracted from the pandas codebase"
+arch=('any')
+url="https://github.com/pydata/pandas-datareader;
+license=('BSD')
+makedepends=('python-setuptools' 'python-pandas' 'python-requests-file' 
'python-requests-ftp'
+ 'python2-setuptools' 'python2-pandas' 'python2-requests-file' 
'python2-requests-ftp')
+source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;
+"pandas23.patch")
+md5sums=('f92c05cdf3ca645eb7aa42fd84723d31'
+ 'aa40ae2ef631f4e32688a393d33d787d')
+
+prepare() {
+  cd "$srcdir"
+
+  patch -p0 < pandas23.patch
+
+  cp -a pandas-datareader-${pkgver} pandas-datareader-py2-${pkgver}
+  cd pandas-datareader-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/pandas-datareader-py2-${pkgver}
+  python2 setup.py build_ext --inplace
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package_python2-pandas-datareader() {
+  depends=('python2-pandas' 'python2-requests-file' 'python2-requests-ftp')
+
+  cd "$srcdir"/pandas-datareader-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pandas-datareader() {
+  depends=('python-pandas' 'python-requests-file' 'python-requests-ftp')
+
+  cd "$srcdir"/pandas-datareader-${pkgver}
+
+  python setup.py install 

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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:21:10
  Author: aginiewicz
Revision: 371163

upgpkg: python-pyface 6.0.0-3

python-pyfrace: update dependencies for Qt5 (FS#59066)

Modified:
  python-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:12:24 UTC (rev 371162)
+++ PKGBUILD2018-08-11 17:21:10 UTC (rev 371163)
@@ -7,7 +7,7 @@
 pkgbase=python-pyface
 pkgname=('python2-pyface' 'python-pyface')
 pkgver=6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface;
@@ -38,12 +38,11 @@
 
 package_python2-pyface() {
   depends=('python2-traits')
-  optdepends=('python2-pyqt4: for Qt backend (or python2-pyside)'
-  'python2-pyside: for Qt backend (or python2-pyqt4)'
+  optdepends=('python2-pyqt5: for Qt backend'
   'python2-pygments: for syntax coloring in Qt backend'
   'python2-setuptools: to locate resources inside zip and egg 
files'
   'ipython2: for IPython widget'
-  'wxpython: for wx backend')
+  'python2-wxpython3: for wx backend')
 
   cd "$srcdir"/pyface-py2-$pkgver
 
@@ -54,11 +53,12 @@
 
 package_python-pyface() {
   depends=('python-traits')
-  optdepends=('python-pyqt4: for Qt backend (or python2-pyside)'
-  'python-pyside: for Qt backend (or python2-pyqt4)'
+  optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+  'pyside2: for Qt backend (or python-pyqt5)'
   'python-pygments: for syntax coloring in Qt backend'
   'python-setuptools: to locate resources inside zip and egg files'
-  'ipython: for IPython widget')
+  'ipython: for IPython widget'
+ 'python-wxpython: for wx backend')
 
   cd "$srcdir"/pyface-$pkgver
 


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:21:18
  Author: aginiewicz
Revision: 371164

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:21:10 UTC (rev 371163)
+++ PKGBUILD2018-08-11 17:21:18 UTC (rev 371164)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
-# TODO: look for more hidden dependencies
-
-pkgbase=python-pyface
-pkgname=('python2-pyface' 'python-pyface')
-pkgver=6.0.0
-pkgrel=2
-pkgdesc="Traits-capable windowing framework"
-arch=('any')
-url="https://github.com/enthought/pyface;
-license=('BSD')
-makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
-options=(!emptydirs)
-
-source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
-md5sums=('d0268ef46e4229011c3b0ae738e731e1')
-
-prepare() {
-  cd "$srcdir"
-  #patch -p0 < ipython_widget.patch
-  cp -a pyface-${pkgver} pyface-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  msg "Building Python2"
-  python2 setup.py build
-
-  cd "$srcdir"/pyface-$pkgver
-
-  msg "Building Python3"
-  python setup.py build
-}
-
-package_python2-pyface() {
-  depends=('python2-traits')
-  optdepends=('python2-pyqt4: for Qt backend (or python2-pyside)'
-  'python2-pyside: for Qt backend (or python2-pyqt4)'
-  'python2-pygments: for syntax coloring in Qt backend'
-  'python2-setuptools: to locate resources inside zip and egg 
files'
-  'ipython2: for IPython widget'
-  'wxpython: for wx backend')
-
-  cd "$srcdir"/pyface-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pyface() {
-  depends=('python-traits')
-  optdepends=('python-pyqt4: for Qt backend (or python2-pyside)'
-  'python-pyside: for Qt backend (or python2-pyqt4)'
-  'python-pygments: for syntax coloring in Qt backend'
-  'python-setuptools: to locate resources inside zip and egg files'
-  'ipython: for IPython widget')
-
-  cd "$srcdir"/pyface-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyface/repos/community-any/PKGBUILD (from rev 371163, 
python-pyface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:21:18 UTC (rev 371164)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
+# TODO: look for more hidden dependencies
+
+pkgbase=python-pyface
+pkgname=('python2-pyface' 'python-pyface')
+pkgver=6.0.0
+pkgrel=3
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface;
+license=('BSD')
+makedepends=('python-setuptools' 'python-traits' 'python2-setuptools' 
'python2-traits')
+options=(!emptydirs)
+
+source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+md5sums=('d0268ef46e4229011c3b0ae738e731e1')
+
+prepare() {
+  cd "$srcdir"
+  #patch -p0 < ipython_widget.patch
+  cp -a pyface-${pkgver} pyface-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/pyface-py2-$pkgver
+
+  msg "Building Python2"
+  python2 setup.py build
+
+  cd "$srcdir"/pyface-$pkgver
+
+  msg "Building Python3"
+  python setup.py build
+}
+
+package_python2-pyface() {
+  depends=('python2-traits')
+  optdepends=('python2-pyqt5: for Qt backend'
+  'python2-pygments: for syntax coloring in Qt backend'
+  'python2-setuptools: to locate resources inside zip and egg 
files'
+  'ipython2: for IPython widget'
+  'python2-wxpython3: for wx backend')
+
+  cd "$srcdir"/pyface-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pyface() {
+  depends=('python-traits')
+  optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+  'pyside2: for Qt backend (or python-pyqt5)'
+  'python-pygments: for syntax coloring in Qt backend'
+  'python-setuptools: to locate resources inside zip and egg files'
+  'ipython: for IPython widget'
+ 'python-wxpython: for wx backend')
+
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py install --root="$pkgdir"/ 

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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:12:24
  Author: aginiewicz
Revision: 371162

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:12:21 UTC (rev 371161)
+++ PKGBUILD2018-08-11 17:12:24 UTC (rev 371162)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-seaborn
-pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Statistical data visualization"
-arch=('any')
-url="http://stanford.edu/~mwaskom/software/seaborn/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
-source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('14d49fcf304132684a9f240e14ab5dad')
-
-prepare() {
-  cd "$srcdir"
-  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/seaborn-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/seaborn-${pkgver}
-  python setup.py build
-}
-
-package_python2-seaborn() {
-  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots')
-
-  cd "$srcdir"/seaborn-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-seaborn() {
-  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots')
-
-  cd "$srcdir"/seaborn-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-seaborn/repos/community-any/PKGBUILD (from rev 371161, 
python-seaborn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:12:24 UTC (rev 371162)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgbase=python-seaborn
+pkgname=('python2-seaborn' 'python-seaborn')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Statistical data visualization"
+arch=('any')
+url="http://stanford.edu/~mwaskom/software/seaborn/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
+ 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
+source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
+md5sums=('282d7585de011a5f400ce052aa5afdf4')
+
+prepare() {
+  cd "$srcdir"
+  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/seaborn-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/seaborn-${pkgver}
+  python setup.py build
+}
+
+package_python2-seaborn() {
+  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
+  optdepends=('python2-statsmodels: for some advanced statistical plots')
+
+  cd "$srcdir"/seaborn-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-seaborn() {
+  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+  optdepends=('python-statsmodels: for some advanced statistical plots')
+
+  cd "$srcdir"/seaborn-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:12:21
  Author: aginiewicz
Revision: 371161

upgpkg: python-seaborn 0.9.0-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:11:10 UTC (rev 371160)
+++ PKGBUILD2018-08-11 17:12:21 UTC (rev 371161)
@@ -4,8 +4,8 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('14d49fcf304132684a9f240e14ab5dad')
+md5sums=('282d7585de011a5f400ce052aa5afdf4')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-scikit-learn/trunk (10342.patch)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:11:10
  Author: aginiewicz
Revision: 371160

patch no longer needed

Deleted:
  python-scikit-learn/trunk/10342.patch

-+
 10342.patch |   34 --
 1 file changed, 34 deletions(-)

Deleted: 10342.patch
===
--- 10342.patch 2018-08-11 17:10:44 UTC (rev 371159)
+++ 10342.patch 2018-08-11 17:11:10 UTC (rev 371160)
@@ -1,34 +0,0 @@
-diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py 
scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py
 scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py  2018-05-10 
13:03:30.982433283 +0200
-+++ scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py   2018-05-10 
13:08:30.205392486 +0200
-@@ -5,7 +5,7 @@
- 
- 
- def configuration(parent_package="", top_path=None):
--config = Configuration("metrics/cluster", parent_package, top_path)
-+config = Configuration("cluster", parent_package, top_path)
- libraries = []
- if os.name == 'posix':
- libraries.append('m')
-diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/setup.py 
scikit-learn-0.19.1/sklearn/metrics/setup.py
 scikit-learn-0.19.1-orig/sklearn/metrics/setup.py  2018-05-10 
13:03:30.982433283 +0200
-+++ scikit-learn-0.19.1/sklearn/metrics/setup.py   2018-05-10 
13:08:45.125595586 +0200
-@@ -14,6 +14,7 @@
- if os.name == 'posix':
- cblas_libs.append('m')
- 
-+config.add_subpackage('cluster')
- config.add_extension("pairwise_fast",
-  sources=["pairwise_fast.pyx"],
-  include_dirs=[os.path.join('..', 'src', 'cblas'),
-diff -urN scikit-learn-0.19.1-orig/sklearn/setup.py 
scikit-learn-0.19.1/sklearn/setup.py
 scikit-learn-0.19.1-orig/sklearn/setup.py  2018-05-10 13:03:30.945766331 
+0200
-+++ scikit-learn-0.19.1/sklearn/setup.py   2018-05-10 13:08:53.652377292 
+0200
-@@ -51,7 +51,6 @@
- config.add_subpackage('feature_extraction')
- config.add_subpackage('manifold')
- config.add_subpackage('metrics')
--config.add_subpackage('metrics/cluster')
- config.add_subpackage('neighbors')
- config.add_subpackage('tree')
- config.add_subpackage('svm')


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:10:44
  Author: aginiewicz
Revision: 371159

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/10342.patch
(from rev 371158, python-scikit-learn/trunk/10342.patch)
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 371158, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/10342.patch
  python-scikit-learn/repos/community-x86_64/PKGBUILD

-+
 10342.patch |   68 +--
 PKGBUILD|  142 +++---
 2 files changed, 102 insertions(+), 108 deletions(-)

Deleted: 10342.patch
===
--- 10342.patch 2018-08-11 17:10:36 UTC (rev 371158)
+++ 10342.patch 2018-08-11 17:10:44 UTC (rev 371159)
@@ -1,34 +0,0 @@
-diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py 
scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py
 scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py  2018-05-10 
13:03:30.982433283 +0200
-+++ scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py   2018-05-10 
13:08:30.205392486 +0200
-@@ -5,7 +5,7 @@
- 
- 
- def configuration(parent_package="", top_path=None):
--config = Configuration("metrics/cluster", parent_package, top_path)
-+config = Configuration("cluster", parent_package, top_path)
- libraries = []
- if os.name == 'posix':
- libraries.append('m')
-diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/setup.py 
scikit-learn-0.19.1/sklearn/metrics/setup.py
 scikit-learn-0.19.1-orig/sklearn/metrics/setup.py  2018-05-10 
13:03:30.982433283 +0200
-+++ scikit-learn-0.19.1/sklearn/metrics/setup.py   2018-05-10 
13:08:45.125595586 +0200
-@@ -14,6 +14,7 @@
- if os.name == 'posix':
- cblas_libs.append('m')
- 
-+config.add_subpackage('cluster')
- config.add_extension("pairwise_fast",
-  sources=["pairwise_fast.pyx"],
-  include_dirs=[os.path.join('..', 'src', 'cblas'),
-diff -urN scikit-learn-0.19.1-orig/sklearn/setup.py 
scikit-learn-0.19.1/sklearn/setup.py
 scikit-learn-0.19.1-orig/sklearn/setup.py  2018-05-10 13:03:30.945766331 
+0200
-+++ scikit-learn-0.19.1/sklearn/setup.py   2018-05-10 13:08:53.652377292 
+0200
-@@ -51,7 +51,6 @@
- config.add_subpackage('feature_extraction')
- config.add_subpackage('manifold')
- config.add_subpackage('metrics')
--config.add_subpackage('metrics/cluster')
- config.add_subpackage('neighbors')
- config.add_subpackage('tree')
- config.add_subpackage('svm')

Copied: python-scikit-learn/repos/community-x86_64/10342.patch (from rev 
371158, python-scikit-learn/trunk/10342.patch)
===
--- 10342.patch (rev 0)
+++ 10342.patch 2018-08-11 17:10:44 UTC (rev 371159)
@@ -0,0 +1,34 @@
+diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py 
scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py
+--- scikit-learn-0.19.1-orig/sklearn/metrics/cluster/setup.py  2018-05-10 
13:03:30.982433283 +0200
 scikit-learn-0.19.1/sklearn/metrics/cluster/setup.py   2018-05-10 
13:08:30.205392486 +0200
+@@ -5,7 +5,7 @@
+ 
+ 
+ def configuration(parent_package="", top_path=None):
+-config = Configuration("metrics/cluster", parent_package, top_path)
++config = Configuration("cluster", parent_package, top_path)
+ libraries = []
+ if os.name == 'posix':
+ libraries.append('m')
+diff -urN scikit-learn-0.19.1-orig/sklearn/metrics/setup.py 
scikit-learn-0.19.1/sklearn/metrics/setup.py
+--- scikit-learn-0.19.1-orig/sklearn/metrics/setup.py  2018-05-10 
13:03:30.982433283 +0200
 scikit-learn-0.19.1/sklearn/metrics/setup.py   2018-05-10 
13:08:45.125595586 +0200
+@@ -14,6 +14,7 @@
+ if os.name == 'posix':
+ cblas_libs.append('m')
+ 
++config.add_subpackage('cluster')
+ config.add_extension("pairwise_fast",
+  sources=["pairwise_fast.pyx"],
+  include_dirs=[os.path.join('..', 'src', 'cblas'),
+diff -urN scikit-learn-0.19.1-orig/sklearn/setup.py 
scikit-learn-0.19.1/sklearn/setup.py
+--- scikit-learn-0.19.1-orig/sklearn/setup.py  2018-05-10 13:03:30.945766331 
+0200
 scikit-learn-0.19.1/sklearn/setup.py   2018-05-10 13:08:53.652377292 
+0200
+@@ -51,7 +51,6 @@
+ config.add_subpackage('feature_extraction')
+ config.add_subpackage('manifold')
+ config.add_subpackage('metrics')
+-config.add_subpackage('metrics/cluster')
+ config.add_subpackage('neighbors')
+ config.add_subpackage('tree')
+ config.add_subpackage('svm')

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:10:36 UTC (rev 371158)
+++ PKGBUILD2018-08-11 17:10:44 UTC (rev 371159)
@@ -1,74 +0,0 @@
-# 

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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:10:36
  Author: aginiewicz
Revision: 371158

upgpkg: python-scikit-learn 0.19.2-1

python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:03:11 UTC (rev 371157)
+++ PKGBUILD2018-08-11 17:10:36 UTC (rev 371158)
@@ -3,8 +3,8 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.19.1
-pkgrel=4
+pkgver=0.19.2
+pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
 url="http://scikit-learn.sourceforge.net/;
@@ -12,18 +12,12 @@
 makedepends=('python2-scipy' 'python-scipy' 'python2-setuptools' 
'python-setuptools' 'cython' 'cython2')
 options=(!emptydirs)
 
-source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;
-"10342.patch")
-md5sums=('8fce5acd7d2d12c45d3381bbfa953d61'
- 'd6bcd7551850dc1afb1c872b9b69eb24')
+source=("https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+md5sums=('354d88153e2474174484ec20e350480d')
 
 prepare() {
   cd "$srcdir"
 
-  # see https://github.com/scikit-learn/scikit-learn/issues/10342
-  # and https://github.com/scikit-learn/scikit-learn/pull/10851
-  patch -p 0 < 10342.patch
-
   cp -a scikit-learn-$pkgver scikit-learn-py2-$pkgver
   cd scikit-learn-py2-$pkgver
 


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 17:03:11
  Author: felixonmars
Revision: 371157

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 371156, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 371156, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 17:03:11 UTC (rev 371157)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.6.0
+pkgrel=5
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 
'haskell-graphscc' 'haskell-heredoc'
+ 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 17:02:55
  Author: felixonmars
Revision: 371155

upgpkg: cryptol 2.6.0-5

rebuild with hlint 2.1.9

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:02:54 UTC (rev 371154)
+++ PKGBUILD2018-08-11 17:02:55 UTC (rev 371155)
@@ -3,7 +3,7 @@
 
 pkgname=cryptol
 pkgver=2.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("custom:BSD3")


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:02:58
  Author: aginiewicz
Revision: 371156

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:02:55 UTC (rev 371155)
+++ PKGBUILD2018-08-11 17:02:58 UTC (rev 371156)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.6.5
-pkgrel=2
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
-url="https://github.com/pydata/numexpr;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('8a41bc69b0add1f5f5d92a75bb74d179')
-
-prepare() {
-  cd "$srcdir"
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-  cd numexpr-py2-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/numexpr-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py build
-}
-
-package_python2-numexpr() {
-  depends=('python2-numpy')
-
-  cd "$srcdir"/numexpr-py2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-numexpr() {
-  depends=('python-numpy')
-
-  cd "$srcdir"/numexpr-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-numexpr/repos/community-x86_64/PKGBUILD (from rev 371155, 
python-numexpr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:02:58 UTC (rev 371156)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.6.7
+pkgrel=1
+pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
+url="https://github.com/pydata/numexpr;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+md5sums=('354ce24791e9714659bd2b3508f8bbf8')
+
+prepare() {
+  cd "$srcdir"
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+  cd numexpr-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd "$srcdir"/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd "$srcdir"/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:02:54
  Author: aginiewicz
Revision: 371154

upgpkg: python-numexpr 2.6.7-1

python-numexpr: new upstream release

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:01:26 UTC (rev 371153)
+++ PKGBUILD2018-08-11 17:02:54 UTC (rev 371154)
@@ -4,8 +4,8 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.7
+pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr;
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('8a41bc69b0add1f5f5d92a75bb74d179')
+md5sums=('354ce24791e9714659bd2b3508f8bbf8')
 
 prepare() {
   cd "$srcdir"


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:01:23
  Author: aginiewicz
Revision: 371152

upgpkg: python-google-api-python-client 1.7.4-1

python-google-api-python-client: new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:59:51 UTC (rev 371151)
+++ PKGBUILD2018-08-11 17:01:23 UTC (rev 371152)
@@ -4,8 +4,8 @@
 
 pkgbase=python-google-api-python-client
 pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
 url="https://github.com/google/google-api-python-client;
@@ -14,7 +14,7 @@
  'python2-google-auth-httplib2' 'python2-uritemplate'
 'python-google-auth-httplib2' 'python-uritemplate')
 
source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-md5sums=('4b6f8ff320e41e920fc2240ae667fb18')
+md5sums=('0a693cf52048797273f7a57afde5dd8b')
 
 prepare() {
   cd "$srcdir"


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:01:26
  Author: aginiewicz
Revision: 371153

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 17:01:23 UTC (rev 371152)
+++ PKGBUILD2018-08-11 17:01:26 UTC (rev 371153)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: shadyabhi 
-
-pkgbase=python-google-api-python-client
-pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.7.3
-pkgrel=2
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools'
- 'python2-google-auth-httplib2' 'python2-uritemplate'
-'python-google-auth-httplib2' 'python-uritemplate')
-source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-md5sums=('4b6f8ff320e41e920fc2240ae667fb18')
-
-prepare() {
-  cd "$srcdir"
-  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
-  cd google-api-python-client-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd "$srcdir/google-api-python-client-$pkgver"
-
-  msg "Building Python2"
-  cd "$srcdir"/google-api-python-client-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package_python2-google-api-python-client() {
-  depends=('python2-google-auth-httplib2' 'python2-uritemplate')
-  optdepends=('python2-oauth2client: optional backend')
-  cd "$srcdir/google-api-python-client-py2-$pkgver"
- 
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python2 -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}
-
-package_python-google-api-python-client() {
-  depends=('python-google-auth-httplib2' 'python-uritemplate')
-  optdepends=('python-oauth2client: optional backend')
-  cd "$srcdir/google-api-python-client-$pkgver"
- 
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}
-

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
371152, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 17:01:26 UTC (rev 371153)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: shadyabhi 
+
+pkgbase=python-google-api-python-client
+pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools'
+ 'python2-google-auth-httplib2' 'python2-uritemplate'
+'python-google-auth-httplib2' 'python-uritemplate')
+source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+md5sums=('0a693cf52048797273f7a57afde5dd8b')
+
+prepare() {
+  cd "$srcdir"
+  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
+  cd google-api-python-client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd "$srcdir/google-api-python-client-$pkgver"
+
+  msg "Building Python2"
+  cd "$srcdir"/google-api-python-client-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package_python2-google-api-python-client() {
+  depends=('python2-google-auth-httplib2' 'python2-uritemplate')
+  optdepends=('python2-oauth2client: optional backend')
+  cd "$srcdir/google-api-python-client-py2-$pkgver"
+ 
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  

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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:59:43
  Author: aginiewicz
Revision: 371150

upgpkg: python-pandas 0.23.4-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:59:42 UTC (rev 371149)
+++ PKGBUILD2018-08-11 16:59:43 UTC (rev 371150)
@@ -10,8 +10,8 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.23.4
+pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('x86_64')
 url="http://pandas.pydata.org/;
@@ -20,7 +20,7 @@
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
  'cython' 'cython2')
 source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('ba184b95a04e39374e6cb5a5faf48651')
+md5sums=('6ce319605a73db4ebd39021718f382c6')
 
 prepare() {
   cd "$srcdir"


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 16:59:42
  Author: felixonmars
Revision: 371149

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 371148, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 16:59:42 UTC (rev 371149)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.10
+pkgrel=8
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-data-binary-ieee754'
+ 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0eff6c043fff464d2a4c715e2269d05ecdda690df6a975c36f1c96728a4e4e075dc1e5667ffbdb8f1929bda930ad2a419d8138d13f6a1e3023562b6445c86121')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:59:51
  Author: aginiewicz
Revision: 371151

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  216 ++---
 1 file changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:59:43 UTC (rev 371150)
+++ PKGBUILD2018-08-11 16:59:51 UTC (rev 371151)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-# TODO: move python-xarray from AUR to community (with dependencies)
-# TODO: package python-s3fs
-# TODO: package pandas-gbq
-# TODO: Feather Format support
-# TODO: Apache Parquet support
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.23.1
-pkgrel=2
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('x86_64')
-url="http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz'
- 'cython' 'cython2')
-source=("https://github.com/pydata/pandas/archive/v${pkgver}.tar.gz;)
-md5sums=('ba184b95a04e39374e6cb5a5faf48651')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-jinja: needed for conditional HTML formatting'
-  'python2-blosc: for msgpack compression using blosc'
-  'python2-pyqt5: needed for read_clipboard function (only one 
needed)'
-  'pygtk: needed for read_clipboard function (only one needed)'
-  'xsel: needed for read_clipboard function (only one needed)'
-  'xclip: needed for read_clipboard function (only one needed)'
-  'python2-backports.lzma: needed for xz compressed DataFrames in 
CSV'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-pandas-datareader: pandas.io.data replacement 
(recommended)'
-  'python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-xlwt: needed for Excel XLS output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-jinja: needed for conditional HTML formatting'
-  'python-blosc: for 

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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 16:59:27
  Author: felixonmars
Revision: 371148

upgpkg: haskell-sbv 7.10-8

rebuild with hlint 2.1.9

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:52:43 UTC (rev 371147)
+++ PKGBUILD2018-08-11 16:59:27 UTC (rev 371148)
@@ -5,7 +5,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.10
-pkgrel=7
+pkgrel=8
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("custom:BSD3")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 16:52:43
  Author: felixonmars
Revision: 371147

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 371146, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 371146, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 16:52:43 UTC (rev 371147)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.1.9
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c0364051fcc10bf72591854a4f0e4a85d8e78283f602a02a7baab538988ecba7a3a5e5abf0208e5e85ef656583368191d1879a9edb5d5bd198db5d4bb49')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 16:52:28
  Author: felixonmars
Revision: 371146

upgpkg: hlint 2.1.9-1

rebuild with hlint 2.1.9

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:32:46 UTC (rev 371145)
+++ PKGBUILD2018-08-11 16:52:28 UTC (rev 371146)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=2.1.8
-pkgrel=18
+pkgver=2.1.9
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 replaces=('haskell-hlint')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('499a577a9a129f7386af0b1d082af530658bbd15fa099062edf97152031b4d6485dc919a0b80cf4fb797306a9b26d0bcd4f73368a0669d4d0e025fff1d77')
+sha512sums=('4c0364051fcc10bf72591854a4f0e4a85d8e78283f602a02a7baab538988ecba7a3a5e5abf0208e5e85ef656583368191d1879a9edb5d5bd198db5d4bb49')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:32:46
  Author: aginiewicz
Revision: 371145

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:32:42 UTC (rev 371144)
+++ PKGBUILD2018-08-11 16:32:46 UTC (rev 371145)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgbase=python-fonttools
-pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.26.0
-pkgrel=2
-pkgdesc="Converts OpenType and TrueType fonts to and from XML"
-url="https://github.com/fonttools/fonttools;
-license=("MIT")
-arch=('any')
-makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha1sums=('d506caf0b892fb837d2bd6fd1915a3787459afee')
-
-prepare() {
-  cd "$srcdir"
-  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
-  cd fonttools-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build
-}
-
-package_python2-fonttools() {
-  depends=("python2-numpy")
-
-  cd "$srcdir"/fonttools-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # fix conflicts with python-fonttools
-  mv "$pkgdir"/usr/bin/pyftinspect{,2}
-  mv "$pkgdir"/usr/bin/pyftmerge{,2}
-  mv "$pkgdir"/usr/bin/pyftsubset{,2}
-  mv "$pkgdir"/usr/bin/ttx{,2}
-  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
-  mv "$pkgdir"/usr/bin/fonttools{,2}
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
-}
-
-package_python-fonttools() {
-  depends=("python-numpy")
-
-  cd "$srcdir"/fonttools-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
-}

Copied: python-fonttools/repos/community-any/PKGBUILD (from rev 371144, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 16:32:46 UTC (rev 371145)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgbase=python-fonttools
+pkgname=('python2-fonttools' 'python-fonttools')
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="Converts OpenType and TrueType fonts to and from XML"
+url="https://github.com/fonttools/fonttools;
+license=("MIT")
+arch=('any')
+makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
+sha1sums=('db5b9ad5f81e74fff845a95b072236566cc44402')
+
+prepare() {
+  cd "$srcdir"
+  cp -a fonttools-${pkgver} fonttools-py2-${pkgver}
+  cd fonttools-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build
+}
+
+package_python2-fonttools() {
+  depends=("python2-numpy")
+
+  cd "$srcdir"/fonttools-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # fix conflicts with python-fonttools
+  mv "$pkgdir"/usr/bin/pyftinspect{,2}
+  mv "$pkgdir"/usr/bin/pyftmerge{,2}
+  mv "$pkgdir"/usr/bin/pyftsubset{,2}
+  mv "$pkgdir"/usr/bin/ttx{,2}
+  mv "$pkgdir"/usr/share/man/man1/ttx{,2}.1
+  mv "$pkgdir"/usr/bin/fonttools{,2}
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx2.1
+}
+
+package_python-fonttools() {
+  depends=("python-numpy")
+
+  cd "$srcdir"/fonttools-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  chmod oga+r "$pkgdir"/usr/share/man/man1/ttx.1
+}


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:32:42
  Author: aginiewicz
Revision: 371144

upgpkg: python-fonttools 3.29.0-1

python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:29:35 UTC (rev 371143)
+++ PKGBUILD2018-08-11 16:32:42 UTC (rev 371144)
@@ -5,8 +5,8 @@
 
 pkgbase=python-fonttools
 pkgname=('python2-fonttools' 'python-fonttools')
-pkgver=3.26.0
-pkgrel=2
+pkgver=3.29.0
+pkgrel=1
 pkgdesc="Converts OpenType and TrueType fonts to and from XML"
 url="https://github.com/fonttools/fonttools;
 license=("MIT")
@@ -13,7 +13,7 @@
 arch=('any')
 makedepends=("python2-setuptools" "python-setuptools" "python-numpy" 
"python2-numpy")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip;)
-sha1sums=('d506caf0b892fb837d2bd6fd1915a3787459afee')
+sha1sums=('db5b9ad5f81e74fff845a95b072236566cc44402')
 
 prepare() {
   cd "$srcdir"


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:29:35
  Author: aginiewicz
Revision: 371143

archrelease: copy trunk to community-any

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

--+
 LICENCE  |   70 -
 PKGBUILD |  126 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2018-08-11 16:29:31 UTC (rev 371142)
+++ LICENCE 2018-08-11 16:29:35 UTC (rev 371143)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 371142, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2018-08-11 16:29:35 UTC (rev 371143)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:29:31 UTC (rev 371142)
+++ PKGBUILD2018-08-11 16:29:35 UTC (rev 371143)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-
-pkgbase=python-openpyxl
-pkgname=('python2-openpyxl' 

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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:29:31
  Author: aginiewicz
Revision: 371142

upgpkg: python-openpyxl 2.5.5-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:26:29 UTC (rev 371141)
+++ PKGBUILD2018-08-11 16:29:31 UTC (rev 371142)
@@ -5,9 +5,9 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.3
-_pkgtag='a4494d23a4b6'
-pkgrel=2
+pkgver=2.5.5
+_pkgtag='c0235e89c629'
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/;
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2;
 "LICENCE")
-md5sums=('22819a8fe9d4386feb1b6e375b8eaaff'
+md5sums=('fce7a6f485c385d96027f5b873484e07'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:26:24
  Author: aginiewicz
Revision: 371140

upgpkg: languagetool 4.2-1

languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:22:27 UTC (rev 371139)
+++ PKGBUILD2018-08-11 16:26:24 UTC (rev 371140)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc="An open source language checker"
 arch=('any')
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh")
 noextract=($pkgname-$pkgver.zip)
-md5sums=('8c91cb9b5562dee738082a54ccfce564'
+md5sums=('f66b40a0225e910a6ab5c2f0cbcd8a0d'
  '136387ef7979e23004330d553736a89b')
 
 package() {


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:26:29
  Author: aginiewicz
Revision: 371141

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:26:24 UTC (rev 371140)
+++ PKGBUILD2018-08-11 16:26:29 UTC (rev 371141)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.1
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('8c91cb9b5562dee738082a54ccfce564'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 371140, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 16:26:29 UTC (rev 371141)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=4.2
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip; 
"$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('f66b40a0225e910a6ab5c2f0cbcd8a0d'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2018-08-11 16:26:24 UTC (rev 371140)
+++ languagetool.sh 2018-08-11 16:26:29 UTC (rev 371141)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=("$@")
-
-i=0
-for arg in "$@"; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo "Command-line interface (CLI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $CLI_command -h | sed "s/java -jar 
languagetool-commandline.jar/languagetool/"
-  echo
-  echo "Graphical user interface (GUI) help:"
-  "$JAVA_HOME/bin/java" -cp $CP $GUI_command -h | sed "s/java 
org.languagetool.gui.Main/languagetool/"
-  echo
-  echo "HTTP server help:"
-  "$JAVA_HOME/bin/java" -cp $CP $NSRV_command -h | sed 
"s/HTTPServer/languagetool --http/"
-  

[arch-commits] Commit in hgview/repos/community-any (PKGBUILD PKGBUILD hg47.patch)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:22:27
  Author: aginiewicz
Revision: 371139

archrelease: copy trunk to community-any

Added:
  hgview/repos/community-any/PKGBUILD
(from rev 371138, hgview/trunk/PKGBUILD)
  hgview/repos/community-any/hg47.patch
(from rev 371138, hgview/trunk/hg47.patch)
Deleted:
  hgview/repos/community-any/PKGBUILD

+
 PKGBUILD   |   78 +++
 hg47.patch |9 ++
 2 files changed, 50 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:22:19 UTC (rev 371138)
+++ PKGBUILD2018-08-11 16:22:27 UTC (rev 371139)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: TDY 
-
-pkgname=hgview
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="A fast Mercurial log navigator"
-arch=('any')
-url="http://www.logilab.org/project/hgview/;
-license=('GPL')
-depends=('mercurial>=1.6')
-optdepends=('python2-qscintilla: for Qt interface'
-'python2-docutils: for Qt interface'
-'python2-urwid: for CLI interface'
-'python2-pyinotify: for CLI interface'
-'python2-pygments: for CLI interface')
-makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
-source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c3ab3a1c62eff28e48ab8e4df38466c9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  # fix man page placement
-  install -d "$pkgdir"/usr/share
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
-}
-

Copied: hgview/repos/community-any/PKGBUILD (from rev 371138, 
hgview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 16:22:27 UTC (rev 371139)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: TDY 
+
+pkgname=hgview
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="A fast Mercurial log navigator"
+arch=('any')
+url="http://www.logilab.org/project/hgview/;
+license=('GPL')
+depends=('mercurial>=1.6')
+optdepends=('python2-qscintilla: for Qt interface'
+'python2-docutils: for Qt interface'
+'python2-urwid: for CLI interface'
+'python2-pyinotify: for CLI interface'
+'python2-pygments: for CLI interface')
+makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
+source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz
+hg47.patch)
+md5sums=('1d68a8de8652a3ca411a049579a694e4'
+ 'be6e50bed82d8424c223433fe216dfaa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 < ../hg47.patch
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  # fix man page placement
+  install -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
+}
+

Copied: hgview/repos/community-any/hg47.patch (from rev 371138, 
hgview/trunk/hg47.patch)
===
--- hg47.patch  (rev 0)
+++ hg47.patch  2018-08-11 16:22:27 UTC (rev 371139)
@@ -0,0 +1,9 @@
+diff -urN hgview-1.10.2.orig/hgviewlib/__init__.py 
hgview-1.10.2/hgviewlib/__init__.py
+--- hgview-1.10.2.orig/hgviewlib/__init__.py   2018-08-11 18:17:12.701368614 
+0200
 hgview-1.10.2/hgviewlib/__init__.py2018-08-11 18:17:26.204879111 
+0200
+@@ -23,4 +23,4 @@
+ from mercurial import demandimport
+ 
+ # this should help docutils, see hgrepoview.rst2html
+-demandimport.ignore.append('roman')
++demandimport.IGNORES.add('roman')


[arch-commits] Commit in hgview/trunk (PKGBUILD hg47.patch)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:22:19
  Author: aginiewicz
Revision: 371138

upgpkg: hgview 1.10.2-1

hgview: new upstream release

Added:
  hgview/trunk/hg47.patch
Modified:
  hgview/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 hg47.patch |9 +
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:02:02 UTC (rev 371137)
+++ PKGBUILD2018-08-11 16:22:19 UTC (rev 371138)
@@ -3,8 +3,8 @@
 # Contributor: TDY 
 
 pkgname=hgview
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="A fast Mercurial log navigator"
 arch=('any')
 url="http://www.logilab.org/project/hgview/;
@@ -16,12 +16,16 @@
 'python2-pyinotify: for CLI interface'
 'python2-pygments: for CLI interface')
 makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
-source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c3ab3a1c62eff28e48ab8e4df38466c9')
+source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz
+hg47.patch)
+md5sums=('1d68a8de8652a3ca411a049579a694e4'
+ 'be6e50bed82d8424c223433fe216dfaa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  patch -p1 < ../hg47.patch
+
   python2 setup.py build
 }
 

Added: hg47.patch
===
--- hg47.patch  (rev 0)
+++ hg47.patch  2018-08-11 16:22:19 UTC (rev 371138)
@@ -0,0 +1,9 @@
+diff -urN hgview-1.10.2.orig/hgviewlib/__init__.py 
hgview-1.10.2/hgviewlib/__init__.py
+--- hgview-1.10.2.orig/hgviewlib/__init__.py   2018-08-11 18:17:12.701368614 
+0200
 hgview-1.10.2/hgviewlib/__init__.py2018-08-11 18:17:26.204879111 
+0200
+@@ -23,4 +23,4 @@
+ from mercurial import demandimport
+ 
+ # this should help docutils, see hgrepoview.rst2html
+-demandimport.ignore.append('roman')
++demandimport.IGNORES.add('roman')


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

2018-08-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 11, 2018 @ 16:01:42
  Author: jleclanche
Revision: 371136

upgpkg: prettier 1.14.2-1

Upstream release 1.14.2

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 15:57:05 UTC (rev 371135)
+++ PKGBUILD2018-08-11 16:01:42 UTC (rev 371136)
@@ -11,7 +11,7 @@
 depends=("nodejs")
 makedepends=("yarn")
 source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("ac3f10aa6fefc312674cea2d71ba67621adeed458d8902b8c1a18256c43b252c")
+sha256sums=("9c3a504a59a83b29c169c409713e8f9040212d0da85df3649ec84986879fd189")
 
 
 build() {


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

2018-08-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 11, 2018 @ 16:02:02
  Author: jleclanche
Revision: 371137

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 371136, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 16:01:42 UTC (rev 371136)
+++ PKGBUILD2018-08-11 16:02:02 UTC (rev 371137)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=prettier
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/;
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("ac3f10aa6fefc312674cea2d71ba67621adeed458d8902b8c1a18256c43b252c")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   yarn
-   yarn build
-}
-
-
-package() {
-   install -d "$pkgdir/usr/lib/$pkgname"
-   cd "$pkgdir/usr/lib/$pkgname"
-   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
-   install -d "$pkgdir/usr/bin"
-   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 371136, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 16:02:02 UTC (rev 371137)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=prettier
+pkgver=1.14.2
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/;
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("9c3a504a59a83b29c169c409713e8f9040212d0da85df3649ec84986879fd189")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   yarn
+   yarn build
+}
+
+
+package() {
+   install -d "$pkgdir/usr/lib/$pkgname"
+   cd "$pkgdir/usr/lib/$pkgname"
+   cp -a "$srcdir/$pkgname-$pkgver/dist/"* .
+   install -d "$pkgdir/usr/bin"
+   ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+}


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

2018-08-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 11, 2018 @ 15:57:05
  Author: jleclanche
Revision: 371135

upgpkg: prettier 1.14.2-1

Upstream release 1.14.2

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 11:47:56 UTC (rev 371134)
+++ PKGBUILD2018-08-11 15:57:05 UTC (rev 371135)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=prettier
-pkgver=1.14.0
+pkgver=1.14.2
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")


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

2018-08-11 Thread Andreas Radke via arch-commits
Date: Saturday, August 11, 2018 @ 15:54:37
  Author: andyrtr
Revision: 331387

upgpkg: libnumbertext 1.0-1

upstream update 1.0

Added:
  libnumbertext/trunk/libnumbertext-updateautotools.patch
Modified:
  libnumbertext/trunk/PKGBUILD  (contents, properties)

-+
 PKGBUILD|2 +-
 libnumbertext-updateautotools.patch |   21 +
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 15:43:19 UTC (rev 331386)
+++ PKGBUILD2018-08-11 15:54:37 UTC (rev 331387)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 330612 2018-08-05 16:52:21Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke 
 
 pkgname=libnumbertext


Property changes on: libnumbertext/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libnumbertext-updateautotools.patch
===
--- libnumbertext-updateautotools.patch (rev 0)
+++ libnumbertext-updateautotools.patch 2018-08-11 15:54:37 UTC (rev 331387)
@@ -0,0 +1,21 @@
+--- libnumbertext-1.0.2/configure.ac   2018-06-12 14:48:53.518952998 +0100
 libnumbertext-1.0.2/configure.ac   2018-06-12 14:50:48.0 +0100
+@@ -3,7 +3,7 @@
+ m4_define([numbertext_version_micro],[2])
+ 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
+ 
+-AC_PREREQ([2.68])
++AC_PREREQ([2.69])
+ 
+ AC_INIT([libnumbertext],[numbertext_version])
+ AC_CONFIG_MACRO_DIR([m4])
+@@ -18,7 +18,7 @@
+ AC_PROG_CPP
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+-AC_PROG_LIBTOOL
++LT_INIT
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_LANG([C++])
+


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

2018-08-11 Thread Andreas Radke via arch-commits
Date: Saturday, August 11, 2018 @ 15:54:54
  Author: andyrtr
Revision: 331388

archrelease: copy trunk to testing-x86_64

Added:
  libnumbertext/repos/testing-x86_64/
  libnumbertext/repos/testing-x86_64/PKGBUILD
(from rev 331387, libnumbertext/trunk/PKGBUILD)
  libnumbertext/repos/testing-x86_64/libnumbertext-updateautotools.patch
(from rev 331387, libnumbertext/trunk/libnumbertext-updateautotools.patch)

-+
 PKGBUILD|   40 ++
 libnumbertext-updateautotools.patch |   21 +
 2 files changed, 61 insertions(+)

Copied: libnumbertext/repos/testing-x86_64/PKGBUILD (from rev 331387, 
libnumbertext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-11 15:54:54 UTC (rev 331388)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libnumbertext
+pkgver=1.0
+pkgrel=1
+pkgdesc="Number to number name and money text conversion library"
+arch=('x86_64')
+url="https://github.com/Numbertext/libnumbertext;
+license=('LGPL3' 'custom')
+depends=('gcc-libs')
+source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
+libnumbertext-updateautotools.patch)
+noextract=()
+sha256sums=('db1864aa672e3d8e094f2cc64db1e1dd280266dd6c76899415adb91012b1da72'
+'4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libnumbertext-updateautotools.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # add dual license file
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
+}

Copied: libnumbertext/repos/testing-x86_64/libnumbertext-updateautotools.patch 
(from rev 331387, libnumbertext/trunk/libnumbertext-updateautotools.patch)
===
--- testing-x86_64/libnumbertext-updateautotools.patch  
(rev 0)
+++ testing-x86_64/libnumbertext-updateautotools.patch  2018-08-11 15:54:54 UTC 
(rev 331388)
@@ -0,0 +1,21 @@
+--- libnumbertext-1.0.2/configure.ac   2018-06-12 14:48:53.518952998 +0100
 libnumbertext-1.0.2/configure.ac   2018-06-12 14:50:48.0 +0100
+@@ -3,7 +3,7 @@
+ m4_define([numbertext_version_micro],[2])
+ 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
+ 
+-AC_PREREQ([2.68])
++AC_PREREQ([2.69])
+ 
+ AC_INIT([libnumbertext],[numbertext_version])
+ AC_CONFIG_MACRO_DIR([m4])
+@@ -18,7 +18,7 @@
+ AC_PROG_CPP
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+-AC_PROG_LIBTOOL
++LT_INIT
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_LANG([C++])
+


[arch-commits] Commit in (4 files)

2018-08-11 Thread Andreas Radke via arch-commits
Date: Saturday, August 11, 2018 @ 15:43:19
  Author: andyrtr
Revision: 331386

add pkg required by libreoffice

Added:
  libnumbertext/
  libnumbertext/repos/
  libnumbertext/trunk/
  libnumbertext/trunk/PKGBUILD

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

Added: libnumbertext/trunk/PKGBUILD
===
--- libnumbertext/trunk/PKGBUILD(rev 0)
+++ libnumbertext/trunk/PKGBUILD2018-08-11 15:43:19 UTC (rev 331386)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 330612 2018-08-05 16:52:21Z andyrtr $
+# Maintainer: Andreas Radke 
+
+pkgname=libnumbertext
+pkgver=1.0
+pkgrel=1
+pkgdesc="Number to number name and money text conversion library"
+arch=('x86_64')
+url="https://github.com/Numbertext/libnumbertext;
+license=('LGPL3' 'custom')
+depends=('gcc-libs')
+source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
+libnumbertext-updateautotools.patch)
+noextract=()
+sha256sums=('db1864aa672e3d8e094f2cc64db1e1dd280266dd6c76899415adb91012b1da72'
+'4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libnumbertext-updateautotools.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # add dual license file
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
+}


[arch-commits] Commit in binutils/repos/testing-x86_64 (11 files)

2018-08-11 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 11, 2018 @ 15:11:47
  Author: foutrelis
Revision: 331385

archrelease: copy trunk to testing-x86_64

Added:
  
binutils/repos/testing-x86_64/0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch
(from rev 331384, 
binutils/trunk/0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch)
  
binutils/repos/testing-x86_64/0002-PR23460-Close-resource-leaks-in-the-BFD-library-s-plugin-han.patch
(from rev 331384, 
binutils/trunk/0002-PR23460-Close-resource-leaks-in-the-BFD-library-s-plugin-han.patch)
  
binutils/repos/testing-x86_64/0003-PR23460-Add-a-testcase-for-PR-binutils-23460.patch
(from rev 331384, 
binutils/trunk/0003-PR23460-Add-a-testcase-for-PR-binutils-23460.patch)
  
binutils/repos/testing-x86_64/0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch
(from rev 331384, 
binutils/trunk/0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch)
  
binutils/repos/testing-x86_64/0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch
(from rev 331384, 
binutils/trunk/0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch)
  
binutils/repos/testing-x86_64/0006-PR23428-x86-Properly-add-X86_ISA_1_NEEDED-property.patch
(from rev 331384, 
binutils/trunk/0006-PR23428-x86-Properly-add-X86_ISA_1_NEEDED-property.patch)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 331384, binutils/trunk/PKGBUILD)
Deleted:
  
binutils/repos/testing-x86_64/0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch
  
binutils/repos/testing-x86_64/0002-PR23460-Close-resource-leaks-in-the-BFD-library-s-plugin-han.patch
  
binutils/repos/testing-x86_64/0003-PR23460-Add-a-testcase-for-PR-binutils-23460.patch
  binutils/repos/testing-x86_64/PKGBUILD

-+
 0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch | 1030 
+-
 0002-PR23460-Close-resource-leaks-in-the-BFD-library-s-plugin-han.patch |  208 
+-
 0003-PR23460-Add-a-testcase-for-PR-binutils-23460.patch |  282 
+-
 0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch|   78 
 0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch   |  583 
+
 0006-PR23428-x86-Properly-add-X86_ISA_1_NEEDED-property.patch   |  135 
+
 PKGBUILD|  194 
-
 7 files changed, 1658 insertions(+), 852 deletions(-)

Deleted: 0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch
===
--- 0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch 
2018-08-11 15:11:37 UTC (rev 331384)
+++ 0001-PR23428-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch 
2018-08-11 15:11:47 UTC (rev 331385)
@@ -1,515 +0,0 @@
-From f49ffdb448c81035e9ab285720cf74d59df2e111 Mon Sep 17 00:00:00 2001
-From: "H.J. Lu" 
-Date: Fri, 20 Jul 2018 09:18:47 -0700
-Subject: [PATCH] x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed
-
-When -z separate-code, which is enabled by default for Linux/x86, is
-used to create executable, ld won't place any data in the code-only
-PT_LOAD segment.  If there are no data sections placed before the
-code-only PT_LOAD segment, the program headers won't be mapped into
-any PT_LOAD segment.  When the executable tries to access it (based
-on the program header address passed in AT_PHDR), it will lead to
-segfault.  This patch inserts a GNU_PROPERTY_X86_ISA_1_USED note if
-there may be no data sections before the text section so that the
-first PT_LOAD segment won't be code-only and will contain the program
-header.
-
-Testcases are adjusted to either pass "-z noseparate-code" to ld or
-discard the .note.gnu.property section.  A Linux/x86 run-time test is
-added.
-
-bfd/
-
-   PR ld/23428
-   * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): If the
-   separate code program header is needed, make sure that the first
-   read-only PT_LOAD segment has no code by adding a
-   GNU_PROPERTY_X86_ISA_1_USED note.
-
-ld/
-
-   PR ld/23428
-   * testsuite/ld-elf/linux-x86.S: New file.
-   * testsuite/ld-elf/linux-x86.exp: Likewise.
-   * testsuite/ld-elf/pr23428.c: Likewise.
-   * testsuite/ld-elf/sec64k.exp: Pass "-z noseparate-code" to ld
-   for Linux/x86 targets.
-   * testsuite/ld-i386/abs-iamcu.d: Likewise.
-   * testsuite/ld-i386/abs.d: Likewise.
-   * testsuite/ld-i386/pr12718.d: Likewise.
-   * testsuite/ld-i386/pr12921.d: Likewise.
-   * testsuite/ld-x86-64/abs-k1om.d: Likewise.
-   * testsuite/ld-x86-64/abs-l1om.d: Likewise.
-   * testsuite/ld-x86-64/abs.d: Likewise.
-   * testsuite/ld-x86-64/pr12718.d: Likewise.
-   * testsuite/ld-x86-64/pr12921.d: Likewise.
-   * testsuite/ld-linkonce/zeroeh.ld: Discard .note.gnu.property
-   section.
-  

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

2018-08-11 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 11, 2018 @ 15:11:37
  Author: foutrelis
Revision: 331384

upgpkg: binutils 2.31.1-3

Follow-up upstream fixes for:

 - PR23428: ld does not put program headers in a code-only load segment
(FS#59540)

Added:
  
binutils/trunk/0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch
  
binutils/trunk/0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch
  binutils/trunk/0006-PR23428-x86-Properly-add-X86_ISA_1_NEEDED-property.patch
Modified:
  binutils/trunk/PKGBUILD

--+
 0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch |   78 +
 0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch|  583 
++
 0006-PR23428-x86-Properly-add-X86_ISA_1_NEEDED-property.patch|  135 ++
 PKGBUILD |   18 
 4 files changed, 810 insertions(+), 4 deletions(-)

Added: 0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch
===
--- 0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch
(rev 0)
+++ 0004-PR23486-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED-x86_64.patch
2018-08-11 15:11:37 UTC (rev 331384)
@@ -0,0 +1,78 @@
+From 96027b49650718ebcd20d81bd8d0fbbd36a33558 Mon Sep 17 00:00:00 2001
+From: Cary Coutant 
+Date: Tue, 7 Aug 2018 21:35:12 -0700
+Subject: [PATCH] Properly merge GNU_PROPERTY_X86_ISA_1_USED (x86_64).
+
+gold/
+   PR ld/23486
+   * x86_64.cc (Target_x86_64::Target_x86_64): Initialize
+   object_isa_1_used_.
+   (Target_x86_64::object_isa_1_used_): New data member.
+   (Target_x86_64::record_gnu_property): Save ISA_1_USED bits for object.
+   (Target_x86_64::merge_gnu_properties): Merge ISA_1_USED bits.
+---
+ gold/x86_64.cc | 22 +++---
+ 1 file changed, 19 insertions(+), 3 deletions(-)
+
+diff --git a/gold/x86_64.cc b/gold/x86_64.cc
+index 27f273d64b..ac958616c6 100644
+--- a/gold/x86_64.cc
 b/gold/x86_64.cc
+@@ -706,7 +706,8 @@ class Target_x86_64 : public Sized_target
+   rela_irelative_(NULL), copy_relocs_(elfcpp::R_X86_64_COPY),
+   got_mod_index_offset_(-1U), tlsdesc_reloc_info_(),
+   tls_base_symbol_defined_(false), isa_1_used_(0), isa_1_needed_(0),
+-  feature_1_(0), object_feature_1_(0), seen_first_object_(false)
++  feature_1_(0), object_isa_1_used_(0), object_feature_1_(0),
++  seen_first_object_(false)
+   { }
+ 
+   // Hook for a new output section.
+@@ -1381,6 +1382,11 @@ class Target_x86_64 : public Sized_target
+   uint32_t isa_1_needed_;
+   uint32_t feature_1_;
+   // Target-specific properties from the current object.
++  // These bits get ORed into ISA_1_USED_ after all properties for the object
++  // have been processed. But if either is all zeroes (as when the property
++  // is absent from an object), the result should be all zeroes.
++  // (See PR ld/23486.)
++  uint32_t object_isa_1_used_;
+   // These bits get ANDed into FEATURE_1_ after all properties for the object
+   // have been processed.
+   uint32_t object_feature_1_;
+@@ -1609,7 +1615,7 @@ Target_x86_64::record_gnu_property(
+   switch (pr_type)
+ {
+ case elfcpp::GNU_PROPERTY_X86_ISA_1_USED:
+-  this->isa_1_used_ |= val;
++  this->object_isa_1_used_ |= val;
+   break;
+ case elfcpp::GNU_PROPERTY_X86_ISA_1_NEEDED:
+   this->isa_1_needed_ |= val;
+@@ -1627,12 +1633,22 @@ void
+ Target_x86_64::merge_gnu_properties(const Object*)
+ {
+   if (this->seen_first_object_)
+-this->feature_1_ &= this->object_feature_1_;
++{
++  // If any object is missing the ISA_1_USED property, we must omit
++  // it from the output file.
++  if (this->object_isa_1_used_ == 0)
++  this->isa_1_used_ = 0;
++  else if (this->isa_1_used_ != 0)
++  this->isa_1_used_ |= this->object_isa_1_used_;
++  this->feature_1_ &= this->object_feature_1_;
++}
+   else
+ {
++  this->isa_1_used_ = this->object_isa_1_used_;
+   this->feature_1_ = this->object_feature_1_;
+   this->seen_first_object_ = true;
+ }
++  this->object_isa_1_used_ = 0;
+   this->object_feature_1_ = 0;
+ }
+ 
+-- 
+2.18.0
+

Added: 0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch
===
--- 0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch   
(rev 0)
+++ 0005-PR23486-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch   
2018-08-11 15:11:37 UTC (rev 331384)
@@ -0,0 +1,583 @@
+From c1bb83b5fbf93b27d6a888486c09dcd34a3672be Mon Sep 17 00:00:00 2001
+From: "H.J. Lu" 
+Date: Wed, 8 Aug 2018 06:09:15 -0700
+Subject: [PATCH] x86: Properly merge GNU_PROPERTY_X86_ISA_1_USED
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Without the 

[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2018-08-11 Thread Dave Reisner via arch-commits
Date: Saturday, August 11, 2018 @ 15:10:39
  Author: dreisner
Revision: 331383

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 331382, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 331382, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   67 --
 pkgfile.install |   37 +++--
 2 files changed, 50 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 15:10:19 UTC (rev 331382)
+++ PKGBUILD2018-08-11 15:10:39 UTC (rev 331383)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  meson build -D buildtype=release
-}
-
-build() {
-  cd "$pkgname"
-
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 331382, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 15:10:39 UTC (rev 331383)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=2
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-11 15:10:19 UTC (rev 331382)
+++ pkgfile.install 2018-08-11 15:10:39 UTC (rev 331383)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 331382, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-11 15:10:39 UTC (rev 331383)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/trunk (PKGBUILD pkgfile.install)

2018-08-11 Thread Dave Reisner via arch-commits
Date: Saturday, August 11, 2018 @ 15:10:19
  Author: dreisner
Revision: 331382

upgpkg: pkgfile 18-2

- use arch-meson wrapper (fixes missing optimizations/hardening)
- chmod pkgfile cache to 755

Modified:
  pkgfile/trunk/PKGBUILD
  pkgfile/trunk/pkgfile.install

-+
 PKGBUILD|   11 +++
 pkgfile.install |5 +++--
 2 files changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 11:32:13 UTC (rev 331381)
+++ PKGBUILD2018-08-11 15:10:19 UTC (rev 331382)
@@ -3,7 +3,7 @@
 
 pkgname=pkgfile
 pkgver=18
-pkgrel=1
+pkgrel=2
 pkgdesc="a pacman .files metadata explorer"
 arch=('x86_64')
 url="http://github.com/falconindy/pkgfile;
@@ -15,16 +15,11 @@
 install=pkgfile.install
 md5sums=('SKIP')
 
-prepare() {
-  cd "$pkgname"
-
-  meson build -D buildtype=release
-}
-
 build() {
   cd "$pkgname"
 
-  ninja -C build
+  arch-meson build
+  ninja -v -C build
 }
 
 package() {

Modified: pkgfile.install
===
--- pkgfile.install 2018-08-11 11:32:13 UTC (rev 331381)
+++ pkgfile.install 2018-08-11 15:10:19 UTC (rev 331382)
@@ -12,7 +12,8 @@
 }
 
 post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
   fi
 }


[arch-commits] Commit in imagemagick6/repos/extra-x86_64 (4 files)

2018-08-11 Thread Jan Steffens via arch-commits
Date: Saturday, August 11, 2018 @ 11:32:13
  Author: heftig
Revision: 331381

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 331380, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 331380, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  242 +++---
 arch-fonts.diff |  214 +++
 2 files changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 11:31:33 UTC (rev 331380)
+++ PKGBUILD2018-08-11 11:32:13 UTC (rev 331381)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.8
-pkgrel=2
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('991bccd1548f69c4ddf5ca4f7a826f816167555c8651311157a6337833864e50'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc \
---without-jbig
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split 'imagemagick'
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-}
-
-package_imagemagick6() {
-  depends=("libmagick6=$pkgver-$pkgrel")
-  provides=("imagemagick=$pkgver-$pkgrel")
-  conflicts=(imagemagick)
-  options=('!emptydirs')
-
-  mv binpkg/* "$pkgdir"
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 331380, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 11:32:13 UTC (rev 331381)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6 imagemagick6)
+pkgver=6.9.10.9
+pkgrel=1
+pkgdesc="An image viewing/manipulation program 

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

2018-08-11 Thread Jan Steffens via arch-commits
Date: Saturday, August 11, 2018 @ 11:31:33
  Author: heftig
Revision: 331380

6.9.10.9-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:50:12 UTC (rev 331379)
+++ PKGBUILD2018-08-11 11:31:33 UTC (rev 331380)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6 imagemagick6)
-pkgver=6.9.10.8
-pkgrel=2
+pkgver=6.9.10.9
+pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
 arch=(x86_64)
@@ -17,7 +17,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('991bccd1548f69c4ddf5ca4f7a826f816167555c8651311157a6337833864e50'
+sha256sums=('94e3cf653abd3c8728eaa1d852bfe63e8b632ad8cab885683ec87ea0b2c3058d'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:32:18
  Author: felixonmars
Revision: 371068

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
371067, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:32:18 UTC (rev 371068)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.0
+pkgrel=50
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/<.*0.9/<1/' -e 's/<.*1.4/<2/' 
$pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:32:04
  Author: felixonmars
Revision: 371067

upgpkg: stylish-haskell 0.9.2.0-50

rebuild with pretty-show 1.8.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:30:57 UTC (rev 371066)
+++ PKGBUILD2018-08-11 10:32:04 UTC (rev 371067)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=49
+pkgrel=50
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:30:57
  Author: felixonmars
Revision: 371066

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 371065, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 371065, stack/trunk/stack.install)

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 371065, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:30:57 UTC (rev 371066)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=98
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 371065, 

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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:30:44
  Author: felixonmars
Revision: 371065

upgpkg: stack 1.7.1-98

rebuild with pretty-show 1.8.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:24:49 UTC (rev 371064)
+++ PKGBUILD2018-08-11 10:30:44 UTC (rev 371065)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=97
+pkgrel=98
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:24:35
  Author: felixonmars
Revision: 371063

upgpkg: shellcheck 0.5.0-70

rebuild with pretty-show 1.8.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:21:35 UTC (rev 371062)
+++ PKGBUILD2018-08-11 10:24:35 UTC (rev 371063)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=69
+pkgrel=70
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:24:49
  Author: felixonmars
Revision: 371064

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 371063, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 371063, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:24:49 UTC (rev 371064)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=70
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:21:35
  Author: felixonmars
Revision: 371062

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 371061, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:21:35 UTC (rev 371062)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=222
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+
+sed -i '/import\s*Safe/d' $pkgname-$pkgver/src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:21:21
  Author: felixonmars
Revision: 371061

upgpkg: postgrest 0.4.4.0-222

rebuild with pretty-show 1.8.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:18:36 UTC (rev 371060)
+++ PKGBUILD2018-08-11 10:21:21 UTC (rev 371061)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=221
+pkgrel=222
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:18:21
  Author: felixonmars
Revision: 371059

upgpkg: pandoc-crossref 0.3.2.1-58

rebuild with pretty-show 1.8.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:17:00 UTC (rev 371058)
+++ PKGBUILD2018-08-11 10:18:21 UTC (rev 371059)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.1
-pkgrel=57
+pkgrel=58
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:18:36
  Author: felixonmars
Revision: 371060

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 371059, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
371059, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:18:36 UTC (rev 371060)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.1
+pkgrel=58
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+# 
https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:16:46
  Author: felixonmars
Revision: 371057

upgpkg: haskell-hakyll 4.12.3.0-88

rebuild with pretty-show 1.8.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:14:44 UTC (rev 371056)
+++ PKGBUILD2018-08-11 10:16:46 UTC (rev 371057)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=87
+pkgrel=88
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:17:00
  Author: felixonmars
Revision: 371058

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
371057, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:17:00 UTC (rev 371058)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=88
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*0.9/<1/' -e 's/<.*0.0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:14:44
  Author: felixonmars
Revision: 371056

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 371055, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
371055, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:14:44 UTC (rev 371056)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=107
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/<.*1.4/<2/' $pkgname.cabal
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:14:30
  Author: felixonmars
Revision: 371055

upgpkg: pandoc-citeproc 0.14.3.1-107

rebuild with pretty-show 1.8.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:11:43 UTC (rev 371054)
+++ PKGBUILD2018-08-11 10:14:30 UTC (rev 371055)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=106
+pkgrel=107
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:11:29
  Author: felixonmars
Revision: 371053

upgpkg: pandoc 2.2.3.2-3

rebuild with pretty-show 1.8.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 10:01:28 UTC (rev 371052)
+++ PKGBUILD2018-08-11 10:11:29 UTC (rev 371053)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2018-08-11 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 10:11:43
  Author: felixonmars
Revision: 371054

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 371053, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 371053, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 10:11:43 UTC (rev 371054)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.3.2
+pkgrel=3
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e35f7e8db30784f15e11a6a48cb1ae8cb96faca7280c7d8ba63c1d948daab13097c04b7796a6ad8853ac177ee93de20edecf81842fdb7998e3453b89ac9750b0')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


  1   2   >