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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:45:23
  Author: felixonmars
Revision: 327987

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 05:44:37 UTC (rev 327986)
+++ PKGBUILD2018-05-23 05:45:23 UTC (rev 327987)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-magic
-pkgname=(python-magic python2-magic)
-pkgver=5.29
-pkgrel=2
-pkgdesc="Python bindings to the magic library"
-arch=('any')
-url='http://darwinsys.com/file/'
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-license=('custom')
-source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-md5sums=('b7b57b36b577c9cede2f2d1342203302')
-
-package_python-magic() {
-  depends=('python')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_python2-magic() {
-  depends=('python2')
-
-  cd "${srcdir}/file-${pkgver}/python"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: python-magic/repos/community-any/PKGBUILD (from rev 327986, 
python-magic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 05:45:23 UTC (rev 327987)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+
+pkgbase=python-magic
+pkgname=(python-magic python2-magic)
+pkgver=5.30
+pkgrel=1
+pkgdesc="Python bindings to the magic library"
+arch=('any')
+url='http://darwinsys.com/file/'
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+license=('custom')
+source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
+sha512sums=('473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc')
+
+package_python-magic() {
+  depends=('python')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-magic() {
+  depends=('python2')
+
+  cd "${srcdir}/file-${pkgver}/python"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm0644 "${srcdir}/file-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:44:37
  Author: felixonmars
Revision: 327986

upgpkg: python-magic 5.30-1

Modified:
  python-magic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:42:45 UTC (rev 327985)
+++ PKGBUILD2018-05-23 05:44:37 UTC (rev 327986)
@@ -2,8 +2,8 @@
 
 pkgbase=python-magic
 pkgname=(python-magic python2-magic)
-pkgver=5.29
-pkgrel=2
+pkgver=5.30
+pkgrel=1
 pkgdesc="Python bindings to the magic library"
 arch=('any')
 url='http://darwinsys.com/file/'
@@ -10,7 +10,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 license=('custom')
 source=("ftp://ftp.astron.com/pub/file/file-${pkgver}.tar.gz;)
-md5sums=('b7b57b36b577c9cede2f2d1342203302')
+sha512sums=('473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc')
 
 package_python-magic() {
   depends=('python')


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:42:45
  Author: felixonmars
Revision: 327985

archrelease: copy trunk to community-any

Added:
  python-pytest-asyncio/repos/community-any/PKGBUILD
(from rev 327984, python-pytest-asyncio/trunk/PKGBUILD)
Deleted:
  python-pytest-asyncio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 05:42:15 UTC (rev 327984)
+++ PKGBUILD2018-05-23 05:42:45 UTC (rev 327985)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-asyncio
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Pytest support for asyncio."
-arch=('any')
-license=('Apache')
-url="https://github.com/pytest-dev/pytest-asyncio/;
-depends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
-sha512sums=('d46d93398c69eb4164ca485c32de0166a9c7001c604999e9b6f2b29e45e1d5939a6e101203057c26e3e811f22f9a05b76e2038f258421001bc436e849acb9137')
-
-build() {
-  cd pytest-asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 327984, 
python-pytest-asyncio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 05:42:45 UTC (rev 327985)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/;
+depends=('python-pytest')
+checkdepends=('python-pytest-cov' 'python-async_generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
+sha512sums=('c7d52feadb31764cd59da7c74a957592e2042c31a81483804ffbab7467cf41f88db097e145038779538dfe757eb6757cc5dc69d6057dda8217044309f558a251')
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:42:15
  Author: felixonmars
Revision: 327984

upgpkg: python-pytest-asyncio 0.7.0-1

Modified:
  python-pytest-asyncio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:41:36 UTC (rev 327983)
+++ PKGBUILD2018-05-23 05:42:15 UTC (rev 327984)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-asyncio
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Pytest support for asyncio."
 arch=('any')
@@ -9,8 +9,9 @@
 license=('Apache')
 url="https://github.com/pytest-dev/pytest-asyncio/;
 depends=('python-pytest')
+checkdepends=('python-pytest-cov' 'python-async_generator')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
-sha512sums=('d46d93398c69eb4164ca485c32de0166a9c7001c604999e9b6f2b29e45e1d5939a6e101203057c26e3e811f22f9a05b76e2038f258421001bc436e849acb9137')
+sha512sums=('c7d52feadb31764cd59da7c74a957592e2042c31a81483804ffbab7467cf41f88db097e145038779538dfe757eb6757cc5dc69d6057dda8217044309f558a251')
 
 build() {
   cd pytest-asyncio-$pkgver


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:41:36
  Author: felixonmars
Revision: 327983

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 327982, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 327982, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 327982, stunnel/trunk/stunnel.sysusers.conf)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 327982, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +-
 PKGBUILD  |  108 
 stunnel.sysusers.conf |2 
 stunnel.tmpfiles.conf |2 
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2018-05-23 05:40:51 UTC (rev 327982)
+++ Makefile.patch  2018-05-23 05:41:36 UTC (rev 327983)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 327982, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2018-05-23 05:41:36 UTC (rev 327983)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 05:40:51 UTC (rev 327982)
+++ PKGBUILD2018-05-23 05:41:36 UTC (rev 327983)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.44
-pkgrel=3
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'libnsl')
-makedepends=('systemd')
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.sysusers.conf'
-'stunnel.tmpfiles.conf')
-sha256sums=('990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299'
-'SKIP'
-'1d60f6504d9d29ef1832c242b62f09dcd8c31fbdf5aa1297779c8e5c54aa33de'
-'c73ade1db94a280778be6c0876862108c31faa1a92d7485d699a725894443c78'
-'e27c3f9fe440550ddc03446c0315710b80ebddb51085f169bbc765d7ab56ea63')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 327982, 
stunnel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 05:41:36 UTC (rev 327983)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.45
+pkgrel=1
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
+arch=('x86_64')

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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:40:51
  Author: felixonmars
Revision: 327982

upgpkg: stunnel 5.45-1

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:34:51 UTC (rev 327981)
+++ PKGBUILD2018-05-23 05:40:51 UTC (rev 327982)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.44
-pkgrel=3
+pkgver=5.45
+pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
 url="https://www.stunnel.org/;
@@ -16,11 +16,11 @@
 'Makefile.patch'
 'stunnel.sysusers.conf'
 'stunnel.tmpfiles.conf')
-sha256sums=('990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299'
+sha512sums=('653fea6e5002983bb9231a542ab1bab078428821910b8e257adbeea88e583e84d080615f232d5d3086e8d6069c43ddbdfc7923c4b50071ab0c0be547e76d8983'
 'SKIP'
-'1d60f6504d9d29ef1832c242b62f09dcd8c31fbdf5aa1297779c8e5c54aa33de'
-'c73ade1db94a280778be6c0876862108c31faa1a92d7485d699a725894443c78'
-'e27c3f9fe440550ddc03446c0315710b80ebddb51085f169bbc765d7ab56ea63')
+
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
+
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
+
'f4a1fa8a03796fd445b5851df22bbaba40b9b5821809a654733b5482c89be9d03a36f893ad4f69f9ae9a10bfc03c84f281082ed716be3597e594fc75be850493')
 validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
 
 build() {


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:34:51
  Author: felixonmars
Revision: 327981

archrelease: copy trunk to community-x86_64

Added:
  isomd5sum/repos/community-x86_64/PKGBUILD
(from rev 327980, isomd5sum/trunk/PKGBUILD)
Deleted:
  isomd5sum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 05:34:27 UTC (rev 327980)
+++ PKGBUILD2018-05-23 05:34:51 UTC (rev 327981)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrick McCarty 
-# Contributor: Fernando Munoz 
-# Contributor: Alexandre Bique 
-
-pkgbase=isomd5sum
-pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
-pkgver=1.2.2
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-makedepends=('popt' 'python' 'python2')
-url='https://github.com/rhinstaller/isomd5sum'
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz;)
-options=('!emptydirs')
-sha512sums=('a92305c996151f6e806327305918720eb584cf16cd5a1fa3ab8eec8d2594f351a69db7c8770359c561f49097e8c068608ce88e174bcb80449b3c5e79086fa860')
-
-prepare() {
-  sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile
-
-  cp -a $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  make PYTHON=python2 pyisomd5sum.so
-}
-
-package_isomd5sum() {
-  depends=('popt')
-  pkgdesc="Utilities for working with md5sum implanted in ISO images"
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-bin install-devel
-}
-
-package_python-isomd5sum() {
-  depends=('python')
-  pkgdesc="Python3 bindings for isomd5sum"
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-python
-}
-
-package_python2-isomd5sum() {
-  depends=('python2')
-  pkgdesc="Python2 bindings for isomd5sum"
-
-  cd $pkgbase-$pkgver-py2
-  make PYTHON=python2 DESTDIR="$pkgdir" install-python
-}

Copied: isomd5sum/repos/community-x86_64/PKGBUILD (from rev 327980, 
isomd5sum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 05:34:51 UTC (rev 327981)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrick McCarty 
+# Contributor: Fernando Munoz 
+# Contributor: Alexandre Bique 
+
+pkgbase=isomd5sum
+pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
+pkgver=1.2.3
+pkgrel=1
+arch=('x86_64')
+license=('GPL')
+makedepends=('popt' 'python' 'python2')
+url='https://github.com/rhinstaller/isomd5sum'
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz;)
+options=('!emptydirs')
+sha512sums=('a500faa368377c8fb5dfc311bc3a6dbadd253e6af7928b691d1fc11e25b69819a611f72fa201e70f5df257cdc491c97d1f612bb179fa49de1fb0a638d6ac7972')
+
+prepare() {
+  sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile
+
+  cp -a $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  make PYTHON=python2 pyisomd5sum.so
+}
+
+package_isomd5sum() {
+  depends=('popt')
+  pkgdesc="Utilities for working with md5sum implanted in ISO images"
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-bin install-devel
+}
+
+package_python-isomd5sum() {
+  depends=('python')
+  pkgdesc="Python3 bindings for isomd5sum"
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-python
+}
+
+package_python2-isomd5sum() {
+  depends=('python2')
+  pkgdesc="Python2 bindings for isomd5sum"
+
+  cd $pkgbase-$pkgver-py2
+  make PYTHON=python2 DESTDIR="$pkgdir" install-python
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:34:27
  Author: felixonmars
Revision: 327980

upgpkg: isomd5sum 1.2.3-1

Modified:
  isomd5sum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:23:25 UTC (rev 327979)
+++ PKGBUILD2018-05-23 05:34:27 UTC (rev 327980)
@@ -6,7 +6,7 @@
 
 pkgbase=isomd5sum
 pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 arch=('x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 url='https://github.com/rhinstaller/isomd5sum'
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz;)
 options=('!emptydirs')
-sha512sums=('a92305c996151f6e806327305918720eb584cf16cd5a1fa3ab8eec8d2594f351a69db7c8770359c561f49097e8c068608ce88e174bcb80449b3c5e79086fa860')
+sha512sums=('a500faa368377c8fb5dfc311bc3a6dbadd253e6af7928b691d1fc11e25b69819a611f72fa201e70f5df257cdc491c97d1f612bb179fa49de1fb0a638d6ac7972')
 
 prepare() {
   sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:22:29
  Author: felixonmars
Revision: 327974

upgpkg: darcs 2.14.0-21

rebuild with fgl,5.6.0.0

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:11:47 UTC (rev 327973)
+++ PKGBUILD2018-05-23 05:22:29 UTC (rev 327974)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=20
+pkgrel=21
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")
@@ -25,7 +25,8 @@
 prepare() {
 cd $pkgname-$pkgver
 sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
-   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' 
$pkgname.cabal
+   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' \
+   -e 's/<.*5.6/<6/' $pkgname.cabal
 
 sed -e 's/^ghc /ghc -dynamic /' \
 -e 's/ ghc / ghc -dynamic /' \


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:22:51
  Author: felixonmars
Revision: 327975

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 327974, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 327974, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 05:22:51 UTC (rev 327975)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.0
+pkgrel=21
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a9c90b4d1a5caa395682405123702452a45382771795a5bd5c8d1a6816ca4411ca0bebc9188e9b396774e7db75289c73de9630dac388070d140ce20e7537fd46')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
+   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' \
+   -e 's/<.*5.6/<6/' $pkgname.cabal
+
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:11:24
  Author: felixonmars
Revision: 327972

upgpkg: hopenpgp-tools 0.21-7

rebuild with fgl,5.6.0.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:09:33 UTC (rev 327971)
+++ PKGBUILD2018-05-23 05:11:24 UTC (rev 327972)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21
-pkgrel=6
+pkgrel=7
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:11:47
  Author: felixonmars
Revision: 327973

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 327972, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 327972, hopenpgp-tools/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   44 
 ghc-8.4.patch |   17 +
 2 files changed, 61 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
327972, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 05:11:47 UTC (rev 327973)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21
+pkgrel=7
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-binary-conduit' 'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-crypto-pubkey' 'haskell-cryptohash' 
'haskell-errors'
+ 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-monad-loops' 'haskell-openpgp-asciiarmor' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-resourcet'
+ 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ghc-8.4.patch)
+sha512sums=('bfea3b24fbf61ddf0da0b87728448d191921c662eead7f0de0383fc1c653d4a77a7c3babbfc55a5cb1ea7ef4215499654182622d7be98617c0b2f1d9d079f751'
+
'94810a884eef875fc61f8235e4fad6c1e67d267fe3edaad4968f52110ea732b8c911068cc324b92bbdb045bf7f527eb866485f7737bd876277fc3c1ce20db8f1')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
327972, hopenpgp-tools/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-05-23 05:11:47 UTC (rev 
327973)
@@ -0,0 +1,17 @@
+diff --git a/hokey.hs.orig b/hokey.hs
+index a78d5a2..b951fe1 100644
+--- a/hokey.hs.orig
 b/hokey.hs
+@@ -153,9 +153,11 @@ instance A.ToJSON b => A.ToJSON (FakeMap Text b) where
+ toJSON = A.toJSON . Map.fromList . unFakeMap
+ instance A.ToJSON RevocationStatus
+ 
++instance Semigroup UIDReport where
++(<>) (UIDReport a b c d e) (UIDReport a' b' c' d' e') = UIDReport (a <> 
a') (b <> b') (c <> c') (d <> d') (e <> e')
++
+ instance Monoid UIDReport where
+ mempty = UIDReport [] [] [] [] []
+-mappend (UIDReport a b c d e) (UIDReport a' b' c' d' e') = UIDReport (a 
<> a') (b <> b') (c <> c') (d <> d') (e <> e')
+ 
+ checkKey :: Maybe POSIXTime -> TK -> KeyReport
+ checkKey mpt key = (\x -> x { keyBestOf = populateBestOf x, 
keyHasEncryptionCapableSubkey = hasEncryptionCapableSubkey (concatMap 
skUsageFlags (keySubkeys x)) }) KeyReport {


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:09:09
  Author: felixonmars
Revision: 327970

upgpkg: haskell-graphviz 2999.20.0.0-2

rebuild with fgl,5.6.0.0

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:06:55 UTC (rev 327969)
+++ PKGBUILD2018-05-23 05:09:09 UTC (rev 327970)
@@ -5,7 +5,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:09:33
  Author: felixonmars
Revision: 327971

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-graphviz/repos/community-staging-x86_64/PKGBUILD (from rev 
327970, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 05:09:33 UTC (rev 327971)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.20.0.0
+pkgrel=2
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-colour' 'haskell-dlist' 'haskell-fgl' 
'haskell-polyparse'
+ 'haskell-temporary' 'haskell-wl-pprint-text')
+makedepends=('ghc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ivan-m/graphviz/archive/$pkgver.tar.gz;)
+sha512sums=('61f6e25e17387ecf00e4aac4c7b43cf7c415a458002f08371fb755f5f4026c2d85d2170d0d2ef436293b334b86da89ac6dbe8fd1b4502095d284379e5849ffdd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:06:29
  Author: felixonmars
Revision: 327968

upgpkg: haskell-fgl 5.6.0.0-1

rebuild with fgl,5.6.0.0

Modified:
  haskell-fgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:03:47 UTC (rev 327967)
+++ PKGBUILD2018-05-23 05:06:29 UTC (rev 327968)
@@ -4,8 +4,8 @@
 
 _hkgname=fgl
 pkgname=haskell-fgl
-pkgver=5.5.4.0
-pkgrel=4
+pkgver=5.6.0.0
+pkgrel=1
 pkgdesc="Martin Erwig's Functional Graph Library"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3de94b65b878185e9f4790233ac9c37c80e97f4a83bd772f8782410ebaf5d7fcc17b2e17e0eef4fea56ede0066df3ce6b7258faf629ab3b248225cc906ac133f')
+sha512sums=('0da15994f95d86dd27a6678eb762afb72d87b28176f82505691b5e5215e2c73edfe7ed2f36021254a02a749d5f39f23bf68a8957900fb335e651be5b68ec11f2')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:06:55
  Author: felixonmars
Revision: 327969

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fgl/repos/community-staging-x86_64/PKGBUILD (from rev 327968, 
haskell-fgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 05:06:55 UTC (rev 327969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fgl
+pkgname=haskell-fgl
+pkgver=5.6.0.0
+pkgrel=1
+pkgdesc="Martin Erwig's Functional Graph Library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0da15994f95d86dd27a6678eb762afb72d87b28176f82505691b5e5215e2c73edfe7ed2f36021254a02a749d5f39f23bf68a8957900fb335e651be5b68ec11f2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcontainers042
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:03:47
  Author: felixonmars
Revision: 327967

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 05:03:16 UTC (rev 327966)
+++ PKGBUILD2018-05-23 05:03:47 UTC (rev 327967)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-fs
-pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.20
-pkgrel=1
-pkgdesc="Filesystem abstraction layer"
-arch=('any')
-license=('custom:BSD')
-url="http://pypi.python.org/pypi/fs/;
-makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
- 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
-  'python2-pyftpdlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('b5524c662f378c765dcb228b6c5988e0d3a796fec546cd3b2d4e10b6c6d1167dcece549a7b78a4f0217e3e636ed91b4c6d38aaba36d8dd7ff7e4d89fe48b2889')
-
-prepare() {
-  cp -a pyfilesystem2-$pkgver{,-py2}
-
-  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
-}
-
-build() {
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
nosetests3 tests
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2 tests
-}
-
-package_python-fs() {
-  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
-
-  cd pyfilesystem2-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-fs() {
-  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
-   'python2-six')
-
-  cd pyfilesystem2-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-fs/repos/community-any/PKGBUILD (from rev 327966, 
python-fs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 05:03:47 UTC (rev 327967)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=2.0.23
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/;
+makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
+ 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six'
+ 'python2-typing' 'python2-backports.os')
+checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
+  'python2-pyftpdlib' 'python-psutil' 'python2-psutil' 
'python-pysendfile'
+  'python2-pysendfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
+sha512sums=('fb3cf4fff46c37ff1e6628e0aa2f2dcc303751b0dc4da9627a3380f0ed708d060665d44b1ec0719b6b20908c45e4643bea84b59e3ecf494fff76f85fe0cb8325')
+
+prepare() {
+  cp -a pyfilesystem2-$pkgver{,-py2}
+
+  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
nosetests3 tests
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2 tests
+}
+
+package_python-fs() {
+  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
+
+  cd pyfilesystem2-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
+   

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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 05:03:16
  Author: felixonmars
Revision: 327966

upgpkg: python-fs 2.0.23-1

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 05:01:18 UTC (rev 327965)
+++ PKGBUILD2018-05-23 05:03:16 UTC (rev 327966)
@@ -3,7 +3,7 @@
 
 pkgbase=python-fs
 pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.20
+pkgver=2.0.23
 pkgrel=1
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
@@ -10,11 +10,13 @@
 license=('custom:BSD')
 url="http://pypi.python.org/pypi/fs/;
 makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
- 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
+ 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six'
+ 'python2-typing' 'python2-backports.os')
 checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
-  'python2-pyftpdlib')
+  'python2-pyftpdlib' 'python-psutil' 'python2-psutil' 
'python-pysendfile'
+  'python2-pysendfile')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('b5524c662f378c765dcb228b6c5988e0d3a796fec546cd3b2d4e10b6c6d1167dcece549a7b78a4f0217e3e636ed91b4c6d38aaba36d8dd7ff7e4d89fe48b2889')
+sha512sums=('fb3cf4fff46c37ff1e6628e0aa2f2dcc303751b0dc4da9627a3380f0ed708d060665d44b1ec0719b6b20908c45e4643bea84b59e3ecf494fff76f85fe0cb8325')
 
 prepare() {
   cp -a pyfilesystem2-$pkgver{,-py2}
@@ -51,7 +53,7 @@
 
 package_python2-fs() {
   depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
-   'python2-six')
+   'python2-six' 'python2-typing' 'python2-backports.os')
 
   cd pyfilesystem2-$pkgver-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:29:22
  Author: felixonmars
Revision: 327947

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 327946, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 327946, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   61 
 ghc-8.4.patch |  121 
 2 files changed, 182 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 327946, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:29:22 UTC (rev 327947)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180509
+pkgrel=20
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+ghc-8.4.patch)
+sha512sums=('SKIP'
+
'b73ccbe31b1f792522f3e1a98c43cdd1d6bc92cb42a6ef4d71e1966465e55973b04dd4e23c5aecf6b09565a28c2ff43bcca32b50a4e8a2d1b71fc5f4633783cf')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
327946, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-05-23 04:29:22 UTC (rev 
327947)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , 

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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:29:02
  Author: felixonmars
Revision: 327946

upgpkg: git-annex 6.20180509-20

rebuild with uri-bytestring,0.3.2.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:24:00 UTC (rev 327945)
+++ PKGBUILD2018-05-23 04:29:02 UTC (rev 327946)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180509
-pkgrel=19
+pkgrel=20
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:23:23
  Author: felixonmars
Revision: 327943

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
327942, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:23:23 UTC (rev 327943)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.3
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' '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-cryptonite' 'haskell-data-default' 'haskell-email-validate'
+ 'haskell-file-embed' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-memory' 'haskell-mime-mail' 
'haskell-network-uri'
+ 'haskell-nonce' 'haskell-persistent' 'haskell-persistent-template' 
'haskell-random'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-unliftio'
+ 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('67c23def147cf2cc174475d193e97afdf2b6fc4121a9fec7e0894562e626774bee9114325c26f172e58686119a3508ed2365ece419a10721873d43bf7684854a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:23:36
  Author: felixonmars
Revision: 327944

addpkg: python2-backports.os 0.1.1-1

Added:
  python2-backports.os/
  python2-backports.os/repos/
  python2-backports.os/trunk/
  python2-backports.os/trunk/PKGBUILD

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

Added: python2-backports.os/trunk/PKGBUILD
===
--- python2-backports.os/trunk/PKGBUILD (rev 0)
+++ python2-backports.os/trunk/PKGBUILD 2018-05-23 04:23:36 UTC (rev 327944)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports.os
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Backport of new features in Python's os module"
+arch=('any')
+url="https://github.com/pjdelport/backports.os;
+license=('PSF')
+depends=('python2-backports' 'python2-future')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-hypothesis' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/b/backports.os/backports.os-$pkgver.tar.gz;)
+sha256sums=('b472c4933094306ca08ec90b2a8cbb50c34f1fb2767775169a1c1650b7b74630')
+
+check() {
+  cd backports.os-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd backports.os-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
+}


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


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:24:00
  Author: felixonmars
Revision: 327945

archrelease: copy trunk to community-any

Added:
  python2-backports.os/repos/community-any/
  python2-backports.os/repos/community-any/PKGBUILD
(from rev 327944, python2-backports.os/trunk/PKGBUILD)

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

Copied: python2-backports.os/repos/community-any/PKGBUILD (from rev 327944, 
python2-backports.os/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-05-23 04:24:00 UTC (rev 327945)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-backports.os
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Backport of new features in Python's os module"
+arch=('any')
+url="https://github.com/pjdelport/backports.os;
+license=('PSF')
+depends=('python2-backports' 'python2-future')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-hypothesis' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/b/backports.os/backports.os-$pkgver.tar.gz;)
+sha256sums=('b472c4933094306ca08ec90b2a8cbb50c34f1fb2767775169a1c1650b7b74630')
+
+check() {
+  cd backports.os-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd backports.os-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:23:02
  Author: felixonmars
Revision: 327942

upgpkg: haskell-yesod-auth 1.6.3-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:21:47 UTC (rev 327941)
+++ PKGBUILD2018-05-23 04:23:02 UTC (rev 327942)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:21:47
  Author: felixonmars
Revision: 327941

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 327940, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 327940, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:21:47 UTC (rev 327941)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.9.1
+pkgrel=4
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('95015d582907be112b2cf910139850f147e2efd96d42436e12434d9977133db1dbbd39e97ba35247ccb1d84b754ebd15d5195ebe8d93f31df0f9651b37359c37')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:21:28
  Author: felixonmars
Revision: 327940

upgpkg: hledger-api 1.9.1-4

rebuild with uri-bytestring,0.3.2.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:20:14 UTC (rev 327939)
+++ PKGBUILD2018-05-23 04:21:28 UTC (rev 327940)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:20:14
  Author: felixonmars
Revision: 327939

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 327938, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 327938, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:20:14 UTC (rev 327939)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.9.2
+pkgrel=4
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7a2ca40f96bc00a5419f1becb02ff86f2b58f7f34a03b85859034bcb7bf301458c5b6b5159e95bea65223fbdc0f65dbb0b09a9275adc4bfcbfc586f3a30ab837')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:19:51
  Author: felixonmars
Revision: 327938

upgpkg: hledger-web 1.9.2-4

rebuild with uri-bytestring,0.3.2.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:18:12 UTC (rev 327937)
+++ PKGBUILD2018-05-23 04:19:51 UTC (rev 327938)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:18:12
  Author: felixonmars
Revision: 327937

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: 

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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:17:50
  Author: felixonmars
Revision: 327936

upgpkg: stack 1.7.1-3

rebuild with uri-bytestring,0.3.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:12:02 UTC (rev 327935)
+++ PKGBUILD2018-05-23 04:17:50 UTC (rev 327936)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:12:02
  Author: felixonmars
Revision: 327935

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
327934, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:12:02 UTC (rev 327935)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3.20180402
+_commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
+pkgrel=5
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/bitemyapp/esqueleto/archive/$_commit.tar.gz;)
+sha512sums=('27e1c7c3dc8598a4b57fa9c30f9121d4858653e64ad1a92fc3d82c487374fe4cc48246924890812198d58c25a3d3f9110a35c0ef27d9040ea15e4559c1c3355f')
+
+prepare() {
+mv $_hkgname-{$_commit,$pkgver}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:11:36
  Author: felixonmars
Revision: 327934

upgpkg: haskell-esqueleto 2.5.3.20180402-5

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:10:31 UTC (rev 327933)
+++ PKGBUILD2018-05-23 04:11:36 UTC (rev 327934)
@@ -6,7 +6,7 @@
 pkgname=haskell-esqueleto
 pkgver=2.5.3.20180402
 _commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:10:31
  Author: felixonmars
Revision: 327933

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 327932, haskell-servant-server/trunk/PKGBUILD)

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 327932, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:10:31 UTC (rev 327933)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.13.0.1
+pkgrel=6
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-exceptions' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-safe' 'haskell-servant' 'haskell-split'
+ 'haskell-string-conversions' 'haskell-system-filepath' 
'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-wai-extra'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45e6b8eb9b60efc1bfe046d3e7c93eac4a7c8f9a9f199dd13bcde16a4ba11ad63e3a31c05f056ed1e8266e45307f37982ab9723bb2721978881312521f264d1d')
+
+prepare() {
+cd $_hkgname-$pkgver
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:10:08
  Author: felixonmars
Revision: 327932

upgpkg: haskell-servant-server 0.13.0.1-6

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:08:41 UTC (rev 327931)
+++ PKGBUILD2018-05-23 04:10:08 UTC (rev 327932)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.13.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:08:41
  Author: felixonmars
Revision: 327931

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 327930, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 327930, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:08:41 UTC (rev 327931)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.5
+pkgrel=4
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-servant' 'haskell-singleton-bool' 
'haskell-swagger2'
+ 'haskell-unordered-containers' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-cabal-doctest' 'haskell-doctest'
+ 'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f71bfa4b19bfa8ce747e97d537b592875a8e96b449e37b397cb42a698c0d252eadf5430781d443dcaf57774239fa1304a6b51709873f22289752ad23ec73d726')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*1.3/<2/' -e 's/<.*4.11/<5/' -e 's/<.*0.14/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:08:19
  Author: felixonmars
Revision: 327930

upgpkg: haskell-servant-swagger 1.1.5-4

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:06:53 UTC (rev 327929)
+++ PKGBUILD2018-05-23 04:08:19 UTC (rev 327930)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:06:53
  Author: felixonmars
Revision: 327929

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 327928, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:06:53 UTC (rev 327929)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-semigroups' 'haskell-shakespeare' 
'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:06:19
  Author: felixonmars
Revision: 327928

upgpkg: haskell-yesod 1.6.0-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:05:18 UTC (rev 327927)
+++ PKGBUILD2018-05-23 04:06:19 UTC (rev 327928)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:05:18
  Author: felixonmars
Revision: 327927

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
327926, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:05:18 UTC (rev 327927)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.4
+pkgrel=7
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7e282e2ef503aa81bf979b395806bd1144c0cbd2f0dc24c464fdf0485bdb498bd8a4495789fe8afc8f37747dfbf66c1ca266069a37d5cc7ae5c0fd10ae96e13a')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:04:54
  Author: felixonmars
Revision: 327926

upgpkg: haskell-yesod-test 1.6.4-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:03:46 UTC (rev 327925)
+++ PKGBUILD2018-05-23 04:04:54 UTC (rev 327926)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:03:46
  Author: felixonmars
Revision: 327925

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
327924, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:03:46 UTC (rev 327925)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.13.0.1
+pkgrel=4
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-http-api-data' 
'haskell-http-media'
+ 'haskell-http-types' 'haskell-natural-transformation' 'haskell-mmorph'
+ 'haskell-tagged' 'haskell-singleton-bool' 'haskell-string-conversions'
+ 'haskell-network-uri' 'haskell-vault')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-aeson-compat' 
'haskell-hspec'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3be9a97f2cc3d60cf3fc0f09aa3ee227f777dcb7e85e8579b1c169319f03dbb742fafa7dd1d4a1d20cdd04534cd327af3cbb04daf684ebdfc4e6e3a8c7b819d6')
+
+prepare() {
+cd $_hkgname-$pkgver
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:03:16
  Author: felixonmars
Revision: 327924

upgpkg: haskell-servant 0.13.0.1-4

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:01:55 UTC (rev 327923)
+++ PKGBUILD2018-05-23 04:03:16 UTC (rev 327924)
@@ -5,7 +5,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.13.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:01:28
  Author: felixonmars
Revision: 327922

upgpkg: haskell-yesod-form 1.6.1-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 04:00:09 UTC (rev 327921)
+++ PKGBUILD2018-05-23 04:01:28 UTC (rev 327922)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:01:55
  Author: felixonmars
Revision: 327923

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
327922, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:01:55 UTC (rev 327923)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.1
+pkgrel=7
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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-wai" "haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('97228b512945f502ed72274c0544da72aff77d17b09c7199ac8c3eb5791d528a6105c2d18c62ca62eb33cd11f6d80ebbdf73b76e8ab7190e6ed5c7eba3892cb1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 04:00:09
  Author: felixonmars
Revision: 327921

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 327920, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 04:00:09 UTC (rev 327921)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0
+pkgrel=7
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8000d9f9a3406aff157652989946b915ba54e4241e59afc29c51c647f5c45d05cad7d46a92423fa3811a9a6238f6a4a759320309b337d369346fe5470d927982')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:59:48
  Author: felixonmars
Revision: 327920

upgpkg: haskell-yesod-persistent 1.6.0-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:58:51 UTC (rev 327919)
+++ PKGBUILD2018-05-23 03:59:48 UTC (rev 327920)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:58:51
  Author: felixonmars
Revision: 327919

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 327918, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 327918, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:58:51 UTC (rev 327919)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.8.1.2
+pkgrel=7
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-persistent' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-unliftio-core' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('06797905f8695949730a4ea705e1ebb8c09ad3a81d14b320e2e7c1d14dad484e4c2f213696341ce54293992fab15def013dba2965a5ca385736ae4c5ac316e82')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:58:26
  Author: felixonmars
Revision: 327918

upgpkg: haskell-persistent-sqlite 2.8.1.2-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:57:31 UTC (rev 327917)
+++ PKGBUILD2018-05-23 03:58:26 UTC (rev 327918)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.8.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:57:31
  Author: felixonmars
Revision: 327917

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 327916, haskell-persistent-template/trunk/PKGBUILD)

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 327916, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:57:31 UTC (rev 327917)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.4
+pkgrel=31
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1235fc32718fbde495f1c8e202ee59b56ebc68fd7fbc79e65ddbe5db542f36f4d13257a6281d074d18e66831582cc4a9f32010c43c4421480fc857c0eee4b3e2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:57:06
  Author: felixonmars
Revision: 327916

upgpkg: haskell-persistent-template 2.5.4-31

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:56:10 UTC (rev 327915)
+++ PKGBUILD2018-05-23 03:57:06 UTC (rev 327916)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.4
-pkgrel=30
+pkgrel=31
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:56:10
  Author: felixonmars
Revision: 327915

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
327914, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:56:10 UTC (rev 327915)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.8.2
+pkgrel=7
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 
'haskell-fast-logger'
+ 'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-path-pieces'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 
'haskell-silently'
+ 'haskell-src-meta' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-unliftio-core'
+ 'haskell-vector' 'haskell-void')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('238203dafac06ed43a599d0be1eb4c7931a41734facb02174dd02d3789ad3afe39f42bdb7907aeedd42caf2d63e483066b5f43315826563d2a67fd8c8e7f4936')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:55:42
  Author: felixonmars
Revision: 327914

upgpkg: haskell-persistent 2.8.2-7

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:53:56 UTC (rev 327913)
+++ PKGBUILD2018-05-23 03:55:42 UTC (rev 327914)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.8.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in haskell-http-api-data/repos (2 files)

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:53:56
  Author: felixonmars
Revision: 327913

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-api-data/repos/community-staging-x86_64/
  haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD
(from rev 327912, haskell-http-api-data/trunk/PKGBUILD)

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

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
327912, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:53:56 UTC (rev 327913)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.8.1
+pkgrel=13
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="https://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 
'haskell-hashable'
+ 'haskell-http-types' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hunit'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7fdb041dc95aa0b197af3e38a5270a8355d1aa7fe3c295234951bcb5592a5ab233c18c4b6f5da8f24ffbcddc477241138ae3c8b7225a5418200826bb114eb769')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:52:12
  Author: felixonmars
Revision: 327912

upgpkg: haskell-http-api-data 0.3.8.1-13

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:50:17 UTC (rev 327911)
+++ PKGBUILD2018-05-23 03:52:12 UTC (rev 327912)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.8.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="https://github.com/fizruk/http-api-data;
 license=("custom:BSD3")


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:50:17
  Author: felixonmars
Revision: 327911

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-uri-bytestring/repos/community-staging-x86_64/
  haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 327910, haskell-uri-bytestring/trunk/PKGBUILD)

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

Copied: haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 327910, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:50:17 UTC (rev 327911)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.3.2.0
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-base-compat' 
'haskell-quickcheck-instances'
+ 'haskell-generics-sop')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('937379b7d9505752e7bc09f3788115c8fab54db43733c5c17c314bb3cbb942dc0446b8b024cf993d5f3408e7211eb24ceac4e3ff65c4a196d504799cb2e1069e')
+
+prepare() {
+sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:49:55
  Author: felixonmars
Revision: 327910

upgpkg: haskell-uri-bytestring 0.3.2.0-1

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:48:44 UTC (rev 327909)
+++ PKGBUILD2018-05-23 03:49:55 UTC (rev 327910)
@@ -3,8 +3,8 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.3.1.1
-pkgrel=17
+pkgver=0.3.2.0
+pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring;
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
  'haskell-tasty-quickcheck' 'haskell-base-compat' 
'haskell-quickcheck-instances'
  'haskell-generics-sop')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a2f154e74e3c74ecf8f5934fe5e917b4d7a7c0ab712ca86da41adebb3da9d7e723275a9fc220dce7d1d065855d217c9462aedabd8844731228e45e0ef7af1ccc')
+sha512sums=('937379b7d9505752e7bc09f3788115c8fab54db43733c5c17c314bb3cbb942dc0446b8b024cf993d5f3408e7211eb24ceac4e3ff65c4a196d504799cb2e1069e')
 
 prepare() {
-sed -e '/fail/d' -e '/, semigroups/d' -i 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:47:36
  Author: felixonmars
Revision: 327871

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 03:47:35 UTC (rev 327870)
+++ PKGBUILD2018-05-23 03:47:36 UTC (rev 327871)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.45.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('d8c124d3f7b1583d71e40804c02b9d57a4f8ea724f54ec10afd985a9d2e54e1018d2b0729605c860ee703f5dbed78a3f39001aca9daed6b329dd3db69e71f005')
-
-prepare() {
-  cp -a braintree_python-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/braintree_python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/braintree_python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/braintree_python-$pkgver
-  nosetests3 tests/unit
-
-  cd "$srcdir"/braintree_python-$pkgver-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd braintree_python-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 327864, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 03:47:36 UTC (rev 327871)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.46.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
+sha512sums=('eb2076f71858fb801c4ea5202cc7de8f3db1752c996367b62ade9b668636e88f34833b6abf18624287a797c330d37bc354bf408bd7d92cc7d478c80776de4e90')
+
+prepare() {
+  cp -a braintree_python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/braintree_python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/braintree_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/braintree_python-$pkgver
+  nosetests3 tests/unit
+
+  cd "$srcdir"/braintree_python-$pkgver-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd braintree_python-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:47:06
  Author: felixonmars
Revision: 327857

upgpkg: python-braintree 3.46.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:46:36 UTC (rev 327856)
+++ PKGBUILD2018-05-23 03:47:06 UTC (rev 327857)
@@ -3,7 +3,7 @@
 
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
-pkgver=3.45.0
+pkgver=3.46.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-nose' 'python2-nose' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('d8c124d3f7b1583d71e40804c02b9d57a4f8ea724f54ec10afd985a9d2e54e1018d2b0729605c860ee703f5dbed78a3f39001aca9daed6b329dd3db69e71f005')
+sha512sums=('eb2076f71858fb801c4ea5202cc7de8f3db1752c996367b62ade9b668636e88f34833b6abf18624287a797c330d37bc354bf408bd7d92cc7d478c80776de4e90')
 
 prepare() {
   cp -a braintree_python-$pkgver{,-py2}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:46:10
  Author: felixonmars
Revision: 327855

upgpkg: darcs 2.14.0-20

rebuild with cryptonite,0.25

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:45:58 UTC (rev 327854)
+++ PKGBUILD2018-05-23 03:46:10 UTC (rev 327855)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=18
+pkgrel=20
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")
@@ -25,7 +25,7 @@
 prepare() {
 cd $pkgname-$pkgver
 sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
-   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' $pkgname.cabal
+   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' 
$pkgname.cabal
 
 sed -e 's/^ghc /ghc -dynamic /' \
 -e 's/ ghc / ghc -dynamic /' \


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:46:36
  Author: felixonmars
Revision: 327856

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 327855, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 327855, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-23 03:46:36 UTC (rev 327856)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.0
+pkgrel=20
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a9c90b4d1a5caa395682405123702452a45382771795a5bd5c8d1a6816ca4411ca0bebc9188e9b396774e7db75289c73de9630dac388070d140ce20e7537fd46')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
+   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' 
$pkgname.cabal
+
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:45:58
  Author: felixonmars
Revision: 327854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 03:45:29 UTC (rev 327853)
+++ PKGBUILD2018-05-23 03:45:58 UTC (rev 327854)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.3
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('40c853b7cf7611ba2ef7652417c0d42ea4392f5ea9cbe319dbb9e3dd063594e5c637fb5d13f77935fb9a034d395b28fa9480fec1c6cca1852644add4ac18cce8')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 327853, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 03:45:58 UTC (rev 327854)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.23.4
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('2ef3bf112c4ee8b859848d3dc8b6f63bd10dc851d3dcf54d946b73070f23bef22beb5b7976d541b1d348bc67dcb53ba80d8f4af64aa9ec61bed855c97e150f2d')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:45:29
  Author: felixonmars
Revision: 327853

upgpkg: python-tqdm 4.23.4-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:44:21 UTC (rev 327852)
+++ PKGBUILD2018-05-23 03:45:29 UTC (rev 327853)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.3
+pkgver=4.23.4
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('40c853b7cf7611ba2ef7652417c0d42ea4392f5ea9cbe319dbb9e3dd063594e5c637fb5d13f77935fb9a034d395b28fa9480fec1c6cca1852644add4ac18cce8')
+sha512sums=('2ef3bf112c4ee8b859848d3dc8b6f63bd10dc851d3dcf54d946b73070f23bef22beb5b7976d541b1d348bc67dcb53ba80d8f4af64aa9ec61bed855c97e150f2d')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:44:21
  Author: felixonmars
Revision: 327852

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 327851, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 327851, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   56 ++--
 uglify-js.install |   16 +++---
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 03:43:55 UTC (rev 327851)
+++ PKGBUILD2018-05-23 03:44:21 UTC (rev 327852)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.26
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5c7c6eb593716f1d149ea354ae32ffc2f0012f18ab118a5b0278c25866a43df41125b6c0185d9d23e618c37d341799982a6ef306d8188b0de43a2405a1bce095')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 327851, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 03:44:21 UTC (rev 327852)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.27
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('3bde30c4c49bded77f4e5a1f9084d8bd8225bc855d95dbcd5c35517a4ccad7709066e2f7eee6b89eb7575f4468ecc6a97d4573825447b34ffe8a63d151d3a086')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-05-23 03:43:55 UTC (rev 327851)
+++ uglify-js.install   2018-05-23 03:44:21 UTC (rev 327852)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 327851, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-05-23 03:44:21 UTC (rev 327852)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:43:55
  Author: felixonmars
Revision: 327851

upgpkg: uglify-js 3.3.27-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:42:31 UTC (rev 327850)
+++ PKGBUILD2018-05-23 03:43:55 UTC (rev 327851)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.26
+pkgver=3.3.27
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5c7c6eb593716f1d149ea354ae32ffc2f0012f18ab118a5b0278c25866a43df41125b6c0185d9d23e618c37d341799982a6ef306d8188b0de43a2405a1bce095')
+sha512sums=('3bde30c4c49bded77f4e5a1f9084d8bd8225bc855d95dbcd5c35517a4ccad7709066e2f7eee6b89eb7575f4468ecc6a97d4573825447b34ffe8a63d151d3a086')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:42:31
  Author: felixonmars
Revision: 327850

archrelease: copy trunk to community-testing-any

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

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

Copied: python-raven/repos/community-testing-any/PKGBUILD (from rev 327849, 
python-raven/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-05-23 03:42:31 UTC (rev 327850)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=6.8.0
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 'python2-django'
+  'python-pycodestyle' 'python2-pycodestyle' 'python-mock' 
'python2-mock' 'python-nose'
+  'python2-nose' 'python2-gevent' 'python-pytz' 'python2-pytz' 
'python-exam'
+  'python2-exam' 'python-requests' 'python2-requests' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-webob' 
'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 
'python2-blinker' 'python-logbook'
+  'python2-logbook' 'python-pytest-django' 'python2-pytest-django' 
'python2-webpy'
+  'python-flask-login' 'python2-flask-login' 
'python-pytest-timeout'
+  'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
+  'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz;)
+sha512sums=('4fdd186a5bc413e9b1a6e63088a3c43a057d6351edcd7e0302aca387cd6895d0b0862e35bfa86b647dd70b6e3c33201aadca80691b18880a456db5d84e33fb17')
+
+prepare() {
+  cp -a raven-python-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/raven-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/raven-python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack distribution check by installing it
+  # "-p no:logging": https://github.com/getsentry/raven-python/issues/1164
+
+  cd "$srcdir"/raven-python-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" \
+py.test -p no:logging tests
+
+  cd "$srcdir"/raven-python-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
+py.test2 -p no:logging tests
+}
+
+package_python-raven() {
+  depends=('python')
+  optdepends=('python-setuptools: for "raven" script')
+
+  cd "$srcdir"/raven-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-raven() {
+  depends=('python2-contextlib2')
+  optdepends=('python2-setuptools: for "raven2" script')
+
+  cd "$srcdir"/raven-python-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/raven{,2}
+
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:42:09
  Author: felixonmars
Revision: 327849

upgpkg: python-raven 6.8.0-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 03:41:32 UTC (rev 327848)
+++ PKGBUILD2018-05-23 03:42:09 UTC (rev 327849)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=6.7.0
+pkgver=6.8.0
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')
@@ -24,7 +24,7 @@
   'python2-pytest-timeout' 'python-zconfig' 'python2-zconfig' 
'python-pytest-xdist'
   'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/getsentry/raven-python/archive/$pkgver.tar.gz;)
-sha512sums=('96022bf3fcd8144c5c03dfccb150e72d427f307b83befbb465b7dac1304c0e125155526886e48661556bac12055c454185a8ca7967070b73b09f3df2eedb6788')
+sha512sums=('4fdd186a5bc413e9b1a6e63088a3c43a057d6351edcd7e0302aca387cd6895d0b0862e35bfa86b647dd70b6e3c33201aadca80691b18880a456db5d84e33fb17')
 
 prepare() {
   cp -a raven-python-$pkgver{,-py2}


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:41:00
  Author: felixonmars
Revision: 327847

upgpkg: thefuck 3.27-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 02:04:53 UTC (rev 327846)
+++ PKGBUILD2018-05-23 03:41:00 UTC (rev 327847)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.26
+pkgver=3.27
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
+sha512sums=('766c589f0e99a9773e74094e91c6a74d00e5be8b7241680ad664ecc3f549b597416bc7a4d289f399ed3a0d9ccad629ed78bb983edc809664c303c687ea1eec1a')
 
 build() {
   cd thefuck-$pkgver


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:41:32
  Author: felixonmars
Revision: 327848

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 327847, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 03:41:00 UTC (rev 327847)
+++ PKGBUILD2018-05-23 03:41:32 UTC (rev 327848)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.26
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
- 'python-pyte')
-makedepends=('python-pip')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
-
-build() {
-  cd thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd thefuck-$pkgver
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 327847, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 03:41:32 UTC (rev 327848)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.27
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
+ 'python-pyte')
+makedepends=('python-pip')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+sha512sums=('766c589f0e99a9773e74094e91c6a74d00e5be8b7241680ad664ecc3f549b597416bc7a4d289f399ed3a0d9ccad629ed78bb983edc809664c303c687ea1eec1a')
+
+build() {
+  cd thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd thefuck-$pkgver
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 02:04:42
  Author: anthraxx
Revision: 327845

upgpkg: pax-utils 1.2.3-3 (hotfix ld path init without ld.conf)

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:59:19 UTC (rev 327844)
+++ PKGBUILD2018-05-23 02:04:42 UTC (rev 327845)
@@ -5,7 +5,7 @@
 
 pkgname=pax-utils
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='ELF utils that can check files for security relevant properties'
 url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')
@@ -15,6 +15,11 @@
 sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2')
 
sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure \


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 02:04:53
  Author: anthraxx
Revision: 327846

archrelease: copy trunk to community-x86_64

Added:
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 327845, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 02:04:42 UTC (rev 327845)
+++ PKGBUILD2018-05-23 02:04:53 UTC (rev 327846)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: sh0 
-# Contributor: Maxwel 
-
-pkgname=pax-utils
-pkgver=1.2.3
-pkgrel=2
-pkgdesc='ELF utils that can check files for security relevant properties'
-url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
-arch=('x86_64')
-license=('GPL2')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
-source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2')
-sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---with-caps \
---with-seccomp \
---with-python
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 327845, 
pax-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 02:04:53 UTC (rev 327846)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: sh0 
+# Contributor: Maxwel 
+
+pkgname=pax-utils
+pkgver=1.2.3
+pkgrel=3
+pkgdesc='ELF utils that can check files for security relevant properties'
+url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
+arch=('x86_64')
+license=('GPL2')
+depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
+source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d231b1a34aea2b9205c24fada79a8251d4c3fbcce49367fc055fe43e4c9783b2')
+sha512sums=('efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-caps \
+--with-seccomp \
+--with-python
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in googlemaps/repos/community-testing-x86_64 (3 files)

2018-05-22 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 23, 2018 @ 01:59:19
  Author: bisson
Revision: 327844

archrelease: copy trunk to community-testing-x86_64

Added:
  googlemaps/repos/community-testing-x86_64/PKGBUILD
(from rev 327843, googlemaps/trunk/PKGBUILD)
Deleted:
  googlemaps/repos/community-testing-x86_64/PKGBUILD
  googlemaps/repos/community-testing-x86_64/qt510.patch

-+
 PKGBUILD|   65 +-
 qt510.patch |   21 --
 2 files changed, 29 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:58:39 UTC (rev 327843)
+++ PKGBUILD2018-05-23 01:59:19 UTC (rev 327844)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=googlemaps
-pkgver=20171202
-_commit=b8d0b353f26df3d8e8d45b8ef325619f9ba84075
-pkgrel=4
-pkgdesc='Google Maps plugin for QtLocation'
-url='https://github.com/vladest/googlemaps'
-license=('MIT')
-arch=('x86_64')
-makedepends=('git' 'qt5-tools')
-depends=('qt5-location')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit};
-'qt510.patch')
-sha256sums=('SKIP'
-'69285a7073c26175ae46207d728822b3cc9e8b957d60def07e8007d69fade0d4')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-   patch -p1 -i ../qt510.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   install -d build
-   cd build
-   qmake ../googlemaps.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   cd build
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: googlemaps/repos/community-testing-x86_64/PKGBUILD (from rev 327843, 
googlemaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:59:19 UTC (rev 327844)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180405
+_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+pkgrel=1
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: qt510.patch
===
--- qt510.patch 2018-05-23 01:58:39 UTC (rev 327843)
+++ qt510.patch 2018-05-23 01:59:19 UTC (rev 327844)
@@ -1,21 +0,0 @@
-diff -Naur old/qgeotiledmappingmanagerenginegooglemaps.cpp 
new/qgeotiledmappingmanagerenginegooglemaps.cpp
 old/qgeotiledmappingmanagerenginegooglemaps.cpp2017-12-12 
21:10:20.007206707 -1000
-+++ new/qgeotiledmappingmanagerenginegooglemaps.cpp2017-12-12 
21:10:09.380442993 -1000
-@@ -45,11 +45,16 @@
- types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2);
- types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3);
- types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4);
--#else
-+#elif QT_VERSION < QT_VERSION_CHECK(5,10,0)
- types << QGeoMapType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal 
map view in daylight mode"), false, false, 1, "googlemaps");
- types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2, "googlemaps");
- types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3, "googlemaps");
- types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4, "googlemaps");
-+#else
-+types << QGeoMapType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal 
map view in daylight mode"), false, false, 1, "googlemaps", capabilities, 
parameters);
-+types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2, "googlemaps", 
capabilities, parameters);
-+types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3, "googlemaps", capabilities, 
parameters);
-+types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4, "googlemaps", 
capabilities, parameters);
- #endif
- setSupportedMapTypes(types);
- 


[arch-commits] Commit in googlemaps/trunk (PKGBUILD qt510.patch)

2018-05-22 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 23, 2018 @ 01:58:39
  Author: bisson
Revision: 327843

upstream update, build against Qt 5.11.0

Modified:
  googlemaps/trunk/PKGBUILD
Deleted:
  googlemaps/trunk/qt510.patch

-+
 PKGBUILD|   17 +
 qt510.patch |   21 -
 2 files changed, 5 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:51:36 UTC (rev 327842)
+++ PKGBUILD2018-05-23 01:58:39 UTC (rev 327843)
@@ -2,9 +2,9 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=googlemaps
-pkgver=20171202
-_commit=b8d0b353f26df3d8e8d45b8ef325619f9ba84075
-pkgrel=4
+pkgver=20180405
+_commit=7ce7124b385b2ebac0f72c38b094f436d4fe5c58
+pkgrel=1
 pkgdesc='Google Maps plugin for QtLocation'
 url='https://github.com/vladest/googlemaps'
 license=('MIT')
@@ -11,16 +11,9 @@
 arch=('x86_64')
 makedepends=('git' 'qt5-tools')
 depends=('qt5-location')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit};
-'qt510.patch')
-sha256sums=('SKIP'
-'69285a7073c26175ae46207d728822b3cc9e8b957d60def07e8007d69fade0d4')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit};)
+sha256sums=('SKIP')
 
-prepare() {
-   cd "${srcdir}/${pkgname}"
-   patch -p1 -i ../qt510.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}"
install -d build

Deleted: qt510.patch
===
--- qt510.patch 2018-05-23 01:51:36 UTC (rev 327842)
+++ qt510.patch 2018-05-23 01:58:39 UTC (rev 327843)
@@ -1,21 +0,0 @@
-diff -Naur old/qgeotiledmappingmanagerenginegooglemaps.cpp 
new/qgeotiledmappingmanagerenginegooglemaps.cpp
 old/qgeotiledmappingmanagerenginegooglemaps.cpp2017-12-12 
21:10:20.007206707 -1000
-+++ new/qgeotiledmappingmanagerenginegooglemaps.cpp2017-12-12 
21:10:09.380442993 -1000
-@@ -45,11 +45,16 @@
- types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2);
- types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3);
- types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4);
--#else
-+#elif QT_VERSION < QT_VERSION_CHECK(5,10,0)
- types << QGeoMapType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal 
map view in daylight mode"), false, false, 1, "googlemaps");
- types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2, "googlemaps");
- types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3, "googlemaps");
- types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4, "googlemaps");
-+#else
-+types << QGeoMapType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal 
map view in daylight mode"), false, false, 1, "googlemaps", capabilities, 
parameters);
-+types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), 
tr("Satellite map view in daylight mode"), false, false, 2, "googlemaps", 
capabilities, parameters);
-+types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain 
map view in daylight mode"), false, false, 3, "googlemaps", capabilities, 
parameters);
-+types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite 
map view with streets in daylight mode"), false, false, 4, "googlemaps", 
capabilities, parameters);
- #endif
- setSupportedMapTypes(types);
- 


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:51:36
  Author: anthraxx
Revision: 327842

archrelease: copy trunk to community-any

Added:
  vim-vital/repos/community-any/PKGBUILD
(from rev 327841, vim-vital/trunk/PKGBUILD)
Deleted:
  vim-vital/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:51:29 UTC (rev 327841)
+++ PKGBUILD2018-05-23 01:51:36 UTC (rev 327842)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=vim-vital
-_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
-pkgver=3113.982e0bf3
-pkgrel=2
-pkgdesc='Comprehensive Vim utility functions for Vim plugins'
-url='https://github.com/vim-jp/vital.vim'
-arch=('any')
-license=('custom:NYSL')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/vim-jp/vital.vim#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin
-  install -Dm 644 README.md Changes -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -T 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-vital/repos/community-any/PKGBUILD (from rev 327841, 
vim-vital/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:51:36 UTC (rev 327842)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+
+pkgname=vim-vital
+_gitcommit=a8773a35b8b122b59c956a23d1e686d595bca3b4
+pkgver=3183.a8773a35
+pkgrel=1
+pkgdesc='Comprehensive Vim utility functions for Vim plugins'
+url='https://github.com/vim-jp/vital.vim'
+arch=('any')
+license=('custom:NYSL')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/vim-jp/vital.vim#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin
+  install -Dm 644 README.md Changes -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -T 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:51:29
  Author: anthraxx
Revision: 327841

upgpkg: vim-vital 3183.a8773a35-1

Modified:
  vim-vital/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:49:54 UTC (rev 327840)
+++ PKGBUILD2018-05-23 01:51:29 UTC (rev 327841)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak 
 
 pkgname=vim-vital
-_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
-pkgver=3113.982e0bf3
-pkgrel=2
+_gitcommit=a8773a35b8b122b59c956a23d1e686d595bca3b4
+pkgver=3183.a8773a35
+pkgrel=1
 pkgdesc='Comprehensive Vim utility functions for Vim plugins'
 url='https://github.com/vim-jp/vital.vim'
 arch=('any')


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:49:47
  Author: anthraxx
Revision: 327839

upgpkg: lib32-libidn2 2.0.5-1

Modified:
  lib32-libidn2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:46:49 UTC (rev 327838)
+++ PKGBUILD2018-05-23 01:49:47 UTC (rev 327839)
@@ -3,7 +3,7 @@
 # Contributor: Daurnimator 
 
 pkgname=lib32-libidn2
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
 url='https://www.gnu.org/software/libidn/#libidn2'
@@ -12,7 +12,7 @@
 depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
 makedepends=('gtk-doc' 'ruby-ronn')
 source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
-sha256sums=('644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0'
+sha256sums=('53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8'
 'SKIP')
 validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

 


[arch-commits] Commit in lib32-libidn2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:49:54
  Author: anthraxx
Revision: 327840

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libidn2/repos/multilib-x86_64/PKGBUILD
(from rev 327839, lib32-libidn2/trunk/PKGBUILD)
Deleted:
  lib32-libidn2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:49:47 UTC (rev 327839)
+++ PKGBUILD2018-05-23 01:49:54 UTC (rev 327840)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evangelos Foutras 
-# Contributor: Daurnimator 
-
-pkgname=lib32-libidn2
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
-url='https://www.gnu.org/software/libidn/#libidn2'
-arch=('x86_64')
-license=('GPL2' 'LGPL3')
-depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
-makedepends=('gtk-doc' 'ruby-ronn')
-source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
-sha256sums=('644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0'
-'SKIP')
-validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd libidn2-${pkgver}
-  autoreconf -fvi
-}
-
-build() {
-  cd libidn2-${pkgver}
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd libidn2-${pkgver}
-  make check
-}
-package() {
-  cd libidn2-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libidn2/repos/multilib-x86_64/PKGBUILD (from rev 327839, 
lib32-libidn2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:49:54 UTC (rev 327840)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=lib32-libidn2
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
+url='https://www.gnu.org/software/libidn/#libidn2'
+arch=('x86_64')
+license=('GPL2' 'LGPL3')
+depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
+sha256sums=('53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8'
+'SKIP')
+validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd libidn2-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd libidn2-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd libidn2-${pkgver}
+  make check
+}
+package() {
+  cd libidn2-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-mail-gpg/repos/community-any (PKGBUILD PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:46:49
  Author: anthraxx
Revision: 327838

archrelease: copy trunk to community-any

Added:
  ruby-mail-gpg/repos/community-any/PKGBUILD
(from rev 327837, ruby-mail-gpg/trunk/PKGBUILD)
Deleted:
  ruby-mail-gpg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:46:42 UTC (rev 327837)
+++ PKGBUILD2018-05-23 01:46:49 UTC (rev 327838)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=mail-gpg
-pkgname=ruby-mail-gpg
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='GPG/MIME extension for the Ruby Mail Library'
-url='https://github.com/jkraemer/mail-gpg'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-gpgme' 'ruby-mail' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jkraemer/mail-gpg/archive/v${pkgver}.tar.gz
-
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/jkraemer/mail-gpg/releases/download/v${pkgver}/mail-gpg-${pkgver}.tar.gz.asc)
-sha512sums=('4faaadb9cf81c649193f4acad4d5866919f04c4c7cda6a029fc5789c934a07e2a80a3eb0cd76e822e9286cd5c83b495d439a07a4f97b8ec778bed5bc24df20ea'
-'SKIP')
-validpgpkeys=('C3880ACE6187419B177C472E08625A14CE3CDDAA') # Jens Kraemer 

-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed 's|git ls-files|find -type f|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md History.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mail-gpg/repos/community-any/PKGBUILD (from rev 327837, 
ruby-mail-gpg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:46:49 UTC (rev 327838)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=mail-gpg
+pkgname=ruby-mail-gpg
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='GPG/MIME extension for the Ruby Mail Library'
+url='https://github.com/jkraemer/mail-gpg'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-gpgme' 'ruby-mail' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jkraemer/mail-gpg/archive/v${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/jkraemer/mail-gpg/releases/download/v${pkgver}/mail-gpg-${pkgver}.tar.gz.asc)
+sha512sums=('38be3e7c1842c5640665b431851b39ed40831db332d4e316213516308eb2e4a1f79756e40e4dd7b83358a10e426b69cfdae898e5df61b79ee05de6a80f86447d'
+'SKIP')
+validpgpkeys=('C3880ACE6187419B177C472E08625A14CE3CDDAA') # Jens Kraemer 

+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files|find -type f|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md History.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-mail-gpg/trunk (PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:46:42
  Author: anthraxx
Revision: 327837

upgpkg: ruby-mail-gpg 0.4.0-1

Modified:
  ruby-mail-gpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:41:53 UTC (rev 327836)
+++ PKGBUILD2018-05-23 01:46:42 UTC (rev 327837)
@@ -2,7 +2,7 @@
 
 _gemname=mail-gpg
 pkgname=ruby-mail-gpg
-pkgver=0.3.3
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='GPG/MIME extension for the Ruby Mail Library'
 url='https://github.com/jkraemer/mail-gpg'
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jkraemer/mail-gpg/archive/v${pkgver}.tar.gz
 
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/jkraemer/mail-gpg/releases/download/v${pkgver}/mail-gpg-${pkgver}.tar.gz.asc)
-sha512sums=('4faaadb9cf81c649193f4acad4d5866919f04c4c7cda6a029fc5789c934a07e2a80a3eb0cd76e822e9286cd5c83b495d439a07a4f97b8ec778bed5bc24df20ea'
+sha512sums=('38be3e7c1842c5640665b431851b39ed40831db332d4e316213516308eb2e4a1f79756e40e4dd7b83358a10e426b69cfdae898e5df61b79ee05de6a80f86447d'
 'SKIP')
 validpgpkeys=('C3880ACE6187419B177C472E08625A14CE3CDDAA') # Jens Kraemer 

 


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:41:43
  Author: anthraxx
Revision: 327835

upgpkg: vim-colorsamplerpack 2012.10.28-5 (use vimfiles, rm duplicate colors)

- use vimfiles shared directory instead of vim internal vim80
- remove additional duplicate color schemas: jellybeans and molokai

Modified:
  vim-colorsamplerpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:13:46 UTC (rev 327834)
+++ PKGBUILD2018-05-23 01:41:43 UTC (rev 327835)
@@ -4,7 +4,7 @@
 
 pkgname=vim-colorsamplerpack
 pkgver=2012.10.28
-pkgrel=4
+pkgrel=5
 _scriptid=18915
 pkgdesc="Different colorschemes for vim"
 arch=('any')
@@ -15,21 +15,19 @@
 groups=('vim-plugins')
 
source=(ColorSamplerPack.zip::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
 'LICENSE')
-md5sums=('b0f1bd54b396e3d6032c01ef1fb421b6'
- 'f4639ddafc68f49395c25fb4caf0d6f7')
+sha256sums=('2d0b07a36fa52728f45850933a35ab6172913262fb3aaa2cb32e597cf75859f3'
+'6d9e25d62ca66835eb24209c8e7ef973932165f65e96f615639027418ab6742d')
 
 build() {
 cd ${srcdir}/colors
 # This already exist... we can't update it 8(
-rm torte.vim
-rm desert.vim
+rm torte.vim desert.vim molokai.vim jellybeans.vim
 }
 
 package() {
 cd ${srcdir}
-installpath="${pkgdir}/usr/share/vim/vim80"
-install -d $installpath/colors/
-install -m644 colors/* $installpath/colors
-install -D -m644 plugin/color_sample_pack.vim 
$installpath/plugin/themes.vim
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+installpath="${pkgdir}/usr/share/vim/vimfiles"
+install -Dm 644 colors/* -t "${installpath}/colors"
+install -Dm 644 plugin/color_sample_pack.vim 
"${installpath}/plugin/themes.vim"
+install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:25:08
  Author: anthraxx
Revision: 324896

upgpkg: vim 8.1.0020-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-22 23:15:57 UTC (rev 324895)
+++ PKGBUILD2018-05-23 01:25:08 UTC (rev 324896)
@@ -9,8 +9,8 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1838
-_versiondir=80
+pkgver=8.1.0020
+_versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='http://www.vim.org'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('0d72e80c1acb1852be830d9cc82e0609f9f345857c7239c6a2fa4cba335ef548'
+sha256sums=('6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '2a6689ce603486f87df9d7e9697032015a8688d663984f5380c1f16cfeed31d4'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('ec0c126361baf0e031d27bc82424121b1de9334357c3e26be959dc5556ac5f112db7be92ed8f679b91442f072cb52cc42fcae6ddb0ae9160392b6623a256ce06'
+sha512sums=('51bad58cde08d907326a13b8da761c9b35c35423cf3076bc2bb6bc350ce1d66d7f2e3a1963427513d3d79953c6e46bd42c798c0c5e29f72f79c74206779ab7bd'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'6d0130bb35fc1abb5d657393290d838742725a9d5e4e592b5fd71c8c5852374de010fb58347974096192c8dd8cf42c67185bc2cc38c70609afbcce2c91489781'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


[arch-commits] Commit in vim/repos (5 files)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:25:17
  Author: anthraxx
Revision: 324897

archrelease: copy trunk to testing-x86_64

Added:
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 324896, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 324896, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 324896, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 324896, vim/trunk/vimrc)

---+
 PKGBUILD  |  218 
 archlinux.vim |   35 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 282 insertions(+)

Copied: vim/repos/testing-x86_64/PKGBUILD (from rev 324896, vim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-23 01:25:17 UTC (rev 324897)
@@ -0,0 +1,218 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=8.1.0020
+_versiondir=81
+pkgrel=1
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='http://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
+ 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
+source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'2a6689ce603486f87df9d7e9697032015a8688d663984f5380c1f16cfeed31d4'
+'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
+sha512sums=('51bad58cde08d907326a13b8da761c9b35c35423cf3076bc2bb6bc350ce1d66d7f2e3a1963427513d3d79953c6e46bd42c798c0c5e29f72f79c74206779ab7bd'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'6d0130bb35fc1abb5d657393290d838742725a9d5e4e592b5fd71c8c5852374de010fb58347974096192c8dd8cf42c67185bc2cc38c70609afbcce2c91489781'
+
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
+sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  msg2 "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-pythoninterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic
+make
+  )
+
+  msg2 "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-pythoninterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+

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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:13:39
  Author: anthraxx
Revision: 327833

upgpkg: radare2-cutter 1.4-2 (radare2 2.6.0 rebuild)

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:01:32 UTC (rev 327832)
+++ PKGBUILD2018-05-23 01:13:39 UTC (rev 327833)
@@ -4,7 +4,7 @@
 pkgname=radare2-cutter
 _gitcommit=a815f8f18285b41d2901a376485fc3a40ceae61f
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:13:46
  Author: anthraxx
Revision: 327834

archrelease: copy trunk to community-x86_64

Added:
  radare2-cutter/repos/community-x86_64/PKGBUILD
(from rev 327833, radare2-cutter/trunk/PKGBUILD)
Deleted:
  radare2-cutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:13:39 UTC (rev 327833)
+++ PKGBUILD2018-05-23 01:13:46 UTC (rev 327834)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=radare2-cutter
-_gitcommit=a815f8f18285b41d2901a376485fc3a40ceae61f
-pkgver=1.4
-pkgrel=1
-pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
-url='https://github.com/radareorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with 
'.'
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  install -d build
-}
-
-build() {
-  cd ${pkgname}/build
-  qmake ../src/Cutter.pro
-  make
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
-  install -Dm 644 src/Cutter.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2-cutter/repos/community-x86_64/PKGBUILD (from rev 327833, 
radare2-cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:13:46 UTC (rev 327834)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=a815f8f18285b41d2901a376485fc3a40ceae61f
+pkgver=1.4
+pkgrel=2
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with 
'.'
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  install -d build
+}
+
+build() {
+  cd ${pkgname}/build
+  qmake ../src/Cutter.pro
+  make
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/Cutter.desktop -t "${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-dns/repos/community-any (PKGBUILD PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:01:32
  Author: anthraxx
Revision: 327832

archrelease: copy trunk to community-any

Added:
  ruby-async-dns/repos/community-any/PKGBUILD
(from rev 327831, ruby-async-dns/trunk/PKGBUILD)
Deleted:
  ruby-async-dns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 01:01:25 UTC (rev 327831)
+++ PKGBUILD2018-05-23 01:01:32 UTC (rev 327832)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-dns
-pkgname=ruby-${_gemname}
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Asynchronous DNS resolver and server'
-url='https://github.com/socketry/async-dns'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async-io')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
-sha256sums=('53626a92908c7f26a2f1f236be5e02d792262cb4cd8d76363fcdf2b6760f5d1f')
-sha512sums=('9b36667d8ac7167e73d3e29513a38578067caa8b76df2fd70222c59606bac54c4ef91376bbf6941f2294cc007693f2710f77aad61d92ba7ce6cf6141c48dacee')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /usr/share/doc/${pkgname}/README.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-dns/repos/community-any/PKGBUILD (from rev 327831, 
ruby-async-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:01:32 UTC (rev 327832)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-dns
+pkgname=ruby-${_gemname}
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Asynchronous DNS resolver and server'
+url='https://github.com/socketry/async-dns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async-io')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
+sha256sums=('5ee925507de7d02a3330532004873d80945128ae9af51c89376664a251c29aa2')
+sha512sums=('a94de011d47e665049b940941d1c55d89002870d691055906915e13a7047563f174e86d0e9e656cb7db077f9ff261d7bb55f2b028798561ebeae1a4884835c4c')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/README.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-dns/trunk (PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:01:25
  Author: anthraxx
Revision: 327831

upgpkg: ruby-async-dns 1.2.0-1

Modified:
  ruby-async-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 01:00:01 UTC (rev 327830)
+++ PKGBUILD2018-05-23 01:01:25 UTC (rev 327831)
@@ -2,7 +2,7 @@
 
 _gemname=async-dns
 pkgname=ruby-${_gemname}
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Asynchronous DNS resolver and server'
 url='https://github.com/socketry/async-dns'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-async-io')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-dns/archive/v${pkgver}.tar.gz)
-sha256sums=('53626a92908c7f26a2f1f236be5e02d792262cb4cd8d76363fcdf2b6760f5d1f')
-sha512sums=('9b36667d8ac7167e73d3e29513a38578067caa8b76df2fd70222c59606bac54c4ef91376bbf6941f2294cc007693f2710f77aad61d92ba7ce6cf6141c48dacee')
+sha256sums=('5ee925507de7d02a3330532004873d80945128ae9af51c89376664a251c29aa2')
+sha512sums=('a94de011d47e665049b940941d1c55d89002870d691055906915e13a7047563f174e86d0e9e656cb7db077f9ff261d7bb55f2b028798561ebeae1a4884835c4c')
 
 prepare() {
   cd ${_gemname}-${pkgver}


[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 01:00:01
  Author: anthraxx
Revision: 327830

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 327829, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:59:53 UTC (rev 327829)
+++ PKGBUILD2018-05-23 01:00:01 UTC (rev 327830)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('ce275a2644380d04fb8d5c161fd2fa62f11b1cd2fb42f9f1761c68057837f68f')
-sha512sums=('808270abe5a7003bee281318273d6782f9bd3ca985f8c065896f1cb6c7415045826404292751048a0741b03d78c9c91c1db8181a5f7f77527165171d25c76814')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 327829, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 01:00:01 UTC (rev 327830)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('3fa6db45c64ba0125e9801cefbbdddc30d4260e02b96fb6135935d15f281be00')
+sha512sums=('b7e06e6dad6ace7f82bd0f0b3dc823b458a729845130ccacac172ec8f7c01e4ff986897c224c91a1dd50072386d25864ec5866aa3e91bf3ee8b3ea4a8df10710')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-async-io/trunk (PKGBUILD)

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:59:53
  Author: anthraxx
Revision: 327829

upgpkg: ruby-async-io 1.12.1-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:58:58 UTC (rev 327828)
+++ PKGBUILD2018-05-23 00:59:53 UTC (rev 327829)
@@ -2,7 +2,7 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
@@ -12,8 +12,8 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('ce275a2644380d04fb8d5c161fd2fa62f11b1cd2fb42f9f1761c68057837f68f')
-sha512sums=('808270abe5a7003bee281318273d6782f9bd3ca985f8c065896f1cb6c7415045826404292751048a0741b03d78c9c91c1db8181a5f7f77527165171d25c76814')
+sha256sums=('3fa6db45c64ba0125e9801cefbbdddc30d4260e02b96fb6135935d15f281be00')
+sha512sums=('b7e06e6dad6ace7f82bd0f0b3dc823b458a729845130ccacac172ec8f7c01e4ff986897c224c91a1dd50072386d25864ec5866aa3e91bf3ee8b3ea4a8df10710')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:58:50
  Author: anthraxx
Revision: 327827

upgpkg: python-distro 1.3.0-1

Modified:
  python-distro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:56:29 UTC (rev 327826)
+++ PKGBUILD2018-05-23 00:58:50 UTC (rev 327827)
@@ -3,8 +3,8 @@
 
 pkgbase=python-distro
 pkgname=('python-distro' 'python2-distro')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Linux OS platform information API'
 url='https://github.com/nir0s/distro'
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('eabd93bf9f6f14ff0ce676c384b5faf09e7a3692a765e048aed782aea17182fe')
-sha512sums=('abce130d903f02bf6936e03f8e71c236752ef89f55b95ba256fd0eb4c212805327bec72f7fc6328256ee44a28891db6c0f66c9aedf260c7928844ec5895aca78')
+sha256sums=('4c8c92d72839328dfae6ffcbbd0a0eda89d8b74edf29c697a74a6c9f32eb19ae')
+sha512sums=('c453e57594d557443a2faa10214bbaad18abc916e8e67971cd7f04627e2b4b4a62a06c267306179d803673b139053feffbed4406cf0284eac6be6a2dfc6830ec')
 
 prepare() {
   cp -a distro-${pkgver}{,-py2}
@@ -46,7 +46,7 @@
   cd distro-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 package_python2-distro() {
@@ -54,7 +54,7 @@
   cd distro-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   mv "${pkgdir}/usr/bin/distro"{,2}
 }
 


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:58:58
  Author: anthraxx
Revision: 327828

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:58:50 UTC (rev 327827)
+++ PKGBUILD2018-05-23 00:58:58 UTC (rev 327828)
@@ -1,61 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Tomislav Ivek 
-
-pkgbase=python-distro
-pkgname=('python-distro' 'python2-distro')
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Linux OS platform information API'
-url='https://github.com/nir0s/distro'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx'
- 'python2-setuptools' 'python2-sphinx')
-checkdepends=('python-pytest' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
-sha256sums=('eabd93bf9f6f14ff0ce676c384b5faf09e7a3692a765e048aed782aea17182fe')
-sha512sums=('abce130d903f02bf6936e03f8e71c236752ef89f55b95ba256fd0eb4c212805327bec72f7fc6328256ee44a28891db6c0f66c9aedf260c7928844ec5895aca78')
-
-prepare() {
-  cp -a distro-${pkgver}{,-py2}
-}
-
-build() {
-  (cd distro-${pkgver}
-python setup.py build
-make man SPHINXBUILD=sphinx-build
-  )
-  (cd distro-${pkgver}-py2
-python2 setup.py build
-make man SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd distro-${pkgver}
-py.test
-  )
-  (cd distro-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-distro() {
-  depends=('python' 'python-setuptools')
-  cd distro-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-distro() {
-  depends=('python2' 'python2-setuptools')
-  cd distro-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 README.md CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/distro"{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-distro/repos/community-any/PKGBUILD (from rev 327827, 
python-distro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:58:58 UTC (rev 327828)
@@ -0,0 +1,61 @@
+# Maintainer: Levente Polyak 
+# Contributor: Tomislav Ivek 
+
+pkgbase=python-distro
+pkgname=('python-distro' 'python2-distro')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Linux OS platform information API'
+url='https://github.com/nir0s/distro'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python-sphinx'
+ 'python2-setuptools' 'python2-sphinx')
+checkdepends=('python-pytest' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
+sha256sums=('4c8c92d72839328dfae6ffcbbd0a0eda89d8b74edf29c697a74a6c9f32eb19ae')
+sha512sums=('c453e57594d557443a2faa10214bbaad18abc916e8e67971cd7f04627e2b4b4a62a06c267306179d803673b139053feffbed4406cf0284eac6be6a2dfc6830ec')
+
+prepare() {
+  cp -a distro-${pkgver}{,-py2}
+}
+
+build() {
+  (cd distro-${pkgver}
+python setup.py build
+make man SPHINXBUILD=sphinx-build
+  )
+  (cd distro-${pkgver}-py2
+python2 setup.py build
+make man SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd distro-${pkgver}
+py.test
+  )
+  (cd distro-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-distro() {
+  depends=('python' 'python-setuptools')
+  cd distro-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-distro() {
+  depends=('python2' 'python2-setuptools')
+  cd distro-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 build_docs/man/ld.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  mv "${pkgdir}/usr/bin/distro"{,2}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:56:21
  Author: anthraxx
Revision: 327825

upgpkg: tftpy 0.7.0-1

Modified:
  tftpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:40:57 UTC (rev 327824)
+++ PKGBUILD2018-05-23 00:56:21 UTC (rev 327825)
@@ -2,8 +2,8 @@
 
 pkgbase=tftpy
 pkgname=('python2-tftpy')
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Pure Python TFTP library'
 url='https://github.com/msoulier/tftpy'
 arch=('any')
@@ -10,8 +10,8 @@
 license=('MIT')
 makedepends=('python2' 'python2-setuptools')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/msoulier/tftpy/archive/${pkgver}.tar.gz)
-sha256sums=('e3e47a787f6694265dcf94fe84cb69f483ee8143ec8cd557c9092484bc380f08')
-sha512sums=('1e5c31b2cf7df922fe0e5a266a80e867a6f59fbfe3aa8b66f9b2157ad6433bae81872c56faede0e9d8ed1320dd8ffadb3807d85924f2c1113ac9712534bfd48c')
+sha256sums=('92163d4596c07790e5b4daaccf93e147163aeb961647fae99ae245156e2f1741')
+sha512sums=('4f7d5d5f5331c832ae9bd04e467fdc2dc31cb7b898146fc4331c87817ff03c8dfd9e13bfea7331a7be2073d22ed8a1fa9f22179be55531225f1995c9b31be5a0')
 
 build() {
   cd ${pkgbase}-${pkgver}


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:56:29
  Author: anthraxx
Revision: 327826

archrelease: copy trunk to community-any

Added:
  tftpy/repos/community-any/PKGBUILD
(from rev 327825, tftpy/trunk/PKGBUILD)
Deleted:
  tftpy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:56:21 UTC (rev 327825)
+++ PKGBUILD2018-05-23 00:56:29 UTC (rev 327826)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=tftpy
-pkgname=('python2-tftpy')
-pkgver=0.6.2
-pkgrel=2
-pkgdesc='Pure Python TFTP library'
-url='https://github.com/msoulier/tftpy'
-arch=('any')
-license=('MIT')
-makedepends=('python2' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/msoulier/tftpy/archive/${pkgver}.tar.gz)
-sha256sums=('e3e47a787f6694265dcf94fe84cb69f483ee8143ec8cd557c9092484bc380f08')
-sha512sums=('1e5c31b2cf7df922fe0e5a266a80e867a6f59fbfe3aa8b66f9b2157ad6433bae81872c56faede0e9d8ed1320dd8ffadb3807d85924f2c1113ac9712534bfd48c')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make test PY=python2
-}
-
-package_python2-tftpy() {
-  depends=('python2')
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README ChangeLog  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  mv "${pkgdir}/usr/bin/tftpy_client"{.py,}
-  mv "${pkgdir}/usr/bin/tftpy_server"{.py,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: tftpy/repos/community-any/PKGBUILD (from rev 327825, 
tftpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:56:29 UTC (rev 327826)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tftpy
+pkgname=('python2-tftpy')
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Pure Python TFTP library'
+url='https://github.com/msoulier/tftpy'
+arch=('any')
+license=('MIT')
+makedepends=('python2' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/msoulier/tftpy/archive/${pkgver}.tar.gz)
+sha256sums=('92163d4596c07790e5b4daaccf93e147163aeb961647fae99ae245156e2f1741')
+sha512sums=('4f7d5d5f5331c832ae9bd04e467fdc2dc31cb7b898146fc4331c87817ff03c8dfd9e13bfea7331a7be2073d22ed8a1fa9f22179be55531225f1995c9b31be5a0')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make test PY=python2
+}
+
+package_python2-tftpy() {
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README ChangeLog  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv "${pkgdir}/usr/bin/tftpy_client"{.py,}
+  mv "${pkgdir}/usr/bin/tftpy_server"{.py,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:40:47
  Author: anthraxx
Revision: 327823

upgpkg: python2-subprocess32 3.5.1-1

Modified:
  python2-subprocess32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:29:17 UTC (rev 327822)
+++ PKGBUILD2018-05-23 00:40:47 UTC (rev 327823)
@@ -2,7 +2,7 @@
 
 pkgname=python2-subprocess32
 _gitname=${pkgname/python2/python}
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='Backport of the Python 3 subprocess module'
 url='https://github.com/google/python-subprocess32'
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
+sha512sums=('34cdaa661a0046e16bb9244cfefbc7589d971294d9df2ed430675e2619b2abd45bace00c6cd453fd0d9988e2805bc4cbfe9abc218f154d973eb51e7d8187ea75')
 
 build() {
   cd ${_gitname}-${pkgver}


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:40:57
  Author: anthraxx
Revision: 327824

archrelease: copy trunk to community-x86_64

Added:
  python2-subprocess32/repos/community-x86_64/PKGBUILD
(from rev 327823, python2-subprocess32/trunk/PKGBUILD)
Deleted:
  python2-subprocess32/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:40:47 UTC (rev 327823)
+++ PKGBUILD2018-05-23 00:40:57 UTC (rev 327824)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python2-subprocess32
-_gitname=${pkgname/python2/python}
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='Backport of the Python 3 subprocess module'
-url='https://github.com/google/python-subprocess32'
-arch=('x86_64')
-license=('custom')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
-
-build() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${_gitname}-${pkgver}
-  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-python2 test_subprocess32.py
-}
-
-package() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-subprocess32/repos/community-x86_64/PKGBUILD (from rev 327823, 
python2-subprocess32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:40:57 UTC (rev 327824)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python2-subprocess32
+_gitname=${pkgname/python2/python}
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Backport of the Python 3 subprocess module'
+url='https://github.com/google/python-subprocess32'
+arch=('x86_64')
+license=('custom')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
+sha512sums=('34cdaa661a0046e16bb9244cfefbc7589d971294d9df2ed430675e2619b2abd45bace00c6cd453fd0d9988e2805bc4cbfe9abc218f154d973eb51e7d8187ea75')
+
+build() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${_gitname}-${pkgver}
+  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+python2 test_subprocess32.py
+}
+
+package() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:29:17
  Author: anthraxx
Revision: 327822

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 327821, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  174 ++---
 1 file changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:28:23 UTC (rev 327821)
+++ PKGBUILD2018-05-23 00:29:17 UTC (rev 327822)
@@ -1,87 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=94
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-makedepends=('help2man' 'python-docutils')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('cdb5823b5baca2039182897cedd9e0ab216f6a7f6b0fc22afaa5a38710b5b2404077d59f3c9293adb650c0f817707d0b95fce684852ee93f6dafa55172a64b15')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_rlib and not test_progress and not test_ppu and not test_elf 
and not test_icc and not test_berkeley_db'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 327821, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:29:17 UTC (rev 327822)
@@ -0,0 +1,87 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=95
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'binwalk: binwalk support'
+  'bzip2: bzip2 utilities support'
+  'cdrtools: ISO utilities support'
+  'colord: ICC profiles support'
+  'cpio: cpio archive support'
+  'diffutils: diff utilities support'
+  

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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:28:23
  Author: anthraxx
Revision: 327821

upgpkg: diffoscope 95-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:19:54 UTC (rev 327820)
+++ PKGBUILD2018-05-23 00:28:23 UTC (rev 327821)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=94
+pkgver=95
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -57,8 +57,8 @@
   'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
   'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('cdb5823b5baca2039182897cedd9e0ab216f6a7f6b0fc22afaa5a38710b5b2404077d59f3c9293adb650c0f817707d0b95fce684852ee93f6dafa55172a64b15')
+source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('ad058e5691094ff06dcc71e1b715410b338e6973da59bd8d6076a9916d1afc29a868f5917752325189f9158d7cec910e8315d7a588b076014f83f67200a74441')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:19:54
  Author: anthraxx
Revision: 327820

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:19:44 UTC (rev 327819)
+++ PKGBUILD2018-05-23 00:19:54 UTC (rev 327820)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-engineio
-pkgname=('python-engineio' 'python2-engineio')
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Python implementation of the Engine.IO realtime server'
-url='https://github.com/miguelgrinberg/python-engineio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six'
- 'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp'
-  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('e8f8c1e3d59208f402916a7887487c7d906330f907f1cfb754753e56bfd82b36')
-sha512sums=('a4ecd8f55ec4278ce6e247f79e5f8c71e92c3af1bc0c9e19827f4b5a1aaf5b046ad2d5e75016e5028ea4165112cffc4ddc1c5311d2df433071acffb17ccd1f98')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-engineio() {
-  depends=('python-six')
-  optdepends=(
-'python-eventlet: eventlet support'
-'python-aiohttp: aiohttp support'
-  )
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-engineio() {
-  depends=('python2-six')
-  optdepends=(
-'python2-eventlet: eventlet support'
-  )
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/engineio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-engineio/repos/community-any/PKGBUILD (from rev 327819, 
python-engineio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:19:54 UTC (rev 327820)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-engineio
+pkgname=('python-engineio' 'python2-engineio')
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Python implementation of the Engine.IO realtime server'
+url='https://github.com/miguelgrinberg/python-engineio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 
'python-pytest-runner' 'python-aiohttp'
+  'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
+sha256sums=('053e281005f8d649eb31d514dc2fd5b04330c3ee68e84189f32d0f00b290387c')
+sha512sums=('14f081d351424ed1e562b1bb4b350bafe93946dddae6a1a6153292711a1fb93a73929b3b2902c27e5a278d632a34e519937afe6be4ab7512280f5861586abb4a')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py test
+  )
+}
+

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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:19:44
  Author: anthraxx
Revision: 327819

upgpkg: python-engineio 2.1.1-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:16:22 UTC (rev 327818)
+++ PKGBUILD2018-05-23 00:19:44 UTC (rev 327819)
@@ -2,7 +2,7 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
@@ -14,8 +14,8 @@
   'python2-mock' 'python2-eventlet' 'python2-pytest' 
'python2-pytest-runner')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('e8f8c1e3d59208f402916a7887487c7d906330f907f1cfb754753e56bfd82b36')
-sha512sums=('a4ecd8f55ec4278ce6e247f79e5f8c71e92c3af1bc0c9e19827f4b5a1aaf5b046ad2d5e75016e5028ea4165112cffc4ddc1c5311d2df433071acffb17ccd1f98')
+sha256sums=('053e281005f8d649eb31d514dc2fd5b04330c3ee68e84189f32d0f00b290387c')
+sha512sums=('14f081d351424ed1e562b1bb4b350bafe93946dddae6a1a6153292711a1fb93a73929b3b2902c27e5a278d632a34e519937afe6be4ab7512280f5861586abb4a')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:16:22
  Author: anthraxx
Revision: 327818

archrelease: copy trunk to community-x86_64

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 327817, powerdns-recursor/trunk/PKGBUILD)
Deleted:
  powerdns-recursor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:16:11 UTC (rev 327817)
+++ PKGBUILD2018-05-23 00:16:22 UTC (rev 327818)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-# Contributor: Remi Gacogne 
-
-pkgname=powerdns-recursor
-pkgver=4.1.2
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
- 'libboost_context.so')
-makedepends=('boost' 'inetutils' 'systemd' 'pandoc' 'ragel' 'systemd')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
-sha512sums=('eaf28ce424f1367e548cb78c09de9d3915487e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36'
-'SKIP')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

-
-build() {
-  cd pdns-recursor-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/powerdns \
---disable-silent-rules \
---enable-reproducible \
---enable-systemd \
---enable-protobuf \
---enable-libsodium
-  make
-}
-
-package() {
-  cd pdns-recursor-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 327817, 
powerdns-recursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:16:22 UTC (rev 327818)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.1.3
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 
'protobuf'
+ 'libboost_context.so')
+makedepends=('boost' 'inetutils' 'systemd' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
+sha512sums=('5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d'
+'SKIP')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-protobuf \
+--enable-libsodium
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:16:11
  Author: anthraxx
Revision: 327817

upgpkg: powerdns-recursor 4.1.3-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 00:03:12 UTC (rev 327816)
+++ PKGBUILD2018-05-23 00:16:11 UTC (rev 327817)
@@ -5,7 +5,7 @@
 # Contributor: Remi Gacogne 
 
 pkgname=powerdns-recursor
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -18,7 +18,7 @@
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc})
-sha512sums=('eaf28ce424f1367e548cb78c09de9d3915487e2f19ed238197b6304b20bd9fef599d7df44ca128d89d8cd04d3b7fdd455241bb34ecd688c8042a020c4a36'
+sha512sums=('5ea7e027131143b3ca45ca4a97316f52207a55cf5498a136e44cf5ee78bee00efecf3cd7c9c46261002cbd6e4ea0cd2af62c456b71fd2366729242950b7c060d'
 'SKIP')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

   'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 



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

2018-05-22 Thread Levente Polyak via arch-commits
Date: Wednesday, May 23, 2018 @ 00:03:12
  Author: anthraxx
Revision: 327816

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 327815, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-23 00:02:25 UTC (rev 327815)
+++ PKGBUILD2018-05-23 00:03:12 UTC (rev 327816)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.56
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('ca9ed7bd57901c0a988b07e81a3ae4d164b324c05d84649f327fb5d727a573b5')
-sha512sums=('fd8740d3c28b8e1a9279226c25ea1bffaa6b6070f63c46c27f4fad6aba0922b77b995eae27c92b2543d3a19aa00a6fc061e02f264fb92fa2afddc015e63589ee')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 327815, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-23 00:03:12 UTC (rev 327816)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.57
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('e565e1adf9f1cf1f88757c6bea28d51fe1c9652fa985e82137796d2b370bc91d')
+sha512sums=('1bac6f61949e7c9e78eabd63de0463ed45cb727140ce0ed9b0bfb387743e1697fa74b80a5413c0193dbfca8e3f7afd85f626f79ac6320c52e1433af5b6ed3d08')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

  1   2   3   4   5   >