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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lifted-async/repos/community-staging-x86_64/
  haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD
(from rev 370995, haskell-lifted-async/trunk/PKGBUILD)

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

Copied: haskell-lifted-async/repos/community-staging-x86_64/PKGBUILD (from rev 
370995, haskell-lifted-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:10:12 UTC (rev 370996)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lifted-async
+pkgname=haskell-lifted-async
+pkgver=0.10.0.2
+pkgrel=22
+pkgdesc="Run lifted IO operations asynchronously and wait for their results"
+url="https://github.com/maoe/lifted-async";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-transformers-base')
+makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-th')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f8d4de4eb0b89bbcc6137f429f6595f4a42cf0761df420abd093bd31b4b7bc0bfc46908c7fd2eb67a4beff02808e0491d575ae27f329727cfdd8e03f0eca67a7')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e 's/<.*4.11/<5/' -i $_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 ibus-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 370993, ibus-hangul/trunk/PKGBUILD)
Deleted:
  ibus-hangul/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 04:09:18 UTC (rev 370993)
+++ PKGBUILD2018-08-11 04:09:27 UTC (rev 370994)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Korean input engine for IBus'
-arch=('i686' 'x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
-makedepends=('intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz";)
-sha512sums=('1cd9e985d3216c5d2e36e63f3a1de45b10e138d49a112cb97a8619ee285804abcf4637b14f07bf571641374d4d5844b113495d2f648fa23cc62db66dda4d8b10')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --verbose --force --install
-  intltoolize --automake --force --copy
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}

Copied: ibus-hangul/repos/community-x86_64/PKGBUILD (from rev 370993, 
ibus-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 04:09:27 UTC (rev 370994)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz";)
+sha512sums=('12052570d953a73ba8b26f5903b2911b8354a89196e8222922320d0deaf1220fadc7e4bade86b5d8862ea0d44a9040558f28ef8bdafa43e95281080ec824c641')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  intltoolize --automake --force --copy
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}


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

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

upgpkg: haskell-lifted-async 0.10.0.2-22

rebuild with pretty-show 1.8.1

Modified:
  haskell-lifted-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:09:27 UTC (rev 370994)
+++ PKGBUILD2018-08-11 04:09:58 UTC (rev 370995)
@@ -4,7 +4,7 @@
 _hkgname=lifted-async
 pkgname=haskell-lifted-async
 pkgver=0.10.0.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Run lifted IO operations asynchronously and wait for their results"
 url="https://github.com/maoe/lifted-async";
 license=('custom:BSD3')


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

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

upgpkg: ibus-hangul 1.5.1-1

Modified:
  ibus-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:09:04 UTC (rev 370991)
+++ PKGBUILD2018-08-11 04:09:09 UTC (rev 370992)
@@ -4,8 +4,8 @@
 # Contributor: Radim Hvizdák 
 
 pkgname=ibus-hangul
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='Korean input engine for IBus'
 arch=('x86_64')
 url='http://ibus.googlecode.com'
@@ -13,7 +13,7 @@
 depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
 makedepends=('intltool' 'gnome-common')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz";)
-sha512sums=('1cd9e985d3216c5d2e36e63f3a1de45b10e138d49a112cb97a8619ee285804abcf4637b14f07bf571641374d4d5844b113495d2f648fa23cc62db66dda4d8b10')
+sha512sums=('12052570d953a73ba8b26f5903b2911b8354a89196e8222922320d0deaf1220fadc7e4bade86b5d8862ea0d44a9040558f28ef8bdafa43e95281080ec824c641')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-th/repos/community-staging-x86_64/
  haskell-tasty-th/repos/community-staging-x86_64/PKGBUILD
(from rev 370992, haskell-tasty-th/trunk/PKGBUILD)

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

Copied: haskell-tasty-th/repos/community-staging-x86_64/PKGBUILD (from rev 
370992, haskell-tasty-th/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:09:18 UTC (rev 370993)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-th
+pkgname=haskell-tasty-th
+pkgver=0.1.7
+pkgrel=31
+pkgdesc="Automatic tasty test case discovery using TH"
+url="http://github.com/bennofs/tasty-th";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-exts' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7302220ab27aaed22e064518e915610fd5dc7033a931f862fbc63e8a0b1cadcf9306ab3d54d48a10a200c8c8a62b9259462f513a6350df5a02836c6a29f51aef')
+
+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 "BSD3.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/BSD3.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3.txt"
+}


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

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

upgpkg: haskell-tasty-th 0.1.7-31

rebuild with pretty-show 1.8.1

Modified:
  haskell-tasty-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:08:39 UTC (rev 370990)
+++ PKGBUILD2018-08-11 04:09:04 UTC (rev 370991)
@@ -5,7 +5,7 @@
 _hkgname=tasty-th
 pkgname=haskell-tasty-th
 pkgver=0.1.7
-pkgrel=30
+pkgrel=31
 pkgdesc="Automatic tasty test case discovery using TH"
 url="http://github.com/bennofs/tasty-th";
 license=("custom:BSD3")


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

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

archrelease: copy trunk to community-testing-any

Added:
  mitmproxy/repos/community-testing-any/
  mitmproxy/repos/community-testing-any/PKGBUILD
(from rev 370988, mitmproxy/trunk/PKGBUILD)
  mitmproxy/repos/community-testing-any/fix-test.patch
(from rev 370988, mitmproxy/trunk/fix-test.patch)
  mitmproxy/repos/community-testing-any/h2-3.0.patch
(from rev 370988, mitmproxy/trunk/h2-3.0.patch)
  mitmproxy/repos/community-testing-any/kaitai-0.7.patch
(from rev 370989, mitmproxy/trunk/kaitai-0.7.patch)

--+
 PKGBUILD |   51 ++
 fix-test.patch   |   23 +++
 h2-3.0.patch |   81 ++
 kaitai-0.7.patch |  406 +
 4 files changed, 561 insertions(+)

Copied: mitmproxy/repos/community-testing-any/PKGBUILD (from rev 370988, 
mitmproxy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-08-11 04:08:39 UTC (rev 370990)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=4.0.4
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="https://mitmproxy.org/";
+license=('GPL')
+depends=('python-blinker' 'python-brotlipy' 'python-click' 
'python-cryptography' 'python-h2'
+ 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 
'python-passlib' 'python-protobuf'
+ 'python-pyasn1' 'python-pyopenssl' 'python-pyparsing' 
'python-pyperclip'
+ 'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 
'python-tornado'
+ 'python-urwid' 'python-wsproto')
+checkdepends=('python-asynctest' 'python-flask' 'python-parver' 
'python-pytest-runner'
+  'python-pytest-asyncio' 'python-requests')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";)
+sha512sums=('e08ea8b1c75a95b822c463625509037bbc8a979161cacaa1f0185f98df8d6d7e5400925365dbbe70d18751251b1005824f739a8cd035c0389f7b4aea562adfb3')
+
+prepare() {
+  cd mitmproxy-$pkgver
+
+  # Let's remove all the upper bounds and use system certificate store
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tls.py
+}
+
+build() {
+  cd mitmproxy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd mitmproxy-$pkgver
+  python setup.py pytest || warning 
"https://github.com/mitmproxy/mitmproxy/issues/3287";
+}
+
+package() {
+  cd mitmproxy-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}

Copied: mitmproxy/repos/community-testing-any/fix-test.patch (from rev 370988, 
mitmproxy/trunk/fix-test.patch)
===
--- community-testing-any/fix-test.patch(rev 0)
+++ community-testing-any/fix-test.patch2018-08-11 04:08:39 UTC (rev 
370990)
@@ -0,0 +1,23 @@
+From b3525570929ba47c10d9d08696876c39487f7000 Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Thu, 16 Mar 2017 16:48:21 +0800
+Subject: [PATCH] Fix test_format_xml with dot in path
+
+When the path contains dot ".", replacing all dots will generate a non-exist 
result and raises a FileNotFoundError. Replacing only the last dot fixes this.
+---
+ test/mitmproxy/contentviews/test_xml_html.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/mitmproxy/contentviews/test_xml_html.py 
b/test/mitmproxy/contentviews/test_xml_html.py
+index 899ecfd..2b0aee4 100644
+--- a/test/mitmproxy/contentviews/test_xml_html.py
 b/test/mitmproxy/contentviews/test_xml_html.py
+@@ -23,7 +23,7 @@ def test_format_xml(filename):
+ path = data.path(filename)
+ with open(path) as f:
+ input = f.read()
+-with open(path.replace(".", "-formatted.")) as f:
++with open("-formatted.".join(path.rsplit(".", 1))) as f:
+ expected = f.read()
+ tokens = xml_html.tokenize(input)
+ assert xml_html.format_xml(tokens) == expected

Copied: mitmproxy/repos/community-testing-any/h2-3.0.patch (from rev 370988, 
mitmproxy/trunk/h2-3.0.patch)
===
--- community-testing-any/h2-3.0.patch  (rev 0)
+++ community-testing-any/h2-3.0.patch  2018-08-11 04:08:39 UTC (rev 370990)
@@ -0,0 +1,81 @@
+From ef9f0e22ea31745a91a131c193051d8df7a9eccf Mon Sep 17 00:00:00 2001
+From: Thomas Kriechbaumer 
+Date: Fri, 24 Mar 2017 19:24:28 +0100
+Subject: [PATCH] bump h2
+
+---
+ mitmproxy/proxy/protocol/http2.py   |  6 +++---
+ setup.py|  4 ++-

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

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

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 370988, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 370988, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:08:30 UTC (rev 370989)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.5
+pkgrel=49
+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/' -e 
's/<.*4.17/<5/' $_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 mitmproxy/trunk (PKGBUILD)

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

upgpkg: mitmproxy 4.0.4-1

Modified:
  mitmproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:08:15 UTC (rev 370987)
+++ PKGBUILD2018-08-11 04:08:17 UTC (rev 370988)
@@ -4,36 +4,28 @@
 # Contributor: Olivier Biesmans 
 
 pkgname=mitmproxy
-pkgver=3.0.4
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
 pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
 arch=('any')
 url="https://mitmproxy.org/";
 license=('GPL')
-depends=('python-blinker' 'python-brotlipy' 'python-click' 
'python-cryptography' 'python-h11'
- 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 
'python-passlib'
- 'python-pyasn1' 'python-pyopenssl' 'python-pyparsing' 
'python-pyperclip' 'python-requests'
+depends=('python-blinker' 'python-brotlipy' 'python-click' 
'python-cryptography' 'python-h2'
+ 'python-hyperframe' 'python-kaitaistruct' 'python-ldap3' 
'python-passlib' 'python-protobuf'
+ 'python-pyasn1' 'python-pyopenssl' 'python-pyparsing' 
'python-pyperclip'
  'python-ruamel-yaml' 'python-setuptools' 'python-sortedcontainers' 
'python-tornado'
  'python-urwid' 'python-wsproto')
-checkdepends=('python-beautifulsoup4' 'python-flask' 'python-pytest-runner')
+checkdepends=('python-asynctest' 'python-flask' 'python-parver' 
'python-pytest-runner'
+  'python-pytest-asyncio' 'python-requests')
 provides=('pathod')
 conflicts=('pathod')
 replaces=('pathod')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";
-
"https://github.com/mitmproxy/mitmproxy/commit/19ceb6f49a791e51106d1605fb47ff0e3155b434.patch";
-
"https://github.com/mitmproxy/mitmproxy/commit/9979be648750b6983b233ec3a8c3c644d8c332a1.patch";)
-sha512sums=('a89b0bee6997ce51d23483101755dae9f5300339d65e4975679df5c6b60ff9af94e655651321cd8e831666a04ec5cc24c7af647f3aab913524b6755b47f1f57b'
-
'0dff8b425134b6c7dfbe40db039dbeeb5e45785bae55ec08056fd1d700cd1e1166bc2ef86d1378ceef81b6e93f9e094050daa04ed253cc3e33e31c7198f3f00d'
-
'e40a8e29cfcb88adcdc6c84f7a4ccfc1e90a7576f62f9eaf87aeef4a8eda3d78023684742f2c4c85162509e49466393aa055b9a51c8049a5d9e48735a3410a94')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitmproxy/mitmproxy/archive/v$pkgver.tar.gz";)
+sha512sums=('e08ea8b1c75a95b822c463625509037bbc8a979161cacaa1f0185f98df8d6d7e5400925365dbbe70d18751251b1005824f739a8cd035c0389f7b4aea562adfb3')
 
 prepare() {
   cd mitmproxy-$pkgver
 
-  # invalid syntax in pytest
-  patch -p1 -i ../19ceb6f49a791e51106d1605fb47ff0e3155b434.patch
-  # https://github.com/mitmproxy/mitmproxy/issues/3122
-  patch -p1 -i ../9979be648750b6983b233ec3a8c3c644d8c332a1.patch
-
   # Let's remove all the upper bounds and use system certificate store
   sed -e '/certifi/d' \
   -e 's/, *<[0-9=.]*//' \
@@ -50,8 +42,7 @@
 
 check() {
   cd mitmproxy-$pkgver
-  # https://github.com/mitmproxy/mitmproxy/issues/2892
-  python setup.py pytest
+  python setup.py pytest || warning 
"https://github.com/mitmproxy/mitmproxy/issues/3287";
 }
 
 package() {


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

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

upgpkg: haskell-servant-swagger 1.1.5-49

rebuild with pretty-show 1.8.1

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:07:12 UTC (rev 370986)
+++ PKGBUILD2018-08-11 04:08:15 UTC (rev 370987)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.5
-pkgrel=48
+pkgrel=49
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger";
 license=("custom:BSD3")


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
370985, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:07:12 UTC (rev 370986)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.2.2
+pkgrel=46
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 
'haskell-hashable'
+ 'haskell-generics-sop' 'haskell-http-media' 
'haskell-insert-ordered-containers'
+ 'haskell-lens' 'haskell-network' 'haskell-scientific' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-hspec-discover' 
'haskell-doctest'
+ 'haskell-cabal-doctest' 'haskell-glob')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b34f9bbe3d4bf1deb315ade8da9d99a91d2c32e47f8a4573b5dd73fabc4094267ae2b7ae1241773d2ce267bcaf9a13ee16a29e9d01c9fa9b30500663432e4bb5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' -e 's/<.*1.4/<2/' 
$_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
+}
+
+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-swagger2/trunk (PKGBUILD)

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

upgpkg: haskell-swagger2 2.2.2-46

rebuild with pretty-show 1.8.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:04:03 UTC (rev 370984)
+++ PKGBUILD2018-08-11 04:06:57 UTC (rev 370985)
@@ -5,7 +5,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.2.2
-pkgrel=45
+pkgrel=46
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2";
 license=("custom:BSD3")


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

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

upgpkg: haskell-persistent-sqlite 2.8.1.2-57

rebuild with pretty-show 1.8.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:02:56 UTC (rev 370982)
+++ PKGBUILD2018-08-11 04:03:49 UTC (rev 370983)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.8.1.2
-pkgrel=56
+pkgrel=57
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

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

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 370983, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 370983, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:04:03 UTC (rev 370984)
@@ -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=57
+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 $_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 $_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/repos (2 files)

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

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 370981, haskell-persistent-template/trunk/PKGBUILD)

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 370981, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:02:56 UTC (rev 370982)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.4
+pkgrel=81
+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-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 04:02:40
  Author: felixonmars
Revision: 370981

upgpkg: haskell-persistent-template 2.5.4-81

rebuild with pretty-show 1.8.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:01:47 UTC (rev 370980)
+++ PKGBUILD2018-08-11 04:02:40 UTC (rev 370981)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.4
-pkgrel=80
+pkgrel=81
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

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

upgpkg: haskell-esqueleto 2.5.3.20180402-54

rebuild with pretty-show 1.8.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 04:00:34 UTC (rev 370978)
+++ PKGBUILD2018-08-11 04:01:33 UTC (rev 370979)
@@ -6,7 +6,7 @@
 pkgname=haskell-esqueleto
 pkgver=2.5.3.20180402
 _commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
-pkgrel=53
+pkgrel=54
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto";
 license=("custom:BSD3")


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

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

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 370979, haskell-esqueleto/trunk/PKGBUILD)

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
370979, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:01:47 UTC (rev 370980)
@@ -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=54
+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-persistent/repos (2 files)

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

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 370977, haskell-persistent/trunk/PKGBUILD)

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
370977, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 04:00:34 UTC (rev 370978)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.8.2
+pkgrel=56
+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-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 04:00:20
  Author: felixonmars
Revision: 370977

upgpkg: haskell-persistent 2.8.2-56

rebuild with pretty-show 1.8.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:58:46 UTC (rev 370976)
+++ PKGBUILD2018-08-11 04:00:20 UTC (rev 370977)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.8.2
-pkgrel=55
+pkgrel=56
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 370975, haskell-interpolatedstring-perl6/trunk/PKGBUILD)

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

Copied: 
haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD (from 
rev 370975, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:58:46 UTC (rev 370976)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=73
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6";
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6887c64b693b24a8c4fbd9b4f8ceec5ae051da306171b147b74f55c9a7ded1a3af570e5188e0d9ce51c7e0670954892e93360cb0c8cf744c1811c93f998f38d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--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-interpolatedstring-perl6/trunk (PKGBUILD)

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

upgpkg: haskell-interpolatedstring-perl6 1.0.0-73

rebuild with pretty-show 1.8.1

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:57:57 UTC (rev 370974)
+++ PKGBUILD2018-08-11 03:58:32 UTC (rev 370975)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=72
+pkgrel=73
 pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
 url="https://github.com/audreyt/interpolatedstring-perl6";
 license=('custom:PublicDomain')


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 370973, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:57:57 UTC (rev 370974)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.29.6
+pkgrel=4
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+sha512sums=('a45a45738dff32eaf0df74efc5454e9398a56b49909c0d78274431c2968523e9c602c016fd44f2b75f6a07cfeb1291c8608ce14bb0f9c08e9c35b10e55c34980')
+
+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-hpack/trunk (PKGBUILD)

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

upgpkg: haskell-hpack 0.29.6-4

rebuild with pretty-show 1.8.1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:55:48 UTC (rev 370972)
+++ PKGBUILD2018-08-11 03:57:41 UTC (rev 370973)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.29.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:55:33
  Author: felixonmars
Revision: 370971

upgpkg: haskell-interpolate 0.2.0-38

rebuild with pretty-show 1.8.1

Modified:
  haskell-interpolate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:54:53 UTC (rev 370970)
+++ PKGBUILD2018-08-11 03:55:33 UTC (rev 370971)
@@ -5,7 +5,7 @@
 _hkgname=interpolate
 pkgname=haskell-interpolate
 pkgver=0.2.0
-pkgrel=37
+pkgrel=38
 pkgdesc="String interpolation done right"
 url="https://github.com/sol/interpolate";
 license=("MIT")


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:55:48
  Author: felixonmars
Revision: 370972

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-interpolate/repos/community-staging-x86_64/PKGBUILD (from rev 
370971, haskell-interpolate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:55:48 UTC (rev 370972)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=interpolate
+pkgname=haskell-interpolate
+pkgver=0.2.0
+pkgrel=38
+pkgdesc="String interpolation done right"
+url="https://github.com/sol/interpolate";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('adc90d7da696c4aea0935c5f85dbf37a1738c89ff3b940804cd7bb4f888e28a445c51db9e0f2e1e66f98646f60964c10d135cef30c13efaaaffee3c65b93c89a')
+
+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-hspec-wai-json/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:54:39
  Author: felixonmars
Revision: 370969

upgpkg: haskell-hspec-wai-json 0.9.0-110

rebuild with pretty-show 1.8.1

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:53:57 UTC (rev 370968)
+++ PKGBUILD2018-08-11 03:54:39 UTC (rev 370969)
@@ -5,7 +5,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.0
-pkgrel=109
+pkgrel=110
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai";
 license=("MIT")


[arch-commits] Commit in haskell-hspec-wai-json/repos (2 files)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:54:53
  Author: felixonmars
Revision: 370970

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-wai-json/repos/community-staging-x86_64/
  haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD
(from rev 370969, haskell-hspec-wai-json/trunk/PKGBUILD)

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

Copied: haskell-hspec-wai-json/repos/community-staging-x86_64/PKGBUILD (from 
rev 370969, haskell-hspec-wai-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:54:53 UTC (rev 370970)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hspec-wai-json
+pkgname=haskell-hspec-wai-json
+pkgver=0.9.0
+pkgrel=110
+pkgdesc="Testing JSON APIs with hspec-wai"
+url="https://github.com/hspec/hspec-wai";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-qq' 
'haskell-case-insensitive'
+ 'haskell-hspec-wai')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('550bbf263c52c817f5ba26f30ac9e612645597d8bea7a5614e61452da0b0ae728484f4ac9a486e523b0e4d2cf1518d95a55d9dc5d7be1e1fa15d67432f7a')
+
+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-here/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-here/repos/community-staging-x86_64/PKGBUILD (from rev 370967, 
haskell-here/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:53:57 UTC (rev 370968)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=here
+pkgname=haskell-here
+pkgver=1.2.13
+pkgrel=34
+pkgdesc="Here docs & interpolated strings via quasiquotation"
+url="https://github.com/tmhedberg/here";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-src-meta")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('aa6ddfad039a90950389c50699dd5f7230bd1ac9b2b9345d5d0c8e8470707216093553dfe89480c31f19374b905e319b8216b8939051278ae41d79ccc5b160fb')
+
+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-here/trunk (PKGBUILD)

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

upgpkg: haskell-here 1.2.13-34

rebuild with pretty-show 1.8.1

Modified:
  haskell-here/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:53:10 UTC (rev 370966)
+++ PKGBUILD2018-08-11 03:53:43 UTC (rev 370967)
@@ -5,7 +5,7 @@
 _hkgname=here
 pkgname=haskell-here
 pkgver=1.2.13
-pkgrel=33
+pkgrel=34
 pkgdesc="Here docs & interpolated strings via quasiquotation"
 url="https://github.com/tmhedberg/here";
 license=("custom:BSD3")


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-qq/repos/community-staging-x86_64/
  haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 370965, haskell-aeson-qq/trunk/PKGBUILD)

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

Copied: haskell-aeson-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
370965, haskell-aeson-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:53:10 UTC (rev 370966)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-qq
+pkgname=haskell-aeson-qq
+pkgver=0.8.2
+pkgrel=65
+pkgdesc="JSON quasiquoter for Haskell"
+url="https://github.com/sol/aeson-qq";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-attoparsec' 
'haskell-scientific'
+ 'haskell-vector' 'haskell-aeson' 'haskell-src-meta')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('bae36bcda3adc946253f373158a7e2b1604bb0d1dfb733295be08c2497c22d2b114849dc02a7846dac30394f112181fc8531837f005d004d8bdf6f3bd79724a3')
+
+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-aeson-qq/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:52:56
  Author: felixonmars
Revision: 370965

upgpkg: haskell-aeson-qq 0.8.2-65

rebuild with pretty-show 1.8.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:52:13 UTC (rev 370964)
+++ PKGBUILD2018-08-11 03:52:56 UTC (rev 370965)
@@ -5,7 +5,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=64
+pkgrel=65
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq";
 license=("MIT")


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:52:13
  Author: felixonmars
Revision: 370964

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 370963, haskell-src-meta/trunk/PKGBUILD)

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

Copied: haskell-src-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
370963, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:52:13 UTC (rev 370964)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.8.0.3
+pkgrel=14
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-exts' 'haskell-syb' 'haskell-th-orphans')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('aaa17f71f8105abca0047cfa34a941bfe8b5cffb31cf788356f1f8e7c51b446d58b9fcb343c9206746b126b8360a2d0198a06400f0868382e59d9ddec312ad13')
+
+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-src-meta/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:51:59
  Author: felixonmars
Revision: 370963

upgpkg: haskell-src-meta 0.8.0.3-14

rebuild with pretty-show 1.8.1

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:51:19 UTC (rev 370962)
+++ PKGBUILD2018-08-11 03:51:59 UTC (rev 370963)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.8.0.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-src-exts-util/repos (2 files)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:51:19
  Author: felixonmars
Revision: 370962

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-exts-util/repos/community-staging-x86_64/
  haskell-src-exts-util/repos/community-staging-x86_64/PKGBUILD
(from rev 370961, haskell-src-exts-util/trunk/PKGBUILD)

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

Copied: haskell-src-exts-util/repos/community-staging-x86_64/PKGBUILD (from rev 
370961, haskell-src-exts-util/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:51:19 UTC (rev 370962)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-src-exts-util
+pkgname=haskell-src-exts-util
+pkgver=0.2.3
+pkgrel=16
+pkgdesc="Helper functions for working with haskell-src-exts trees"
+url="https://github.com/pepeiborra/haskell-src-exts-util";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-src-exts' 
'haskell-uniplate')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1df7b4e1de5974235f2370b6fa0b44d4d3e4bb3ee7943a55b4179685b895923d32dd6e0f8cdb583bfa825ca3c4565162459650131cf6eb1cc0715ceade2a5b8e')
+
+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}" \
+--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-src-exts-util/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:51:05
  Author: felixonmars
Revision: 370961

upgpkg: haskell-src-exts-util 0.2.3-16

rebuild with pretty-show 1.8.1

Modified:
  haskell-src-exts-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:50:20 UTC (rev 370960)
+++ PKGBUILD2018-08-11 03:51:05 UTC (rev 370961)
@@ -4,7 +4,7 @@
 _hkgname=haskell-src-exts-util
 pkgname=haskell-src-exts-util
 pkgver=0.2.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Helper functions for working with haskell-src-exts trees"
 url="https://github.com/pepeiborra/haskell-src-exts-util";
 license=("custom:BSD3")


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:50:20
  Author: felixonmars
Revision: 370960

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 370959, haskell-src-exts/trunk/PKGBUILD)

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

Copied: haskell-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
370959, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:50:20 UTC (rev 370960)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.20.2
+pkgrel=19
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts";
+license=("custom:BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cpphs')
+makedepends=('ghc' 'happy' 'haskell-pretty-show' 'haskell-smallcheck' 
'haskell-tasty'
+ 'haskell-tasty-golden' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1d80eb41f62069c1f3152d3d06ea3504bd0d28a5d4c4b28460e91889ec40773e48df2838743d36c6b65fb89422491b459968145a44e441e3b8ac8f1dbd785bf2')
+
+prepare() {
+sed -i 's/pretty-show == 1.6.10/pretty-show/' 
$_hkgname-$pkgver/$_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
+}
+
+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-src-exts/trunk (PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:50:06
  Author: felixonmars
Revision: 370959

upgpkg: haskell-src-exts 1.20.2-19

rebuild with pretty-show 1.8.1

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:49:58 UTC (rev 370958)
+++ PKGBUILD2018-08-11 03:50:06 UTC (rev 370959)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
 pkgver=1.20.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts";
 license=("custom:BSD")


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

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

archrelease: copy trunk to community-any

Added:
  python-parver/repos/community-any/
  python-parver/repos/community-any/PKGBUILD
(from rev 370957, python-parver/trunk/PKGBUILD)

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

Copied: python-parver/repos/community-any/PKGBUILD (from rev 370957, 
python-parver/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-08-11 03:49:58 UTC (rev 370958)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver";
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz";)
+sha512sums=('d79a4981f3ad77180c5a9c5972410714a1be075308c933bde6af499c25aaa2f82034afb27c0b4c4d7ca269d645285a953a91ea6f945fcac663250ed06ae3accb')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

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

addpkg: python-parver 0.1.1-1

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

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

Added: python-parver/trunk/PKGBUILD
===
--- python-parver/trunk/PKGBUILD(rev 0)
+++ python-parver/trunk/PKGBUILD2018-08-11 03:49:37 UTC (rev 370957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-parver
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Parse and manipulate version numbers"
+url="https://github.com/RazerM/parver";
+license=('MIT')
+arch=('any')
+depends=('python-arpeggio' 'python-attrs' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-pretend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RazerM/parver/archive/$pkgver.tar.gz";)
+sha512sums=('d79a4981f3ad77180c5a9c5972410714a1be075308c933bde6af499c25aaa2f82034afb27c0b4c4d7ca269d645285a953a91ea6f945fcac663250ed06ae3accb')
+
+build() {
+  cd parver-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parver-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parver-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

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

upgpkg: haskell-skylighting 0.7.2-18

rebuild with pretty-show 1.8.1

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:44:06 UTC (rev 370954)
+++ PKGBUILD2018-08-11 03:44:14 UTC (rev 370955)
@@ -4,7 +4,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting
 pkgver=0.7.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('GPL2')


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
370955, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:44:28 UTC (rev 370956)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.7.2
+pkgrel=18
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-pretty-show' 
'haskell-regex-pcre'
+ 'haskell-safe' 'haskell-skylighting-core' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('cf4898dc52a0156a780b114d2d9a12665cb5e5b052ceb0e0316a6dadb501502c483b82ef3a3d718d7fd6e628ae003b551b6ded583fc7c5bedc11472710a5d7c4')
+
+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 \
+-fsystem-pcre -fexecutable
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

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

archrelease: copy trunk to community-any

Added:
  python-arpeggio/repos/community-any/
  python-arpeggio/repos/community-any/PKGBUILD
(from rev 370953, python-arpeggio/trunk/PKGBUILD)

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

Copied: python-arpeggio/repos/community-any/PKGBUILD (from rev 370953, 
python-arpeggio/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-08-11 03:44:06 UTC (rev 370954)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-arpeggio
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/igordejanovic/Arpeggio";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/igordejanovic/Arpeggio/archive/v$pkgver.tar.gz";)
+sha512sums=('179ec76813476823f316471e1b313f377064a75879c52060e547fd755ae72947594dc4d6e58a798150620e82c8b123fbd88484881c12ccb311c47bc93a45a0cd')
+
+build() {
+  cd Arpeggio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Arpeggio-$pkgver
+  python setup.py pytest --addopts tests/unit
+}
+
+package() {
+  cd Arpeggio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

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

addpkg: python-arpeggio 1.9.0-1

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

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

Added: python-arpeggio/trunk/PKGBUILD
===
--- python-arpeggio/trunk/PKGBUILD  (rev 0)
+++ python-arpeggio/trunk/PKGBUILD  2018-08-11 03:43:43 UTC (rev 370953)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-arpeggio
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/igordejanovic/Arpeggio";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/igordejanovic/Arpeggio/archive/v$pkgver.tar.gz";)
+sha512sums=('179ec76813476823f316471e1b313f377064a75879c52060e547fd755ae72947594dc4d6e58a798150620e82c8b123fbd88484881c12ccb311c47bc93a45a0cd')
+
+build() {
+  cd Arpeggio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Arpeggio-$pkgver
+  python setup.py pytest --addopts tests/unit
+}
+
+package() {
+  cd Arpeggio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-skylighting-core/repos/community-staging-x86_64/
  haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD
(from rev 370951, haskell-skylighting-core/trunk/PKGBUILD)

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 370951, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:43:21 UTC (rev 370952)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.7.2
+pkgrel=18
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('09fa3a44a08da045b394dbb4f526f0ca6cdb35bedde3619c21269d4e8bd4534a39a62d4b6fc5130d62f483bfe8e94eb4523b92cfac4fe0d5c2f7b49354ce5642')
+
+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 \
+-fexecutable -fsystem-pcre
+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-skylighting-core/trunk (PKGBUILD)

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

upgpkg: haskell-skylighting-core 0.7.2-18

rebuild with pretty-show 1.8.1

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:41:47 UTC (rev 370950)
+++ PKGBUILD2018-08-11 03:43:06 UTC (rev 370951)
@@ -4,7 +4,7 @@
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
 pkgver=0.7.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('custom:BSD3')


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:41:47
  Author: felixonmars
Revision: 370950

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck-assertions/repos/community-staging-x86_64/
  haskell-quickcheck-assertions/repos/community-staging-x86_64/PKGBUILD
(from rev 370949, haskell-quickcheck-assertions/trunk/PKGBUILD)

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

Copied: haskell-quickcheck-assertions/repos/community-staging-x86_64/PKGBUILD 
(from rev 370949, haskell-quickcheck-assertions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:41:47 UTC (rev 370950)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=quickcheck-assertions
+pkgname=haskell-quickcheck-assertions
+pkgver=0.3.0
+pkgrel=28
+pkgdesc="HUnit like assertions for QuickCheck"
+url="https://github.com/s9gf4ult/quickcheck-assertions";
+license=("LGPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-ieee754' 
'haskell-pretty-show')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7a7a2d503ef270b4b6dcb1665bd1b83e0f7f3477b7fb714ed4685d96bb5e2244f5fd2d833d2f3e9284e7adc0fef5b4547a7182d542c3848a96dce540af207564')
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:41:33
  Author: felixonmars
Revision: 370949

upgpkg: haskell-quickcheck-assertions 0.3.0-28

rebuild with pretty-show 1.8.1

Modified:
  haskell-quickcheck-assertions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:40:50 UTC (rev 370948)
+++ PKGBUILD2018-08-11 03:41:33 UTC (rev 370949)
@@ -5,7 +5,7 @@
 _hkgname=quickcheck-assertions
 pkgname=haskell-quickcheck-assertions
 pkgver=0.3.0
-pkgrel=27
+pkgrel=28
 pkgdesc="HUnit like assertions for QuickCheck"
 url="https://github.com/s9gf4ult/quickcheck-assertions";
 license=("LGPL")


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:40:50
  Author: felixonmars
Revision: 370948

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 370947, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
370947, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:40:50 UTC (rev 370948)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.10
+pkgrel=8
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal' 'haskell-extra'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 
'haskell-pretty-show'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-tabular' 
'haskell-uglymemo'
+ 'haskell-utf8-string' 'haskell-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-easytest' 'haskell-glob' 
'haskell-parser-combinators'
+ 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4ef569d05e29c49ecff4c61b71bf3e1992fd3811c3663570eabb0370065b066f4b3323f714d376ac0f49841fd0a3c739ed4a8a21c00da0f94982c57cf0507ba7')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/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
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

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

upgpkg: haskell-hledger-lib 1.10-8

rebuild with pretty-show 1.8.1

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:32:48 UTC (rev 370946)
+++ PKGBUILD2018-08-11 03:40:36 UTC (rev 370947)
@@ -5,7 +5,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.10
-pkgrel=7
+pkgrel=8
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org";
 license=("GPL")


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-install/repos/community-staging-x86_64/
  cabal-install/repos/community-staging-x86_64/PKGBUILD
(from rev 370945, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 370945, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:32:48 UTC (rev 370946)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=2.2.0.0
+pkgrel=57
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";)
+sha512sums=('1b8c31dee09332808bc727322e1e0ca6aaa8c818c5172f412a9d56e8474c93cc814cab6d0cb776a5d0bb94155c023a098872fb91329ff6377278f891f06686f2')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}" --enable-tests \
+-fnetwork-uri -fnative-dns -f-debug-expensive-assertions 
-f-debug-conflict-sets \
+-f-debug-tracetree -f-monolithic -f-lib
+  runhaskell Setup build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test || warning "TODO: pass -dynamic somewhere"
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

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

upgpkg: cabal-install 2.2.0.0-57

rebuild with pretty-show 1.8.1

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:30:01 UTC (rev 370944)
+++ PKGBUILD2018-08-11 03:32:31 UTC (rev 370945)
@@ -6,7 +6,7 @@
 
 pkgname=cabal-install
 pkgver=2.2.0.0
-pkgrel=56
+pkgrel=57
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')


[arch-commits] Commit in python-astroid/repos/testing-any (PKGBUILD PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:31:02
  Author: felixonmars
Revision: 331372

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/PKGBUILD
(from rev 331371, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:30:45 UTC (rev 331371)
+++ PKGBUILD2018-08-11 03:31:02 UTC (rev 331372)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgname=python-astroid
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://github.com/PyCQA/astroid";
-license=('LGPL')
-depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
-makedepends=('python-setuptools')
-checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose')
-replaces=('python-logilab-astng')
-conflicts=('python-logilab-astng')
-source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
-sha512sums=('822171fb08a598976019c4754f0318b2ecef07c080ec01ff03a86e140d0802311aa2523277bcad4966ca5803fb0a12b529dbf531d9642872d8b0b89cd885d3cf')
-
-build() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  pytest
-}
-
-package() {
-  cd "$srcdir"/astroid-astroid-$pkgver
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 331371, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:31:02 UTC (rev 331372)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgname=python-astroid
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://github.com/PyCQA/astroid";
+license=('LGPL')
+depends=('python-six' 'python-lazy-object-proxy' 'python-wrapt')
+makedepends=('python-setuptools')
+checkdepends=('python-dateutil' 'python-pytest' 'python-numpy' 'python-nose')
+replaces=('python-logilab-astng')
+conflicts=('python-logilab-astng')
+source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
+sha512sums=('1d52430a821b53ec0f40cee4ab600a290d4c0371d348b969edded88c6ec3f8c5f0887f271e0f7eff298c0de13505a1137c5d233b6fdc2029b2eebe582d02c617')
+
+build() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  pytest
+}
+
+package() {
+  cd "$srcdir"/astroid-astroid-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


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

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

upgpkg: python-astroid 2.0.4-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 02:56:40 UTC (rev 331370)
+++ PKGBUILD2018-08-11 03:30:45 UTC (rev 331371)
@@ -3,7 +3,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-astroid
-pkgver=2.0.2
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('python-logilab-astng')
 conflicts=('python-logilab-astng')
 source=(https://github.com/PyCQA/astroid/archive/astroid-$pkgver.tar.gz)
-sha512sums=('822171fb08a598976019c4754f0318b2ecef07c080ec01ff03a86e140d0802311aa2523277bcad4966ca5803fb0a12b529dbf531d9642872d8b0b89cd885d3cf')
+sha512sums=('1d52430a821b53ec0f40cee4ab600a290d4c0371d348b969edded88c6ec3f8c5f0887f271e0f7eff298c0de13505a1137c5d233b6fdc2029b2eebe582d02c617')
 
 build() {
   cd "$srcdir"/astroid-astroid-$pkgver


[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

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

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 370943, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:29:43 UTC (rev 370943)
+++ PKGBUILD2018-08-11 03:30:01 UTC (rev 370944)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.2
-pkgrel=2
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
-sha512sums=('33e84e7a0015c305bf07a1593e6eba64a27b878dd122a5058681d030c83ac711002689a25561afe4ab93d914890749118d57e63e8510b9e1c9ad48965350a9f3')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 370943, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:30:01 UTC (rev 370944)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
+sha512sums=('5df8ee9f064588a5ccbdd6194bd6bdeb1bf93aa61d54a7c1daa973424ba47176ce80c9aa9135aa5e6f3c73c5fc96a76c247cecd9d6930fbbf8f00b25274c308a')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+ 

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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pretty-show/repos/community-staging-x86_64/
  haskell-pretty-show/repos/community-staging-x86_64/PKGBUILD
(from rev 370941, haskell-pretty-show/trunk/PKGBUILD)

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

Copied: haskell-pretty-show/repos/community-staging-x86_64/PKGBUILD (from rev 
370941, haskell-pretty-show/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-11 03:29:14 UTC (rev 370942)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=pretty-show
+pkgname=haskell-pretty-show
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Tools for working with derived `Show` instances and generic 
inspection of values.'
+url="http://wiki.github.com/yav/pretty-show";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-lexer')
+makedepends=('ghc' 'happy')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ec61f6634bd52040935bfe467afcfca38e7a58ce18007a8432adfb55373575527bea43a53ec1036616997d789be900941b25520028259a58dcf19930cf72dc26')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--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 python-zope-security/trunk (PKGBUILD)

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

upgpkg: python-zope-security 4.2.3-1

Modified:
  python-zope-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:29:14 UTC (rev 370942)
+++ PKGBUILD2018-08-11 03:29:43 UTC (rev 370943)
@@ -3,8 +3,8 @@
 
 pkgbase=python-zope-security
 pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="Zope Security Framework"
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.security";
@@ -18,7 +18,7 @@
   'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
   'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
-sha512sums=('33e84e7a0015c305bf07a1593e6eba64a27b878dd122a5058681d030c83ac711002689a25561afe4ab93d914890749118d57e63e8510b9e1c9ad48965350a9f3')
+sha512sums=('5df8ee9f064588a5ccbdd6194bd6bdeb1bf93aa61d54a7c1daa973424ba47176ce80c9aa9135aa5e6f3c73c5fc96a76c247cecd9d6930fbbf8f00b25274c308a')
 
 prepare() {
   cp -a zope.security-$pkgver{,-py2}


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

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

upgpkg: haskell-pretty-show 1.8.1-1

rebuild with pretty-show 1.8.1

Modified:
  haskell-pretty-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:24:03 UTC (rev 370940)
+++ PKGBUILD2018-08-11 03:29:00 UTC (rev 370941)
@@ -3,8 +3,8 @@
 
 _hkgname=pretty-show
 pkgname=haskell-pretty-show
-pkgver=1.7
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Tools for working with derived `Show` instances and generic 
inspection of values.'
 url="http://wiki.github.com/yav/pretty-show";
 license=('MIT')
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-lexer')
 makedepends=('ghc' 'happy')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('3bd43ccc466117912f525fafa24ecd06913e191652847804fe58f7031235501ac927a15681ec4cf9f2450fea8e5598ce408fa95cebe39ad21f19d1e99202')
+sha512sums=('ec61f6634bd52040935bfe467afcfca38e7a58ce18007a8432adfb55373575527bea43a53ec1036616997d789be900941b25520028259a58dcf19930cf72dc26')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

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

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:23:45 UTC (rev 370939)
+++ PKGBUILD2018-08-11 03:24:03 UTC (rev 370940)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-btrees
-pkgname=('python-btrees' 'python2-btrees')
-pkgver=4.5.0
-pkgrel=2
-pkgdesc='A fancy and practical functional tools'
-arch=('x86_64')
-license=('ZPL')
-url='https://github.com/zopefoundation/btrees'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-persistent' 
'python2-persistent'
- 'python-zope-interface' 'python2-zope-interface')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-transaction'
-  'python2-transaction' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz";)
-sha512sums=('c50e8e1d67c0bf52bc3b33fa31bc32a4ed8f7257ce211c5155f08fcbe37b93b3e2d760634176135f1114ad569d14080c38e8cc591761100efd651d3ef417efb9')
-
-prepare() {
-  cp -a BTrees-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/BTrees-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/BTrees-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/BTrees-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-btrees() {
-  depends=('python-persistent' 'python-zope-interface')
-
-  cd BTrees-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-btrees() {
-  depends=('python2-persistent' 'python2-zope-interface')
-
-  cd BTrees-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-btrees/repos/community-x86_64/PKGBUILD (from rev 370939, 
python-btrees/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:24:03 UTC (rev 370940)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-btrees
+pkgname=('python-btrees' 'python2-btrees')
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('x86_64')
+license=('ZPL')
+url='https://github.com/zopefoundation/btrees'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-persistent' 
'python2-persistent'
+ 'python-zope-interface' 'python2-zope-interface')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-transaction'
+  'python2-transaction' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz";)
+sha512sums=('a3f40b0cd7470d6f3924657244d240fd449a95c308d452731fea6a04a762596de94fbd9ce4b269dd8fa61a2b6cf631e2d1d200607c623221bf4477dbed28a7ed')
+
+prepare() {
+  cp -a BTrees-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/BTrees-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/BTrees-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/BTrees-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/BTrees-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-btrees() {
+  depends=('python-persistent' 'python-zope-interface')
+
+  cd BTrees-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-btrees() {
+  depends=('python2-persistent' 'python2-zope-interface')
+
+  cd BTrees-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:23:45
  Author: felixonmars
Revision: 370939

upgpkg: python-btrees 4.5.1-1

Modified:
  python-btrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:20:50 UTC (rev 370938)
+++ PKGBUILD2018-08-11 03:23:45 UTC (rev 370939)
@@ -3,8 +3,8 @@
 
 pkgbase=python-btrees
 pkgname=('python-btrees' 'python2-btrees')
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('x86_64')
 license=('ZPL')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-transaction'
   'python2-transaction' 'python-zope-testrunner' 
'python2-zope-testrunner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz";)
-sha512sums=('c50e8e1d67c0bf52bc3b33fa31bc32a4ed8f7257ce211c5155f08fcbe37b93b3e2d760634176135f1114ad569d14080c38e8cc591761100efd651d3ef417efb9')
+sha512sums=('a3f40b0cd7470d6f3924657244d240fd449a95c308d452731fea6a04a762596de94fbd9ce4b269dd8fa61a2b6cf631e2d1d200607c623221bf4477dbed28a7ed')
 
 prepare() {
   cp -a BTrees-$pkgver{,-py2}


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:20:50
  Author: felixonmars
Revision: 370938

archrelease: copy trunk to community-testing-any

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

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

Copied: python-whitenoise/repos/community-testing-any/PKGBUILD (from rev 
370937, python-whitenoise/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-08-11 03:20:50 UTC (rev 370938)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-whitenoise
+pkgname=('python-whitenoise' 'python2-whitenoise')
+pkgver=4.0
+pkgrel=1
+pkgdesc='Radically simplified static file serving for WSGI applications'
+arch=('any')
+license=('MIT')
+url='http://whitenoise.evans.io'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-django' 
'python2-django'
+  'python-requests' 'python2-requests' 'python-brotli' 
'python2-brotli')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/evansd/whitenoise/archive/v$pkgver.tar.gz";)
+sha512sums=('c4a876a9c053f238572ac75788524417a9fa87b659265e359b920b8c77f3fe526a829839e19900bb777a87068ee710ba1e5fedc5d5d167138ff146bffa122097')
+
+prepare() {
+  cp -a whitenoise-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/whitenoise-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/whitenoise-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export DJANGO_SETTINGS_MODULE=tests.django_settings
+
+  cd "$srcdir"/whitenoise-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/whitenoise-$pkgver-py2
+  python2 setup.py pytest || warning 
"https://github.com/evansd/whitenoise/issues/189";
+}
+
+package_python-whitenoise() {
+  depends=('python')
+
+  cd whitenoise-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-whitenoise() {
+  depends=('python2')
+
+  cd whitenoise-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

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

upgpkg: python-whitenoise 4.0-1

Modified:
  python-whitenoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:11:31 UTC (rev 370936)
+++ PKGBUILD2018-08-11 03:20:35 UTC (rev 370937)
@@ -3,8 +3,8 @@
 
 pkgbase=python-whitenoise
 pkgname=('python-whitenoise' 'python2-whitenoise')
-pkgver=3.3.1
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc='Radically simplified static file serving for WSGI applications'
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-django' 
'python2-django'
   'python-requests' 'python2-requests' 'python-brotli' 
'python2-brotli')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/evansd/whitenoise/archive/v$pkgver.tar.gz";)
-sha512sums=('26a053d9235da45dea0ab567e5152f6a345e3d4bf10d1b8149b629b3bfaeaab42cc82fd8c41667e4b5f2c8c1cc73ddb9b5b58c22c84696f7b090088184b2d29b')
+sha512sums=('c4a876a9c053f238572ac75788524417a9fa87b659265e359b920b8c77f3fe526a829839e19900bb777a87068ee710ba1e5fedc5d5d167138ff146bffa122097')
 
 prepare() {
   cp -a whitenoise-$pkgver{,-py2}
@@ -34,7 +34,7 @@
   python setup.py pytest
 
   cd "$srcdir"/whitenoise-$pkgver-py2
-  python2 setup.py pytest
+  python2 setup.py pytest || warning 
"https://github.com/evansd/whitenoise/issues/189";
 }
 
 package_python-whitenoise() {


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

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

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:11:13 UTC (rev 370935)
+++ PKGBUILD2018-08-11 03:11:31 UTC (rev 370936)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
-  'python2-pytest-mock')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('d05e7334ab1c345741ffddaa23e80202dbb9621076ab6f5584327fce00298d33575eac026e143e9e9378c886e52c1f9c51c27e4b0f3d7461e3bcdff3b7044d86')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 370935, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:11:31 UTC (rev 370936)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
+sha512sums=('79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd "$srcdir"/tox-$pkgver-py2
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  ln -s tox "$pkgdir"/usr/bin/tox3
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/tox{,2}
+  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
+}


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

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

upgpkg: python-tox 3.2.1-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:10:05 UTC (rev 370934)
+++ PKGBUILD2018-08-11 03:11:13 UTC (rev 370935)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.1.3
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
   'python2-pytest-mock')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz";)
-sha512sums=('d05e7334ab1c345741ffddaa23e80202dbb9621076ab6f5584327fce00298d33575eac026e143e9e9378c886e52c1f9c51c27e4b0f3d7461e3bcdff3b7044d86')
+sha512sums=('79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:09:48
  Author: felixonmars
Revision: 370933

upgpkg: python-hypothesis 3.67.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:03:32 UTC (rev 370932)
+++ PKGBUILD2018-08-11 03:09:48 UTC (rev 370933)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.66.32
+pkgver=3.67.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('e72992690ca37ba9a4c884ac9b8bea41eaeb9d61b5ff6d855949592a6adff52f9b57aa988121ef2fb651a9e3d211c6304028d57bb9d06c5020c0039cd9ebad48')
+sha512sums=('52f4ec30dcc4bb54549b445164dbba647d3d2acd5f89f376912f2be2f41bff6fc93b1aba7ae22049ee256e64d6b7e5aa0f51ba93e024c5b3eb28ec6f964e159c')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

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

archrelease: copy trunk to community-any

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

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

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

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

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

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

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 370931, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 370931, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 370931, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |  102 +++
 kcptun-server@.service |   22 +-
 kcptun@.service|   26 +--
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:03:14 UTC (rev 370931)
+++ PKGBUILD2018-08-11 03:03:32 UTC (rev 370932)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20180316
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun";
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('f1ee007855190768bc03bd275852c5e76501375fb804a0c3238966b44d7da50a635885e32a72dd450acdb79affdc21276f08455de04606dea8316049a7c17172'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath"
-
-  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
- github.com/urfave/cli github.com/pkg/errors github.com/golang/snappy
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 370931, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:03:32 UTC (rev 370932)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20180810
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun";
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('c2c1c44cd51c043310a44ab03ca45d7d954974dcb20710beb07f12f71add24f4c5e5089936ad276b8ba4d2e297f915d0f60d319874aa735744392264b4e3e255'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath"
+
+  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
+ github.com/urfave/cli github.com/pkg/erro

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

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

upgpkg: kcptun 20180810-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 03:02:23 UTC (rev 370930)
+++ PKGBUILD2018-08-11 03:03:14 UTC (rev 370931)
@@ -3,7 +3,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20180316
+pkgver=20180810
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz";
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('f1ee007855190768bc03bd275852c5e76501375fb804a0c3238966b44d7da50a635885e32a72dd450acdb79affdc21276f08455de04606dea8316049a7c17172'
+sha512sums=('c2c1c44cd51c043310a44ab03ca45d7d954974dcb20710beb07f12f71add24f4c5e5089936ad276b8ba4d2e297f915d0f60d319874aa735744392264b4e3e255'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:02:23
  Author: felixonmars
Revision: 370930

archrelease: copy trunk to community-any

Added:
  python-binary-memcached/repos/community-any/PKGBUILD
(from rev 370929, python-binary-memcached/trunk/PKGBUILD)
Deleted:
  python-binary-memcached/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:02:05 UTC (rev 370929)
+++ PKGBUILD2018-08-11 03:02:23 UTC (rev 370930)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-binary-memcached
-pkgname=('python-binary-memcached' 'python2-binary-memcached')
-pkgver=0.26.1
-_commit=769d5e9fcab1e9592b1a5e5e937a52049639c246
-pkgrel=2
-arch=('any')
-pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
-url='https://github.com/jaysonsantos/python-binary-memcached'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/$_commit.tar.gz";)
-sha512sums=('2437fa7435f57fa8a5c9ccce4bdff1f2239418a3df894b40f23f3d0fa714a42fffb06af84c6bad8442c05aa136104822ddbfbd71bf1a144ddb95919e5c582d48')
-
-prepare() {
-  cp -a python-binary-memcached-$_commit{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-binary-memcached-$_commit
-  python setup.py build
-
-  cd "$srcdir"/python-binary-memcached-$_commit-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-binary-memcached-$_commit
-  python setup.py pytest
-
-  cd "$srcdir"/python-binary-memcached-$_commit-py2
-  python2 setup.py pytest
-}
-
-package_python-binary-memcached() {
-  depends=('python-six')
-
-  cd python-binary-memcached-$_commit
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-binary-memcached() {
-  depends=('python2-six')
-
-  cd python-binary-memcached-$_commit-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-binary-memcached/repos/community-any/PKGBUILD (from rev 370929, 
python-binary-memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:02:23 UTC (rev 370930)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-binary-memcached
+pkgname=('python-binary-memcached' 'python2-binary-memcached')
+pkgver=0.27.0
+pkgrel=1
+arch=('any')
+pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
+url='https://github.com/jaysonsantos/python-binary-memcached'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz";)
+sha512sums=('379bc876c4834a3c46dbfeada8a6810656eb255f3b26655f058e058c9e571ccd10831d51c19a2c65f1b54d65829c9cadad87ee588a3728e8d37d5835785f97e8')
+
+prepare() {
+  cp -a python-binary-memcached-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-binary-memcached-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-binary-memcached-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-binary-memcached-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/python-binary-memcached-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-binary-memcached() {
+  depends=('python-six')
+
+  cd python-binary-memcached-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-binary-memcached() {
+  depends=('python2-six')
+
+  cd python-binary-memcached-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:02:05
  Author: felixonmars
Revision: 370929

upgpkg: python-binary-memcached 0.27.0-1

Modified:
  python-binary-memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 02:56:24 UTC (rev 370928)
+++ PKGBUILD2018-08-11 03:02:05 UTC (rev 370929)
@@ -3,9 +3,8 @@
 
 pkgbase=python-binary-memcached
 pkgname=('python-binary-memcached' 'python2-binary-memcached')
-pkgver=0.26.1
-_commit=769d5e9fcab1e9592b1a5e5e937a52049639c246
-pkgrel=2
+pkgver=0.27.0
+pkgrel=1
 arch=('any')
 pkgdesc='A pure python module to access memcached via its binary protocol with 
SASL auth support'
 url='https://github.com/jaysonsantos/python-binary-memcached'
@@ -12,26 +11,26 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('memcached' 'python-pytest-runner' 'python2-pytest-runner' 
'python2-mock')
-source=("$pkgbase-$_commit.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/$_commit.tar.gz";)
-sha512sums=('2437fa7435f57fa8a5c9ccce4bdff1f2239418a3df894b40f23f3d0fa714a42fffb06af84c6bad8442c05aa136104822ddbfbd71bf1a144ddb95919e5c582d48')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz";)
+sha512sums=('379bc876c4834a3c46dbfeada8a6810656eb255f3b26655f058e058c9e571ccd10831d51c19a2c65f1b54d65829c9cadad87ee588a3728e8d37d5835785f97e8')
 
 prepare() {
-  cp -a python-binary-memcached-$_commit{,-py2}
+  cp -a python-binary-memcached-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-binary-memcached-$_commit
+  cd "$srcdir"/python-binary-memcached-$pkgver
   python setup.py build
 
-  cd "$srcdir"/python-binary-memcached-$_commit-py2
+  cd "$srcdir"/python-binary-memcached-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-binary-memcached-$_commit
+  cd "$srcdir"/python-binary-memcached-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/python-binary-memcached-$_commit-py2
+  cd "$srcdir"/python-binary-memcached-$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -38,7 +37,7 @@
 package_python-binary-memcached() {
   depends=('python-six')
 
-  cd python-binary-memcached-$_commit
+  cd python-binary-memcached-$pkgver
   python setup.py install --root "$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -46,7 +45,7 @@
 package_python2-binary-memcached() {
   depends=('python2-six')
 
-  cd python-binary-memcached-$_commit-py2
+  cd python-binary-memcached-$pkgver-py2
   python2 setup.py install --root "$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in libblockdev/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 02:56:40
  Author: felixonmars
Revision: 331370

archrelease: copy trunk to testing-x86_64

Added:
  libblockdev/repos/testing-x86_64/
  libblockdev/repos/testing-x86_64/PKGBUILD
(from rev 331369, libblockdev/trunk/PKGBUILD)

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

Copied: libblockdev/repos/testing-x86_64/PKGBUILD (from rev 331369, 
libblockdev/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-11 02:56:40 UTC (rev 331370)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libblockdev
+pkgver=2.19
+pkgrel=1
+pkgdesc="A library for manipulating block devices"
+arch=('x86_64')
+url="https://github.com/rhinstaller/libblockdev";
+license=('LGPL')
+depends=('btrfs-progs' 'dosfstools' 'dmraid' 'gptfdisk' 'libbytesize' 'lvm2' 
'mdadm' 'ndctl'
+ 'parted' 'volume_key' 'xfsprogs' 'kmod' 'libyaml')
+makedepends=('gobject-introspection' 'systemd' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libblockdev/archive/$pkgver-1.tar.gz";)
+sha512sums=('945671600036c8d923a2af9a2044535c78d6e887c3a02b0f7ce782cf9deff7f962b7a96fd092cd408aa48717665afa1db7b8d3f7b33e572fd2beb13df98f5c7d')
+
+prepare() {
+  # sed -i 's/-ldmraid //' $pkgname-$pkgver-1/src/lib/Makefile.am
+  :
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --without-lvm_dbus
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver-1
+  make DESTDIR="$pkgdir" install
+}


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

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

upgpkg: python2-scandir 1.9.0-1

Modified:
  python2-scandir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 02:55:32 UTC (rev 370926)
+++ PKGBUILD2018-08-11 02:56:04 UTC (rev 370927)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python2-scandir
-pkgver=1.8
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A better directory iterator and faster os.walk()"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/benhoyt/scandir/archive/v$pkgver.tar.gz";)
-sha512sums=('d0d1594fe2898124e7441ad56a84cecaa6d96409bbdf356c552472086626bee837eb6ad11f3d2a14bfb7a77bac3b5c90561e1f40ce9dcfc7d7d09a531315aa73')
+sha512sums=('af3f20fe19620a7ccc17b2661dbf2d61038c6c55f1e815bcc777ad3776b469d523bbf0ca1052212ee45d0fd932cd6f055cae3a18592ef8bac2078eeada4ec6f4')
 
 build() {
   cd scandir-$pkgver


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

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

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 02:56:04 UTC (rev 370927)
+++ PKGBUILD2018-08-11 02:56:24 UTC (rev 370928)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python2-scandir
-pkgver=1.8
-pkgrel=1
-pkgdesc="A better directory iterator and faster os.walk()"
-arch=('x86_64')
-url="https://github.com/benhoyt/scandir";
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benhoyt/scandir/archive/v$pkgver.tar.gz";)
-sha512sums=('d0d1594fe2898124e7441ad56a84cecaa6d96409bbdf356c552472086626bee837eb6ad11f3d2a14bfb7a77bac3b5c90561e1f40ce9dcfc7d7d09a531315aa73')
-
-build() {
-  cd scandir-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd scandir-$pkgver
-  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
-}
-
-package() {
-  cd scandir-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-scandir/repos/community-x86_64/PKGBUILD (from rev 370927, 
python2-scandir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 02:56:24 UTC (rev 370928)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-scandir
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A better directory iterator and faster os.walk()"
+arch=('x86_64')
+url="https://github.com/benhoyt/scandir";
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benhoyt/scandir/archive/v$pkgver.tar.gz";)
+sha512sums=('af3f20fe19620a7ccc17b2661dbf2d61038c6c55f1e815bcc777ad3776b469d523bbf0ca1052212ee45d0fd932cd6f055cae3a18592ef8bac2078eeada4ec6f4')
+
+build() {
+  cd scandir-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd scandir-$pkgver
+  LC_CTYPE=en_US.UTF-8 python2 test/run_tests.py
+}
+
+package() {
+  cd scandir-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 02:56:19
  Author: felixonmars
Revision: 331369

upgpkg: libblockdev 2.19-1

Modified:
  libblockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 22:14:38 UTC (rev 331368)
+++ PKGBUILD2018-08-11 02:56:19 UTC (rev 331369)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=libblockdev
-pkgver=2.18
-pkgrel=2
+pkgver=2.19
+pkgrel=1
 pkgdesc="A library for manipulating block devices"
 arch=('x86_64')
 url="https://github.com/rhinstaller/libblockdev";
@@ -12,7 +12,7 @@
  'parted' 'volume_key' 'xfsprogs' 'kmod' 'libyaml')
 makedepends=('gobject-introspection' 'systemd' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libblockdev/archive/$pkgver-1.tar.gz";)
-sha512sums=('c7837b0abb7747baf8dc2a21a0a75bc5fb80693a1685ddb310bf7d606d44ea65fa4c934cff6c09c5069806dea3ee056eb53c64122ec43b5c0485cdf92fda58d5')
+sha512sums=('945671600036c8d923a2af9a2044535c78d6e887c3a02b0f7ce782cf9deff7f962b7a96fd092cd408aa48717665afa1db7b8d3f7b33e572fd2beb13df98f5c7d')
 
 prepare() {
   # sed -i 's/-ldmraid //' $pkgname-$pkgver-1/src/lib/Makefile.am


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

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

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 370925, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 02:55:13 UTC (rev 370925)
+++ PKGBUILD2018-08-11 02:55:32 UTC (rev 370926)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.1120
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('6da276d4239361b895ea60cc31fc435f2d784bc5db73cfc7096ba31a7fc0b3623891baf012b2849cf872efb0b4ab564031ed41aadbdc2f03716ca7316005249c')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 370925, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 02:55:32 UTC (rev 370926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.1128
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
+sha512sums=('6829cb8c095b2e62d95a6d47c1610f0e45f8d2e15a9a1407c972b28824594e07a87dcb7c6a93db9c5476a1b619c1a7cc6c23a290b1e2bcdbd86b60a232edb04f')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
+}


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

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

upgpkg: you-get 0.4.1128-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 21:51:39 UTC (rev 370924)
+++ PKGBUILD2018-08-11 02:55:13 UTC (rev 370925)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1120
+pkgver=0.4.1128
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('6da276d4239361b895ea60cc31fc435f2d784bc5db73cfc7096ba31a7fc0b3623891baf012b2849cf872efb0b4ab564031ed41aadbdc2f03716ca7316005249c')
+sha512sums=('6829cb8c095b2e62d95a6d47c1610f0e45f8d2e15a9a1407c972b28824594e07a87dcb7c6a93db9c5476a1b619c1a7cc6c23a290b1e2bcdbd86b60a232edb04f')
 
 build() {
   cd you-get-$pkgver


[arch-commits] Commit in glibc/repos/testing-x86_64 (15 files)

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 22:14:38
  Author: bpiotrowski
Revision: 331368

archrelease: copy trunk to testing-x86_64

Added:
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
(from rev 331367, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 331367, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz20338.patch
(from rev 331367, glibc/trunk/bz20338.patch)
  glibc/repos/testing-x86_64/bz23497.patch
(from rev 331367, glibc/trunk/bz23497.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 331367, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 331367, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 331367, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 331367, glibc/trunk/locale.gen.txt)
Deleted:
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/bz23497.patch
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/lib32-glibc.conf
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

-+
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch |  390 +++
 PKGBUILD|  436 
 bz20338.patch   |  114 ++
 bz23497.patch   |  524 
+-
 glibc.install   |   10 
 lib32-glibc.conf|2 
 locale-gen  |   84 -
 locale.gen.txt  |   46 
 8 files changed, 861 insertions(+), 745 deletions(-)

Deleted: 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
===
--- 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2018-08-10 22:14:15 UTC (rev 331367)
+++ 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2018-08-10 22:14:38 UTC (rev 331368)
@@ -1,195 +0,0 @@
-From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Fri, 10 Aug 2018 14:12:40 +
-Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
- calculation [BZ #19818]"
-
-This reverts commit e7feec374c635b6a29d65c39ae5e1855528fed39.

- elf/Makefile | 14 ++---
- elf/dl-addr.c|  2 --
- elf/tst-absolute-sym-lib.c   | 25 
- elf/tst-absolute-sym-lib.lds | 19 --
- elf/tst-absolute-sym.c   | 38 
- sysdeps/generic/ldsodefs.h   |  3 +--
- 6 files changed, 3 insertions(+), 98 deletions(-)
- delete mode 100644 elf/tst-absolute-sym-lib.c
- delete mode 100644 elf/tst-absolute-sym-lib.lds
- delete mode 100644 elf/tst-absolute-sym.c
-
-diff --git a/elf/Makefile b/elf/Makefile
-index cd0771307f..5084ba4f6f 100644
 a/elf/Makefile
-+++ b/elf/Makefile
-@@ -186,7 +186,7 @@ tests += restest1 preloadtest loadfail multiload origtest 
resolvfail \
-tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
-tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
-tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
--   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note
-+   tst-debug1 tst-main1
- #  reldep9
- tests-internal += loadtest unload unload2 circleload1 \
-neededtest neededtest2 neededtest3 neededtest4 \
-@@ -272,9 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
-   tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
-   tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
-   tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
--  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
--  tst-absolute-zero-lib tst-big-note-lib
--
-+  tst-main1mod tst-libc_dlvsym-dso
- ifeq (yes,$(have-mtls-dialect-gnu2))
- tests += tst-gnu2-tls1
- modules-names += tst-gnu2-tls1mod
-@@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
- LDLIBS-tst-main1 = $(libsupport)
- tst-main1mod.so-no-z-defs = yes
- 
--LDLIBS-tst-absolute-sym-lib.so = tst-absolute-sym-lib.lds
--$(objpfx)tst-absolute-sym-lib.so: $(LDLIBS-tst-absolute-sym-lib.so)
--$(objpfx)tst-absolute-sym: $(objpfx)tst-absolute-sym-lib.so
--
--LDLIBS-tst-absolute-zero-lib.so = tst-absolute-zero-lib.lds
--$(objpfx)tst-absolute-zero-lib.so: $(LDLIBS-tst-absolute-zero-lib.so)
--$(objpfx)tst

[arch-commits] Commit in glibc/trunk (PKGBUILD bz20338.patch)

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 22:14:15
  Author: bpiotrowski
Revision: 331367

2.28-4: restore mistakenly removed fix for BZ#20338

Added:
  glibc/trunk/bz20338.patch
Modified:
  glibc/trunk/PKGBUILD

---+
 PKGBUILD  |4 +
 bz20338.patch |  114 
 2 files changed, 117 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 21:59:53 UTC (rev 331366)
+++ PKGBUILD2018-08-10 22:14:15 UTC (rev 331367)
@@ -8,7 +8,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.28
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -20,6 +20,7 @@
 locale.gen.txt
 locale-gen
 lib32-glibc.conf
+bz20338.patch
 bz23497.patch
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8) # Carlos O'Donell
@@ -28,6 +29,7 @@
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf'
  '6e052f1cb693d5d3203f50f9d4e8c33b'
+ 'dc0d3ad59aeaaf591b085a77de6e03e9'
  '11bca140697b1bdb656742e2a12c2982'
  '58ffe75a9c5a1b22c535a5c2e725db22')
 

Added: bz20338.patch
===
--- bz20338.patch   (rev 0)
+++ bz20338.patch   2018-08-10 22:14:15 UTC (rev 331367)
@@ -0,0 +1,114 @@
+From 74250a7cdf106d4ca7d9506e6d5dc7c448dc3434 Mon Sep 17 00:00:00 2001
+From: David Michael 
+Date: Thu, 15 Dec 2016 15:22:57 -0800
+Subject: [PATCH] gshadow: Sync fgetsgent_r.c with grp/fgetgrent_r.c
+
+   [BZ #20338]
+   * gshadow/fgetsgent_r.c: Include .
+   (flockfile): New macro.
+   (funlockfile): Likewise.
+   (__fgetsgent_r): Sync with __fgetgrent_r.
+   * nss/nss_files/files-sgrp.c: Fix "fgetsgent_r.c" typo.
+---
+ gshadow/fgetsgent_r.c  | 35 ---
+ nss/nss_files/files-sgrp.c |  2 +-
+ 2 files changed, 25 insertions(+), 12 deletions(-)
+
+diff --git a/gshadow/fgetsgent_r.c b/gshadow/fgetsgent_r.c
+index b70f6fa..02cd33a 100644
+--- a/gshadow/fgetsgent_r.c
 b/gshadow/fgetsgent_r.c
+@@ -20,39 +20,44 @@
+ #include 
+ #include 
+ 
++#include 
++#define flockfile(s) _IO_flockfile (s)
++#define funlockfile(s) _IO_funlockfile (s)
++
+ /* Define a line parsing function using the common code
+used in the nss_files module.  */
+ 
+ #define STRUCTURE sgrp
+ #define ENTNAME   sgent
+-#define   EXTERN_PARSER   1
++#define EXTERN_PARSER 1
+ struct sgent_data {};
+ 
+ #include 
+ 
+ 
+-/* Read one shadow entry from the given stream.  */
++/* Read one entry from the given stream.  */
+ int
+ __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char *buffer, size_t buflen,
+  struct sgrp **result)
+ {
+   char *p;
++  int parse_result;
+ 
+-  _IO_flockfile (stream);
++  flockfile (stream);
+   do
+ {
+   buffer[buflen - 1] = '\xff';
+   p = fgets_unlocked (buffer, buflen, stream);
+-  if (p == NULL && feof_unlocked (stream))
++  if (__builtin_expect (p == NULL, 0) && feof_unlocked (stream))
+   {
+-_IO_funlockfile (stream);
++funlockfile (stream);
+ *result = NULL;
+ __set_errno (ENOENT);
+ return errno;
+   }
+-  if (p == NULL || buffer[buflen - 1] != '\xff')
++  if (__builtin_expect (p == NULL, 0) || buffer[buflen - 1] != '\xff')
+   {
+-_IO_funlockfile (stream);
++funlockfile (stream);
+ *result = NULL;
+ __set_errno (ERANGE);
+ return errno;
+@@ -61,13 +66,21 @@ __fgetsgent_r (FILE *stream, struct sgrp *resbuf, char 
*buffer, size_t buflen,
+   /* Skip leading blanks.  */
+   while (isspace (*p))
+   ++p;
+-} while (*p == '\0' || *p == '#' ||   /* Ignore empty and comment 
lines.  */
++} while (*p == '\0' || *p == '#'  /* Ignore empty and comment lines.  */
+/* Parse the line.  If it is invalid, loop to
+   get the next line of the file to parse.  */
+-   ! parse_line (buffer, (void *) resbuf, (void *) buffer, buflen,
+- &errno));
++   || ! (parse_result = parse_line (p, resbuf,
++(void *) buffer, buflen,
++&errno)));
++
++  funlockfile (stream);
+ 
+-  _IO_funlockfile (stream);
++  if (__builtin_expect (parse_result, 0) == -1)
++{
++  /* The parser ran out of space.  */
++  *result = NULL;
++  return errno;
++}
+ 
+   *result = resbuf;
+   return 0;
+diff --git a/nss/nss_files/files-sgrp.c b/nss/nss_files/files-sgrp.c
+index 15dc659..05c3805 100644
+--- a/nss/nss_files/files-sgrp.c
 b/nss/nss_files/files-sgrp.c
+@@ -23,7 +23,7 @@
+ #define DATABASE  "gshadow"
+ struct sgent_data {};
+ 
+

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

2018-08-10 Thread Johannes Löthberg via arch-commits
Date: Friday, August 10, 2018 @ 21:59:53
  Author: demize
Revision: 331366

archrelease: copy trunk to testing-any

Added:
  python-prometheus_client/repos/testing-any/
  python-prometheus_client/repos/testing-any/PKGBUILD
(from rev 331365, python-prometheus_client/trunk/PKGBUILD)

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

Copied: python-prometheus_client/repos/testing-any/PKGBUILD (from rev 331365, 
python-prometheus_client/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-08-10 21:59:53 UTC (rev 331366)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=(python-prometheus_client python2-prometheus_client)
+pkgver=0.3.1
+pkgrel=1
+
+pkgdesc="Prometheus instrumentation library for Python applications"
+url="https://github.com/prometheus/client_python";
+arch=('any')
+license=('APACHE')
+
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-twisted' 'python2-twisted' 'python2-futures')
+
+source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
+sha512sums=('939a985bcf6b377d353871333634ab1641f50288c531ab70b3e5e5466362c02012ae6cf0adf889dac96a89fc5ce29462aa62e651ce21c15d40647d6465baab1a')
+
+prepare() {
+  cp -r client_python-$pkgver client_python-$pkgver-py2
+}
+
+build() {
+  cd client_python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd client_python-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-prometheus_client() {
+  depends=('python')
+
+  cd client_python-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+package_python2-prometheus_client() {
+  depends=('python2')
+
+  cd client_python-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+}


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

2018-08-10 Thread Johannes Löthberg via arch-commits
Date: Friday, August 10, 2018 @ 21:59:45
  Author: demize
Revision: 331365

upgpkg: python-prometheus_client 0.3.1-1

Modified:
  python-prometheus_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 20:47:29 UTC (rev 331364)
+++ PKGBUILD2018-08-10 21:59:45 UTC (rev 331365)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=(python-prometheus_client python2-prometheus_client)
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 
 pkgdesc="Prometheus instrumentation library for Python applications"
 url="https://github.com/prometheus/client_python";
@@ -11,10 +11,10 @@
 
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
-checkdepends=('python-twisted' 'python2-twisted')
+checkdepends=('python-twisted' 'python2-twisted' 'python2-futures')
 
 
source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-sha512sums=('7336d8294ef91dfebe91f325a882105cdaf947de212bff651d1c3ebfc139d9045b7f637ea44b18e921a9f2ad9af554aee28587e57b1202b5a30c49b1a765ba4c')
+sha512sums=('939a985bcf6b377d353871333634ab1641f50288c531ab70b3e5e5466362c02012ae6cf0adf889dac96a89fc5ce29462aa62e651ce21c15d40647d6465baab1a')
 
 prepare() {
   cp -r client_python-$pkgver client_python-$pkgver-py2


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-08-10 Thread Andrew Crerar via arch-commits
Date: Friday, August 10, 2018 @ 21:51:39
  Author: andrewsc
Revision: 370924

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 370923, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  466 ++---
 1 file changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 21:51:09 UTC (rev 370923)
+++ PKGBUILD2018-08-10 21:51:39 UTC (rev 370924)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b15
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('16beb2689d532ff8d8eb485d2678bc45b99c1180e57bc83abe737064fd8a8c141c2b4fc9848daf553fa071553230838a168428feca2f17dc55e16a78196512bd'
-
'63a81d4add6c0f0298e4dd26f3710d6222748e514d709edfd54151c2d08fc0b793a08adce4900b7d1c74b1b5316593f4cee70836d48a980cab8103fb45e9ee2b'
-
'cbf2f7af8fc7c3af5d64df6fabab4b8b63ab1c47936526ae87bc9fbb55086aad32c978668110c82282b810379c1fbb2b57001cfa0a19fc3aca55b96139fee33a'
-
'20133acee6a2fcdd38c20ffd472e1843e71ce59a0a8ed22605e9e0b7d1803c5ff9c6a09924abfb562b022236afe3f76a6efd2468e57a75942d9f8299868a99bd'
-
'c7fbb43954dea52c00f7838f5fcbb9bcafc83e2ce141bb9bb35357ba1578c5122339ab8b50596f0f0a437209a0fbf5444325249371b1bf8d6ee45922cc26e12d'
-
'46acb42cf85bdc7e1972debb0aebba031b191562ff70be4d66738a21f1cd0d4f758718fa4d0458681aa86ac94b6518a2231d17a3efed09fdddeac9f4f3492f64'
-
'16e8a9aa80398687577afda6bb3bb185fbe7bdbb11

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-08-10 Thread Andrew Crerar via arch-commits
Date: Friday, August 10, 2018 @ 21:51:09
  Author: andrewsc
Revision: 370923

upgpkg: firefox-developer-edition-i18n 62.0b16-1

firefox-developer-edition-i18n: Updating to 62.0b16

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 21:46:47 UTC (rev 370922)
+++ PKGBUILD2018-08-10 21:51:09 UTC (rev 370923)
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=62.0b15
+pkgver=62.0b16
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -134,100 +134,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('16beb2689d532ff8d8eb485d2678bc45b99c1180e57bc83abe737064fd8a8c141c2b4fc9848daf553fa071553230838a168428feca2f17dc55e16a78196512bd'
-
'63a81d4add6c0f0298e4dd26f3710d6222748e514d709edfd54151c2d08fc0b793a08adce4900b7d1c74b1b5316593f4cee70836d48a980cab8103fb45e9ee2b'
-
'cbf2f7af8fc7c3af5d64df6fabab4b8b63ab1c47936526ae87bc9fbb55086aad32c978668110c82282b810379c1fbb2b57001cfa0a19fc3aca55b96139fee33a'
-
'20133acee6a2fcdd38c20ffd472e1843e71ce59a0a8ed22605e9e0b7d1803c5ff9c6a09924abfb562b022236afe3f76a6efd2468e57a75942d9f8299868a99bd'
-
'c7fbb43954dea52c00f7838f5fcbb9bcafc83e2ce141bb9bb35357ba1578c5122339ab8b50596f0f0a437209a0fbf5444325249371b1bf8d6ee45922cc26e12d'
-
'46acb42cf85bdc7e1972debb0aebba031b191562ff70be4d66738a21f1cd0d4f758718fa4d0458681aa86ac94b6518a2231d17a3efed09fdddeac9f4f3492f64'
-
'16e8a9aa80398687577afda6bb3bb185fbe7bdbb114d99bb1a015588c74997853ad06003f61bff69470f83b894770c152e5df3114eb0979e7f522b588138d30c'
-
'afd0e5cb25bffcbf336fe5a12b8a44865b22c2364efd4343971dfb1ecad31e744adb7aac21b1e04ab364966c1166d7b1f8e568707b8b4beb7914e6b95512b684'
-
'5680811f585808bf34215a797bb00833d7ab5e86a3eb824b8ab1f70c889f1d7b63c5b42237dab762f246f9f8dffd9089cc0355670a7508ce044379a01ab487e2'
-
'27b5f4798187e96c0da364a48f59d47186f61d2b2c920d7a59b3ced4605534dfb517cb150be495daec7cfebefba30900956a15a4252cbafe706467deb67a3eae'
-
'1d6efb52c2b7197a7eaa160f7dfca3f7660442368342cbd6292aeca233b71b7fab1088c4dd8840d357659de234c8de8f429833852fd9e848ad7bfc5baea6ca38'
-
'4adbefbaaaf1ff9fe78756d6fa3f907043a2a45e6416d58d1e1e9b33aa5f0f048ce7b7c4c6e1f36e3480743a206f1c602f52a0f512d3eb71516a27694439460b'
-
'd20c6de82e0a1f798dd3ac4ebc24a565288724afb91b31898b6452cd10e782ed56187a81c6879dd9b6255eef573a99314891b63a355beb7911843b9df834c84a'
-
'49d74902d36badcb2c2b6aa9c99962d6ccb7a99ca4b6eba80c550fafb4439a82595b10d75ddc45b831fb56d9273468c9b5c5912393d9275ee0cc6ae21c987c70'
-
'f8479aa04a489682d9dcb30ab9dea793713d861d7270e4a6062c3c54bd029401e7c74c15e60e9c140aa62c4a161f293cd5bcce1000b5546bd6d8b4c572237b29'
-
'f6a8b9adb35655b186045e698153ac8d1ae262a43800052efa48592524cf7c8dc8ae537c3570755f4afd0c4a05a5beceb06cf93b0d01e1d3716b447937dbeddf'
-
'8abb00cf8d5807fbef1c38e59fee5a0377b222603dbac3fc0396d57e6e20ced036edabd743ef0a6c7f2bce235e5afa3231f2eac64b4d4c043e1ca12be35f07f3'
-
'867bd4a458e3fee1ec18f0bd6e7a81612c2384a56ac14e63d9e94c229232c8cae9a44c2080995304ceebcb8c4dbfad29345e149b7703b71eeeff5e6fd59e6f75'
-
'80d87ec571ef8d673765ea610ab8d23bbf6ab18e9409c9f8d1e534b6b00c2182c66ffa8c1d20f23b37f84b80abef49b41e37f34f41d04271b1b2ffebf10d5cc2'
-
'b6f51f0e03c0c182c5a98f4d844b925044c7ba2f57da30bb2ab7447402b31d649a3efd1002b114f9bb00d4b8bb1a52db4e10a7028656791159af372f679560ea'
-
'b61b6670e2299edda7719b84058b0085d36add2ad1e78ed0843f3708d53c9939d6c466f6bd33f3f288b84aa132a7073640e91123df349176367e1f228748e01b'
-
'63e0076cb3f904d26263dab589452c89306b65a4717bf3e4f83e27b2f48fe3e4a666124aa0045efdbe0b9f4013beefa97f74c5bd59cf4ffe28161f4d66d94ab1'
-
'c9edd0cbab8fcc1ab56f0095c0b0ceb5f0e5d1693aa55b7147bb51c146d9724aa94713724aa9df775c98f90752751c2b4f376c841ce1975f2ba7b61a0e0b83cb'
-
'f5b78a73b4c7b75215742e672fe6af28411f1e9262cb7a4e9e22f4a1ec0fb1576928c5a709d05fa34df974a17b995f90e71beab67fcfa59cbd89c8b7847f08f1'
-
'50fe04d12f4dee1f918cec993082e972c3e4634e9a8d0daca35eb29e13d27ad522fd9a12737ab2e09ed00e1d2643e7470e82667e8ed809d117440e0aa381ae27'
-
'87a4383654ee8a65a1861dcc24146cfbdee04c722baa3057e97e09293c5657b1c823eb90f03cda4c71807f34ca6bfd5885d753ee50f8c64b9fc416aba5ca437d'
-
'c5cb40b4223fe2354c00e78f9a08248920690f7dfb404c6f916093443daef62960103bf587c6629abb2fac2aeeb1eb6ecb33c490b0e78e60963d0e66bf8c3d17'
-
'9a2f346e7ee406dc51751b5abfa6ae7319e576c602ff34a613bd6ba55f16d316a8978f2a7617c6539e66a55ac26dbe377cb3cbf8afe59a636ebf716af8bdd7c3'
-
'ab664e

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-08-10 Thread Andrew Crerar via arch-commits
Date: Friday, August 10, 2018 @ 21:46:47
  Author: andrewsc
Revision: 370922

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 370921, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 370921, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 370921, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 370921, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  322 +-
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 578 insertions(+), 578 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 21:46:13 UTC (rev 370921)
+++ PKGBUILD2018-08-10 21:46:47 UTC (rev 370922)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=62.0b15
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-linker=gold
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-ffi
-
-# Features
-ac_add_options --enable-alsa
-ac_add_options --enable-jack
-ac_add_options -

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-08-10 Thread Andrew Crerar via arch-commits
Date: Friday, August 10, 2018 @ 21:46:13
  Author: andrewsc
Revision: 370921

upgpkg: firefox-developer-edition 62.0b16-1

firefox-developer-edition: Updating to 62.0b16

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 18:07:49 UTC (rev 370920)
+++ PKGBUILD2018-08-10 21:46:13 UTC (rev 370921)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=62.0b15
+pkgver=62.0b16
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in java8-openjdk/trunk (PKGBUILD install_jre8-openjdk.sh)

2018-08-10 Thread Levente Polyak via arch-commits
Date: Friday, August 10, 2018 @ 18:54:09
  Author: anthraxx
Revision: 331361

upgpkg: java8-openjdk 8.u181-1

Modified:
  java8-openjdk/trunk/PKGBUILD
  java8-openjdk/trunk/install_jre8-openjdk.sh

-+
 PKGBUILD|   75 +++---
 install_jre8-openjdk.sh |   15 -
 2 files changed, 39 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 18:03:43 UTC (rev 331360)
+++ PKGBUILD2018-08-10 18:54:09 UTC (rev 331361)
@@ -1,3 +1,4 @@
+# Maintainer: Levente Polyak 
 # Maintainer: Guillaume ALAUX 
 # Contributor: Boyan Ding 
 
@@ -11,11 +12,11 @@
 pkgbase=java8-openjdk
 _java_ver=8
 # Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-_jdk_update=172
-_jdk_build=11
+_jdk_update=181
+_jdk_build=13
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='http://openjdk.java.net/'
 license=('custom')
@@ -31,14 +32,14 @@
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
 
-sha256sums=('f1ca31605360594cb57b21aa5888f253e9775125957f96afb1a9dbb71676af22'
-'a89b558a4bb1d0368486a58d248a16b1760f8536fdc94ff70bf09e5c1bfcea24'
-'f7a2652021b50d43c076df8f94cec13b82e2704c0d1535289074cb5e0eec31a0'
-'756b6855c9bdb7ae1ac4b7a4d2bafcbdad4ab6dd33ccc64efb94f9d4f21273d3'
-'8ad3b70c468cce6104f023ca5f4354462a47a38d9dc25994a6d04b2c18598432'
-'0193ff13167f6ff7d667cd32dd2d05e4591975a4404b433c9ff59d2d4ce54603'
-'ef0f2042143cf6ddc508d81978fdb7cd900d38e5b166f40112d1967ceb09f036'
-'2a3bff4dfca022cb603cd46a6766fd1b7212adb473af5809b48504576bce6029')
+sha256sums=('2a613bc3eb3ecdb12946447e44e6c80ce80d1a7c5cbdf8127585b452f6708b66'
+'3fc4793e39d2e8e9aa19707f43d61a81bef2c9de22ff47c99105e1b4a51b19ac'
+'04b173f2af287c1b80aeb20b2e31563905e1e772cf5e01a25f3a985e392c7d5f'
+'c4da8f58c97c0a4d37907b099385961029482aa268331e19903c1d4738a9afa8'
+'f51a6827fd50bf29d4abb69e3a73ab13735dec45157f750b7cbfe375ebd022b9'
+'2d0475ae6a925fef1f21f3fd96436ed5d11d3cb9dca5a96f96defb3040c68d3b'
+'4ef19aaf1444d1d23c0f76fc6d8f55092c0b8b8e953b7c136448f6660b7165ea'
+'f2220793aa8fea31c8945566b639ea85e2d00ac68220827ba8861ca32e4aae48')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
@@ -55,23 +56,23 @@
   lib/${_JARCH}/libsplashscreen.so)
 
 prepare() {
-  cd "${srcdir}/jdk8u-${_repo_ver}"
-
-  for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn
-  do
+  cd jdk8u-${_repo_ver}
+  for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn; do
 ln -s ../${subrepo}-${_repo_ver} ${subrepo}
   done
 }
 
 build() {
-  cd "${srcdir}/jdk8u-${_repo_ver}"
+  cd jdk8u-${_repo_ver}
 
   unset JAVA_HOME
   # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346
   export MAKEFLAGS=${MAKEFLAGS/-j*}
-  # https://hydra.nixos.org/build/41230444/log
-  export CFLAGS="-Wno-error=deprecated-declarations -fno-lifetime-dse 
-fno-delete-null-pointer-checks"
 
+  # We filter out -O flags so that the optimization of HotSpot is not lowered 
from O3 to O2
+  export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} 
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow= 
-Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse 
-fno-delete-null-pointer-checks"
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+
   install -d -m 755 "${srcdir}/${_prefix}/"
   sh configure \
 --prefix="${srcdir}/${_prefix}" \
@@ -79,24 +80,23 @@
 --with-build-number="b${_jdk_build}" \
 --with-milestone="fcs" \
 --enable-unlimited-crypto \
---with-zlib=system
+--with-zlib=system \
+--with-extra-cflags="${CFLAGS}" \
+--with-extra-cxxflags="${CXXFLAGS}" \
+--with-extra-ldflags="${LDFLAGS}"
 
-# TODO OpenJDK does not want last version of giflib (add 'giflib' as 
dependency once fixed)
-#--with-giflib=system \
+  # TODO OpenJDK does not want last version of giflib (add 'giflib' as 
dependency once fixed)
+  #--with-giflib=system \
 
-  # Without 'DEBUG_BINARIES', i686 won't build
-  # http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019203.html
-  make \
-DEBUG_BINARIES=true
-  # These help to debug builds:
-  #LOG=trace HOTSPOT_BUILD_JOBS=1
-
+  # These help to debug builds: LOG=trace HOTSPOT_BUILD_JOBS=1
+  # Without 'DEBUG_BINARIES', i686 won't build: 
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019203.html
+  make
   make docs
 
   # FIXME sadly 'DESTDIR' is not used here!
   make install
 
-  cd "${srcdir}/${_imgdir}"
+  cd ../${_imgdir}
 
   # A lot of build stuff were directly taken from
   # 
http://pkgs.fedoraproject

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

2018-08-10 Thread Levente Polyak via arch-commits
Date: Friday, August 10, 2018 @ 18:54:16
  Author: anthraxx
Revision: 331362

archrelease: copy trunk to testing-x86_64

Added:
  java8-openjdk/repos/testing-x86_64/
  java8-openjdk/repos/testing-x86_64/PKGBUILD
(from rev 331361, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/testing-x86_64/install_jdk8-openjdk.sh
(from rev 331361, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/testing-x86_64/install_jre8-openjdk-headless.sh
(from rev 331361, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/testing-x86_64/install_jre8-openjdk.sh
(from rev 331361, java8-openjdk/trunk/install_jre8-openjdk.sh)

--+
 PKGBUILD |  286 +
 install_jdk8-openjdk.sh  |   50 ++
 install_jre8-openjdk-headless.sh |   48 ++
 install_jre8-openjdk.sh  |   42 +
 4 files changed, 426 insertions(+)

Copied: java8-openjdk/repos/testing-x86_64/PKGBUILD (from rev 331361, 
java8-openjdk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-10 18:54:16 UTC (rev 331362)
@@ -0,0 +1,286 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Boyan Ding 
+
+# TODO
+# once icedtea:
+#   pulse
+#   add policytool desktop files
+
+# Package 'openjfx' must be updated when this one is
+pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
+pkgbase=java8-openjdk
+_java_ver=8
+# Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
+_jdk_update=181
+_jdk_build=13
+pkgver=${_java_ver}.u${_jdk_update}
+_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
+pkgrel=1
+arch=('x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('jdk7-openjdk' 'ccache' 'cpio' 'unzip' 'zip'
+ 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')
+_url_src=http://hg.openjdk.java.net/jdk8u/jdk8u
+source=(jdk8u-${_repo_ver}.tar.gz::${_url_src}/archive/${_repo_ver}.tar.gz
+
corba-${_repo_ver}.tar.gz::${_url_src}/corba/archive/${_repo_ver}.tar.gz
+
hotspot-${_repo_ver}.tar.gz::${_url_src}/hotspot/archive/${_repo_ver}.tar.gz
+jdk-${_repo_ver}.tar.gz::${_url_src}/jdk/archive/${_repo_ver}.tar.gz
+
jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz
+jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
+
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
+
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
+
+sha256sums=('2a613bc3eb3ecdb12946447e44e6c80ce80d1a7c5cbdf8127585b452f6708b66'
+'3fc4793e39d2e8e9aa19707f43d61a81bef2c9de22ff47c99105e1b4a51b19ac'
+'04b173f2af287c1b80aeb20b2e31563905e1e772cf5e01a25f3a985e392c7d5f'
+'c4da8f58c97c0a4d37907b099385961029482aa268331e19903c1d4738a9afa8'
+'f51a6827fd50bf29d4abb69e3a73ab13735dec45157f750b7cbfe375ebd022b9'
+'2d0475ae6a925fef1f21f3fd96436ed5d11d3cb9dca5a96f96defb3040c68d3b'
+'4ef19aaf1444d1d23c0f76fc6d8f55092c0b8b8e953b7c136448f6660b7165ea'
+'f2220793aa8fea31c8945566b639ea85e2d00ac68220827ba8861ca32e4aae48')
+
+case "${CARCH}" in
+  'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
+  'i686'  ) _JARCH=i386  ; _DOC_ARCH=x86;;
+esac
+
+_jdkname=openjdk8
+_jvmdir=/usr/lib/jvm/java-8-openjdk
+_prefix="jdk8u-${_repo_ver}/image"
+_imgdir="${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_jdk_update})"
+_nonheadless=(bin/policytool
+  lib/${_JARCH}/libjsound.so
+  lib/${_JARCH}/libjsoundalsa.so
+  lib/${_JARCH}/libsplashscreen.so)
+
+prepare() {
+  cd jdk8u-${_repo_ver}
+  for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn; do
+ln -s ../${subrepo}-${_repo_ver} ${subrepo}
+  done
+}
+
+build() {
+  cd jdk8u-${_repo_ver}
+
+  unset JAVA_HOME
+  # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346
+  export MAKEFLAGS=${MAKEFLAGS/-j*}
+
+  # We filter out -O flags so that the optimization of HotSpot is not lowered 
from O3 to O2
+  export CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} 
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow= 
-Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse 
-fno-delete-null-pointer-checks"
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+
+  install -d -m 755 "${srcdir}/${_prefix}/"
+  sh configure \
+--prefix="${srcdir}/${_prefix}" \
+--with-update-version="${_jdk_update}" \
+--with-build-number="b${_jdk_build}" \
+--with-milestone="fcs" \
+--enable-unlimited-crypto \
+--with-zlib=system \
+--with-extra-cflags="${CFLAGS}" \
+--with-extra-cxxflags="${CXXFLAGS}" \
+--with-extra-ldflags="${LDFLAGS}"
+
+  # TODO OpenJDK does not want l

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

2018-08-10 Thread Johannes Löthberg via arch-commits
Date: Friday, August 10, 2018 @ 18:07:42
  Author: demize
Revision: 370919

upgpkg: matrix-synapse 0.33.2-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 17:20:04 UTC (rev 370918)
+++ PKGBUILD2018-08-10 18:07:42 UTC (rev 370919)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.33.1
+pkgver=0.33.2
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -33,7 +33,7 @@
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
 'sysusers-synapse.conf')
 
-md5sums=('bcdeadc2dff34e4f3b5461d410208386'
+md5sums=('77224101c6d87ced30061966ae2d6b11'
  'ecd9f66fb57fe1a2e1e2df07a460a35b')
 
 backup=('etc/synapse/log_config.yaml')


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

2018-08-10 Thread Johannes Löthberg via arch-commits
Date: Friday, August 10, 2018 @ 18:07:49
  Author: demize
Revision: 370920

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 370919, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 370919, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 370919, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

---+
 PKGBUILD  |  120 
 synapse.install   |   50 ++--
 sysusers-synapse.conf |2 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 18:07:42 UTC (rev 370919)
+++ PKGBUILD2018-08-10 18:07:49 UTC (rev 370920)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.33.1
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers' 'python2-prometheus_client'
- 'python2-attrs' 'python2-netaddr' 'python2-sortedcontainers'
- 'systemd')
-makedepends=('python2-mock')
-checkdepends=('python2-lxml')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-lxml: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
-'sysusers-synapse.conf')
-
-md5sums=('bcdeadc2dff34e4f3b5461d410208386'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-check() {
-   cd synapse-$pkgver
-   PYTHONPATH=. trial tests
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 370919, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-10 18:07:49 UTC (rev 370920)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.33.2
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse";
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers' 'python2-prometheus_client'
+ 'python2-attrs' 'python2-netaddr' 'python2-sortedcontainers'
+ 'systemd')
+makedepends=('python2-mock')
+checkdepends=('python2-lxml')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-lxml: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail notifications'
+'python2-psutil: metrics'
+'python2-matrix-angular-sdk: built-in web client')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
+'sysusers-synapse.conf')
+

[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 18:03:43
  Author: bpiotrowski
Revision: 331360

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 331359, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 331359, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-08-10 18:03:43 UTC (rev 331360)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=4.16
+_posixver=2013-a
+pkgrel=2
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # included in diffutils
+  rm -f man1/diff.1
+  # included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # included in attr
+  rm -f man5/attr.5 
+  # included in lirc
+  rm -f man4/lirc.4
+  # included in keyutils
+  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+  # included in tzdata
+  rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
+}


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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 18:03:38
  Author: bpiotrowski
Revision: 331359

4.16-2: remove manpages that are part of tzdata now

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 17:57:11 UTC (rev 331358)
+++ PKGBUILD2018-08-10 18:03:38 UTC (rev 331359)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.16
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -41,22 +41,24 @@
   install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
   
   cd ${pkgdir}/usr/share/man
-  # these are included in coreutils
+  # included in coreutils
   rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
   rm -f man1/{df,dircolors,du,install,ln,ls}.1
   rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
   rm -f man1/{touch,vdir}.1
-  # this is included in shadow
+  # included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3
-  # this is included in diffutils
+  # included in diffutils
   rm -f man1/diff.1
-  # this is included in xf86-input-mouse
+  # included in xf86-input-mouse
   rm -f man4/mouse.4
-  # this is included in attr
+  # included in attr
   rm -f man5/attr.5 
-  # this is included in lirc
+  # included in lirc
   rm -f man4/lirc.4
   # included in keyutils
   rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+  # included in tzdata
+  rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
 }


[arch-commits] Commit in glibc/repos/testing-x86_64 (14 files)

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 17:53:46
  Author: bpiotrowski
Revision: 331357

archrelease: copy trunk to testing-x86_64

Added:
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
(from rev 331356, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 331356, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz23497.patch
(from rev 331356, glibc/trunk/bz23497.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 331356, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 331356, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 331356, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 331356, glibc/trunk/locale.gen.txt)
Deleted:
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/bz23497.patch
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/lib32-glibc.conf
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

-+
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch |  390 +++
 PKGBUILD|  431 
 bz23497.patch   |  524 
+-
 glibc.install   |   10 
 lib32-glibc.conf|2 
 locale-gen  |   84 -
 locale.gen.txt  |   46 
 7 files changed, 745 insertions(+), 742 deletions(-)

Deleted: 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
===
--- 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2018-08-10 17:53:38 UTC (rev 331356)
+++ 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch 
2018-08-10 17:53:46 UTC (rev 331357)
@@ -1,195 +0,0 @@
-From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Fri, 10 Aug 2018 14:12:40 +
-Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
- calculation [BZ #19818]"
-
-This reverts commit e7feec374c635b6a29d65c39ae5e1855528fed39.

- elf/Makefile | 14 ++---
- elf/dl-addr.c|  2 --
- elf/tst-absolute-sym-lib.c   | 25 
- elf/tst-absolute-sym-lib.lds | 19 --
- elf/tst-absolute-sym.c   | 38 
- sysdeps/generic/ldsodefs.h   |  3 +--
- 6 files changed, 3 insertions(+), 98 deletions(-)
- delete mode 100644 elf/tst-absolute-sym-lib.c
- delete mode 100644 elf/tst-absolute-sym-lib.lds
- delete mode 100644 elf/tst-absolute-sym.c
-
-diff --git a/elf/Makefile b/elf/Makefile
-index cd0771307f..5084ba4f6f 100644
 a/elf/Makefile
-+++ b/elf/Makefile
-@@ -186,7 +186,7 @@ tests += restest1 preloadtest loadfail multiload origtest 
resolvfail \
-tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
-tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
-tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
--   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note
-+   tst-debug1 tst-main1
- #  reldep9
- tests-internal += loadtest unload unload2 circleload1 \
-neededtest neededtest2 neededtest3 neededtest4 \
-@@ -272,9 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
-   tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
-   tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
-   tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
--  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
--  tst-absolute-zero-lib tst-big-note-lib
--
-+  tst-main1mod tst-libc_dlvsym-dso
- ifeq (yes,$(have-mtls-dialect-gnu2))
- tests += tst-gnu2-tls1
- modules-names += tst-gnu2-tls1mod
-@@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
- LDLIBS-tst-main1 = $(libsupport)
- tst-main1mod.so-no-z-defs = yes
- 
--LDLIBS-tst-absolute-sym-lib.so = tst-absolute-sym-lib.lds
--$(objpfx)tst-absolute-sym-lib.so: $(LDLIBS-tst-absolute-sym-lib.so)
--$(objpfx)tst-absolute-sym: $(objpfx)tst-absolute-sym-lib.so
--
--LDLIBS-tst-absolute-zero-lib.so = tst-absolute-zero-lib.lds
--$(objpfx)tst-absolute-zero-lib.so: $(LDLIBS-tst-absolute-zero-lib.so)
--$(objpfx)tst-absolute-zero: $(objpfx)tst-absolute-zero-lib.so
--
- # Both the main program and the DSO for tst-libc_dlvsym need to link
- # against libdl.
- $(objpfx)tst-libc_dlvs

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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 17:53:38
  Author: bpiotrowski
Revision: 331356

2.28-3: remove tzselect, zdump, zic in favor of core/tzdata

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 17:02:31 UTC (rev 331355)
+++ PKGBUILD2018-08-10 17:53:38 UTC (rev 331356)
@@ -8,7 +8,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.28
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -149,6 +149,9 @@
   make -C glibc-build install_root="$pkgdir" install
   rm -f "$pkgdir"/etc/ld.so.{cache,conf}
 
+  # Shipped in tzdata
+  rm -f "$pkgdir"/usr/bin/{tzselect,zdump,zic}
+
   cd glibc
 
   install -dm755 "$pkgdir"/usr/lib/{locale,systemd/system,tmpfiles.d}


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

2018-08-10 Thread Eli Schwartz via arch-commits
Date: Friday, August 10, 2018 @ 17:20:04
  Author: eschwartz
Revision: 370918

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 17:19:45 UTC (rev 370917)
+++ PKGBUILD2018-08-10 17:20:04 UTC (rev 370918)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-ipykernel
-pkgname=(python-ipykernel python2-ipykernel)
-pkgver=4.6.1
-pkgrel=2
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.python.org/pypi/ipykernel";
-license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client')
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython2' 
'python2-jupyter_client')
-source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz";)
-md5sums=('7fdff19d6d687a993052dc6a31a78560')
-
-# dep cycle with python-jupyter_client
-
-prepare() {
-  cd "$srcdir"
-  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
-}
-
-package_python-ipykernel() {
-  cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir"
-  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-ipykernel() {
-  depends=('python2-traitlets' 'python2-tornado' 'ipython2' 
'python2-jupyter_client')
-
-  cd "$srcdir/python2-ipykernel-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
-  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-m", "ipykernel", "-f", "{connection_file}"],"codemirror_mode": 
{"version": 2, "name": "ipython2"}}' > 
"$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
-
-  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 370917, 
python-ipykernel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-10 17:20:04 UTC (rev 370918)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipykernel
+pkgname=(python-ipykernel python2-ipykernel)
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' ipython 'ipython2' 
'python2-jupyter_client' 'python-jupyter_client')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz";)
+md5sums=('075d093da8018089ccb56852389f8032')
+
+# dep cycle with python-jupyter_client
+
+prepare() {
+  cd "$srcdir"
+  cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+
+  # https://github.com/ipython/ipykernel/issues/332
+  sed -i "s/executable='python'/executable='python2'/" 
python2-ipykernel-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py build
+
+}
+
+check() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python -m pytest
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 -m pytest
+}
+
+package_python-ipykernel() {
+  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
+  cd "$srcdir/ipykernel-$pkgver"
+
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ipykernel() {
+  depends=('python2-traitlets' 'python2-tornado' 'ipython2' 
'python2-jupyter_client')
+  cd "$srcdir/python2-ipykernel-$pkgver"
+
+  python2 setup.py install  --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-08-10 Thread Eli Schwartz via arch-commits
Date: Friday, August 10, 2018 @ 17:19:45
  Author: eschwartz
Revision: 370917

upgpkg: python-ipykernel 4.8.2-1

upstream releases obviate FS#59535
add tests
move python2 fixes into prepare

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 15:27:12 UTC (rev 370916)
+++ PKGBUILD2018-08-10 17:19:45 UTC (rev 370917)
@@ -3,16 +3,16 @@
 
 pkgbase=python-ipykernel
 pkgname=(python-ipykernel python2-ipykernel)
-pkgver=4.6.1
-pkgrel=2
+pkgver=4.8.2
+pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
-url="https://pypi.python.org/pypi/ipykernel";
+url="https://pypi.org/project/ipykernel/";
 license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client')
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython2' 
'python2-jupyter_client')
+makedepends=('python-setuptools' 'python2-setuptools' ipython 'ipython2' 
'python2-jupyter_client' 'python-jupyter_client')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-nose' 'python2-nose')
 
source=("$pkgbase-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/$pkgver.tar.gz";)
-md5sums=('7fdff19d6d687a993052dc6a31a78560')
+md5sums=('075d093da8018089ccb56852389f8032')
 
 # dep cycle with python-jupyter_client
 
@@ -19,26 +19,40 @@
 prepare() {
   cd "$srcdir"
   cp -r ipykernel-$pkgver python2-ipykernel-$pkgver
+
+  # https://github.com/ipython/ipykernel/issues/332
+  sed -i "s/executable='python'/executable='python2'/" 
python2-ipykernel-$pkgver/setup.py
 }
 
+build() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 setup.py build
+
+}
+
+check() {
+  cd "$srcdir/ipykernel-$pkgver"
+  python -m pytest
+
+  cd "$srcdir/python2-ipykernel-$pkgver"
+  python2 -m pytest
+}
+
 package_python-ipykernel() {
+  depends=('python-traitlets' 'python-tornado' 'ipython' 
'python-jupyter_client')
   cd "$srcdir/ipykernel-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir"
-  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_python2-ipykernel() {
   depends=('python2-traitlets' 'python2-tornado' 'ipython2' 
'python2-jupyter_client')
-
   cd "$srcdir/python2-ipykernel-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/jupyter/kernels/python2"
-  echo '{"display_name": "Python 2", "language": "python2", "argv": 
["python2", "-m", "ipykernel", "-f", "{connection_file}"],"codemirror_mode": 
{"version": 2, "name": "ipython2"}}' > 
"$pkgdir/usr/share/jupyter/kernels/python2/kernel.json"
-
-  install -Dm644 "ipykernel-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python2 setup.py install  --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-


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

2018-08-10 Thread Rémy Oudompheng via arch-commits
Date: Friday, August 10, 2018 @ 17:02:30
  Author: remy
Revision: 331354

upgpkg: asymptote 2.47-1

Upstream update. Dependencies changed for xasy as it has been
rewritten with PyQt

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 16:53:13 UTC (rev 331353)
+++ PKGBUILD2018-08-10 17:02:30 UTC (rev 331354)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.44
+pkgver=2.47
 pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('x86_64')
@@ -14,12 +14,12 @@
 makedepends=('ghostscript' 'imagemagick'
  'mesa'   # For OpenGL headers
  'texlive-plainextra' # For texinfo
+ 'python-pyqt5'   # For xasy GUI generation
 )
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
+optdepends=('python-pyqt5: for the xasy GUI'
+'python-cson:  for the xasy GUI')
 
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
-sha1sums=('2eaa5128d4f65d8a6dc797505c6b06498b933c4e')
+sha1sums=('89b6eaf4148ebe9cae61a171a7a7ce24f38a7cbb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -40,7 +40,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
   # this dir contains png files that are already embedded in the pdf 
documentation:
   rm -rf ${pkgdir}/usr/share/info/asymptote
 


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

2018-08-10 Thread Rémy Oudompheng via arch-commits
Date: Friday, August 10, 2018 @ 17:02:31
  Author: remy
Revision: 331355

archrelease: copy trunk to extra-x86_64

Added:
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 331354, asymptote/trunk/PKGBUILD)
Deleted:
  asymptote/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 17:02:30 UTC (rev 331354)
+++ PKGBUILD2018-08-10 17:02:31 UTC (rev 331355)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.44
-pkgrel=1
-pkgdesc="A vector graphics language (like metapost)"
-arch=('x86_64')
-url="http://asymptote.sourceforge.net/";
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
-sha1sums=('2eaa5128d4f65d8a6dc797505c6b06498b933c4e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-
-  # copy some data files to their correct location
-  mkdir -p "$pkgdir"/usr/share/emacs/site-lisp
-  cp "$pkgdir"/usr/share/asymptote/*.el "$pkgdir"/usr/share/emacs/site-lisp
-  mkdir -p "$pkgdir"/usr/share/vim/vimfiles/syntax
-  cp "$pkgdir"/usr/share/asymptote/*.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax
-  mkdir -p "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax
-  cd "$pkgdir"/usr/share/asymptote/
-  sh asy-kate.sh
-  mv asymptote.xml "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax
-}

Copied: asymptote/repos/extra-x86_64/PKGBUILD (from rev 331354, 
asymptote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-10 17:02:31 UTC (rev 331355)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.47
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('x86_64')
+url="http://asymptote.sourceforge.net/";
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+ 'python-pyqt5'   # For xasy GUI generation
+)
+optdepends=('python-pyqt5: for the xasy GUI'
+'python-cson:  for the xasy GUI')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
+sha1sums=('89b6eaf4148ebe9cae61a171a7a7ce24f38a7cbb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install-all
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+
+  # copy some data files to their correct location
+  mkdir -p "$pkgdir"/usr/share/emacs/site-lisp
+  cp "$pkgdir"/usr/share/asymptote/*.el "$pkgdir"/usr/share/emacs/site-lisp
+  mkdir -p "$pkgdir"/usr/share/vim/vimfiles/syntax
+  cp "$pkgdir"/usr/share/asymptote/*.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax
+  mkdir -p "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax
+  cd "$pkgdir"/usr/share/asymptote/
+  sh asy-kate.sh
+  mv asymptote.xml "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax
+}


[arch-commits] Commit in iptables/repos (12 files)

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 16:53:13
  Author: bpiotrowski
Revision: 331353

archrelease: copy trunk to testing-x86_64

Added:
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 331352, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 331352, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 331352, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 331352, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 331352, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 331352, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 331352, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 331352, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 331352, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 331352, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 331352, iptables/trunk/simple_firewall.rules)

---+
 PKGBUILD  |   81 
 empty-filter.rules|6 +++
 empty-mangle.rules|8 
 empty-nat.rules   |7 
 empty-raw.rules   |5 ++
 empty-security.rules  |6 +++
 empty.rules   |6 +++
 ip6tables.service |   15 
 iptables-flush|   18 ++
 iptables.service  |   14 
 simple_firewall.rules |   11 ++
 11 files changed, 177 insertions(+)

Copied: iptables/repos/testing-x86_64/PKGBUILD (from rev 331352, 
iptables/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-10 16:53:13 UTC (rev 331353)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas Baechler 
+
+pkgname=iptables
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Linux kernel packet control tool'
+arch=(x86_64)
+license=(GPL2)
+url='http://www.netfilter.org/projects/iptables/index.html'
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
+empty.rules
+simple_firewall.rules
+empty-filter.rules
+empty-mangle.rules
+empty-nat.rules
+empty-raw.rules
+empty-security.rules
+iptables.service
+ip6tables.service
+iptables-flush)
+sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c'
+  'SKIP'
+  '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
+  'd9f9f06b46b4187648e860afa0552335aafe3ce4'
+  'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
+  '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
+  '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
+  'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
+  '49be9443fc302dd0fda78b63d64e884cadb61603'
+  '9cec592787e32451f58fa608ea057870e07aa704'
+  'e7abda09c61142121b6695928d3b71ccd8fdf73a')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # use system one
+  rm include/linux/types.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/iptables \
+--with-xtlibdir=/usr/lib/iptables \
+--enable-bpf-compiler \
+--enable-devel \
+--enable-shared
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"
+  install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
+  install -Dm644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
+
+  install -d "$pkgdir"/var/lib/{iptables,ip6tables}
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/iptables
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/ip6tables
+
+  # install systemd files
+  install -Dm644 iptables.service \
+"$pkgdir/usr/lib/systemd/system/iptables.service"
+  install -Dm644 ip6tables.service \
+"$pkgdir/usr/lib/systemd/system/ip6tables.service"
+  install -Dm755 iptables-flush \
+"$pkgdir/usr/lib/systemd/scripts/iptables-flush"
+}
+

Copied: iptables/repos/testing-x86_64/empty-filter.rules (from rev 331352, 
iptables/trunk/empty-filter.rules)
===
--- testing-x86_64/empty-filter.rules   (rev 0)
+++ testing-x86_64/empty-filter.rules   2018-08-10 16:53:13 UTC (rev 331353)
@@

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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 16:53:05
  Author: bpiotrowski
Revision: 331352

1.8.0-1

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 16:48:49 UTC (rev 331351)
+++ PKGBUILD2018-08-10 16:53:05 UTC (rev 331352)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=iptables
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=(x86_64)
 license=(GPL2)
@@ -22,7 +22,7 @@
 iptables.service
 ip6tables.service
 iptables-flush)
-sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9'
+sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c'
   'SKIP'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'


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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 16:46:51
  Author: bpiotrowski
Revision: 331350

archrelease: copy trunk to extra-x86_64

Added:
  libatomic_ops/repos/extra-x86_64/PKGBUILD
(from rev 331349, libatomic_ops/trunk/PKGBUILD)
Deleted:
  libatomic_ops/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-10 16:46:44 UTC (rev 331349)
+++ PKGBUILD2018-08-10 16:46:51 UTC (rev 331350)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan de Groot 
-# Contributor: Adam Walters 
-# Contributor: William Rea 
-# Contributor: Rémy Oudompheng 
-
-pkgname=libatomic_ops
-pkgver=7.6.4
-pkgrel=1
-pkgdesc='Provides semi-portable access to hardware provided atomic memory 
operations'
-arch=(x86_64)
-url='https://github.com/ivmai/libatomic_ops'
-depends=(glibc)
-license=(GPL2 MIT)
-options=(!docs)
-source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5b823d5a685dd70caeef8fc50da7d763ba7f6167fe746abca7762e2835b3dd4e')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-shared
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libatomic_ops/repos/extra-x86_64/PKGBUILD (from rev 331349, 
libatomic_ops/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-10 16:46:51 UTC (rev 331350)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan de Groot 
+# Contributor: Adam Walters 
+# Contributor: William Rea 
+# Contributor: Rémy Oudompheng 
+
+pkgname=libatomic_ops
+pkgver=7.6.6
+pkgrel=1
+pkgdesc='Provides semi-portable access to hardware provided atomic memory 
operations'
+arch=(x86_64)
+url='https://github.com/ivmai/libatomic_ops'
+depends=(glibc)
+license=(GPL2 MIT)
+options=(!docs)
+source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-shared
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 doc/LICENSING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 16:46:44
  Author: bpiotrowski
Revision: 331349

7.6.6-1

Modified:
  libatomic_ops/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 16:42:06 UTC (rev 331348)
+++ PKGBUILD2018-08-10 16:46:44 UTC (rev 331349)
@@ -6,7 +6,7 @@
 # Contributor: Rémy Oudompheng 
 
 pkgname=libatomic_ops
-pkgver=7.6.4
+pkgver=7.6.6
 pkgrel=1
 pkgdesc='Provides semi-portable access to hardware provided atomic memory 
operations'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 license=(GPL2 MIT)
 options=(!docs)
 source=($url/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5b823d5a685dd70caeef8fc50da7d763ba7f6167fe746abca7762e2835b3dd4e')
+sha256sums=('99feabc5f54877f314db4fadeb109f0b3e1d1a54afb6b4b3dfba1e707e38e074')
 
 prepare() {
   cd $pkgname-$pkgver


  1   2   >