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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 07:58:39
  Author: bpiotrowski
Revision: 203003

Python 3.6 rebuild

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:58:31 UTC (rev 203002)
+++ PKGBUILD2016-12-27 07:58:39 UTC (rev 203003)
@@ -5,7 +5,7 @@
 
 pkgname=pitivi
 pkgver=0.98
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 07:58:48
  Author: bpiotrowski
Revision: 203004

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pitivi/repos/community-staging-i686/
  pitivi/repos/community-staging-i686/ChangeLog
(from rev 203003, pitivi/trunk/ChangeLog)
  pitivi/repos/community-staging-i686/PKGBUILD
(from rev 203003, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-staging-x86_64/
  pitivi/repos/community-staging-x86_64/ChangeLog
(from rev 203003, pitivi/trunk/ChangeLog)
  pitivi/repos/community-staging-x86_64/PKGBUILD
(from rev 203003, pitivi/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   41 +++
 community-staging-i686/PKGBUILD|   34 +
 community-staging-x86_64/ChangeLog |   41 +++
 community-staging-x86_64/PKGBUILD  |   34 +
 4 files changed, 150 insertions(+)

Copied: pitivi/repos/community-staging-i686/ChangeLog (from rev 203003, 
pitivi/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-12-27 07:58:48 UTC (rev 203004)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-staging-i686/PKGBUILD (from rev 203003, 
pitivi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 07:58:48 UTC (rev 203004)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Abhishek Dasgupta 
+# Contributor: Gabor Nyekhelyi (n0gabor) 
+
+pkgname=pitivi
+pkgver=0.98
+pkgrel=2
+pkgdesc="Editor for audio/video projects using the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://www.pitivi.org/;
+license=('LGPL')
+depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
+ 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
+ 'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
+ 'python-dbus' 'gst-transcoder')
+makedepends=('intltool' 'itstool' 'git' 'python-nose' 'meson')
+optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
+'gst-libav: additional multimedia codecs'
+'gst-plugins-ugly: additional multimedia codecs')
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.98/$pkgname-$pkgver.tar.xz)
+sha256sums=('bd2fecb4674c128efd6b85310145b5f89389e763c52316aca1f447047ae778ed')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  [ -d "$pkgdir"/usr/lib64 ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib || 
true
+}

Copied: pitivi/repos/community-staging-x86_64/ChangeLog (from rev 203003, 
pitivi/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-12-27 07:58:48 UTC (rev 203004)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as 

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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 07:58:59
  Author: bpiotrowski
Revision: 203005

Fix reference to python 3.5

Modified:
  python-basemap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:58:48 UTC (rev 203004)
+++ PKGBUILD2016-12-27 07:58:59 UTC (rev 203005)
@@ -16,7 +16,7 @@
 sha256sums=('e07ec2e0d63b24c9aed25a09fe8aff2598f82a85da8db74190bac81cbf104531')
 
 _py2basever=2.7
-_py3basever=3.5
+_py3basever=3.6
 
 build() {
pushd "${srcdir}"/basemap-${pkgver}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:58:31
  Author: felixonmars
Revision: 203002

archrelease: copy trunk to community-staging-any

Added:
  scapy3k/repos/community-staging-any/
  scapy3k/repos/community-staging-any/PKGBUILD
(from rev 203001, scapy3k/trunk/PKGBUILD)

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

Copied: scapy3k/repos/community-staging-any/PKGBUILD (from rev 203001, 
scapy3k/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 07:58:31 UTC (rev 203002)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+pkgname=scapy3k
+_pkgname=scapy
+pkgver=0.19
+pkgrel=2
+pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+url='https://github.com/phaethon/scapy'
+depends=('tcpdump' 'python' )
+optdepends=('python-crypto: WEP decryption support'
+'python-pyx: psdump() and pdfdump() functions'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
+'graphviz: conversations() method support'
+'sox: for VOIP support')
+checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+arch=('any')
+license=('GPL2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
+sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -r 's|((bin\|doc)/(UT)?scapy)|\13k|g' -i setup.py
+  mv doc/scapy.1.gz doc/scapy3k.1.gz
+  mv bin/scapy{,3k}
+  mv bin/UTscapy{,3k}
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/test
+  # Disabled tests as they currently hang
+  #./run_tests
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --skip-build --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:58:19
  Author: felixonmars
Revision: 203001

Python 3.6 rebuild

Modified:
  scapy3k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:57:46 UTC (rev 203000)
+++ PKGBUILD2016-12-27 07:58:19 UTC (rev 203001)
@@ -3,7 +3,7 @@
 pkgname=scapy3k
 _pkgname=scapy
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:57:27
  Author: felixonmars
Revision: 202999

Python 3.6 rebuild

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:47:49 UTC (rev 202998)
+++ PKGBUILD2016-12-27 07:57:27 UTC (rev 202999)
@@ -6,7 +6,7 @@
 
 pkgname=docker-compose
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
 url="https://www.docker.com/;
@@ -41,7 +41,7 @@
 
   cd compose
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
python setup.py ptr
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py ptr
 }
 
 package() {


[arch-commits] Commit in docker-compose/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:57:46
  Author: felixonmars
Revision: 203000

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  docker-compose/repos/community-staging-i686/
  docker-compose/repos/community-staging-i686/PKGBUILD
(from rev 202999, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-staging-x86_64/
  docker-compose/repos/community-staging-x86_64/PKGBUILD
(from rev 202999, docker-compose/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: docker-compose/repos/community-staging-i686/PKGBUILD (from rev 202999, 
docker-compose/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 07:57:46 UTC (rev 203000)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+depends_x86_64+=('docker')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("git+https://github.com/docker/compose.git#tag=$pkgver;)
+license=("BSD")
+sha256sums=('SKIP')
+
+prepare() {
+  cd compose
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose
+
+  ./script/build/write-git-sha
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py ptr
+}
+
+package() {
+  cd compose
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
+}

Copied: docker-compose/repos/community-staging-x86_64/PKGBUILD (from rev 
202999, docker-compose/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 07:57:46 UTC (rev 203000)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema' 'python-cached-property')
+depends_x86_64+=('docker')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("git+https://github.com/docker/compose.git#tag=$pkgver;)
+license=("BSD")
+sha256sums=('SKIP')
+
+prepare() {
+  cd compose
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose
+
+  ./script/build/write-git-sha
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
python setup.py ptr
+}
+
+package() {
+  cd compose
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/usr/share/bash-completion/completions/docker-compose"
+}


[arch-commits] Commit in gedit/repos (4 files)

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 07:56:12
  Author: bpiotrowski
Revision: 284844

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gedit/repos/staging-i686/
  gedit/repos/staging-i686/PKGBUILD
(from rev 284843, gedit/trunk/PKGBUILD)
  gedit/repos/staging-x86_64/
  gedit/repos/staging-x86_64/PKGBUILD
(from rev 284843, gedit/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: gedit/repos/staging-i686/PKGBUILD (from rev 284843, 
gedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-27 07:56:12 UTC (rev 284844)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.22.0+4+g2c70ccb86
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org;
+_commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
+source=("git://git.gnome.org/gedit#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname
+  make -j1 DESTDIR="$pkgdir" install
+}

Copied: gedit/repos/staging-x86_64/PKGBUILD (from rev 284843, 
gedit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-27 07:56:12 UTC (rev 284844)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.22.0+4+g2c70ccb86
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org;
+_commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
+source=("git://git.gnome.org/gedit#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname
+  make -j1 DESTDIR="$pkgdir" install
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 07:56:02
  Author: bpiotrowski
Revision: 284843

Python 3.6 rebuild

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:52:25 UTC (rev 284842)
+++ PKGBUILD2016-12-27 07:56:02 UTC (rev 284843)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.22.0+4+g2c70ccb
+pkgver=3.22.0+4+g2c70ccb86
 pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:52:25
  Author: felixonmars
Revision: 284842

update to use the gnome git repo, which contains the needed commit

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:45:34 UTC (rev 284841)
+++ PKGBUILD2016-12-27 07:52:25 UTC (rev 284842)
@@ -16,7 +16,7 @@
 url="http://www.gnome.org;
 _commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
 source=("git://git.gnome.org/gedit#commit=$_commit"
-"git+https://github.com/libgd/libgd.git;)
+"git://git.gnome.org/libgd")
 sha256sums=('SKIP'
 'SKIP')
 


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

2016-12-26 Thread Evangelos Foutras
Date: Tuesday, December 27, 2016 @ 07:47:37
  Author: foutrelis
Revision: 202997

upgpkg: axel 2.12-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:04:09 UTC (rev 202996)
+++ PKGBUILD2016-12-27 07:47:37 UTC (rev 202997)
@@ -3,7 +3,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.11
+pkgver=2.12
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('glibc' 'openssl')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('7e528df719bad8041346a371290efd8d67959e935f6763ac977ba278d39f5a15')
+sha256sums=('28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in axel/repos (4 files)

2016-12-26 Thread Evangelos Foutras
Date: Tuesday, December 27, 2016 @ 07:47:49
  Author: foutrelis
Revision: 202998

archrelease: copy trunk to community-i686, community-x86_64

Added:
  axel/repos/community-i686/PKGBUILD
(from rev 202997, axel/trunk/PKGBUILD)
  axel/repos/community-x86_64/PKGBUILD
(from rev 202997, axel/trunk/PKGBUILD)
Deleted:
  axel/repos/community-i686/PKGBUILD
  axel/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-27 07:47:37 UTC (rev 202997)
+++ community-i686/PKGBUILD 2016-12-27 07:47:49 UTC (rev 202998)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.11
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('7e528df719bad8041346a371290efd8d67959e935f6763ac977ba278d39f5a15')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-i686/PKGBUILD (from rev 202997, 
axel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-27 07:47:49 UTC (rev 202998)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.12
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-27 07:47:37 UTC (rev 202997)
+++ community-x86_64/PKGBUILD   2016-12-27 07:47:49 UTC (rev 202998)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.11
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('7e528df719bad8041346a371290efd8d67959e935f6763ac977ba278d39f5a15')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 202997, 
axel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-27 07:47:49 UTC (rev 202998)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.12
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:29:24
  Author: felixonmars
Revision: 284840

libgd needs to be in source

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:22:23 UTC (rev 284839)
+++ PKGBUILD2016-12-27 07:29:24 UTC (rev 284840)
@@ -15,8 +15,10 @@
 options=('!emptydirs')
 url="http://www.gnome.org;
 _commit=2c70ccb86ff7d20de5eb87e988f10d891178442b  # master
-source=("git://git.gnome.org/gedit#commit=$_commit")
-sha256sums=('SKIP')
+source=("git://git.gnome.org/gedit#commit=$_commit"
+"git+https://github.com/libgd/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
 
 pkgver() {
   cd $pkgname


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:22:23
  Author: felixonmars
Revision: 284839

revert last change - gd needs to be in source tree

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:16:27 UTC (rev 284838)
+++ PKGBUILD2016-12-27 07:22:23 UTC (rev 284839)
@@ -4,12 +4,12 @@
 
 pkgname=gedit
 pkgver=3.22.0+4+g2c70ccb
-pkgrel=2
+pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc gd)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome-extra)
 options=('!emptydirs')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:16:27
  Author: felixonmars
Revision: 284838

upgpkg: gedit 3.22.0+4+g2c70ccb-2

python 3.6 rebuild

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:14:44 UTC (rev 284837)
+++ PKGBUILD2016-12-27 07:16:27 UTC (rev 284838)
@@ -4,12 +4,12 @@
 
 pkgname=gedit
 pkgver=3.22.0+4+g2c70ccb
-pkgrel=1
+pkgrel=2
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc gd)
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome-extra)
 options=('!emptydirs')


[arch-commits] Commit in gnome-builder/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:14:44
  Author: felixonmars
Revision: 284837

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gnome-builder/repos/staging-i686/
  gnome-builder/repos/staging-i686/PKGBUILD
(from rev 284836, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 284836, gnome-builder/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: gnome-builder/repos/staging-i686/PKGBUILD (from rev 284836, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-27 07:14:44 UTC (rev 284837)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.22.4
+pkgrel=2
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+groups=(gnome-extra)
+_commit=054d54c8c9a6952e6480408e96decfe1955fd40d  # tags/GNOME_BUILDER_3_22_4^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 284836, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-27 07:14:44 UTC (rev 284837)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.22.4
+pkgrel=2
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common)
+groups=(gnome-extra)
+_commit=054d54c8c9a6952e6480408e96decfe1955fd40d  # tags/GNOME_BUILDER_3_22_4^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:14:08
  Author: felixonmars
Revision: 284836

Python 3.6 rebuild

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:47:31 UTC (rev 284835)
+++ PKGBUILD2016-12-27 07:14:08 UTC (rev 284836)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=3.22.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(i686 x86_64)


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:04:09
  Author: felixonmars
Revision: 202996

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-matplotlib/repos/community-staging-i686/
  python-matplotlib/repos/community-staging-i686/PKGBUILD
(from rev 202995, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-i686/setup.cfg
(from rev 202995, python-matplotlib/trunk/setup.cfg)
  python-matplotlib/repos/community-staging-x86_64/
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
(from rev 202995, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-x86_64/setup.cfg
(from rev 202995, python-matplotlib/trunk/setup.cfg)

+
 community-staging-i686/PKGBUILD|  129 +++
 community-staging-i686/setup.cfg   |4 +
 community-staging-x86_64/PKGBUILD  |  129 +++
 community-staging-x86_64/setup.cfg |4 +
 4 files changed, 266 insertions(+)

Copied: python-matplotlib/repos/community-staging-i686/PKGBUILD (from rev 
202995, python-matplotlib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 07:04:09 UTC (rev 202996)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-matplotlib
+pkgname=('python2-matplotlib' 'python-matplotlib')
+pkgver=1.5.3
+pkgrel=2
+pkgdesc="A python plotting library, making publication quality plots"
+arch=('i686' 'x86_64')
+url='http://matplotlib.org'
+license=('custom')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'xorg-server-xvfb'
+  'texlive-core' 'texlive-latexextra' 'imagemagick' 'ffmpeg' 
'mencoder' 'inkscape'
+  'python-pandas' 'python2-pandas')
+makedepends=('python2-pytz' 'python2-numpy' 'python2-pyqt4' 'python-pytz' 
'python-numpy'
+ 'python-pyqt4' 'tk' 'python-cairocffi' 'python2-cairocffi' 
'python-dateutil'
+ 'python2-dateutil' 'python-gobject' 'python2-gobject' 
'python-pyparsing'
+ 'python2-pyparsing' 'pygtk' 'python-six' 'ghostscript' 
'texlive-bin'
+ 'python-tornado' 'python2-tornado' 'gtk3' 'wxpython' 
'python-pyqt5' 'python2-pyqt5'
+ 'libxkbcommon-x11' 'python-pillow' 'python2-pillow' 
'python-setuptools'
+ 'python2-setuptools' 'python-cycler' 'python2-cycler')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz;
+setup.cfg)
+sha512sums=('8b135a93d134646655f1defc0c1a58bee1488435b40643bb96d91724942395c71a41d0c9f77149097c233e3d9a9938d9e332dd21b62089e8932076380d74731b'
+
'493a08914755d7d27d98025fc309f19cc3ec45e777fc81a56fa50430f90c0b39c2f66c2a01f6fd14a2e351005151365a25d2ab71ae2e80a54c6f57ceeacea35b')
+
+prepare() {
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-py2}
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python3|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python3|" ${file}
+   done
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   for file in $(find . -name '*.py' -print); do
+  sed -i -e "s|^#!.*/usr/bin/python|#!/usr/bin/python2|" \
+ -e "s|^#!.*/usr/bin/env *python|#!/usr/bin/env python2|" ${file}
+   done
+
+   cp -a "$srcdir"/matplotlib-${pkgver}{,-test}
+   cp -a "$srcdir"/matplotlib-${pkgver}-py2{,-test}
+
+   # Remove tests (FS#48175)
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver/
+   cp "$srcdir/setup.cfg" "$srcdir"/matplotlib-$pkgver-py2/
+}
+
+build() {
+   # this seems to need to be present or gtk/gdk dies
+   # and hangs the build checking if gtk3cairo is installed
+   export XDG_RUNTIME_DIR=/tmp
+
+   cd "$srcdir"/matplotlib-${pkgver}
+   python3 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/matplotlib-${pkgver}-test
+   python3 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-py2-test
+   python2 setup.py build
+
+   cd "$srcdir"/matplotlib-${pkgver}-test
+   (
+ export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH"
+ python -c "from matplotlib import font_manager"
+ rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
+ xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
+   python ../matplotlib-${pkgver}/tests.py -sv --processes=8 
--process-timeout=300 || warning "Tests failed"
+   )
+
+   cd 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:03:43
  Author: felixonmars
Revision: 202995

upgpkg: python-matplotlib 1.5.3-2

python 3.6 rebuild

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:57:38 UTC (rev 202994)
+++ PKGBUILD2016-12-27 07:03:43 UTC (rev 202995)
@@ -8,7 +8,7 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A python plotting library, making publication quality plots"
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
@@ -72,7 +72,7 @@
 
cd "$srcdir"/matplotlib-${pkgver}-test
(
- export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH"
+ export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH"
  python -c "from matplotlib import font_manager"
  rm -rf ../tmp_test_dir && mkdir ../tmp_test_dir && cd ../tmp_test_dir
  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:57:38
  Author: felixonmars
Revision: 202994

archrelease: copy trunk to community-staging-any

Added:
  ipython/repos/community-staging-any/
  ipython/repos/community-staging-any/PKGBUILD
(from rev 202993, ipython/trunk/PKGBUILD)

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

Copied: ipython/repos/community-staging-any/PKGBUILD (from rev 202993, 
ipython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:57:38 UTC (rev 202994)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor : Douglas Soares de Andrade 
+
+pkgbase=ipython
+pkgname=(ipython ipython2)
+pkgver=5.1.0
+pkgrel=2
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="http://ipython.org;
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# some of these will update rapidly, others never
+# so _vars will be phased in as new updates are released
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz;
+
"https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric-0.8.1.zip;
+
"http://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png;)
+md5sums=('44c98687e249adb08f8eb1928a5492a1'
+ 'f9c1fab00fd981be588fc32759f474e3'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# With 4.0 many previously bundled external libraries are no longer bundled
+# Most are written/maintained/used only by the ipython project
+# Since there are so many and they are so small, they get re-bundled here
+# Break them out if any non-ipython package ends up needing these
+
+# simplegeneric (so old that it only comes in .zip and still refers to the 
cheeseshop)
+# shutil_get_terminal_size ?
+
+# confirm that an update does not break sage?
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipython-$pkgveripython2-$pkgver
+  cp -r simplegeneric-0.8.1python2-simplegeneric-0.8.1
+
+  # python 3.5 does not need a 3.3 backport hack
+  cd "$srcdir/ipython-$pkgver"
+  sed -i 's|backports.shutil_get_terminal_size|shutil|' 
IPython/utils/terminal.py
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_ipython() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/simplegeneric-0.8.1"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
+
+  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
+  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
+}
+
+package_ipython2() {
+  pkgdesc="An enhanced Interactive Python2 shell."
+  depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
+'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
+'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
+  optdepends=("wxpython: needed for ipython2 --gui=wx"
+  "python2-nose: for IPython's test suite")
+  # "wxpython: needed for ipython2 --gui=wx"   does this still work?
+
+  cd "$srcdir/ipython2-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/python2-simplegeneric-0.8.1"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython2-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython2/LICENSE"
+
+  # hack to get around ipython collision
+  cd "$pkgdir/usr/share/man/man1/"
+  for i in *; do
+mv $i ${i/%.1/2.1}
+  done
+  find "$pkgdir/usr/bin/" -type f -regex '.*[^2]$' -delete
+
+  cd "$srcdir/ipython2-$pkgver/examples/IPython Kernel/"
+  sed -i 's/ython/ython2/g' *.desktop
+  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
+  install 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:57:26
  Author: felixonmars
Revision: 202993

upgpkg: ipython 5.1.0-2

python 3.6 rebuild

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:55:03 UTC (rev 202992)
+++ PKGBUILD2016-12-27 06:57:26 UTC (rev 202993)
@@ -8,7 +8,7 @@
 pkgbase=ipython
 pkgname=(ipython ipython2)
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="http://ipython.org;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:55:03
  Author: felixonmars
Revision: 202992

archrelease: copy trunk to community-staging-any

Added:
  apache-libcloud/repos/community-staging-any/
  apache-libcloud/repos/community-staging-any/PKGBUILD
(from rev 202991, apache-libcloud/trunk/PKGBUILD)

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

Copied: apache-libcloud/repos/community-staging-any/PKGBUILD (from rev 202991, 
apache-libcloud/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:55:03 UTC (rev 202992)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python2-paramiko' 'openssh')
+source=("https://pypi.io/packages/source/a/apache-libcloud/apache-libcloud-${pkgver}.tar.gz;)
+sha256sums=('614954bb5f8d439c1de2ff294c25ff45037b1ce7b0ba5e4930e85cb045747cec')
+
+prepare() {
+  cp -a apache-libcloud-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/apache-libcloud-$pkgver"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python setup.py test
+  rm libcloud/test/secrets.py
+
+  cd "$srcdir/apache-libcloud-$pkgver-py2"
+  cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
+  python2 setup.py test
+  rm libcloud/test/secrets.py
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+
+  cd apache-libcloud-$pkgver
+  python setup.py install --root="$pkgdir"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=('apache-libcloud')
+  conflicts=('apache-libcloud')
+
+  cd apache-libcloud-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:54:30
  Author: felixonmars
Revision: 202991

upgpkg: apache-libcloud 1.4.0-2

python 3.6 rebuild

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:53:46 UTC (rev 202990)
+++ PKGBUILD2016-12-27 06:54:30 UTC (rev 202991)
@@ -7,7 +7,7 @@
 pkgbase=apache-libcloud
 pkgname=('python-apache-libcloud' 'python2-apache-libcloud')
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
 url="https://libcloud.apache.org;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:53:46
  Author: felixonmars
Revision: 202990

archrelease: copy trunk to community-staging-any

Added:
  python-flickrapi/repos/community-staging-any/
  python-flickrapi/repos/community-staging-any/PKGBUILD
(from rev 202989, python-flickrapi/trunk/PKGBUILD)
  python-flickrapi/repos/community-staging-any/fix_setuptools.patch
(from rev 202989, python-flickrapi/trunk/fix_setuptools.patch)

--+
 PKGBUILD |   63 +
 fix_setuptools.patch |   19 ++
 2 files changed, 82 insertions(+)

Copied: python-flickrapi/repos/community-staging-any/PKGBUILD (from rev 202989, 
python-flickrapi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:53:46 UTC (rev 202990)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Garillot 
+# Contributor: György Balló 
+
+pkgbase=python-flickrapi
+pkgname=(python-flickrapi python2-flickrapi)
+_pkgname=flickrapi
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="The official Python interface to the Flickr API"
+arch=('any')
+url="http://stuvel.eu/flickrapi;
+license=('Python')
+makedepends=('python-docutils' 'python2-docutils' 'python-setuptools' 
'python2-setuptools' 'python-requests-toolbelt' 'python2-requests-toolbelt'
+ 'python-requests-oauthlib' 'python2-requests-oauthlib' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('210ea986ff95a97d8416d136fe38b98247640be954f761f89e1df5ea712d5d8d69cdae40bf3d9e569baf01fc83510fbc9c5da03a93d4456163101a829d96')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+
+  cd $_pkgname-$pkgver-py2
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not shipped
+  return
+
+  cd $_pkgname-$pkgver
+  python runtests
+
+  cd ../$_pkgname-$pkgver-py2
+  python2 runtests
+}
+
+package_python-flickrapi() {
+  depends=('python-six' 'python-requests-oauthlib' 'python-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-flickrapi() {
+  depends=('python2-six' 'python2-requests-oauthlib' 
'python2-requests-toolbelt')
+
+  cd "$srcdir/$_pkgname-$pkgver-py2"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Copied: python-flickrapi/repos/community-staging-any/fix_setuptools.patch (from 
rev 202989, python-flickrapi/trunk/fix_setuptools.patch)
===
--- community-staging-any/fix_setuptools.patch  (rev 0)
+++ community-staging-any/fix_setuptools.patch  2016-12-27 06:53:46 UTC (rev 
202990)
@@ -0,0 +1,19 @@
+--- a/distribute_setup.py  2013-08-17 22:57:41.227220859 +0800
 b/distribute_setup.py  2013-08-17 22:57:29.343673408 +0800
+@@ -133,6 +133,16 @@
+ try:
+ try:
+ import pkg_resources
++
++# Setuptools 0.7b and later is a suitable (and preferable)
++# substitute for any Distribute version.
++try:
++pkg_resources.require("setuptools>=0.7b")
++return
++except (pkg_resources.DistributionNotFound,
++pkg_resources.VersionConflict):
++pass
++
+ if not hasattr(pkg_resources, '_distribute'):
+ if not no_fake:
+ _fake_setuptools()


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:53:34
  Author: bpiotrowski
Revision: 202989

archrelease: copy trunk to community-staging-any

Added:
  qopenvpn/repos/community-staging-any/
  qopenvpn/repos/community-staging-any/PKGBUILD
(from rev 202988, qopenvpn/trunk/PKGBUILD)

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

Copied: qopenvpn/repos/community-staging-any/PKGBUILD (from rev 202988, 
qopenvpn/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:53:34 UTC (rev 202989)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=qopenvpn
+pkgver=1.3.2
+pkgrel=3
+pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
+arch=('any')
+url="https://github.com/xmikos/qopenvpn;
+license=('GPL3')
+depends=('python-pyqt4' 'openvpn' 'systemd' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz;)
+md5sums=('1138c6d7bd8ad06c953c18dec81b4108')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:53:28
  Author: felixonmars
Revision: 202988

Python 3.6 rebuild

Modified:
  python-flickrapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:53:27 UTC (rev 202987)
+++ PKGBUILD2016-12-27 06:53:28 UTC (rev 202988)
@@ -7,7 +7,7 @@
 pkgname=(python-flickrapi python2-flickrapi)
 _pkgname=flickrapi
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The official Python interface to the Flickr API"
 arch=('any')
 url="http://stuvel.eu/flickrapi;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:53:27
  Author: bpiotrowski
Revision: 202987

Python 3.6 rebuild

Modified:
  qopenvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:52:34 UTC (rev 202986)
+++ PKGBUILD2016-12-27 06:53:27 UTC (rev 202987)
@@ -4,7 +4,7 @@
 
 pkgname=qopenvpn
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
 arch=('any')
 url="https://github.com/xmikos/qopenvpn;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:52:26
  Author: bpiotrowski
Revision: 202985

Python 3.6 rebuild

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:52:10 UTC (rev 202984)
+++ PKGBUILD2016-12-27 06:52:26 UTC (rev 202985)
@@ -5,7 +5,7 @@
 
 pkgname=openshot
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
 url="http://www.openshotvideo.com/;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:52:34
  Author: bpiotrowski
Revision: 202986

archrelease: copy trunk to community-staging-any

Added:
  openshot/repos/community-staging-any/
  openshot/repos/community-staging-any/PKGBUILD
(from rev 202985, openshot/trunk/PKGBUILD)

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

Copied: openshot/repos/community-staging-any/PKGBUILD (from rev 202985, 
openshot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:52:34 UTC (rev 202986)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/;
+license=('GPL')
+depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz;)
+sha256sums=('8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7')
+
+package() {
+  cd "$srcdir"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:51:49
  Author: felixonmars
Revision: 202982

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jsonpickle/repos/community-staging-any/PKGBUILD (from rev 
202981, python-jsonpickle/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:51:49 UTC (rev 202982)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsonpickle
+pkgname=(python-jsonpickle python2-jsonpickle)
+pkgver=0.9.3
+pkgrel=2
+arch=('any')
+pkgdesc="Python library for serializing any arbitrary object graph into JSON"
+url="http://jsonpickle.github.io/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose-show-skipped' 'python2-nose-show-skipped' 
'python-numpy' 'python2-numpy'
+  'python-feedparser' 'python2-feedparser' 'python-coverage' 
'python2-coverage' 'python2-enum34'
+  'python-simplejson' 'python2-simplejson' 'python-pymongo' 
'python2-pymongo' 'python-ujson'
+  'python2-ujson')
+license=('BSD')
+source=("https://pypi.python.org/packages/source/j/jsonpickle/jsonpickle-$pkgver.tar.gz;)
+md5sums=('cb30198969da11f9d19a11d03e0d0046')
+
+prepare() {
+  cp -a jsonpickle-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/jsonpickle-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/jsonpickle-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/jsonpickle-$pkgver
+  nosetests3 --show-skipped
+
+  cd "$srcdir"/jsonpickle-$pkgver-py2
+  nosetests2 --show-skipped
+}
+
+package_python-jsonpickle() {
+  depends=('python')
+
+  cd jsonpickle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+
+package_python2-jsonpickle() {
+  depends=('python2')
+
+  cd jsonpickle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:52:10
  Author: felixonmars
Revision: 202984

archrelease: copy trunk to community-staging-any

Added:
  python-zope-schema/repos/community-staging-any/
  python-zope-schema/repos/community-staging-any/PKGBUILD
(from rev 202983, python-zope-schema/trunk/PKGBUILD)

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

Copied: python-zope-schema/repos/community-staging-any/PKGBUILD (from rev 
202983, python-zope-schema/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:52:10 UTC (rev 202984)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.4.2
+pkgrel=2
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.schema{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.schema"
+  python setup.py build
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.schema"
+  python setup.py test
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py test
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:51:52
  Author: felixonmars
Revision: 202983

Python 3.6 rebuild

Modified:
  python-zope-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:51:49 UTC (rev 202982)
+++ PKGBUILD2016-12-27 06:51:52 UTC (rev 202983)
@@ -3,7 +3,7 @@
 
 pkgname=('python-zope-schema' 'python2-zope-schema')
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="zope.interface extension for defining data schemas"
 arch=('any')
 url="https://github.com/zopefoundation/zope.schema;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:51:15
  Author: felixonmars
Revision: 202981

upgpkg: python-jsonpickle 0.9.3-2

python 3.6 rebuild

Modified:
  python-jsonpickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:50:56 UTC (rev 202980)
+++ PKGBUILD2016-12-27 06:51:15 UTC (rev 202981)
@@ -4,7 +4,7 @@
 pkgbase=python-jsonpickle
 pkgname=(python-jsonpickle python2-jsonpickle)
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 arch=('any')
 pkgdesc="Python library for serializing any arbitrary object graph into JSON"
 url="http://jsonpickle.github.io/;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:50:56
  Author: felixonmars
Revision: 202980

archrelease: copy trunk to community-staging-any

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

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

Copied: python-s3transfer/repos/community-staging-any/PKGBUILD (from rev 
202979, python-s3transfer/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:50:56 UTC (rev 202980)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.1.10
+pkgrel=2
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('25d8d4d134d9b820b58e139803330e8a')
+
+build() {
+  cd s3transfer-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:50:39
  Author: felixonmars
Revision: 202979

Python 3.6 rebuild

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:49:54 UTC (rev 202978)
+++ PKGBUILD2016-12-27 06:50:39 UTC (rev 202979)
@@ -3,7 +3,7 @@
 
 pkgname=python-s3transfer
 pkgver=0.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
 url="https://github.com/boto/s3transfer;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:49:47
  Author: bpiotrowski
Revision: 202976

Python 3.6 rebuild

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:49:27 UTC (rev 202975)
+++ PKGBUILD2016-12-27 06:49:47 UTC (rev 202976)
@@ -7,7 +7,7 @@
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
 pkgver=15.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
 makedepends=('python-setuptools' 'python2-setuptools'


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:49:53
  Author: felixonmars
Revision: 202977

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbformat/repos/community-staging-any/
  jupyter-nbformat/repos/community-staging-any/PKGBUILD
(from rev 202975, jupyter-nbformat/trunk/PKGBUILD)

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

Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 202975, 
jupyter-nbformat/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:49:53 UTC (rev 202977)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbformat
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat;
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
+md5sums=('60a1e83350f76e5eeb6fc65f173bde75')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/nbformat-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:49:54
  Author: bpiotrowski
Revision: 202978

archrelease: copy trunk to community-staging-any

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

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

Copied: python-irc/repos/community-staging-any/PKGBUILD (from rev 202976, 
python-irc/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:49:54 UTC (rev 202978)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=15.0.6
+pkgrel=2
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
+makedepends=('python-setuptools' 'python2-setuptools'
+'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url="http://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+md5sums=('c640d2879502ad087c16fd7497d226bf')
+
+build() {
+  cd "$srcdir"
+  cp -a "irc-$pkgver" "irc2-$pkgver"
+}
+
+package_python-irc() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-irc() {
+  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test 
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py test 
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:48:48
  Author: felixonmars
Revision: 202971

Python 3.6 rebuild

Modified:
  python-flask-wtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:48:33 UTC (rev 202970)
+++ PKGBUILD2016-12-27 06:48:48 UTC (rev 202971)
@@ -5,7 +5,7 @@
 pkgbase=python-flask-wtf
 pkgname=('python-flask-wtf' 'python2-flask-wtf')
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple integration of Flask and WTForms'
 url='https://flask-wtf.readthedocs.io/'
 arch=('any')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:49:27
  Author: felixonmars
Revision: 202975

Python 3.6 rebuild

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:49:03 UTC (rev 202974)
+++ PKGBUILD2016-12-27 06:49:27 UTC (rev 202975)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-nbformat
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:49:03
  Author: felixonmars
Revision: 202974

archrelease: copy trunk to community-staging-any

Added:
  python-flask-wtf/repos/community-staging-any/
  python-flask-wtf/repos/community-staging-any/PKGBUILD
(from rev 202973, python-flask-wtf/trunk/PKGBUILD)

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

Copied: python-flask-wtf/repos/community-staging-any/PKGBUILD (from rev 202973, 
python-flask-wtf/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:49:03 UTC (rev 202974)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+
+_pyname=flask-wtf
+pkgbase=python-flask-wtf
+pkgname=('python-flask-wtf' 'python2-flask-wtf')
+pkgver=0.13.1
+pkgrel=2
+pkgdesc='Simple integration of Flask and WTForms'
+url='https://flask-wtf.readthedocs.io/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-wtforms' 'python-werkzeug'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-wtforms' 'python2-werkzeug')
+checkdepends=('python-flask-babel' 'python-nose'
+  'python2-flask-babel' 'python2-nose')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/v${pkgver}.tar.gz)
+sha512sums=('131eb94e6af676b1aad9047be90318565972d5bfb7c3afa701bb34788cfbd3730f27b137a204abb3d0e54dd974d3b441a304be2fee99ca7a0a559d0f7b1eceff')
+
+prepare() {
+  sed -r 's|dist = get_distribution|#|' -i ${_pyname}-${pkgver}/docs/conf.py
+  sed -r "s|(version =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+nosetests
+  )
+  (cd ${_pyname}-${pkgver}-py2
+nosetests2
+  )
+}
+
+package_python-flask-wtf() {
+  depends=('python-flask' 'python-wtforms' 'python-werkzeug')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
+  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-wtf() {
+  depends=('python2-flask' 'python2-wtforms' 'python2-werkzeug')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
+  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:48:33
  Author: felixonmars
Revision: 202970

archrelease: copy trunk to community-staging-any

Added:
  python-dae/repos/community-staging-any/
  python-dae/repos/community-staging-any/PKGBUILD
(from rev 202968, python-dae/trunk/PKGBUILD)
  python-dae/repos/community-staging-any/python3.5.patch
(from rev 202968, python-dae/trunk/python3.5.patch)

-+
 PKGBUILD|   34 ++
 python3.5.patch |   47 +++
 2 files changed, 81 insertions(+)

Copied: python-dae/repos/community-staging-any/PKGBUILD (from rev 202968, 
python-dae/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:48:33 UTC (rev 202970)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 176641 2016-05-25 06:11:43Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=python-dae
+pkgver=1.0.1
+pkgrel=3
+pkgdesc='Deepin desktop application engine'
+arch=('any')
+url="https://github.com/linuxdeepin/dae;
+license=('GPL3')
+depends=('python-xlib' 'python-pyqt5')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/dae.git#tag=$pkgver;
+python3.5.patch)
+sha256sums=('SKIP'
+'901f388e2ec29f4f54ef8e71e6db8d879577d129efca27d8e5cd0d8b1b8c9954')
+
+prepare() {
+  cd dae
+  # FS#52126 & https://cr.deepin.io/#/c/18253/
+  patch -p1 -i ../python3.5.patch
+}
+
+build() {
+  cd dae
+  python setup.py build
+}
+
+package() {
+  cd dae
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python-dae/repos/community-staging-any/python3.5.patch (from rev 
202968, python-dae/trunk/python3.5.patch)
===
--- community-staging-any/python3.5.patch   (rev 0)
+++ community-staging-any/python3.5.patch   2016-12-27 06:48:33 UTC (rev 
202970)
@@ -0,0 +1,47 @@
+commit 350848717ee19b439ac51efd6d9dc2c88769ec3b
+Author: Felix Yan 
+Date:   Mon Dec 12 22:52:53 2016 +0800
+
+Explicitly convert property_content to bytes
+
+property_content being an instance of `str` fails with Python 3.5:
+
+```
+  File "/usr/lib/python3.5/site-packages/dae/daeclient.py", line 81, in 
__init__
+self.window = Window(None, index_path)
+  File "/usr/lib/python3.5/site-packages/dae/window.py", line 59, in 
__init__
+super(Window, self).__init__(parent if isDialog else None)
+  File "/usr/lib/python3.5/site-packages/dae/shadowwindow.py", line 41, in 
__init__
+self.setShadowWidth(10)
+  File "/usr/lib/python3.5/site-packages/dae/shadowwindow.py", line 60, in 
setShadowWidth
+xutils.show_shadow(xutils.get_xwindow(int(self.winId())), str(width))
+  File "/usr/lib/python3.5/site-packages/dae/xutils.py", line 32, in 
show_shadow
+ewmh.setXWindowProperty(xwin, "DEEPIN_WINDOW_SHADOW", 
str(shadow_width))
+  File "/usr/lib/python3.5/site-packages/dae/ewmh.py", line 119, in 
setXWindowProperty
+property_content,
+  File "/usr/lib/python3.5/site-packages/Xlib/xobject/drawable.py", line 
436, in change_property
+data = (format, data))
+  File "/usr/lib/python3.5/site-packages/Xlib/protocol/rq.py", line 1338, 
in __init__
+self._binary = self._request.to_binary(*args, **keys)
+  File "/usr/lib/python3.5/site-packages/Xlib/protocol/rq.py", line 1012, 
in to_binary
+v, l, fm = f.pack_value(field_args[f.name])
+  File "/usr/lib/python3.5/site-packages/Xlib/protocol/rq.py", line 688, 
in pack_value
+data = array(array_unsigned_codes[size], val).tostring()
+TypeError: cannot use a str to initialize an array with typecode 'B'
+```
+
+Change-Id: I3e1de284be81a5d0acc622f445364a181115958a
+
+diff --git a/dae/ewmh.py b/dae/ewmh.py
+index df1fc6b..207b93b 100644
+--- a/dae/ewmh.py
 b/dae/ewmh.py
+@@ -116,7 +116,7 @@ class EWMH:
+ self.display.get_atom(property_type),
+ Xatom.STRING,
+ 8,
+-property_content,
++property_content.encode("ascii"),
+ )
+ self.display.sync()
+ 


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:48:55
  Author: bpiotrowski
Revision: 202973

archrelease: copy trunk to community-staging-any

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

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

Copied: python-boto/repos/community-staging-any/PKGBUILD (from rev 202972, 
python-boto/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:48:55 UTC (rev 202973)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.45.0
+pkgrel=2
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r "$pkgdir/usr/bin"
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto<2.32.1-1')
+  replaces=('python-boto<2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:48:49
  Author: bpiotrowski
Revision: 202972

Python 3.6 rebuild

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:48:48 UTC (rev 202971)
+++ PKGBUILD2016-12-27 06:48:49 UTC (rev 202972)
@@ -6,7 +6,7 @@
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
 pkgver=2.45.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:48:26
  Author: felixonmars
Revision: 202969

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   66 
 community-staging-x86_64/PKGBUILD |   66 
 2 files changed, 132 insertions(+)

Copied: python-hunter/repos/community-staging-i686/PKGBUILD (from rev 202967, 
python-hunter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 06:48:26 UTC (rev 202969)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=1.4.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
+ 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner')
+source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-hunter{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-hunter
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py ptr
+  )
+
+  cd "$srcdir"/python-hunter-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py ptr
+  )
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+
+  cd python-hunter
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hunter() {
+  depends=('python2-fields' 'python2-colorama' 'python2-six')
+
+  cd python-hunter-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-hunter/repos/community-staging-x86_64/PKGBUILD (from rev 202968, 
python-hunter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 06:48:26 UTC (rev 202969)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=1.4.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
+ 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python-virtualenv'
+  'python2-virtualenv' 'python-pytest-runner' 
'python2-pytest-runner')
+source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-hunter{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-hunter
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py ptr
+  )
+
+  cd "$srcdir"/python-hunter-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py ptr
+  )
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+
+  cd python-hunter
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:47:57
  Author: felixonmars
Revision: 202967

Python 3.6 rebuild

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:47:46 UTC (rev 202966)
+++ PKGBUILD2016-12-27 06:47:57 UTC (rev 202967)
@@ -4,7 +4,7 @@
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
 license=('BSD')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:48:16
  Author: felixonmars
Revision: 202968

upgpkg: python-dae 1.0.1-3

python 3.6 rebuild

Modified:
  python-dae/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:47:57 UTC (rev 202967)
+++ PKGBUILD2016-12-27 06:48:16 UTC (rev 202968)
@@ -5,7 +5,7 @@
 
 pkgname=python-dae
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin desktop application engine'
 arch=('any')
 url="https://github.com/linuxdeepin/dae;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:47:46
  Author: bpiotrowski
Revision: 202966

archrelease: copy trunk to community-staging-any

Added:
  bpython/repos/community-staging-any/
  bpython/repos/community-staging-any/PKGBUILD
(from rev 202965, bpython/trunk/PKGBUILD)

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

Copied: bpython/repos/community-staging-any/PKGBUILD (from rev 202965, 
bpython/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:47:46 UTC (rev 202966)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=('bpython' 'bpython2')
+pkgver=0.16
+pkgrel=2
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='http://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 
'python-greenlet' 'python-six')
+optdepends=('python-urwid: for bpython-urwid'
+'python-jedi: multiline completion')
+makedepends=('python-distribute' 'python2-distribute')
+#source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # 
slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz;)  
# missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz;)
+md5sums=('303798e8f7dd64738ccbf7ef81b716f5')
+
+# python-watchdog optdep...
+
+prepare() {
+  cp -r bpython-$pkgver bpython2-$pkgver
+}
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/bpython2-$pkgver"
+  python2 setup.py build
+}
+
+package_bpython() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}
+
+package_bpython2() {
+  depends=('python2-pygments' 'python2-requests' 'python2-curtsies' 
'python2-greenlet' 'python2-six')
+  optdepends=('python2-urwid: for bpython2-urwid'
+  'python2-jedi: multiline completion')
+
+  cd "$srcdir/bpython2-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
+
+  # conflicting files with bpython
+  cd "$pkgdir/usr/bin/"
+  mv bpython bpython2
+  mv bpython-urwid bpython2-urwid
+  mv bpython-curses bpython2-curses
+  mv bpdb bpdb2
+
+  cd "$pkgdir/usr/share/applications/"
+  mv bpython.desktop bpython2.desktop
+  # fix the .desktop file for the rename
+  sed -i 's/bpython/&2/' bpython2.desktop
+
+  cd "$pkgdir/usr/share/appdata/"
+  mv bpython.appdata.xml bpython2.appdata.xml
+  sed -i 's/bpython/&2/' bpython2.appdata.xml
+
+  cd "$pkgdir/usr/share/pixmaps/"
+  mv bpython.png bpython2.png
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:47:38
  Author: bpiotrowski
Revision: 202965

Python 3.6 rebuild

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:42:27 UTC (rev 202964)
+++ PKGBUILD2016-12-27 06:47:38 UTC (rev 202965)
@@ -6,7 +6,7 @@
 
 pkgname=('bpython' 'bpython2')
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'


[arch-commits] Commit in qscintilla/repos (8 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:47:31
  Author: felixonmars
Revision: 284835

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qscintilla/repos/staging-i686/
  qscintilla/repos/staging-i686/PKGBUILD
(from rev 284834, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/staging-i686/QScintilla_gpl-2.9.2-qt5.patch
(from rev 284834, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/staging-i686/configure.py-objdir-support.diff
(from rev 284834, qscintilla/trunk/configure.py-objdir-support.diff)
  qscintilla/repos/staging-x86_64/
  qscintilla/repos/staging-x86_64/PKGBUILD
(from rev 284834, qscintilla/trunk/PKGBUILD)
  qscintilla/repos/staging-x86_64/QScintilla_gpl-2.9.2-qt5.patch
(from rev 284834, qscintilla/trunk/QScintilla_gpl-2.9.2-qt5.patch)
  qscintilla/repos/staging-x86_64/configure.py-objdir-support.diff
(from rev 284834, qscintilla/trunk/configure.py-objdir-support.diff)

-+
 staging-i686/PKGBUILD   |  171 ++
 staging-i686/QScintilla_gpl-2.9.2-qt5.patch |   36 
 staging-i686/configure.py-objdir-support.diff   |   41 +
 staging-x86_64/PKGBUILD |  171 ++
 staging-x86_64/QScintilla_gpl-2.9.2-qt5.patch   |   36 
 staging-x86_64/configure.py-objdir-support.diff |   41 +
 6 files changed, 496 insertions(+)

Copied: qscintilla/repos/staging-i686/PKGBUILD (from rev 284834, 
qscintilla/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-27 06:47:31 UTC (rev 284835)
@@ -0,0 +1,171 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=qscintilla
+pkgname=('qscintilla-qt4' 'python-qscintilla-qt4' 'python2-qscintilla-qt4'
+ 'python-qscintilla-qt4-common'
+ 'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.9.3
+pkgrel=2
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
+makedepends=('python-pyqt4' 'python2-pyqt4' 'python-pyqt5' 'python2-pyqt5' 
'qt5-tools')
+options=('!buildflags') # Fix Qt Designer plugin
+source=("http://downloads.sourceforge.net/pyqt/QScintilla_gpl-${pkgver}.tar.gz;
+'configure.py-objdir-support.diff' 'QScintilla_gpl-2.9.2-qt5.patch')
+md5sums=('3b1cdbce9ef6c28cd868bcc58219f96e'
+ '0a952497a52c85bf5c09dd2ee091e763'
+ 'd7b1504fc0c61042a85e44792e462b37')
+
+prepare() {
+  (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/configure.py-objdir-support.diff)
+
+  cp -a QScintilla_gpl-${pkgver}{,-qt4}
+
+  # Patch from Fedora
+  (cd QScintilla_gpl-${pkgver}; patch -p1 -i 
"${srcdir}"/QScintilla_gpl-2.9.2-qt5.patch)
+}
+
+build() {
+cd "$srcdir"/QScintilla_gpl-${pkgver}/Qt4Qt5
+qmake-qt5 qscintilla.pro
+make
+
+cd ../designer-Qt4Qt5
+QMAKEFEATURES=../Qt4Qt5/features qmake-qt5 designer.pro 
INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+QMAKEFEATURES=../Qt4Qt5/features python configure.py --pyqt=PyQt5 -n 
../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5
+make
+
+cd ../Python2
+QMAKEFEATURES=../Qt4Qt5/features python2 configure.py --pyqt=PyQt5 -n 
../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt5
+make
+
+cd "$srcdir"/QScintilla_gpl-${pkgver}-qt4/Qt4Qt5
+qmake-qt4 qscintilla.pro
+make
+
+cd ../designer-Qt4Qt5
+QMAKEFEATURES=../Qt4Qt5/features qmake-qt4 designer.pro 
INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+make
+
+cd ../
+cp -rf Python Python2
+cd Python
+QMAKEFEATURES=../Qt4Qt5/features python configure.py -n ../Qt4Qt5/ -o 
../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4
+make
+
+cd ../Python2
+QMAKEFEATURES=../Qt4Qt5/features python2 configure.py -n ../Qt4Qt5/ -o 
../Qt4Qt5/ -c --qmake /usr/bin/qmake-qt4
+make
+}
+
+package_qscintilla-qt5() {
+pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+depends=('qt5-base')
+
+cd QScintilla_gpl-${pkgver}/Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+cd ../designer-Qt4Qt5
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5-common() {
+pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
+depends=('qscintilla-qt5')
+
+cd QScintilla_gpl-${pkgver}/Python
+make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+# Provided by python-qscintilla
+rm "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt5/Qsci{.so,.pyi}
+rmdir 

[arch-commits] Commit in hplip/repos (10 files)

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:47:06
  Author: bpiotrowski
Revision: 284834

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  hplip/repos/staging-i686/
  
hplip/repos/staging-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 284832, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/staging-i686/PKGBUILD
(from rev 284832, hplip/trunk/PKGBUILD)
  hplip/repos/staging-i686/disable_upgrade.patch
(from rev 284832, hplip/trunk/disable_upgrade.patch)
  hplip/repos/staging-i686/fix_tabs.patch
(from rev 284832, hplip/trunk/fix_tabs.patch)
  hplip/repos/staging-x86_64/
  
hplip/repos/staging-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 284833, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  hplip/repos/staging-x86_64/PKGBUILD
(from rev 284833, hplip/trunk/PKGBUILD)
  hplip/repos/staging-x86_64/disable_upgrade.patch
(from rev 284833, hplip/trunk/disable_upgrade.patch)
  hplip/repos/staging-x86_64/fix_tabs.patch
(from rev 284833, hplip/trunk/fix_tabs.patch)

+
 staging-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch   
|   50 +
 staging-i686/PKGBUILD  
|   96 ++
 staging-i686/disable_upgrade.patch 
|   14 +
 staging-i686/fix_tabs.patch
|   17 +
 staging-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
|   50 +
 staging-x86_64/PKGBUILD
|   96 ++
 staging-x86_64/disable_upgrade.patch   
|   14 +
 staging-x86_64/fix_tabs.patch  
|   17 +
 8 files changed, 354 insertions(+)

Copied: 
hplip/repos/staging-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 284832, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
staging-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(rev 0)
+++ 
staging-i686/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
2016-12-27 06:47:06 UTC (rev 284834)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: hplip/repos/staging-i686/PKGBUILD (from rev 284832, 
hplip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-27 06:47:06 UTC (rev 284834)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.16.11
+pkgrel=2
+pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:46:59
  Author: felixonmars
Revision: 284833

Python 3.6 rebuild

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:46:54 UTC (rev 284832)
+++ PKGBUILD2016-12-27 06:46:59 UTC (rev 284833)
@@ -9,7 +9,7 @@
  'qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'python-qscintilla-qt5-common')
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('i686' 'x86_64')
 url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
@@ -87,8 +87,8 @@
 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 
 # Provided by python-qscintilla
-rm "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt5/Qsci{.so,.pyi}
-rmdir "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt5
+rm "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt5/Qsci{.so,.pyi}
+rmdir "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt5
 }
 
 package_python-qscintilla-qt5() {
@@ -97,9 +97,9 @@
 
 cd QScintilla_gpl-${pkgver}/Python
 install -Dm755 Qsci.so \
-  "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt5/Qsci.so
+  "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt5/Qsci.so
 install -Dm755 Qsci.pyi \
-  "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt5/Qsci.pyi
+  "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt5/Qsci.pyi
 }
 
 package_python2-qscintilla-qt5() {
@@ -138,8 +138,8 @@
 make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
 
 # Provided by python-qscintilla
-rm "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt4/Qsci{.so,.pyi}
-rmdir "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt4
+rm "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt4/Qsci{.so,.pyi}
+rmdir "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt4
 }
 
 package_python-qscintilla-qt4() {
@@ -151,9 +151,9 @@
 
 cd QScintilla_gpl-${pkgver}-qt4/Python
 install -Dm755 Qsci.so \
-  "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt4/Qsci.so
+  "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt4/Qsci.so
 install -Dm755 Qsci.pyi \
-  "${pkgdir}"/usr/lib/python3.5/site-packages/PyQt4/Qsci.pyi
+  "${pkgdir}"/usr/lib/python3.6/site-packages/PyQt4/Qsci.pyi
 }
 
 package_python2-qscintilla-qt4() {


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:46:54
  Author: bpiotrowski
Revision: 284832

Python 3.6 rebuild

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:42:46 UTC (rev 284831)
+++ PKGBUILD2016-12-27 06:46:54 UTC (rev 284832)
@@ -6,7 +6,7 @@
 
 pkgname=hplip
 pkgver=3.16.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:42:37
  Author: bpiotrowski
Revision: 284830

Python 3.6 rebuild

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:01:25 UTC (rev 284829)
+++ PKGBUILD2016-12-27 06:42:37 UTC (rev 284830)
@@ -3,7 +3,7 @@
 
 pkgname=gitg
 pkgver=3.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'


[arch-commits] Commit in gitg/repos (4 files)

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:42:46
  Author: bpiotrowski
Revision: 284831

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gitg/repos/staging-i686/
  gitg/repos/staging-i686/PKGBUILD
(from rev 284830, gitg/trunk/PKGBUILD)
  gitg/repos/staging-x86_64/
  gitg/repos/staging-x86_64/PKGBUILD
(from rev 284830, gitg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   41 +
 staging-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: gitg/repos/staging-i686/PKGBUILD (from rev 284830, gitg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-27 06:42:46 UTC (rev 284831)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.22.0
+pkgrel=2
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
git)
+groups=('gnome-extra')
+_commit=226d5f03f8873a7a8bdaa1984036096604eae078  # tags/v3.22.0^0
+source=("git://git.gnome.org/gitg#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gitg/repos/staging-x86_64/PKGBUILD (from rev 284830, 
gitg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-27 06:42:46 UTC (rev 284831)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.22.0
+pkgrel=2
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 'libgit2-glib' 'libgee' 
'webkit2gtk' 'libpeas' 'gtkspell3'
+ 'python-gobject')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'gnome-common' 'glade' 
git)
+groups=('gnome-extra')
+_commit=226d5f03f8873a7a8bdaa1984036096604eae078  # tags/v3.22.0^0
+source=("git://git.gnome.org/gitg#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-glade-catalog
+
+  # Don't overlink
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in retext/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:42:27
  Author: felixonmars
Revision: 202964

archrelease: copy trunk to community-staging-any

Added:
  retext/repos/community-staging-any/
  retext/repos/community-staging-any/PKGBUILD
(from rev 202963, retext/trunk/PKGBUILD)
  retext/repos/community-staging-any/x-retext-markdown.xml
(from rev 202963, retext/trunk/x-retext-markdown.xml)
  retext/repos/community-staging-any/x-retext-rst.xml
(from rev 202963, retext/trunk/x-retext-rst.xml)

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

Copied: retext/repos/community-staging-any/PKGBUILD (from rev 202963, 
retext/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:42:27 UTC (rev 202964)
@@ -0,0 +1,61 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Hyacinthe Cartiaux 
+# Contributor: Bartosz Chmura 
+# Contributor: Alessio Sergi 
+# Contributor: alfplayer
+# Contributor: menta
+
+pkgname=retext
+pkgver=6.0.2
+pkgrel=2
+pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
+arch=('any')
+url="https://github.com/retext-project/retext;
+license=('GPL3')
+# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
+# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme' 'python-markdown')
+makedepends=('imagemagick' 'qt5-tools')
+optdepends=('python-docutils: for reStructuredText language support'
+'python-pyenchant: for spell checking support')
+source=("https://github.com/retext-project/$pkgname/archive/$pkgver.tar.gz;
+"x-retext-markdown.xml"
+"x-retext-rst.xml")
+sha256sums=('50c02d69ff6dca8863003e913a2acae7f3041e44ea96852e2dac303d435d1ca2'
+'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
+'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
+
+prepare () {
+cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext"
+}
+
+build () {
+cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext"
+python3 setup.py build
+}
+
+package () {
+cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext"
+python3 setup.py install --root="$pkgdir" -O1
+
+# create /usr/share/* dirs
+_SHAREDIR="$pkgdir/usr/share"
+install -d -m 755 $_SHAREDIR/{applications,mime/packages}
+
+# install icons
+_ICONSDIR="$_SHAREDIR/icons/hicolor"
+for size in 16 22 24 32 48 128; do
+  install -d -m 755 $_ICONSDIR/${size}x${size}/apps
+  convert -resize $size icons/$pkgname.png 
$_ICONSDIR/${size}x${size}/apps/$pkgname.png
+done
+install -d -m 755 $_ICONSDIR/scalable/apps
+install -m 644 icons/$pkgname.svg $_ICONSDIR/scalable/apps/$pkgname.svg
+
+# install mime files
+install -m 644 $srcdir/x-retext-{markdown,rst}.xml 
$_SHAREDIR/mime/packages/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: retext/repos/community-staging-any/x-retext-markdown.xml (from rev 
202963, retext/trunk/x-retext-markdown.xml)
===
(Binary files differ)

Copied: retext/repos/community-staging-any/x-retext-rst.xml (from rev 202963, 
retext/trunk/x-retext-rst.xml)
===
(Binary files differ)


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:42:12
  Author: felixonmars
Revision: 202963

Python 3.6 rebuild

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:40:52 UTC (rev 202962)
+++ PKGBUILD2016-12-27 06:42:12 UTC (rev 202963)
@@ -7,7 +7,7 @@
 
 pkgname=retext
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:40:39
  Author: felixonmars
Revision: 202961

Python 3.6 rebuild

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:40:03 UTC (rev 202960)
+++ PKGBUILD2016-12-27 06:40:39 UTC (rev 202961)
@@ -4,7 +4,7 @@
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
 arch=('any')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:40:52
  Author: felixonmars
Revision: 202962

archrelease: copy trunk to community-staging-any

Added:
  python-flask-socketio/repos/community-staging-any/
  python-flask-socketio/repos/community-staging-any/PKGBUILD
(from rev 202961, python-flask-socketio/trunk/PKGBUILD)

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

Copied: python-flask-socketio/repos/community-staging-any/PKGBUILD (from rev 
202961, python-flask-socketio/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:40:52 UTC (rev 202962)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.8.2
+pkgrel=2
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha512sums=('35424b87222aa82384e358ec5a51b8d7d723c324065ad231f55e4a7c8ed6ba7bd9dbc3e6b0be6ade073c0333cd81f9eb317fc618a54104c6b3767914647e7e87')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' 'python-eventlet' 'python-socketio')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-flask-socketio() {
+  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
+  cd ${_pkgname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:39:56
  Author: bpiotrowski
Revision: 202959

Python 3.6 rebuild

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:39:29 UTC (rev 202958)
+++ PKGBUILD2016-12-27 06:39:56 UTC (rev 202959)
@@ -5,7 +5,7 @@
 pkgbase=python-openstackclient
 pkgname=(python-openstackclient python2-openstackclient)
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStack Command-line Client"
 arch=('any')
 url="http://docs.openstack.org/developer/python-openstackclient;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:40:03
  Author: bpiotrowski
Revision: 202960

archrelease: copy trunk to community-staging-any

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

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

Copied: python-openstackclient/repos/community-staging-any/PKGBUILD (from rev 
202959, python-openstackclient/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:40:03 UTC (rev 202960)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstackclient
+pkgname=(python-openstackclient python2-openstackclient)
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="http://docs.openstack.org/developer/python-openstackclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
+ 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
+ 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstackclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py build
+
+  cd "$srcdir"/python-openstackclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstackclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstackclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
+   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
+   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
+
+  cd "$srcdir"/python-openstackclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstackclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
+   'python2-keystoneauth1' 'python-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
+   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
+   'python2-cinderclient')
+
+  cd "$srcdir"/python-openstackclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/openstack{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:39:29
  Author: felixonmars
Revision: 202958

archrelease: copy trunk to community-staging-any

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

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

Copied: python-amqp/repos/community-staging-any/PKGBUILD (from rev 202957, 
python-amqp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:39:29 UTC (rev 202958)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-amqp
+pkgname=('python-amqp' 'python2-amqp')
+pkgver=2.1.4
+pkgrel=2
+pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
+arch=('any')
+url="http://github.com/celery/py-amqp;
+license=('LGPL')
+makedepends=('python-vine' 'python2-vine' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a py-amqp{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py-amqp
+  python setup.py build
+
+  cd "$srcdir"/py-amqp-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/py-amqp
+  python setup.py ptr
+
+  cd "$srcdir"/py-amqp-py2
+  python2 setup.py ptr
+}
+
+package_python-amqp() {
+  depends=('python-vine')
+
+  cd py-amqp
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-amqp() {
+  depends=('python2-vine')
+
+  cd py-amqp-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:39:14
  Author: felixonmars
Revision: 202957

Python 3.6 rebuild

Modified:
  python-amqp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:38:43 UTC (rev 202956)
+++ PKGBUILD2016-12-27 06:39:14 UTC (rev 202957)
@@ -5,7 +5,7 @@
 pkgbase=python-amqp
 pkgname=('python-amqp' 'python2-amqp')
 pkgver=2.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
 arch=('any')
 url="http://github.com/celery/py-amqp;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:38:37
  Author: bpiotrowski
Revision: 202955

Python 3.6 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:38:22 UTC (rev 202954)
+++ PKGBUILD2016-12-27 06:38:37 UTC (rev 202955)
@@ -4,7 +4,7 @@
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
 pkgver=4.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:38:43
  Author: bpiotrowski
Revision: 202956

archrelease: copy trunk to community-staging-any

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

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

Copied: python-envisage/repos/community-staging-any/PKGBUILD (from rev 202955, 
python-envisage/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:38:43 UTC (rev 202956)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-envisage
+pkgname=('python2-envisage' 'python-envisage')
+pkgver=4.5.1
+pkgrel=2
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage;
+license=('BSD')
+makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
+
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
+md5sums=('827537cf5d07a1676955d731fc1dc888')
+
+prepare() {
+  cd "$srcdir"
+  cp -a envisage-${pkgver} envisage-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/envisage-py2-$pkgver
+
+  msg "Building Python2"
+  python2 setup.py build
+
+  cd "$srcdir"/envisage-$pkgver
+
+  msg "Building Python3"
+  python setup.py build
+}
+
+package_python2-envisage() {
+  depends=('python2-apptools')
+  optdepends=('ipython2: for IPython shell plugin')
+  cd "$srcdir"/envisage-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-envisage() {
+  depends=('python-apptools')
+  optdepends=('ipython: for IPython shell plugin')
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:37:55
  Author: felixonmars
Revision: 202950

archrelease: copy trunk to community-staging-any

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

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

Copied: python-dockerpty/repos/community-staging-any/PKGBUILD (from rev 202949, 
python-dockerpty/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:37:55 UTC (rev 202950)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+
+pkgname=(python-dockerpty python2-dockerpty)
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="Python library to use the pseudo-tty of a docker container"
+arch=('any')
+license=('Apache')
+url="https://github.com/d11wtq/dockerpty;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-docker-py' 
'python2-docker-py'
+ 'python-six' 'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-expects' 
'python2-expects')
+source=("git+https://github.com/d11wtq/dockerpty.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a dockerpty{,-py2}
+}
+
+build() {
+  cd "$srcdir/dockerpty"
+  python setup.py build
+
+  cd "$srcdir/dockerpty-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/dockerpty"
+  py.test
+
+  cd "$srcdir/dockerpty-py2"
+  py.test2
+}
+
+package_python-dockerpty() {
+  depends=('python-six' 'python-docker-py')
+
+  cd dockerpty
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-dockerpty() {
+  depends=('python2-six' 'python2-docker-py')
+
+  cd dockerpty-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:37:57
  Author: bpiotrowski
Revision: 202951

Python 3.6 rebuild

Modified:
  python-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:37:55 UTC (rev 202950)
+++ PKGBUILD2016-12-27 06:37:57 UTC (rev 202951)
@@ -4,7 +4,7 @@
 pkgbase=python-traitsui
 pkgname=('python2-traitsui' 'python-traitsui')
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
 url="https://github.com/enthought/traitsui;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:38:04
  Author: bpiotrowski
Revision: 202952

archrelease: copy trunk to community-staging-any

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

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

Copied: python-traitsui/repos/community-staging-any/PKGBUILD (from rev 202951, 
python-traitsui/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:38:04 UTC (rev 202952)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-traitsui
+pkgname=('python2-traitsui' 'python-traitsui')
+pkgver=5.1.0
+pkgrel=2
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui;
+license=('BSD')
+makedepends=('python-setuptools' 'python-pyface' 'python2-setuptools' 
'python2-pyface')
+
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+md5sums=('4250a1986e883e3542ca6d00dbf07ce2')
+
+prepare() {
+  cd "$srcdir"
+  cp -a traitsui-${pkgver} traitsui-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/traitsui-py2-$pkgver
+
+  msg "Building Python2"
+  python2 setup.py build
+
+  cd "$srcdir"/traitsui-$pkgver
+
+  msg "Building Python3"
+  python setup.py build
+}
+
+package_python2-traitsui() {
+  depends=('python2-pyface')
+  cd "$srcdir"/traitsui-py2-$pkgver
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-traitsui() {
+  depends=('python-pyface')
+  cd "$srcdir"/traitsui-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:37:42
  Author: felixonmars
Revision: 202949

Python 3.6 rebuild

Modified:
  python-dockerpty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:36:57 UTC (rev 202948)
+++ PKGBUILD2016-12-27 06:37:42 UTC (rev 202949)
@@ -5,7 +5,7 @@
 
 pkgname=(python-dockerpty python2-dockerpty)
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python library to use the pseudo-tty of a docker container"
 arch=('any')
 license=('Apache')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:38:22
  Author: felixonmars
Revision: 202954

archrelease: copy trunk to community-staging-any

Added:
  python-karellen-geventws/repos/community-staging-any/
  python-karellen-geventws/repos/community-staging-any/PKGBUILD
(from rev 202953, python-karellen-geventws/trunk/PKGBUILD)

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

Copied: python-karellen-geventws/repos/community-staging-any/PKGBUILD (from rev 
202953, python-karellen-geventws/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:38:22 UTC (rev 202954)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-karellen-geventws
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
+arch=('any')
+url="https://github.com/karellen/karellen-geventws;
+license=('Apache')
+depends=('python-gevent')
+makedepends=('python-pybuilder' 'python-karellen-pyb-plugin' 'python-cram' 
'flake8' 'python-sphinx'
+ 'python-unittest-xml-reporting' 'python-wsaccel' 'git')
+optdepends=('python-wsaccel: for better performance')
+source=("git+https://github.com/karellen/karellen-geventws.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+check() {
+  cd "$srcdir"/karellen-geventws
+  pyb -v analyze
+}
+
+package() {
+  cd karellen-geventws
+  pyb -v -o package
+  cd target/dist/karellen-geventws-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:38:09
  Author: felixonmars
Revision: 202953

Python 3.6 rebuild

Modified:
  python-karellen-geventws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:38:04 UTC (rev 202952)
+++ PKGBUILD2016-12-27 06:38:09 UTC (rev 202953)
@@ -3,7 +3,7 @@
 
 pkgname=python-karellen-geventws
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Websocket handler for the gevent pywsgi server, a Python network 
library"
 arch=('any')
 url="https://github.com/karellen/karellen-geventws;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:36:57
  Author: bpiotrowski
Revision: 202948

archrelease: copy trunk to community-staging-any

Added:
  qutebrowser/repos/community-staging-any/
  qutebrowser/repos/community-staging-any/PKGBUILD
(from rev 202947, qutebrowser/trunk/PKGBUILD)

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

Copied: qutebrowser/repos/community-staging-any/PKGBUILD (from rev 202947, 
qutebrowser/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:36:57 UTC (rev 202948)
@@ -0,0 +1,48 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
+   "python-jinja" "python-pygments" "python-pypeg2" "python-pyqt5>=5.2"
+   "python-yaml" "qt5-base>=5.2" "qt5-webkit>=5.2" "xdg-utils")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: Displaying PDF in-browser")
+options=(!emptydirs)
+source=("https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.svg \
+   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
+   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:36:49
  Author: bpiotrowski
Revision: 202946

Python 3.6 rebuild

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:36:36 UTC (rev 202945)
+++ PKGBUILD2016-12-27 06:36:49 UTC (rev 202946)
@@ -3,7 +3,7 @@
 
 pkgname=qutebrowser
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
 url="http://www.qutebrowser.org/;


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:36:50
  Author: felixonmars
Revision: 202947

archrelease: copy trunk to community-staging-any

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

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

Copied: python-google-api-python-client/repos/community-staging-any/PKGBUILD 
(from rev 202945, python-google-api-python-client/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:36:50 UTC (rev 202947)
@@ -0,0 +1,64 @@
+# $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.5.5
+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-httplib2'
+ 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
+ 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
+ 'python-six')
+source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+md5sums=('b5adb22e8d770afd623a996bd19cd9b8')
+
+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-httplib2' 'python2-oauth2client' 'python2-uritemplate' 
'python2-six')
+  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-httplib2' 'python-oauth2client' 'python-uritemplate' 
'python-six')
+  cd "$srcdir/google-api-python-client-$pkgver"
+ 
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}
+


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:36:36
  Author: felixonmars
Revision: 202945

Python 3.6 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:36:05 UTC (rev 202944)
+++ PKGBUILD2016-12-27 06:36:36 UTC (rev 202945)
@@ -5,7 +5,7 @@
 pkgbase=python-google-api-python-client
 pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Google API Client Library for Python"
 arch=('any')
 url="https://github.com/google/google-api-python-client;


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:36:05
  Author: bpiotrowski
Revision: 202944

archrelease: copy trunk to community-staging-any

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

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

Copied: python-parsedatetime/repos/community-staging-any/PKGBUILD (from rev 
202943, python-parsedatetime/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:36:05 UTC (rev 202944)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Daniel M. Capella 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Limao Luo 
+# Contributor: Jeremy Sands 
+
+pkgbase=python-parsedatetime
+pkgname=('python-parsedatetime' 'python2-parsedatetime')
+pkgver=2.1
+pkgrel=2
+pkgdesc="Parse human-readable date/time strings."
+arch=('any')
+license=('Apache')
+url='http://github.com/bear/parsedatetime'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-pyicu' 'python2-pyicu'
+  'python-coverage' 'python2-coverage')
+source=("git+https://github.com/bear/parsedatetime.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a parsedatetime{,-py2}
+}
+
+build() {
+  cd "$srcdir"/parsedatetime
+  python setup.py build
+
+  cd "$srcdir"/parsedatetime-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/parsedatetime
+  nosetests3
+
+  cd "$srcdir"/parsedatetime-py2
+  nosetests2
+}
+
+package_python-parsedatetime() {
+  depends=('python')
+
+  cd parsedatetime
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-parsedatetime() {
+  depends=('python2')
+
+  cd parsedatetime-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:35:58
  Author: bpiotrowski
Revision: 202943

Python 3.6 rebuild

Modified:
  python-parsedatetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:28:18 UTC (rev 202942)
+++ PKGBUILD2016-12-27 06:35:58 UTC (rev 202943)
@@ -9,7 +9,7 @@
 pkgbase=python-parsedatetime
 pkgname=('python-parsedatetime' 'python2-parsedatetime')
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Parse human-readable date/time strings."
 arch=('any')
 license=('Apache')


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:28:18
  Author: felixonmars
Revision: 202942

archrelease: copy trunk to community-staging-any

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

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

Copied: python-passlib/repos/community-staging-any/PKGBUILD (from rev 202941, 
python-passlib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-27 06:28:18 UTC (rev 202942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: onny 
+
+pkgbase=python-passlib
+pkgname=(python-passlib python2-passlib)
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A password hashing library for Python"
+arch=('any')
+url="https://code.google.com/p/passlib/;
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-bcrypt' 'python2-bcrypt'
+  'python-django' 'python2-django' 'python2-m2crypto')
+source=("https://pypi.io/packages/source/p/passlib/passlib-$pkgver.tar.gz;)
+sha512sums=('7187c4e5145e66be58e69f3f764d318e38e4d494c89020a441defb680d035fe3d96b5ad2f9f981ce5da91cf38e6ee444cbd752d5412b97c91abafac0ae393d6b')
+
+prepare() {
+  cp -a passlib-$pkgver{,-py2}
+}
+
+check() {
+  export PASSLIB_TEST_MODE=full
+
+  cd "$srcdir"/passlib-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/passlib-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-passlib() {
+  depends=("python")
+  optdepends=("python-bcrypt: accelerate Bcrypt hashes")
+
+  cd passlib-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-passlib() {
+  depends=("python2")
+  optdepends=("python2-m2crypto: accelerate PBKDF2-based hashes"
+  "python2-bcrypt: accelerate Bcrypt hashes")
+
+  cd passlib-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 06:27:45
  Author: felixonmars
Revision: 202941

upgpkg: python-passlib 1.7.0-2

python 3.6 rebuild

Modified:
  python-passlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:56:35 UTC (rev 202940)
+++ PKGBUILD2016-12-27 06:27:45 UTC (rev 202941)
@@ -5,7 +5,7 @@
 pkgbase=python-passlib
 pkgname=(python-passlib python2-passlib)
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A password hashing library for Python"
 arch=('any')
 url="https://code.google.com/p/passlib/;


[arch-commits] Commit in haskell-yesod/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:56:35
  Author: felixonmars
Revision: 202940

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod/repos/community-staging-i686/
  haskell-yesod/repos/community-staging-i686/PKGBUILD
(from rev 202939, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 202939, haskell-yesod/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 202939, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:56:35 UTC (rev 202940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3.1
+pkgrel=29
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" 
"haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-auth" 
"haskell-yesod-core"
+ "haskell-yesod-form" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 202939, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:56:35 UTC (rev 202940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3.1
+pkgrel=29
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" 
"haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-auth" 
"haskell-yesod-core"
+ "haskell-yesod-form" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:56:13
  Author: felixonmars
Revision: 202939

upgpkg: haskell-yesod 1.4.3.1-29

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:52:37 UTC (rev 202938)
+++ PKGBUILD2016-12-27 03:56:13 UTC (rev 202939)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-dav/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:52:37
  Author: felixonmars
Revision: 202938

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 202937, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 202937, haskell-dav/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 202937, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:52:37 UTC (rev 202938)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=35
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 202937, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:52:37 UTC (rev 202938)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=35
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:52:18
  Author: felixonmars
Revision: 202937

upgpkg: haskell-dav 1.3.1-35

rebuild with shakespeare-2.0.12

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:49:17 UTC (rev 202936)
+++ PKGBUILD2016-12-27 03:52:18 UTC (rev 202937)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=34
+pkgrel=35
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


[arch-commits] Commit in haskell-yesod-default/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:49:17
  Author: felixonmars
Revision: 202936

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 202935, haskell-yesod-default/trunk/PKGBUILD)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 202935, haskell-yesod-default/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
202935, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:49:17 UTC (rev 202936)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=90
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
202935, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:49:17 UTC (rev 202936)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=90
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:48:55
  Author: felixonmars
Revision: 202935

upgpkg: haskell-yesod-default 1.2.0-90

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:46:44 UTC (rev 202934)
+++ PKGBUILD2016-12-27 03:48:55 UTC (rev 202935)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=89
+pkgrel=90
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:46:23
  Author: felixonmars
Revision: 202933

upgpkg: haskell-yesod-static 1.5.1.1-20

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:43:11 UTC (rev 202932)
+++ PKGBUILD2016-12-27 03:46:23 UTC (rev 202933)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-static/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:46:44
  Author: felixonmars
Revision: 202934

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 202933, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 202933, haskell-yesod-static/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
202933, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:46:44 UTC (rev 202934)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=20
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
202933, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:46:44 UTC (rev 202934)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=20
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+

[arch-commits] Commit in haskell-xml-hamlet/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:43:11
  Author: felixonmars
Revision: 202932

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-xml-hamlet/repos/community-staging-i686/
  haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD
(from rev 202931, haskell-xml-hamlet/trunk/PKGBUILD)
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 202931, haskell-xml-hamlet/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
202931, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:43:11 UTC (rev 202932)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.12
+pkgrel=14
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0ff43b778e9e497b468dd123ab81fa8cfc84dcd0a6c8ab06b8fc27cf3e0669d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
202931, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:43:11 UTC (rev 202932)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.12
+pkgrel=14
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0ff43b778e9e497b468dd123ab81fa8cfc84dcd0a6c8ab06b8fc27cf3e0669d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:42:50
  Author: felixonmars
Revision: 202931

upgpkg: haskell-xml-hamlet 0.4.0.12-14

rebuild with shakespeare-2.0.12

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:40:11 UTC (rev 202930)
+++ PKGBUILD2016-12-27 03:42:50 UTC (rev 202931)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.0.12
-pkgrel=13
+pkgrel=14
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-yesod-auth/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:40:11
  Author: felixonmars
Revision: 202930

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 202929, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 202929, haskell-yesod-auth/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
202929, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:40:11 UTC (rev 202930)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=9
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a917b003c348aa4b3d8c673efb32e0ea0f9190affa86d435b9bea9f11ab85cfd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
202929, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:40:11 UTC (rev 202930)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=9
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:39:24
  Author: felixonmars
Revision: 202929

upgpkg: haskell-yesod-auth 1.4.15-9

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:33:28 UTC (rev 202928)
+++ PKGBUILD2016-12-27 03:39:24 UTC (rev 202929)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.15
-pkgrel=8
+pkgrel=9
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-form/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:33:28
  Author: felixonmars
Revision: 202928

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-i686/
  haskell-yesod-form/repos/community-staging-i686/PKGBUILD
(from rev 202927, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 202927, haskell-yesod-form/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
202927, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:33:28 UTC (rev 202928)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.9
+pkgrel=22
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bd53f12d97a89e93b15fc6b06e63fbe041301635508f933203596f349a74110d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+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 $_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
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
202927, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:33:28 UTC (rev 202928)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.9
+pkgrel=22
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bd53f12d97a89e93b15fc6b06e63fbe041301635508f933203596f349a74110d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+  

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:33:08
  Author: felixonmars
Revision: 202927

upgpkg: haskell-yesod-form 1.4.9-22

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:29:03 UTC (rev 202926)
+++ PKGBUILD2016-12-27 03:33:08 UTC (rev 202927)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.9
-pkgrel=21
+pkgrel=22
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:28:42
  Author: felixonmars
Revision: 202925

upgpkg: haskell-yesod-persistent 1.4.1.1-5

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:26:27 UTC (rev 202924)
+++ PKGBUILD2016-12-27 03:28:42 UTC (rev 202925)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in haskell-yesod-persistent/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:29:03
  Author: felixonmars
Revision: 202926

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 202925, haskell-yesod-persistent/trunk/PKGBUILD)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 202925, haskell-yesod-persistent/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 202925, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:29:03 UTC (rev 202926)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=5
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 202925, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:29:03 UTC (rev 202926)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=5
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 

[arch-commits] Commit in haskell-yesod-core/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:26:27
  Author: felixonmars
Revision: 202924

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 202923, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 202923, haskell-yesod-core/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
202923, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:26:27 UTC (rev 202924)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.30
+pkgrel=6
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('1136dbf0beacbb7ea18b73616e059aa85ec5fbbf0ecae88e7ff3ac8eb685f654')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
202923, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:26:27 UTC (rev 202924)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.30
+pkgrel=6
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 

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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:26:07
  Author: felixonmars
Revision: 202923

upgpkg: haskell-yesod-core 1.4.30-6

rebuild with shakespeare-2.0.12

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:20:30 UTC (rev 202922)
+++ PKGBUILD2016-12-27 03:26:07 UTC (rev 202923)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.30
-pkgrel=5
+pkgrel=6
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:19:59
  Author: felixonmars
Revision: 202921

upgpkg: haskell-shakespeare 2.0.12-1

rebuild with shakespeare-2.0.12

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 03:01:15 UTC (rev 202920)
+++ PKGBUILD2016-12-27 03:19:59 UTC (rev 202921)
@@ -4,8 +4,8 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.11.2
-pkgrel=5
+pkgver=2.0.12
+pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")
@@ -14,7 +14,7 @@
  "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
  "haskell-unordered-containers" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('536327335c60f144aa372e4e0f163097bb0b435e28438bf7c54f1f22271f71d4')
+sha256sums=('9f07d26f00bba94ea47c35197132d22d8f6cb56de53bad818c5db8382c7cae91')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-shakespeare/repos (4 files)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 03:20:30
  Author: felixonmars
Revision: 202922

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-shakespeare/repos/community-staging-i686/
  haskell-shakespeare/repos/community-staging-i686/PKGBUILD
(from rev 202921, haskell-shakespeare/trunk/PKGBUILD)
  haskell-shakespeare/repos/community-staging-x86_64/
  haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD
(from rev 202921, haskell-shakespeare/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
202921, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-27 03:20:30 UTC (rev 202922)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.12
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9f07d26f00bba94ea47c35197132d22d8f6cb56de53bad818c5db8382c7cae91')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
202921, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-27 03:20:30 UTC (rev 202922)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.12
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9f07d26f00bba94ea47c35197132d22d8f6cb56de53bad818c5db8382c7cae91')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

[arch-commits] Commit in gdc/repos (10 files)

2016-12-26 Thread Mihails Strasuns
Date: Monday, December 26, 2016 @ 22:49:19
  Author: dicebot
Revision: 202872

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 202871, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/paths.diff
(from rev 202871, gdc/trunk/paths.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 202871, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/paths.diff
(from rev 202871, gdc/trunk/paths.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-i686/system_zlib.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff
  gdc/repos/community-x86_64/system_zlib.diff

---+
 /PKGBUILD |  272 
 community-i686/PKGBUILD   |  127 
 community-i686/folders.diff   |   39 -
 community-i686/paths.diff |   39 +
 community-i686/system_zlib.diff   |   49 --
 community-x86_64/PKGBUILD |  127 
 community-x86_64/folders.diff |   39 -
 community-x86_64/paths.diff   |   39 +
 community-x86_64/system_zlib.diff |   49 --
 9 files changed, 350 insertions(+), 430 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-26 22:49:05 UTC (rev 202871)
+++ community-i686/PKGBUILD 2016-12-26 22:49:19 UTC (rev 202872)
@@ -1,127 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-# Contributor: Jerome Berger 
-# Contributor: Jesus Alvarez 
-# Contributor: Allan McRae 
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=6.1.1
-pkgrel=1
-_pkgver=6
-_islver=0.16.1
-_commit=80f78834
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/D-Programming-GDC/GDC;
-makedepends=('binutils>=2.26' 'git' 'gcc' 'make' 'perl' 'automake')
-options=('!emptydirs' '!buildflags')
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-source=(
-git://gcc.gnu.org/git/gcc.git#commit=${_commit}
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-
gdc::git://github.com/D-Programming-GDC/GDC.git#commit=73a7fb5d4e75c0e1a4ee7cdb67d080cceb8ff955
-git+https://github.com/D-Programming-GDC/GDMD.git
-folders.diff
-system_zlib.diff
-)
-sha256sums=(
-'SKIP'
-'412538bb65c799ac98e17e8cfcdacbb257a57362acfaaff254b0fcae970126d2'
-'SKIP'
-'SKIP'
-'ea5c80a28026393bd4627485602660a4a01d9fbc65299e95e768013e197bad20'
-'3c818788b5435794c37e5d3d131fe74c813368a3b7260f85fb2cd725308e4889'
-)
-
-# gcc-6.0 forces a changed triplet - need to address in pacman/devtools
-[[ $CARCH == "x86_64" ]] && CHOST=x86_64-pc-linux-gnu
-
-prepare() {
-  cd ${srcdir}/gcc
-
-  # link isl for in-tree build
-  ln -sf ../isl-${_islver} isl
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # Arch Linux installs x86_64 libraries /lib
-  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  cd $srcdir/gdc
-  git apply $srcdir/folders.diff # fix gdc_include_path
-  git apply $srcdir/system_zlib.diff # use correct system zlib
-  ./setup-gcc.sh ../gcc
-
-  mkdir ${srcdir}/gcc-build
-}
-
-build() {
-  cd ${srcdir}/gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  ${srcdir}/gcc/configure --prefix=/usr \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --mandir=/usr/share/man --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-languages=d \
-  --enable-shared --enable-threads=posix --enable-libmpx \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make -j 4
-}
-
-package_gdc()
-{
-depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
-provides=("d-compiler")
-pkgdesc="Compiler for D programming language which uses gcc backend"
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-
-# tools
-install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
-install -D 

  1   2   3   4   5   >