[arch-commits] Commit in (python-flufl.lock)

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 02:46:18
  Author: dvzrv
Revision: 551887

Removing python-flufl.lock in favor of python-flufl-lock, as the former breaks 
svn2git (which apparently doesn't like the .lock postfix).

Deleted:
  python-flufl.lock/


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

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 02:44:10
  Author: dvzrv
Revision: 551886

archrelease: copy trunk to community-any

Added:
  python-flufl-lock/repos/community-any/
  python-flufl-lock/repos/community-any/PKGBUILD
(from rev 551885, python-flufl-lock/trunk/PKGBUILD)

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

Copied: python-flufl-lock/repos/community-any/PKGBUILD (from rev 551885, 
python-flufl-lock/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-11 02:44:10 UTC (rev 551886)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=flufl.lock
+pkgname=python-flufl-lock
+pkgver=3.2
+pkgrel=3
+pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
+arch=('any')
+url="https://flufllock.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+replaces=(python-flufl.lock)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 02:41:44
  Author: dvzrv
Revision: 551885

Adding python-flufl-lock as replacement for python-flufl.lock (as the .lock 
postfix breaks svn2git branch).

Added:
  python-flufl-lock/
  python-flufl-lock/repos/
  python-flufl-lock/trunk/
  python-flufl-lock/trunk/PKGBUILD

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

Added: python-flufl-lock/trunk/PKGBUILD
===
--- python-flufl-lock/trunk/PKGBUILD(rev 0)
+++ python-flufl-lock/trunk/PKGBUILD2020-01-11 02:41:44 UTC (rev 551885)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=flufl.lock
+pkgname=python-flufl-lock
+pkgver=3.2
+pkgrel=3
+pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
+arch=('any')
+url="https://flufllock.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+replaces=(python-flufl.lock)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:08:20
  Author: felixonmars
Revision: 551884

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 551883, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:08:20 UTC (rev 551884)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.12.2
+pkgrel=38
+pkgdesc="Keyed functors and containers"
+url="https://github.com/ekmett/keys/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 
'haskell-semigroupoids'
+ 'haskell-tagged' 'haskell-transformers-compat' 
'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d94586d88369c64a4f3a5e51c8eba6aecfbcdc7ab4b281f1523cb5e13bc3794611c248c9b3bbb897c4d29e230fd682ea098954e857e5b4c8a7e69809f65d2616')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--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 $_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-incremental-parser/repos (2 files)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:06:36
  Author: felixonmars
Revision: 551880

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 551879, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 551879, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:06:36 UTC (rev 551880)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.3.3
+pkgrel=14
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a1b1c0831a45c242537c880e955290bf32d8422375a96675fb1028ac304fdf5cc4cf9349076202da2573ef2adf7e4d3f3135fdf63aae2656cbec37cf7c9bf28')
+
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:04:39
  Author: felixonmars
Revision: 551876

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 551875, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:04:39 UTC (rev 551876)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=5.1.3
+pkgrel=9
+pkgdesc="Monads for free"
+url="https://github.com/ekmett/free/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 
'haskell-exceptions'
+ 'haskell-profunctors' 'haskell-semigroupoids' 
'haskell-transformers-base')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09e18a487715872ac62ba434b71035f7de305078568e761a6c3c65c6c742c1850d110fbc8c7b462d49aba82ac4e841bd9a1011242a4ff27307c527434bc97d91')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:06:26
  Author: felixonmars
Revision: 551879

upgpkg: haskell-incremental-parser 0.3.3-14: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 01:05:36 UTC (rev 551878)
+++ PKGBUILD2020-01-11 01:06:26 UTC (rev 551879)
@@ -4,7 +4,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.3.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('GPL')


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:08:11
  Author: felixonmars
Revision: 551883

upgpkg: haskell-keys 3.12.2-38: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 01:07:28 UTC (rev 551882)
+++ PKGBUILD2020-01-11 01:08:11 UTC (rev 551883)
@@ -4,7 +4,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.12.2
-pkgrel=37
+pkgrel=38
 pkgdesc="Keyed functors and containers"
 url="https://github.com/ekmett/keys/;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:07:28
  Author: felixonmars
Revision: 551882

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-kan-extensions/repos/community-staging-x86_64/
  haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 551881, haskell-kan-extensions/trunk/PKGBUILD)

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

Copied: haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD (from 
rev 551881, haskell-kan-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:07:28 UTC (rev 551882)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=kan-extensions
+pkgname=haskell-kan-extensions
+pkgver=5.2
+pkgrel=83
+pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
+url="https://github.com/ekmett/kan-extensions/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 
'haskell-contravariant'
+ 'haskell-distributive' 'haskell-free' 'haskell-invariant' 
'haskell-profunctors'
+ 'haskell-semigroupoids' 'haskell-tagged' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('209700c5c912ecebf2b8f5a5ef8a2b6943281a9a7181f47b99faf78c383cfe0f6054eb5fb59ed558cb55f06cae4b8e980c655c862717afd003f05ee952eca05e')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:07:19
  Author: felixonmars
Revision: 551881

upgpkg: haskell-kan-extensions 5.2-83: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 01:06:36 UTC (rev 551880)
+++ PKGBUILD2020-01-11 01:07:19 UTC (rev 551881)
@@ -4,7 +4,7 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.2
-pkgrel=82
+pkgrel=83
 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
 url="https://github.com/ekmett/kan-extensions/;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:05:36
  Author: felixonmars
Revision: 551878

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
551877, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:05:36 UTC (rev 551878)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.4
+pkgrel=113
+pkgdesc="Adjunctions and representable functors"
+url="https://github.com/ekmett/adjunctions/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-distributive' 'haskell-free'
+ 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-void')
+makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('30f4fb8a30d8428e032d322a9a627e7ebc44b2c737e87670907134a5aa6019145f2c3e6b2e7f8e00d5ffbe1ce4b4a5c812c3ee976257419d7d429b19db28918c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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-adjunctions/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:05:26
  Author: felixonmars
Revision: 551877

upgpkg: haskell-adjunctions 4.4-113: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 01:04:39 UTC (rev 551876)
+++ PKGBUILD2020-01-11 01:05:26 UTC (rev 551877)
@@ -4,7 +4,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.4
-pkgrel=112
+pkgrel=113
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:03:31
  Author: felixonmars
Revision: 551874

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 551873, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 01:03:31 UTC (rev 551874)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-mwc-random'
+ 'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
+ 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vector-builder')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14e708da0ffb4e4720ae181c0209d706278d6652390214f7c6bae791d25e16baffbb56c65293db21f84aaa721ee383927e8498461d037f16813be374b6799d3b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' $_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-free/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:04:30
  Author: felixonmars
Revision: 551875

upgpkg: haskell-free 5.1.3-9: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 01:03:31 UTC (rev 551874)
+++ PKGBUILD2020-01-11 01:04:30 UTC (rev 551875)
@@ -4,7 +4,7 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=5.1.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Monads for free"
 url="https://github.com/ekmett/free/;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 01:03:22
  Author: felixonmars
Revision: 551873

upgpkg: haskell-foldl 1.4.6-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:57:21 UTC (rev 551872)
+++ PKGBUILD2020-01-11 01:03:22 UTC (rev 551873)
@@ -3,8 +3,8 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.4.5
-pkgrel=64
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-mwc-random'
  'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
  'haskell-unordered-containers' 'haskell-vector' 
'haskell-vector-builder')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('adc718045f344206bb2e38b92610e643c61a470e294b73331adb58ebe6a3d33f2614634a1750c7e049b3f8def761a43232baee4633cc6bb09b25b7564f3fe1b2')
+sha512sums=('14e708da0ffb4e4720ae181c0209d706278d6652390214f7c6bae791d25e16baffbb56c65293db21f84aaa721ee383927e8498461d037f16813be374b6799d3b')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e '/semigroups/d' -e 's/<.*0.14/<1/' -e 's/< *5.4/<6/' 
$_hkgname.cabal
+sed -i -e '/semigroups/d' $_hkgname.cabal
 }
 
 build() {
@@ -25,7 +25,7 @@
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--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
@@ -34,6 +34,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 00:57:21
  Author: dvzrv
Revision: 551872

archrelease: copy trunk to community-any

Added:
  python-authheaders/repos/community-any/
  python-authheaders/repos/community-any/PKGBUILD
(from rev 551871, python-authheaders/trunk/PKGBUILD)

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

Copied: python-authheaders/repos/community-any/PKGBUILD (from rev 551871, 
python-authheaders/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-11 00:57:21 UTC (rev 551872)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+_name=authheaders
+pkgname=python-authheaders
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Library for the generation of email authentication headers"
+arch=('any')
+url="https://github.com/ValiMail/authentication-headers;
+license=('BSD' 'MPL2' 'ZPL')
+# python-publicsuffix should actually not be in use:
+# https://github.com/ValiMail/authentication-headers/issues/2
+depends=('python-authres' 'python-dkim' 'python-dnspython'
+'python-publicsuffix')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# latest version doesn't offer verification:
+# https://github.com/ValiMail/authentication-headers/issues/1
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('68ac36227d0ef602ed89fcd5852c0984b0875bd4a3e1465d87791178a0e42072bca79335054c82bbbe6e06f6484598cabfa83676bd3338114f82bf9dbd23ccc3')
+# validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGES,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 00:57:17
  Author: dvzrv
Revision: 551871

upgpkg: python-authheaders 0.12.1-1: Adding python-authheaders 0.12.1.

Modified:
  python-authheaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:55:54 UTC (rev 551870)
+++ PKGBUILD2020-01-11 00:57:17 UTC (rev 551871)
@@ -4,12 +4,10 @@
 pkgname=python-authheaders
 pkgver=0.12.1
 pkgrel=1
-epoch=
 pkgdesc="Library for the generation of email authentication headers"
 arch=('any')
 url="https://github.com/ValiMail/authentication-headers;
 license=('BSD' 'MPL2' 'ZPL')
-groups=()
 # python-publicsuffix should actually not be in use:
 # https://github.com/ValiMail/authentication-headers/issues/2
 depends=('python-authres' 'python-dkim' 'python-dnspython'
@@ -16,19 +14,10 @@
 'python-publicsuffix')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
 # latest version doesn't offer verification:
 # https://github.com/ValiMail/authentication-headers/issues/1
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-noextract=()
 
sha512sums=('68ac36227d0ef602ed89fcd5852c0984b0875bd4a3e1465d87791178a0e42072bca79335054c82bbbe6e06f6484598cabfa83676bd3338114f82bf9dbd23ccc3')
 # validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1')
 


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:55:03
  Author: felixonmars
Revision: 551868

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-checkers/repos/community-staging-x86_64/PKGBUILD (from rev 
551867, haskell-checkers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:55:03 UTC (rev 551868)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=checkers
+pkgname=haskell-checkers
+pkgver=0.5.2
+pkgrel=10
+pkgdesc="Check properties on standard classes and data structures"
+url="https://github.com/conal/checkers;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 
'haskell-semigroupoids')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f642401f4c60cc142d8b3213113f8ea5de07fdb158affe4fa6a54021b3c9a63581ff113c27d47a174a9e70d05594399d33597a990096d024880cc8999d54f776')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:55:54
  Author: felixonmars
Revision: 551870

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-either/repos/community-staging-x86_64/PKGBUILD (from rev 
551869, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:55:54 UTC (rev 551870)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=5.0.1.1
+pkgrel=35
+pkgdesc="An either monad transformer"
+url="https://github.com/ekmett/either/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 
'haskell-semigroupoids')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('96b23a9d5f1d2d4dd256251c488e06fa0e8642d849cf61c9de2a4089d2cbe86763062e69f83344eba2f75b30992f3e90ec195bd054f8de386c4c6b477a025c01')
+
+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-either/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:55:43
  Author: felixonmars
Revision: 551869

upgpkg: haskell-either 5.0.1.1-35: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:55:03 UTC (rev 551868)
+++ PKGBUILD2020-01-11 00:55:43 UTC (rev 551869)
@@ -4,7 +4,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=5.0.1.1
-pkgrel=34
+pkgrel=35
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:54:51
  Author: felixonmars
Revision: 551867

upgpkg: haskell-checkers 0.5.2-10: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:53:57 UTC (rev 551866)
+++ PKGBUILD2020-01-11 00:54:51 UTC (rev 551867)
@@ -3,7 +3,7 @@
 _hkgname=checkers
 pkgname=haskell-checkers
 pkgver=0.5.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers;
 license=('BSD')


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:53:57
  Author: felixonmars
Revision: 551866

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 
551865, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:53:57 UTC (rev 551866)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.3.4
+pkgrel=5
+pkgdesc="Semigroupoids: Category sans id"
+url="https://github.com/ekmett/semigroupoids;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-comonad' 'haskell-contravariant'
+ 'haskell-distributive' 'haskell-hashable' 'haskell-tagged' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4053a856e1c2d3f20f984216f008ff264cedd2ccc3cc39ca3b70bc296d81ea8c1e6dd655bb8a6d1b9a44084e02d74a26cd4eb7264e4732e98be3ec351dc6e3a')
+
+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 \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers -funordered-containers
+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 broot/repos (community-x86_64 community-x86_64/PKGBUILD)

2020-01-10 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 11, 2020 @ 00:53:09
  Author: svenstaro
Revision: 551864

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/
  broot/repos/community-x86_64/PKGBUILD
(from rev 551863, broot/trunk/PKGBUILD)

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

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 551863, 
broot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-11 00:53:09 UTC (rev 551864)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.11.5
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('c6f8c208c965a08c3a244608fdb9d142d53083b0d802db3622eea949f4f46111')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:53:44
  Author: felixonmars
Revision: 551865

upgpkg: haskell-semigroupoids 5.3.4-5: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:53:09 UTC (rev 551864)
+++ PKGBUILD2020-01-11 00:53:44 UTC (rev 551865)
@@ -4,7 +4,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:52:53
  Author: felixonmars
Revision: 551863

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nettle/repos/community-staging-x86_64/PKGBUILD (from rev 
551862, haskell-nettle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:52:53 UTC (rev 551863)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.3.0
+pkgrel=55
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:52:41
  Author: felixonmars
Revision: 551862

upgpkg: haskell-nettle 0.3.0-55: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:51:57 UTC (rev 551861)
+++ PKGBUILD2020-01-11 00:52:41 UTC (rev 551862)
@@ -3,7 +3,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.3.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
 license=('MIT')


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:51:57
  Author: felixonmars
Revision: 551861

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-pubkey/repos/community-staging-x86_64/
  haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD
(from rev 551860, haskell-crypto-pubkey/trunk/PKGBUILD)

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

Copied: haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
551860, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:51:57 UTC (rev 551861)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=129
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9e7d54421fdb3c53964688831a2ca5f5379e141e7924af76916d868300833c0dbde22392e1452f80aaf2ec7a9a52de6b429a6f8f78b8fbef6c32f2f31202ed06')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 11, 2020 @ 00:51:03
  Author: svenstaro
Revision: 551858

Move broot from AUR

Added:
  broot/
  broot/repos/
  broot/trunk/
  broot/trunk/PKGBUILD

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

Added: broot/trunk/PKGBUILD
===
--- broot/trunk/PKGBUILD(rev 0)
+++ broot/trunk/PKGBUILD2020-01-11 00:51:03 UTC (rev 551858)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.11.5
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('c6f8c208c965a08c3a244608fdb9d142d53083b0d802db3622eea949f4f46111')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:51:46
  Author: felixonmars
Revision: 551860

upgpkg: haskell-crypto-pubkey 0.2.8-129: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:51:04 UTC (rev 551859)
+++ PKGBUILD2020-01-11 00:51:46 UTC (rev 551860)
@@ -4,7 +4,7 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=128
+pkgrel=129
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey;
 license=('BSD')


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:50:51
  Author: felixonmars
Revision: 551857

upgpkg: haskell-crypto-numbers 0.2.7-111: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-crypto-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:50:15 UTC (rev 551856)
+++ PKGBUILD2020-01-11 00:50:51 UTC (rev 551857)
@@ -4,7 +4,7 @@
 _hkgname=crypto-numbers
 pkgname=haskell-crypto-numbers
 pkgver=0.2.7
-pkgrel=110
+pkgrel=111
 pkgdesc="Cryptographic numbers: functions and algorithms"
 url="https://github.com/vincenthz/hs-crypto-numbers;
 license=('BSD')


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:51:04
  Author: felixonmars
Revision: 551859

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-numbers/repos/community-staging-x86_64/
  haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD
(from rev 551857, haskell-crypto-numbers/trunk/PKGBUILD)

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

Copied: haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD (from 
rev 551857, haskell-crypto-numbers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:51:04 UTC (rev 551859)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-numbers
+pkgname=haskell-crypto-numbers
+pkgver=0.2.7
+pkgrel=111
+pkgdesc="Cryptographic numbers: functions and algorithms"
+url="https://github.com/vincenthz/hs-crypto-numbers;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-crypto-random' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4fac18f6d76d5cc9ae82d177a45c155847264494dd112db80a76c955faee4917b4b3c563bb76eb3a08923bb020138307a7115d78fe0caa20fd3fb2b12d679947')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 00:50:15
  Author: dvzrv
Revision: 551856

Adding python-authheaders as depends for mailman3.

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

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

Added: python-authheaders/trunk/PKGBUILD
===
--- python-authheaders/trunk/PKGBUILD   (rev 0)
+++ python-authheaders/trunk/PKGBUILD   2020-01-11 00:50:15 UTC (rev 551856)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+_name=authheaders
+pkgname=python-authheaders
+pkgver=0.12.1
+pkgrel=1
+epoch=
+pkgdesc="Library for the generation of email authentication headers"
+arch=('any')
+url="https://github.com/ValiMail/authentication-headers;
+license=('BSD' 'MPL2' 'ZPL')
+groups=()
+# python-publicsuffix should actually not be in use:
+# https://github.com/ValiMail/authentication-headers/issues/2
+depends=('python-authres' 'python-dkim' 'python-dnspython'
+'python-publicsuffix')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+# latest version doesn't offer verification:
+# https://github.com/ValiMail/authentication-headers/issues/1
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+noextract=()
+sha512sums=('68ac36227d0ef602ed89fcd5852c0984b0875bd4a3e1465d87791178a0e42072bca79335054c82bbbe6e06f6484598cabfa83676bd3338114f82bf9dbd23ccc3')
+# validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGES,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:50:02
  Author: felixonmars
Revision: 551854

upgpkg: haskell-clientsession 0.9.1.2-123: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-clientsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:49:22 UTC (rev 551853)
+++ PKGBUILD2020-01-11 00:50:02 UTC (rev 551854)
@@ -4,7 +4,7 @@
 _hkgname=clientsession
 pkgname=haskell-clientsession
 pkgver=0.9.1.2
-pkgrel=122
+pkgrel=123
 pkgdesc="Securely store session data in a client-side cookie."
 url="https://github.com/yesodweb/clientsession/tree/master;
 license=("MIT")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:50:14
  Author: felixonmars
Revision: 551855

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-clientsession/repos/community-staging-x86_64/PKGBUILD (from rev 
551854, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:50:14 UTC (rev 551855)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=123
+pkgdesc="Securely store session data in a client-side cookie."
+url="https://github.com/yesodweb/clientsession/tree/master;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('27b44924843363f86b7c27aec1a73e8d74fcf42075cbe45ded4f26d690eb086bac0a4091e66bbdcb431c090aed0ddb64384ca6c555b8ba4c7372f1c42117587a')
+
+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 \
+-f-test
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:49:22
  Author: felixonmars
Revision: 551853

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cprng-aes/repos/community-staging-x86_64/
  haskell-cprng-aes/repos/community-staging-x86_64/PKGBUILD
(from rev 551852, haskell-cprng-aes/trunk/PKGBUILD)

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

Copied: haskell-cprng-aes/repos/community-staging-x86_64/PKGBUILD (from rev 
551852, haskell-cprng-aes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:49:22 UTC (rev 551853)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cprng-aes
+pkgname=haskell-cprng-aes
+pkgver=0.6.1
+pkgrel=112
+pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
+url="https://github.com/vincenthz/hs-cprng-aes;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-cipher-aes" 
"haskell-crypto-random")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('839a3a449edf996b0061a989058ed59625d8a849e852217c047b9d9b59b58504c0efaca699f75beea3ebcad8284f55c1f53b523dbebb10f56e705506bfccb5f5')
+
+build() {
+cd $_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 $_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-cprng-aes/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:49:10
  Author: felixonmars
Revision: 551852

upgpkg: haskell-cprng-aes 0.6.1-112: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-cprng-aes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:48:32 UTC (rev 551851)
+++ PKGBUILD2020-01-11 00:49:10 UTC (rev 551852)
@@ -4,7 +4,7 @@
 _hkgname=cprng-aes
 pkgname=haskell-cprng-aes
 pkgver=0.6.1
-pkgrel=111
+pkgrel=112
 pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
 url="https://github.com/vincenthz/hs-cprng-aes;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:48:32
  Author: felixonmars
Revision: 551851

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-random/repos/community-staging-x86_64/
  haskell-crypto-random/repos/community-staging-x86_64/PKGBUILD
(from rev 551850, haskell-crypto-random/trunk/PKGBUILD)

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

Copied: haskell-crypto-random/repos/community-staging-x86_64/PKGBUILD (from rev 
551850, haskell-crypto-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:48:32 UTC (rev 551851)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-random
+pkgname=haskell-crypto-random
+pkgver=0.0.9
+pkgrel=113
+pkgdesc="Simple cryptographic random related types"
+url="https://github.com/vincenthz/hs-crypto-random;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-securemem" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07e298e2e3846b48330af92a46ab8550982ad74f6154c59a531762d9282f6712c1e867a48ed6cf4d967f463f52c1af4287a74552aeff0635480ea21cd54a7a24')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:48:20
  Author: felixonmars
Revision: 551850

upgpkg: haskell-crypto-random 0.0.9-113: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-crypto-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:47:43 UTC (rev 551849)
+++ PKGBUILD2020-01-11 00:48:20 UTC (rev 551850)
@@ -4,7 +4,7 @@
 _hkgname=crypto-random
 pkgname=haskell-crypto-random
 pkgver=0.0.9
-pkgrel=112
+pkgrel=113
 pkgdesc="Simple cryptographic random related types"
 url="https://github.com/vincenthz/hs-crypto-random;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:47:43
  Author: felixonmars
Revision: 551849

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cipher-aes/repos/community-staging-x86_64/
  haskell-cipher-aes/repos/community-staging-x86_64/PKGBUILD
(from rev 551848, haskell-cipher-aes/trunk/PKGBUILD)

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

Copied: haskell-cipher-aes/repos/community-staging-x86_64/PKGBUILD (from rev 
551848, haskell-cipher-aes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:47:43 UTC (rev 551849)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cipher-aes
+pkgname=haskell-cipher-aes
+pkgver=0.2.11
+pkgrel=106
+pkgdesc="Fast AES cipher implementation with advanced mode of operations"
+url="https://github.com/vincenthz/hs-cipher-aes;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-crypto-cipher-types" 
"haskell-securemem")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d0c9b94e93903d0a3ea5587a4ac4ee5124b5189842070dd11c99182ba7396c982aa8c3eae2f8a1fd5b906f8ab3306e4b49ae9276a837e871278d6fe591bbd816')
+
+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 \
+-fsupport_aesni
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:47:31
  Author: felixonmars
Revision: 551848

upgpkg: haskell-cipher-aes 0.2.11-106: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-cipher-aes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:46:50 UTC (rev 551847)
+++ PKGBUILD2020-01-11 00:47:31 UTC (rev 551848)
@@ -4,7 +4,7 @@
 _hkgname=cipher-aes
 pkgname=haskell-cipher-aes
 pkgver=0.2.11
-pkgrel=105
+pkgrel=106
 pkgdesc="Fast AES cipher implementation with advanced mode of operations"
 url="https://github.com/vincenthz/hs-cipher-aes;
 license=("BSD")


[arch-commits] Commit in haskell-crypto-cipher-types/repos (2 files)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:46:50
  Author: felixonmars
Revision: 551847

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-cipher-types/repos/community-staging-x86_64/
  haskell-crypto-cipher-types/repos/community-staging-x86_64/PKGBUILD
(from rev 551846, haskell-crypto-cipher-types/trunk/PKGBUILD)

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

Copied: haskell-crypto-cipher-types/repos/community-staging-x86_64/PKGBUILD 
(from rev 551846, haskell-crypto-cipher-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:46:50 UTC (rev 551847)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-cipher-types
+pkgname=haskell-crypto-cipher-types
+pkgver=0.0.9
+pkgrel=106
+pkgdesc="Generic cryptography cipher types"
+url="https://github.com/vincenthz/hs-crypto-cipher;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-securemem")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b369dfbe1baa918f8b72dca0a6637634582629ccd46226a3a89813f42cca1e11ee738e1053503a6bc2863c04dd885083e6a09a5bda5a52dbf381e9f133e24cc')
+
+build() {
+cd $_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 $_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-crypto-cipher-types/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:46:39
  Author: felixonmars
Revision: 551846

upgpkg: haskell-crypto-cipher-types 0.0.9-106: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-crypto-cipher-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:46:00 UTC (rev 551845)
+++ PKGBUILD2020-01-11 00:46:39 UTC (rev 551846)
@@ -4,7 +4,7 @@
 _hkgname=crypto-cipher-types
 pkgname=haskell-crypto-cipher-types
 pkgver=0.0.9
-pkgrel=105
+pkgrel=106
 pkgdesc="Generic cryptography cipher types"
 url="https://github.com/vincenthz/hs-crypto-cipher;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:46:00
  Author: felixonmars
Revision: 551845

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-securemem/repos/community-staging-x86_64/PKGBUILD (from rev 
551844, haskell-securemem/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:46:00 UTC (rev 551845)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=securemem
+pkgname=haskell-securemem
+pkgver=0.1.10
+pkgrel=68
+pkgdesc="abstraction to an auto scrubbing and const time eq, memory chunk."
+url="https://github.com/vincenthz/hs-securemem;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-memory")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9f1428896a7b554244e42ac04a17c008cadce8102294b3249c172d84b20195325c48eadf15f7d26dabd766e4d45d171b0a26649e097d632a7fae596663a43096')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:45:48
  Author: felixonmars
Revision: 551844

upgpkg: haskell-securemem 0.1.10-68: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-securemem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:44:51 UTC (rev 551843)
+++ PKGBUILD2020-01-11 00:45:48 UTC (rev 551844)
@@ -4,7 +4,7 @@
 _hkgname=securemem
 pkgname=haskell-securemem
 pkgver=0.1.10
-pkgrel=67
+pkgrel=68
 pkgdesc="abstraction to an auto scrubbing and const time eq, memory chunk."
 url="https://github.com/vincenthz/hs-securemem;
 license=("BSD")


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:44:51
  Author: felixonmars
Revision: 551843

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rsa/repos/community-staging-x86_64/PKGBUILD (from rev 551842, 
haskell-rsa/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-11 00:44:51 UTC (rev 551843)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=RSA
+pkgname=haskell-rsa
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
+url="https://github.com/GaloisInc/rsa;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-crypto-api' 'haskell-crypto-pubkey-types' 
'haskell-sha')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-test-framework'
+ 'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2cd3145f405bdc7dd1ddef3e93ef70a214b02607dc7f9648d36c258ba16eed881936816f4ae5ea3b7abd77b7b65d36a984e68dd19e3346fcf1d5231bca6cccb3')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '1i{-# language NoMonadFailDesugaring #-}' Test.hs
+}
+
+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-rsa/trunk (PKGBUILD)

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:44:38
  Author: felixonmars
Revision: 551842

upgpkg: haskell-rsa 2.4.1-1: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1

Modified:
  haskell-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:42:21 UTC (rev 551841)
+++ PKGBUILD2020-01-11 00:44:38 UTC (rev 551842)
@@ -2,17 +2,17 @@
 
 _hkgname=RSA
 pkgname=haskell-rsa
-pkgver=2.3.1
-pkgrel=40
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
 url="https://github.com/GaloisInc/rsa;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-crypto-api' 'haskell-crypto-pubkey-types' 
'haskell-sha')
-makedepends=('ghc' 'haskell-drbg' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-test-framework'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-test-framework'
  'haskell-test-framework-quickcheck2')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b4d3f406cd7b97237c2b36e2ba659f35871e02a6144b6cb48482fdc7999d9822758472c25b9eaef9ef6aeb8c503fa49b424350a543897217f3aec3084dd7572f')
+sha512sums=('2cd3145f405bdc7dd1ddef3e93ef70a214b02607dc7f9648d36c258ba16eed881936816f4ae5ea3b7abd77b7b65d36a984e68dd19e3346fcf1d5231bca6cccb3')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:42:07
  Author: felixonmars
Revision: 551840

upgpkg: python-pytest-benchmark 3.2.3-1

Modified:
  python-pytest-benchmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:36:03 UTC (rev 551839)
+++ PKGBUILD2020-01-11 00:42:07 UTC (rev 551840)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pytest-benchmark
 pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark')
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 pkgdesc='A py.test fixture for benchmarking code'
 arch=('any')
 license=('BSD')
@@ -16,7 +16,7 @@
   'python-pytest-runner' 'python2-pytest-runner' 
'python-elasticsearch'
   'python2-elasticsearch' 'python2-mock' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz;)
-sha512sums=('ab9f6f6a6c40a8c5e563c58ac92d9f111e99e6e676d4c34809a702b08eb6bde20b7857895804a767a3f0e86ca89d192cb710e335efcb5d99e6bbad0868e3493a')
+sha512sums=('952dbe2a9af1ae5de966543eae3b4523a5418c8441785714cbb7a5d17697046f060befb4a40cf216526e2a9a63d91c598d65e65618bd78fc2d889c92cecbbe53')
 
 prepare() {
   cp -a pytest-benchmark-$pkgver{,-py2}


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

2020-01-10 Thread Felix Yan via arch-commits
Date: Saturday, January 11, 2020 @ 00:42:21
  Author: felixonmars
Revision: 551841

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 00:42:07 UTC (rev 551840)
+++ PKGBUILD2020-01-11 00:42:21 UTC (rev 551841)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-benchmark
-pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark')
-pkgver=3.2.2
-pkgrel=2
-pkgdesc='A py.test fixture for benchmarking code'
-arch=('any')
-license=('BSD')
-url='https://github.com/ionelmc/pytest-benchmark'
-makedepends=('python-pytest' 'python2-pytest' 'python2-statistics' 
'python2-pathlib'
- 'python-py-cpuinfo' 'python2-py-cpuinfo')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-pygal' 
'python2-pygal'
-  'python-freezegun' 'python2-freezegun' 'mercurial' 
'python-aspectlib'
-  'python2-aspectlib' 'python-pytest-xdist' 'python2-pytest-xdist'
-  'python-pytest-runner' 'python2-pytest-runner' 
'python-elasticsearch'
-  'python2-elasticsearch' 'python2-mock' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz;)
-sha512sums=('ab9f6f6a6c40a8c5e563c58ac92d9f111e99e6e676d4c34809a702b08eb6bde20b7857895804a767a3f0e86ca89d192cb710e335efcb5d99e6bbad0868e3493a')
-
-prepare() {
-  cp -a pytest-benchmark-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-benchmark-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-benchmark-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-benchmark-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py pytest --addopts="tests"
-
-  cd "$srcdir"/pytest-benchmark-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python2 setup.py pytest --addopts="tests"
-}
-
-package_python-pytest-benchmark() {
-  depends=('python-pytest' 'python-py-cpuinfo')
-
-  cd "$srcdir"/pytest-benchmark-$pkgver
-  python setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-benchmark() {
-  depends=('python2-pytest' 'python2-py-cpuinfo' 'python2-statistics' 
'python2-pathlib')
-
-  cd "$srcdir"/pytest-benchmark-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pytest-benchmark{,2}
-  mv "$pkgdir"/usr/bin/py.test-benchmark{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-benchmark/repos/community-any/PKGBUILD (from rev 551840, 
python-pytest-benchmark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 00:42:21 UTC (rev 551841)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-benchmark
+pkgname=('python-pytest-benchmark' 'python2-pytest-benchmark')
+pkgver=3.2.3
+pkgrel=1
+pkgdesc='A py.test fixture for benchmarking code'
+arch=('any')
+license=('BSD')
+url='https://github.com/ionelmc/pytest-benchmark'
+makedepends=('python-pytest' 'python2-pytest' 'python2-statistics' 
'python2-pathlib'
+ 'python-py-cpuinfo' 'python2-py-cpuinfo')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-pygal' 
'python2-pygal'
+  'python-freezegun' 'python2-freezegun' 'mercurial' 
'python-aspectlib'
+  'python2-aspectlib' 'python-pytest-xdist' 'python2-pytest-xdist'
+  'python-pytest-runner' 'python2-pytest-runner' 
'python-elasticsearch'
+  'python2-elasticsearch' 'python2-mock' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz;)
+sha512sums=('952dbe2a9af1ae5de966543eae3b4523a5418c8441785714cbb7a5d17697046f060befb4a40cf216526e2a9a63d91c598d65e65618bd78fc2d889c92cecbbe53')
+
+prepare() {
+  cp -a pytest-benchmark-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-benchmark-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-benchmark-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-benchmark-$pkgver
+  python setup.py install 

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

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 00:36:03
  Author: dvzrv
Revision: 551839

archrelease: copy trunk to community-any

Added:
  python-publicsuffix/repos/community-any/
  python-publicsuffix/repos/community-any/PKGBUILD
(from rev 551838, python-publicsuffix/trunk/PKGBUILD)

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

Copied: python-publicsuffix/repos/community-any/PKGBUILD (from rev 551838, 
python-publicsuffix/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-11 00:36:03 UTC (rev 551839)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+_name=publicsuffix
+pkgname=python-publicsuffix
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Get the public suffix of a domain name using the Public Suffix List"
+arch=('any')
+url="https://publicsuffix.org/;
+license=('MIT' 'MPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('eed6be3a4fbc558a6e450eb267883d0125e37e0932db3898a77eb90e3404c40b948b937d082b919dd7d89e8724b6e6eb6427ed79797bd6c006b475391893ea2f')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {ChangeLog,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Saturday, January 11, 2020 @ 00:34:12
  Author: dvzrv
Revision: 551838

Adding python-publicsuffix as depends for python-authheaders (a depends for 
mailman3).

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

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

Added: python-publicsuffix/trunk/PKGBUILD
===
--- python-publicsuffix/trunk/PKGBUILD  (rev 0)
+++ python-publicsuffix/trunk/PKGBUILD  2020-01-11 00:34:12 UTC (rev 551838)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+_name=publicsuffix
+pkgname=python-publicsuffix
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Get the public suffix of a domain name using the Public Suffix List"
+arch=('any')
+url="https://publicsuffix.org/;
+license=('MIT' 'MPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('eed6be3a4fbc558a6e450eb267883d0125e37e0932db3898a77eb90e3404c40b948b937d082b919dd7d89e8724b6e6eb6427ed79797bd6c006b475391893ea2f')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {ChangeLog,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-10 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 11, 2020 @ 00:32:30
  Author: svenstaro
Revision: 551837

Fix upstream URL and license

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 23:48:42 UTC (rev 551836)
+++ PKGBUILD2020-01-11 00:32:30 UTC (rev 551837)
@@ -8,8 +8,8 @@
 pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
+url='https://supertuxkart.net'
+license=('GPL3')
 depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)


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

2020-01-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 11, 2020 @ 00:29:36
  Author: foutrelis
Revision: 373154

upgpkg: xfce4-session 4.14.1-1: New upstream release.

Modified:
  xfce4-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 00:29:25 UTC (rev 373153)
+++ PKGBUILD2020-01-11 00:29:36 UTC (rev 373154)
@@ -2,8 +2,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-session
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 pkgdesc="A session manager for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/;
@@ -21,7 +21,7 @@
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 source-system-xinitrc-scripts.patch
 xfce-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('14fb6db74eb69eb400673856ba307a0e57f577cf77c3561a5910151e3d52043f'
+sha256sums=('dc1c90da56b2d8df18fec6c0c30d6bed4e7646d8c8214fc931c952ba86c3b77b'
 '6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
 '74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
 


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

2020-01-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 11, 2020 @ 00:29:25
  Author: foutrelis
Revision: 373153

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
(from rev 373152, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
(from rev 373152, xfce4-settings/trunk/default-xsettings-xml.patch)
Deleted:
  xfce4-settings/repos/extra-x86_64/PKGBUILD
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch

-+
 PKGBUILD|  104 +-
 default-xsettings-xml.patch |   52 ++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 00:29:18 UTC (rev 373152)
+++ PKGBUILD2020-01-11 00:29:25 UTC (rev 373153)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Corrado Primier 
-
-pkgname=xfce4-settings
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="Settings manager of the Xfce desktop"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'colord'
- 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('libcanberra: for sound control')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-default-xsettings-xml.patch)
-sha256sums=('e873e9f6b8e801fd9304ee100c4c76ed9987446c38429d02477c086431c0bf7a'
-'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Enable Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---enable-xrandr \
---enable-xcursor \
---enable-libnotify \
---enable-libxklavier \
---enable-pluggable-dialogs \
---enable-sound-settings \
---disable-upower-glib \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-x86_64/PKGBUILD (from rev 373152, 
xfce4-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 00:29:25 UTC (rev 373153)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Corrado Primier 
+
+pkgname=xfce4-settings
+pkgver=4.14.2
+pkgrel=1
+pkgdesc="Settings manager of the Xfce desktop"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libnotify' 'colord'
+ 'libxklavier' 'adwaita-icon-theme' 'gnome-themes-extra')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('libcanberra: for sound control')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+default-xsettings-xml.patch)
+sha256sums=('ebf70ff83e4fd0cb33fa0c3e871ca4df5127a505b30b83a6f780cf3f181b0af5'
+'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Enable Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-xrandr \
+--enable-xcursor \
+--enable-libnotify \
+--enable-libxklavier \
+--enable-pluggable-dialogs \
+--enable-sound-settings \
+--disable-upower-glib \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: default-xsettings-xml.patch
===
--- default-xsettings-xml.patch 2020-01-11 00:29:18 UTC (rev 373152)
+++ default-xsettings-xml.patch 2020-01-11 00:29:25 UTC (rev 373153)
@@ -1,26 +0,0 @@
-diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml 
xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
 xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml   2015-02-24 
03:33:11.0 +0200
-+++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml2015-03-01 
09:52:24.376869688 +0200
-@@ -6,8 +6,8 @@
- 
- 
-   
--
--
-+
-+
- 
- 
- 
-@@ -19,9 +19,9 @@
-   
-   
- 
--
-+
- 
--
-+
- 
- 
-   

Copied: xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch (from rev 
373152, xfce4-settings/trunk/default-xsettings-xml.patch)

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

2020-01-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 11, 2020 @ 00:29:18
  Author: foutrelis
Revision: 373152

upgpkg: xfce4-settings 4.14.2-1: New upstream release.

Modified:
  xfce4-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:52:37 UTC (rev 373151)
+++ PKGBUILD2020-01-11 00:29:18 UTC (rev 373152)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=xfce4-settings
-pkgver=4.14.1
+pkgver=4.14.2
 pkgrel=1
 pkgdesc="Settings manager of the Xfce desktop"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('libcanberra: for sound control')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 default-xsettings-xml.patch)
-sha256sums=('e873e9f6b8e801fd9304ee100c4c76ed9987446c38429d02477c086431c0bf7a'
+sha256sums=('ebf70ff83e4fd0cb33fa0c3e871ca4df5127a505b30b83a6f780cf3f181b0af5'
 '8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (6 files)

2020-01-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, January 11, 2020 @ 00:29:43
  Author: foutrelis
Revision: 373155

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 373154, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
(from rev 373154, xfce4-session/trunk/source-system-xinitrc-scripts.patch)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 373154, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/source-system-xinitrc-scripts.patch
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop

--+
 PKGBUILD |  116 +++---
 source-system-xinitrc-scripts.patch  |   34 ++--
 xfce-polkit-gnome-authentication-agent-1.desktop |  174 ++---
 3 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 00:29:36 UTC (rev 373154)
+++ PKGBUILD2020-01-11 00:29:43 UTC (rev 373155)
@@ -1,58 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-session
-pkgver=4.14.0
-pkgrel=2
-pkgdesc="A session manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
- 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
-'xfce4-screensaver: for locking screen with xflock4'
-'xscreensaver: for locking screen with xflock4'
-'gnome-screensaver: for locking screen with xflock4'
-'xlockmore: for locking screen with xflock4'
-'slock: for locking screen with xflock4')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-source-system-xinitrc-scripts.patch
-xfce-polkit-gnome-authentication-agent-1.desktop)
-sha256sums=('14fb6db74eb69eb400673856ba307a0e57f577cf77c3561a5910151e3d52043f'
-'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
-'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
-  patch -Np1 -i ../source-system-xinitrc-scripts.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # Provide a default PolicyKit Authentication Agent (FS#42569)
-  install -d "$pkgdir/etc/xdg/autostart"
-  cp "$srcdir/xfce-polkit-gnome-authentication-agent-1.desktop" \
-"$pkgdir/etc/xdg/autostart/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-session/repos/extra-x86_64/PKGBUILD (from rev 373154, 
xfce4-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 00:29:43 UTC (rev 373155)
@@ -0,0 +1,58 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-session
+pkgver=4.14.1
+pkgrel=1
+pkgdesc="A session manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'xfconf' 'libsm' 'polkit' 'xorg-iceauth'
+ 'xorg-xinit' 'xorg-xrdb' 'which' 'polkit-gnome' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring support when GNOME compatibility is 
enabled'
+'xfce4-screensaver: for locking screen with xflock4'
+'xscreensaver: for locking screen with xflock4'
+'gnome-screensaver: for locking screen with xflock4'
+'xlockmore: for locking screen with xflock4'
+'slock: for locking screen with xflock4')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+source-system-xinitrc-scripts.patch
+xfce-polkit-gnome-authentication-agent-1.desktop)
+sha256sums=('dc1c90da56b2d8df18fec6c0c30d6bed4e7646d8c8214fc931c952ba86c3b77b'
+'6f14d529e4c4f30cd547110bd444cee8dc70c90511a397de18acb6c1fd63ea3e'
+'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=15440
+  patch -Np1 -i ../source-system-xinitrc-scripts.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \

[arch-commits] Commit in (python-flask-autoindex)

2020-01-10 Thread Antonio Rojas via arch-commits
Date: Friday, January 10, 2020 @ 23:48:42
  Author: arojas
Revision: 551836

Drop unused package to AUR

Deleted:
  python-flask-autoindex/


[arch-commits] Commit in (python-flask-silk)

2020-01-10 Thread Antonio Rojas via arch-commits
Date: Friday, January 10, 2020 @ 23:48:12
  Author: arojas
Revision: 551834

Drop unused package to AUR

Deleted:
  python-flask-silk/


[arch-commits] Commit in (python-flask-oldsessions)

2020-01-10 Thread Antonio Rojas via arch-commits
Date: Friday, January 10, 2020 @ 23:47:27
  Author: arojas
Revision: 551832

Drop unused package to AUR

Deleted:
  python-flask-oldsessions/


[arch-commits] Commit in python-lazr.config/repos (2 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 23:43:54
  Author: dvzrv
Revision: 551830

archrelease: copy trunk to community-any

Added:
  python-lazr.config/repos/community-any/
  python-lazr.config/repos/community-any/PKGBUILD
(from rev 551829, python-lazr.config/trunk/PKGBUILD)

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

Copied: python-lazr.config/repos/community-any/PKGBUILD (from rev 551829, 
python-lazr.config/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 23:43:54 UTC (rev 551830)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=lazr.config
+pkgname=python-lazr.config
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Create configuration schemas, and process and validate configurations"
+arch=('any')
+url="https://launchpad.net/lazr.config;
+license=('LGPL3')
+depends=('python-lazr.delegates' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-tox')
+provides=('python-lazr-config')
+replaces=('python-lazr-config')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('3427d2be4b4763238bd8378ec5936d38d0b944074d56f6ada55d0e3f232fe0846630a0ef3900c169b58092d029297d7c937ea4ad349aaa2745ed25b71df9c7a0'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # TODO: this is ugly, but tests won't run either with pytest nor using nose
+  # directly for some reason, due to coverage import errors
+  tox -e py38
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,NEWS,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 23:41:58
  Author: dvzrv
Revision: 551829

Adding python-lazr.config as depends for mailman3.

Added:
  python-lazr.config/
  python-lazr.config/repos/
  python-lazr.config/trunk/
  python-lazr.config/trunk/PKGBUILD

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

Added: python-lazr.config/trunk/PKGBUILD
===
--- python-lazr.config/trunk/PKGBUILD   (rev 0)
+++ python-lazr.config/trunk/PKGBUILD   2020-01-10 23:41:58 UTC (rev 551829)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=lazr.config
+pkgname=python-lazr.config
+pkgver=2.2.2
+pkgrel=2
+pkgdesc="Create configuration schemas, and process and validate configurations"
+arch=('any')
+url="https://launchpad.net/lazr.config;
+license=('LGPL3')
+depends=('python-lazr.delegates' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-tox')
+provides=('python-lazr-config')
+replaces=('python-lazr-config')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('3427d2be4b4763238bd8378ec5936d38d0b944074d56f6ada55d0e3f232fe0846630a0ef3900c169b58092d029297d7c937ea4ad349aaa2745ed25b71df9c7a0'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  # TODO: this is ugly, but tests won't run either with pytest nor using nose
+  # directly for some reason, due to coverage import errors
+  tox -e py38
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,NEWS,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2020-01-10 Thread Daniel M. Capella via arch-commits
Date: Friday, January 10, 2020 @ 23:39:24
  Author: polyzen
Revision: 551827

upgpkg: firefox-tree-style-tab 3.3.2-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 23:14:39 UTC (rev 551826)
+++ PKGBUILD2020-01-10 23:39:24 UTC (rev 551827)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.3.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('f13537f3bd225e994e9b66c2e7c89cf8bb927fdd8ce4a2628c7842cf22b0b4d2')
+sha256sums=('772ee77386ab498ca8d45e11a5626ecbc8790aad5b831f025a9a25cf74f3e703')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-01-10 Thread Daniel M. Capella via arch-commits
Date: Friday, January 10, 2020 @ 23:39:46
  Author: polyzen
Revision: 551828

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 551827, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 23:39:24 UTC (rev 551827)
+++ PKGBUILD2020-01-10 23:39:46 UTC (rev 551828)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('f13537f3bd225e994e9b66c2e7c89cf8bb927fdd8ce4a2628c7842cf22b0b4d2')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 551827, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-10 23:39:46 UTC (rev 551828)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('772ee77386ab498ca8d45e11a5626ecbc8790aad5b831f025a9a25cf74f3e703')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 23:14:39
  Author: anatolik
Revision: 551826

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-workhorse/repos/community-testing-x86_64/
  gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD
(from rev 551825, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service
(from rev 551825, gitlab-workhorse/trunk/gitlab-workhorse.service)

--+
 PKGBUILD |   35 +++
 gitlab-workhorse.service |   22 ++
 2 files changed, 57 insertions(+)

Copied: gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD (from rev 
551825, gitlab-workhorse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-10 23:14:39 UTC (rev 551826)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.19.0
+pkgrel=1
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc' 'perl-image-exiftool')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('d306f451c999850aa8199869555d880f9f28aadd3569d83f72e10568d4788bd9688442834c1c2f093de8802f0edafa1c4a899214929d2b3bba53475ea194'
+
'f45ea8f0dedaefc547fdf855d36cdc56e75e90c45ad6c7c848ff225995e57258cb727df0c3065300d1300f86d48f5d4912f854ddf4e38feda460c785634a61de')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service (from 
rev 551825, gitlab-workhorse/trunk/gitlab-workhorse.service)
===
--- community-testing-x86_64/gitlab-workhorse.service   
(rev 0)
+++ community-testing-x86_64/gitlab-workhorse.service   2020-01-10 23:14:39 UTC 
(rev 551826)
@@ -0,0 +1,22 @@
+[Unit]
+Description=Gitlab Workhorse
+Requires=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-workhorse
+CapabilityBoundingSet=
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+ExecStart=/bin/bash -c "source /etc/profile.d/perlbin.sh; exec 
/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr 
/run/gitlab/gitlab-workhorse.socket -authBackend http://localhost:8080 
-authSocket /var/lib/gitlab/sockets/gitlab.socket -documentRoot 
/usr/share/webapps/gitlab/public"
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 23:06:47
  Author: anatolik
Revision: 551825

archrelease: copy trunk to community-testing-x86_64

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

+
 PKGBUILD   |  100 +++
 gitlab-shell.gitconfig |5 ++
 gitlab-shell.install   |9 
 gitlab-shell.sysusers  |1 
 4 files changed, 115 insertions(+)

Copied: gitlab-shell/repos/community-testing-x86_64/PKGBUILD (from rev 551823, 
gitlab-shell/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-10 23:06:47 UTC (rev 551825)
@@ -0,0 +1,100 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-shell
+pkgver=11.0.0
+pkgrel=1
+epoch=2
+pkgdesc="Git management software"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+makedepends=('go-pie')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/gitconfig"
+"etc/webapps/${pkgname}/authorized_keys"
+"etc/webapps/${pkgname}/")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver};
+"gitlab-shell.gitconfig"
+"gitlab-shell.sysusers")
+sha512sums=('f5f0f8df4195f4d64938ff4b2e76efa55a701f623d88497eb12aaeea93b31c3712ef3613bbf58adb2f57653d9ea01742a8b99b70f615e08d6a61fa1e668868d4'
+
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
+
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
+
+_datadir="/usr/share/webapps/${pkgname}"
+_etcdir="/etc/webapps/${pkgname}"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
+_srcdir="gitlab-shell-v${pkgver}"
+
+prepare() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  sed -e "s|user: git|user: gitlab|" \
+  -e "s|/home/git|${_homedir}|" \
+  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
+  -e "s|# host:|host:|" \
+  -e "s|# port:|port:|" \
+  -e "s|socket:|# socket:|" \
+  config.yml.example > config.yml
+}
+
+build() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  make build
+}
+
+package() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  install -dm755 -o root -g root "${pkgdir}${_datadir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
+  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
+
+  # sysusers
+  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
+
+  # .gitconfig
+  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
+  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+
+  # .gitlab_shell_secret
+  touch "${pkgdir}${_etcdir}/secret"
+  chmod 640 "${pkgdir}${_etcdir}/secret"
+  chown root:105 "${pkgdir}${_etcdir}/secret"
+  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
+
+  # config.yml
+  mv config.yml "${pkgdir}${_etcdir}"
+  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
+
+  cp -r VERSION bin hooks spec support "${pkgdir}${_datadir}"
+  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
+
+  # Compatibility for FS#64251
+  ln -s gitlab-shell "$pkgdir"/${_datadir}/bin/gitlab-shell-ruby
+
+  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in python-lazr.delegates/repos (2 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 23:05:54
  Author: dvzrv
Revision: 551824

archrelease: copy trunk to community-any

Added:
  python-lazr.delegates/repos/community-any/
  python-lazr.delegates/repos/community-any/PKGBUILD
(from rev 551823, python-lazr.delegates/trunk/PKGBUILD)

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

Copied: python-lazr.delegates/repos/community-any/PKGBUILD (from rev 551823, 
python-lazr.delegates/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 23:05:54 UTC (rev 551824)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=lazr.delegates
+pkgname=python-lazr.delegates
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="Easily write objects that delegate behavior"
+arch=('any')
+url="https://launchpad.net/lazr.delegates;
+license=('GPL')
+depends=('python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-nose')
+provides=('python-lazr-delegates')
+replaces=('python-lazr-delegates')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-lazr.delegates/trunk (PKGBUILD)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 23:05:39
  Author: dvzrv
Revision: 551823

upgpkg: python-lazr.delegates 2.0.4-2: Adding python-lazr.delegates 2.0.4.

Modified:
  python-lazr.delegates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 23:00:29 UTC (rev 551822)
+++ PKGBUILD2020-01-10 23:05:39 UTC (rev 551823)
@@ -11,6 +11,8 @@
 depends=('python-zope-interface')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-nose')
+provides=('python-lazr-delegates')
+replaces=('python-lazr-delegates')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
 
sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
 'SKIP')


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 23:00:29
  Author: dvzrv
Revision: 551822

Adding python-lazr.delegates as depends for python-lazr.config (a depends for 
mailman3).

Added:
  python-lazr.delegates/
  python-lazr.delegates/repos/
  python-lazr.delegates/trunk/
  python-lazr.delegates/trunk/PKGBUILD

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

Added: python-lazr.delegates/trunk/PKGBUILD
===
--- python-lazr.delegates/trunk/PKGBUILD(rev 0)
+++ python-lazr.delegates/trunk/PKGBUILD2020-01-10 23:00:29 UTC (rev 
551822)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=lazr.delegates
+pkgname=python-lazr.delegates
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="Easily write objects that delegate behavior"
+arch=('any')
+url="https://launchpad.net/lazr.delegates;
+license=('GPL')
+depends=('python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-nose')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-10 Thread Antonio Rojas via arch-commits
Date: Friday, January 10, 2020 @ 22:52:37
  Author: arojas
Revision: 373151

archrelease: copy trunk to extra-x86_64

Added:
  libvncserver/repos/extra-x86_64/PKGBUILD
(from rev 373150, libvncserver/trunk/PKGBUILD)
Deleted:
  libvncserver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 22:52:02 UTC (rev 373150)
+++ PKGBUILD2020-01-10 22:52:37 UTC (rev 373151)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libvncserver
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="Cross-platform C libraries that allow you to easily implement VNC 
server or client functionality"
-arch=('x86_64')
-url="https://libvnc.github.io/;
-license=('GPL')
-depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl' 'libnsl')
-makedepends=('sdl2' 'cmake')
-source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;)
-sha256sums=('33cbbb4e15bb390f723c311b323cef4a43bcf781984f92d92adda3243a116136')
-
-build() {
-  cd $pkgname-LibVNCServer-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-LibVNCServer-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvncserver/repos/extra-x86_64/PKGBUILD (from rev 373150, 
libvncserver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-10 22:52:37 UTC (rev 373151)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libvncserver
+pkgver=0.9.12
+pkgrel=2
+pkgdesc="Cross-platform C libraries that allow you to easily implement VNC 
server or client functionality"
+arch=('x86_64')
+url="https://libvnc.github.io/;
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl' 'libnsl')
+makedepends=('sdl2' 'cmake')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;
+ 
krfb-crash-1.patch::"https://github.com/LibVNC/libvncserver/commit/d0a76539.patch;
+ 
krfb-crash-2.patch::"https://github.com/LibVNC/libvncserver/commit/15c4f144.patch;)
+sha256sums=('33cbbb4e15bb390f723c311b323cef4a43bcf781984f92d92adda3243a116136'
+'c419c30e9048e5b968fd6c9faad1a74c4559bc4c0ebcbddedfb76ce3f98adef1'
+'a82ccbf56c5ba2aedccd2ac2158aff94d4eab02432f1dfb395b8166982f379a2')
+
+prepare() {
+  cd $pkgname-LibVNCServer-$pkgver
+  patch -p1 -i ../krfb-crash-1.patch # Fix crash in krfb
+  patch -p1 -i ../krfb-crash-2.patch
+}
+
+build() {
+  cd $pkgname-LibVNCServer-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-LibVNCServer-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-10 Thread Antonio Rojas via arch-commits
Date: Friday, January 10, 2020 @ 22:52:02
  Author: arojas
Revision: 373150

Fix crash in krfb

Modified:
  libvncserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:20:32 UTC (rev 373149)
+++ PKGBUILD2020-01-10 22:52:02 UTC (rev 373150)
@@ -4,7 +4,7 @@
 
 pkgname=libvncserver
 pkgver=0.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform C libraries that allow you to easily implement VNC 
server or client functionality"
 arch=('x86_64')
 url="https://libvnc.github.io/;
@@ -11,9 +11,19 @@
 license=('GPL')
 depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl' 'libnsl')
 makedepends=('sdl2' 'cmake')
-source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;)
-sha256sums=('33cbbb4e15bb390f723c311b323cef4a43bcf781984f92d92adda3243a116136')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz;
+ 
krfb-crash-1.patch::"https://github.com/LibVNC/libvncserver/commit/d0a76539.patch;
+ 
krfb-crash-2.patch::"https://github.com/LibVNC/libvncserver/commit/15c4f144.patch;)
+sha256sums=('33cbbb4e15bb390f723c311b323cef4a43bcf781984f92d92adda3243a116136'
+'c419c30e9048e5b968fd6c9faad1a74c4559bc4c0ebcbddedfb76ce3f98adef1'
+'a82ccbf56c5ba2aedccd2ac2158aff94d4eab02432f1dfb395b8166982f379a2')
 
+prepare() {
+  cd $pkgname-LibVNCServer-$pkgver
+  patch -p1 -i ../krfb-crash-1.patch # Fix crash in krfb
+  patch -p1 -i ../krfb-crash-2.patch
+}
+
 build() {
   cd $pkgname-LibVNCServer-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr .


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:22:24
  Author: anatolik
Revision: 551821

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 551820, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 551820, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   60 
 gitlab-gitaly.service |   25 
 2 files changed, 85 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 551820, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-10 22:22:24 UTC (rev 551821)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=1.80.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('16d2483702186e7000fe359dd03454f9805b380e9842ea78b17ca9990f69321c8f5cd31bbec17efdf2d0130b68480c8a3bb38a87b4a53a3821120b2c2ee1118d'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
+  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd "gitaly-"*
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd "gitaly-"*
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p "${pkgdir}/etc/${pkgname}"
+  sed \
+-e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
+-e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
+config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
+
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service 
(from rev 551820, gitlab-gitaly/trunk/gitlab-gitaly.service)
===
--- community-testing-x86_64/gitlab-gitaly.service  
(rev 0)
+++ community-testing-x86_64/gitlab-gitaly.service  2020-01-10 22:22:24 UTC 
(rev 551821)
@@ -0,0 +1,25 @@
+#
+#
+# GitLab version: 9.x
+# Contributors  : axil
+# Downloaded from   : 
https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
+#
+
+
+[Unit]
+Description=Gitaly is a Git RPC service for handling all the git calls made by 
GitLab.
+Requires=gitlab-unicorn.service
+Wants=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+Type=simple
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-gitaly
+PIDFile=/run/gitlab/gitaly.pid
+ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
+
+[Install]
+WantedBy=multi-user.target


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:22:03
  Author: anatolik
Revision: 551820

upgpkg: gitlab-gitaly 1.80.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:21:48 UTC (rev 551819)
+++ PKGBUILD2020-01-10 22:22:03 UTC (rev 551820)
@@ -4,8 +4,8 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=1.78.0
-pkgrel=2
+pkgver=1.80.0
+pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;
@@ -16,7 +16,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('2b984a43f10f7189c5188b58a686bf3b60f7001582efaba69f4e9153cbf5562eb282f242b0dbd6e395bbf0e528d08786b308147e1c67b10616fdbbbc3ebd0df3'
+sha512sums=('16d2483702186e7000fe359dd03454f9805b380e9842ea78b17ca9990f69321c8f5cd31bbec17efdf2d0130b68480c8a3bb38a87b4a53a3821120b2c2ee1118d'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:21:48
  Author: anatolik
Revision: 551819

upgpkg: gitlab-workhorse 8.19.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:21:39 UTC (rev 551818)
+++ PKGBUILD2020-01-10 22:21:48 UTC (rev 551819)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.18.0
+pkgver=8.19.0
 pkgrel=1
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('2b70f5053711a279ef63c69e117d3038c553dc07aab0964c12e5bfd3a2e57de6e4ae18f00cbbd92899b3e45f53eeccc9c1c1ee7461da876e26d5b7b8a89da8ee'
+sha512sums=('d306f451c999850aa8199869555d880f9f28aadd3569d83f72e10568d4788bd9688442834c1c2f093de8802f0edafa1c4a899214929d2b3bba53475ea194'
 
'f45ea8f0dedaefc547fdf855d36cdc56e75e90c45ad6c7c848ff225995e57258cb727df0c3065300d1300f86d48f5d4912f854ddf4e38feda460c785634a61de')
 
 build() {


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:21:39
  Author: anatolik
Revision: 551818

upgpkg: gitlab-shell 2:11.0.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:16:00 UTC (rev 551817)
+++ PKGBUILD2020-01-10 22:21:39 UTC (rev 551818)
@@ -11,8 +11,8 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=10.3.0
-pkgrel=2
+pkgver=11.0.0
+pkgrel=1
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -30,7 +30,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver};
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('c074688262894a70feeb0efd80f75d5224f39bd6642b8371c77fef88e2e09a586925748088f832bfc8cd150575c520d12db229fadb0401e63bbe4309283244a7'
+sha512sums=('f5f0f8df4195f4d64938ff4b2e76efa55a701f623d88497eb12aaeea93b31c3712ef3613bbf58adb2f57653d9ea01742a8b99b70f615e08d6a61fa1e668868d4'
 
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 


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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 22:20:32
  Author: eworm
Revision: 373149

update url

Modified:
  dhcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 21:39:18 UTC (rev 373148)
+++ PKGBUILD2020-01-10 22:20:32 UTC (rev 373149)
@@ -9,7 +9,7 @@
 pkgrel=5
 arch=('x86_64')
 license=('custom:isc-dhcp')
-url="https://www.isc.org/software/dhcp;
+url='https://www.isc.org/dhcp/'
 makedepends=('bash' 'iproute2' 'openldap')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
 
source=("ftp://ftp.isc.org/isc/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.asc}


[arch-commits] Commit in gitlab/repos (13 files)

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:16:00
  Author: anatolik
Revision: 551817

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 551816, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 551816, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 551816, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 551816, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 551816, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 551816, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 551816, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 551816, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 551816, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 551816, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 551816, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 551816, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  225 +++
 build_fix.patch|   20 +++
 gitlab-backup.service  |   20 +++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   22 
 gitlab-sidekiq.service |   31 +
 gitlab-unicorn.service |   34 ++
 gitlab.install |   20 +++
 gitlab.logrotate   |6 +
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   19 +++
 12 files changed, 415 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 551816, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-10 22:16:00 UTC (rev 551817)
@@ -0,0 +1,225 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=12.6.3
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
+build_fix.patch
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('ca30bbd8ed5ff7e1ebbaef0019a2eb2190e17dae7506cbbe0246f5172d4e05c133312b47c9bc71c06bdb5a8c16e2ab3d5666c7d034bb606847a4ef35ebc40ab0'
+
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
+
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
+
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
+
'0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'
+

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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 22:14:57
  Author: anatolik
Revision: 551816

upgpkg: gitlab 12.6.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 22:07:19 UTC (rev 551815)
+++ PKGBUILD2020-01-10 22:14:57 UTC (rev 551816)
@@ -10,8 +10,8 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.6.2
-pkgrel=3
+pkgver=12.6.3
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss;
@@ -39,7 +39,7 @@
 gitlab.logrotate
 ruby27-pop-extra-arg.patch)
 install='gitlab.install'
-sha512sums=('510dac5476df16e4e0563a8de3c19f4e27e390715742bf7f0ef59c6ac93c095d6741720c151aa54478ede7728cf6fae01b0dfbb13c69c7c99e35e32d1c92'
+sha512sums=('ca30bbd8ed5ff7e1ebbaef0019a2eb2190e17dae7506cbbe0246f5172d4e05c133312b47c9bc71c06bdb5a8c16e2ab3d5666c7d034bb606847a4ef35ebc40ab0'
 
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
 
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
 
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'


[arch-commits] Commit in python-flufl.lock/repos (2 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 22:07:19
  Author: dvzrv
Revision: 551815

archrelease: copy trunk to community-any

Added:
  python-flufl.lock/repos/community-any/
  python-flufl.lock/repos/community-any/PKGBUILD
(from rev 551814, python-flufl.lock/trunk/PKGBUILD)

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

Copied: python-flufl.lock/repos/community-any/PKGBUILD (from rev 551814, 
python-flufl.lock/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 22:07:19 UTC (rev 551815)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=flufl.lock
+pkgname=python-flufl.lock
+pkgver=3.2
+pkgrel=2
+pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
+arch=('any')
+url="https://flufllock.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=(python-flufl-lock)
+replaces=(python-flufl-lock)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 22:04:33
  Author: dvzrv
Revision: 551813

Adding python-flufl.lock as depends for mailman3.

Added:
  python-flufl.lock/
  python-flufl.lock/repos/
  python-flufl.lock/trunk/
  python-flufl.lock/trunk/PKGBUILD

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

Added: python-flufl.lock/trunk/PKGBUILD
===
--- python-flufl.lock/trunk/PKGBUILD(rev 0)
+++ python-flufl.lock/trunk/PKGBUILD2020-01-10 22:04:33 UTC (rev 551813)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=flufl.lock
+pkgname=python-flufl.lock
+pkgver=3.2
+pkgrel=2
+pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
+arch=('any')
+url="https://flufllock.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=(python-flufl-lock)
+replaces=(python-flufl-lock)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-flufl.i18n/trunk (PKGBUILD)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 21:43:36
  Author: dvzrv
Revision: 551811

upgpkg: python-flufl.i18n 2.0.2-2: Adding python-flufl.i18n 2.0.2.

Modified:
  python-flufl.i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 21:38:14 UTC (rev 551810)
+++ PKGBUILD2020-01-10 21:43:36 UTC (rev 551811)
@@ -11,6 +11,8 @@
 depends=('python-atpublic')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
+provides=('python-flufl-i18n')
+replaces=('python-flufl-i18n')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
sha512sums=('05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd')
 


[arch-commits] Commit in python-flufl.i18n/repos (2 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 21:43:41
  Author: dvzrv
Revision: 551812

archrelease: copy trunk to community-any

Added:
  python-flufl.i18n/repos/community-any/
  python-flufl.i18n/repos/community-any/PKGBUILD
(from rev 551811, python-flufl.i18n/trunk/PKGBUILD)

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

Copied: python-flufl.i18n/repos/community-any/PKGBUILD (from rev 551811, 
python-flufl.i18n/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 21:43:41 UTC (rev 551812)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=flufl.i18n
+pkgname=python-flufl.i18n
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="A high level API for internationalization"
+arch=('any')
+url="https://flufli18n.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('python-flufl-i18n')
+replaces=('python-flufl-i18n')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 21:39:18
  Author: eworm
Revision: 373148

archrelease: copy trunk to testing-x86_64

Added:
  dhcp/repos/testing-x86_64/
  dhcp/repos/testing-x86_64/0002-iproute2.patch
(from rev 373147, dhcp/trunk/0002-iproute2.patch)
  dhcp/repos/testing-x86_64/PKGBUILD
(from rev 373147, dhcp/trunk/PKGBUILD)
  dhcp/repos/testing-x86_64/dhclient@.service
(from rev 373147, dhcp/trunk/dhclient@.service)
  dhcp/repos/testing-x86_64/dhcp-sysusers.conf
(from rev 373147, dhcp/trunk/dhcp-sysusers.conf)
  dhcp/repos/testing-x86_64/dhcp-tmpfiles.conf
(from rev 373147, dhcp/trunk/dhcp-tmpfiles.conf)
  dhcp/repos/testing-x86_64/dhcpd4.service
(from rev 373147, dhcp/trunk/dhcpd4.service)
  dhcp/repos/testing-x86_64/dhcpd6.service
(from rev 373147, dhcp/trunk/dhcpd6.service)

-+
 0002-iproute2.patch |   13 ++
 PKGBUILD|  104 ++
 dhclient@.service   |   13 ++
 dhcp-sysusers.conf  |1 
 dhcp-tmpfiles.conf  |3 +
 dhcpd4.service  |   25 
 dhcpd6.service  |   25 
 7 files changed, 184 insertions(+)

Copied: dhcp/repos/testing-x86_64/0002-iproute2.patch (from rev 373147, 
dhcp/trunk/0002-iproute2.patch)
===
--- testing-x86_64/0002-iproute2.patch  (rev 0)
+++ testing-x86_64/0002-iproute2.patch  2020-01-10 21:39:18 UTC (rev 373148)
@@ -0,0 +1,13 @@
+diff --git a/client/scripts/linux b/client/scripts/linux
+index 5fb16121..c4cef632 100755
+--- a/client/scripts/linux
 b/client/scripts/linux
+@@ -362,7 +362,7 @@ case "$reason" in
+ interface_up_wait_time=5
+ for i in $(seq 0 ${interface_up_wait_time})
+ do
+-ifconfig ${interface} | grep RUNNING >/dev/null 2>&1
++${ip} link show dev ${interface} | grep -q LOWER_UP 2>&1
+ if [ $? -eq 0 ]; then
+ break;
+ fi

Copied: dhcp/repos/testing-x86_64/PKGBUILD (from rev 373147, 
dhcp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-10 21:39:18 UTC (rev 373148)
@@ -0,0 +1,104 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Isenmann 
+
+pkgbase=dhcp
+pkgname=('dhcp' 'dhclient')
+
+# separate patch levels with a period to maintain proper versioning.
+pkgver=4.4.1
+pkgrel=5
+arch=('x86_64')
+license=('custom:isc-dhcp')
+url="https://www.isc.org/software/dhcp;
+makedepends=('bash' 'iproute2' 'openldap')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+source=("ftp://ftp.isc.org/isc/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.asc}
+'dhcp-sysusers.conf'
+'dhcp-tmpfiles.conf'
+'dhcpd4.service'
+'dhcpd6.service'
+'dhclient@.service'
+'0002-iproute2.patch')
+sha256sums=('2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608'
+'SKIP'
+'b16083e6bb572ffacaa7cd97e7fde5fcfa1b6dbeb166f162e2ec6e8ec4b928d6'
+'abcd30e9e8428e34d22ab4d3074ef4bd84c2b11f5868597111b47d6f56d204da'
+'03fce30efab819b2d928085b0bab962a33ce56fc376acae98ad9b30aa278c9c8'
+'f98a4438f4f69cab7cc5cce6927df4790ee993ebc8f88a169e63043c53d25625'
+'86cd0b1e0ea1d47ab096f6ee925eee60545116fb887a155761eda589b30e4f0e'
+'837a64189b949afae951655546967cc8f17f2f2cf370faabff00575364f0fcf7')
+
+prepare() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # no ifconfig, use ip from iproute2
+  patch -Np1 -i ../0002-iproute2.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --enable-binary-leases \
+  --enable-paranoia \
+  --with-ldap \
+  --with-ldapcrypto \
+  --with-srv-lease-file=/var/lib/dhcp/dhcpd.leases \
+  --with-srv6-lease-file=/var/lib/dhcp/dhcpd6.leases \
+  --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
+  --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
+
+  make -j1
+}
+
+package_dhcp(){
+  pkgdesc="A DHCP server, client, and relay agent"
+  depends=('glibc' 'libldap')
+  backup=('etc/dhcpd.conf' 'etc/dhcpd6.conf')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/dhcp-sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/dhcp.conf"
+  install -D -m644 "${srcdir}/dhcp-tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/dhcp.conf"
+  install -D -m644 "${srcdir}/dhcpd4.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpd4.service"
+  install -D -m644 "${srcdir}/dhcpd6.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpd6.service"
+
+  # move and install config files in place
+  mv "${pkgdir}/etc/dhcpd.conf.example" 

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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 21:39:13
  Author: eworm
Revision: 373147

upgpkg: dhcp 4.4.1-5

rebuild old package

Modified:
  dhcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 20:20:54 UTC (rev 373146)
+++ PKGBUILD2020-01-10 21:39:13 UTC (rev 373147)
@@ -6,7 +6,7 @@
 
 # separate patch levels with a period to maintain proper versioning.
 pkgver=4.4.1
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 license=('custom:isc-dhcp')
 url="https://www.isc.org/software/dhcp;


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 21:38:14
  Author: dvzrv
Revision: 551810

Adding python-flufl.i18n as depends for mailman3.

Added:
  python-flufl.i18n/
  python-flufl.i18n/repos/
  python-flufl.i18n/trunk/
  python-flufl.i18n/trunk/PKGBUILD

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

Added: python-flufl.i18n/trunk/PKGBUILD
===
--- python-flufl.i18n/trunk/PKGBUILD(rev 0)
+++ python-flufl.i18n/trunk/PKGBUILD2020-01-10 21:38:14 UTC (rev 551810)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+_name=flufl.i18n
+pkgname=python-flufl.i18n
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="A high level API for internationalization"
+arch=('any')
+url="https://flufli18n.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 21:33:52
  Author: eworm
Revision: 551809

archrelease: copy trunk to community-x86_64

Added:
  unibilium/repos/community-x86_64/PKGBUILD
(from rev 551808, unibilium/trunk/PKGBUILD)
Deleted:
  unibilium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 21:33:49 UTC (rev 551808)
+++ PKGBUILD2020-01-10 21:33:52 UTC (rev 551809)
@@ -1,27 +0,0 @@
-# $Id$
-
-pkgname=unibilium
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='A terminfo parsing library'
-arch=('x86_64')
-url='https://github.com/mauke/unibilium/'
-depends=('glibc')
-license=('LGPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz;)
-sha256sums=('78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install PREFIX=/usr
-}

Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 551808, 
unibilium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-10 21:33:52 UTC (rev 551809)
@@ -0,0 +1,26 @@
+
+pkgname=unibilium
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=('x86_64')
+url='https://github.com/mauke/unibilium/'
+depends=('glibc')
+license=('LGPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mauke/unibilium/archive/v$pkgver.tar.gz;)
+sha256sums=('78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}


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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 21:33:49
  Author: eworm
Revision: 551808

upgpkg: unibilium 2.0.0-2

rebuild old package

Modified:
  unibilium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 21:25:55 UTC (rev 551807)
+++ PKGBUILD2020-01-10 21:33:49 UTC (rev 551808)
@@ -1,7 +1,7 @@
 
 pkgname=unibilium
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A terminfo parsing library'
 arch=('x86_64')
 url='https://github.com/mauke/unibilium/'


[arch-commits] Commit in python-flufl.bounce/repos (2 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 21:25:55
  Author: dvzrv
Revision: 551807

archrelease: copy trunk to community-any

Added:
  python-flufl.bounce/repos/community-any/
  python-flufl.bounce/repos/community-any/PKGBUILD
(from rev 551806, python-flufl.bounce/trunk/PKGBUILD)

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

Copied: python-flufl.bounce/repos/community-any/PKGBUILD (from rev 551806, 
python-flufl.bounce/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 21:25:55 UTC (rev 551807)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=flufl.bounce
+pkgname=python-flufl.bounce
+pkgver=3.0
+pkgrel=2
+pkgdesc="Email bounce detectors"
+arch=('any')
+url="https://fluflbounce.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('python-flufl-bounce')
+replaces=('python-flufl-bounce')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-10 Thread David Runge via arch-commits
Date: Friday, January 10, 2020 @ 21:22:48
  Author: dvzrv
Revision: 551806

Adding python-flufl.bounce as depends for mailman3.

Added:
  python-flufl.bounce/
  python-flufl.bounce/repos/
  python-flufl.bounce/trunk/
  python-flufl.bounce/trunk/PKGBUILD

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

Added: python-flufl.bounce/trunk/PKGBUILD
===
--- python-flufl.bounce/trunk/PKGBUILD  (rev 0)
+++ python-flufl.bounce/trunk/PKGBUILD  2020-01-10 21:22:48 UTC (rev 551806)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=flufl.bounce
+pkgname=python-flufl.bounce
+pkgver=3.0
+pkgrel=2
+pkgdesc="Email bounce detectors"
+arch=('any')
+url="https://fluflbounce.readthedocs.io/en/latest/;
+license=('Apache')
+depends=('python-atpublic' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('python-flufl-bounce')
+replaces=('python-flufl-bounce')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 20:49:28
  Author: anatolik
Revision: 551805

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 551804, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 551804, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 551804, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 551804, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 551804, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 551804, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 551804, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 551804, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 551804, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 551804, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 551804, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 551804, gitlab/trunk/ruby27-pop-extra-arg.patch)
Deleted:
  gitlab/repos/community-testing-x86_64/PKGBUILD
  gitlab/repos/community-testing-x86_64/build_fix.patch
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
  gitlab/repos/community-testing-x86_64/gitlab.install
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
  gitlab/repos/community-testing-x86_64/gitlab.target
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |  450 +--
 build_fix.patch|   40 +--
 gitlab-backup.service  |   40 +--
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 ++--
 gitlab-sidekiq.service |   62 ++---
 gitlab-unicorn.service |   68 +++---
 gitlab.install |   40 +--
 gitlab.logrotate   |   12 -
 gitlab.target  |   14 -
 gitlab.tmpfiles.d  |2 
 ruby27-pop-extra-arg.patch |   38 +--
 12 files changed, 415 insertions(+), 415 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 20:41:02 UTC (rev 551804)
+++ PKGBUILD2020-01-10 20:49:28 UTC (rev 551805)
@@ -1,225 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.6.2
-pkgrel=3
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
-build_fix.patch
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-ruby27-pop-extra-arg.patch)
-install='gitlab.install'
-sha512sums=('510dac5476df16e4e0563a8de3c19f4e27e390715742bf7f0ef59c6ac93c095d6741720c151aa54478ede7728cf6fae01b0dfbb13c69c7c99e35e32d1c92'
-

[arch-commits] Commit in gitlab/repos (13 files)

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 20:41:02
  Author: anatolik
Revision: 551804

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 551803, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 551803, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 551803, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 551803, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 551803, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 551803, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 551803, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 551803, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 551803, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 551803, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 551803, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 551803, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  225 +++
 build_fix.patch|   20 +++
 gitlab-backup.service  |   20 +++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   22 
 gitlab-sidekiq.service |   31 +
 gitlab-unicorn.service |   34 ++
 gitlab.install |   20 +++
 gitlab.logrotate   |6 +
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   19 +++
 12 files changed, 415 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 551803, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-10 20:41:02 UTC (rev 551804)
@@ -0,0 +1,225 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=12.6.2
+pkgrel=3
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
+build_fix.patch
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('510dac5476df16e4e0563a8de3c19f4e27e390715742bf7f0ef59c6ac93c095d6741720c151aa54478ede7728cf6fae01b0dfbb13c69c7c99e35e32d1c92'
+
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
+
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
+
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
+
'0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'
+

[arch-commits] Commit in gitlab/trunk (PKGBUILD ruby27-pop-extra-arg.patch)

2020-01-10 Thread Anatol Pomozov via arch-commits
Date: Friday, January 10, 2020 @ 20:39:36
  Author: anatolik
Revision: 551803

Add workaround for ruby2.7 ArgumentError problem

For some reason running gitlab with ruby2.7 produces ArgumentError in the code 
related to rack.
Ruby adds an extra parameter to 'args' list.
Remove Proc from the list as it is already set to 'block' parameter.

https://gitlab.com/groups/gitlab-org/-/epics/2380

Added:
  gitlab/trunk/ruby27-pop-extra-arg.patch
Modified:
  gitlab/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 ruby27-pop-extra-arg.patch |   19 +++
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 20:11:07 UTC (rev 551802)
+++ PKGBUILD2020-01-10 20:39:36 UTC (rev 551803)
@@ -11,7 +11,7 @@
 # need this again at some point in the future.
 pkgname=gitlab
 pkgver=12.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss;
@@ -36,7 +36,8 @@
 gitlab-backup.timer
 gitlab.target
 gitlab.tmpfiles.d
-gitlab.logrotate)
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
 install='gitlab.install'
 
sha512sums=('510dac5476df16e4e0563a8de3c19f4e27e390715742bf7f0ef59c6ac93c095d6741720c151aa54478ede7728cf6fae01b0dfbb13c69c7c99e35e32d1c92'
 
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
@@ -47,7 +48,8 @@
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
 
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
-
'88e199d2f63e4f235930c35c6dfde80e6010e590907bd4de0af1fbfe6d5491ff56845aefcfe8edefa707712bd84fef96880655747b8bfb949ceeadc0456b0121')
+
'88e199d2f63e4f235930c35c6dfde80e6010e590907bd4de0af1fbfe6d5491ff56845aefcfe8edefa707712bd84fef96880655747b8bfb949ceeadc0456b0121'
+
'ac1f033a6a4cde442e3280f06ee5e78a800420715fff6a35bad798e948997c173499fb970592f146483d583b4f0697c2844071d66348ac7da69f36f1a9c757a8')
 
 
 _datadir="/usr/share/webapps/${pkgname}"
@@ -121,6 +123,11 @@
   bundle config force_ruby_platform true # some native gems are not available 
for newer ruby
   bundle install --jobs=$(nproc) --no-cache --deployment --without development 
test aws kerberos
 
+  # workaround for a weird ruby27 issue 
https://gitlab.com/groups/gitlab-org/-/epics/2380
+  pushd vendor/bundle/ruby/2.7.0/gems/rack-2.0.7/
+  patch -p1 < $srcdir/ruby27-pop-extra-arg.patch
+  popd
+
   # We'll temporarily stick this in here so we can build the assets
   cp config/database.yml.postgresql.orig config/database.yml
   cp config/resque.yml.example config/resque.yml

Added: ruby27-pop-extra-arg.patch
===
--- ruby27-pop-extra-arg.patch  (rev 0)
+++ ruby27-pop-extra-arg.patch  2020-01-10 20:39:36 UTC (rev 551803)
@@ -0,0 +1,19 @@
+diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
+index 975cf1e1..c61e8421 100644
+--- a/lib/rack/builder.rb
 b/lib/rack/builder.rb
+@@ -79,6 +79,14 @@ module Rack
+ # The +call+ method in this example sets an additional environment key 
which then can be
+ # referenced in the application if required.
+ def use(middleware, *args, )
++  # workaround for ruby 2.7 problem discussed 
https://gitlab.com/groups/gitlab-org/-/epics/2380
++  if not args.empty? and args[-1] == block
++# for some reason ruby adds block defined in lib/api/api_guard.rb
++# both to args and to 'block' parameter
++# pop extra parameter from 'args'
++args.pop
++  end
++
+   if @map
+ mapping, @map = @map, nil
+ @use << proc { |app| generate_map app, mapping }


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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 20:20:54
  Author: eworm
Revision: 373146

archrelease: copy trunk to testing-x86_64

Added:
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 373145, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsync.install
(from rev 373145, rsync/trunk/rsync.install)
  rsync/repos/testing-x86_64/rsync.xinetd
(from rev 373145, rsync/trunk/rsync.xinetd)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 373145, rsync/trunk/rsyncd.conf)
  rsync/repos/testing-x86_64/rsyncd.service
(from rev 373145, rsync/trunk/rsyncd.service)
  rsync/repos/testing-x86_64/rsyncd.socket
(from rev 373145, rsync/trunk/rsyncd.socket)
  rsync/repos/testing-x86_64/rsyncd@.service
(from rev 373145, rsync/trunk/rsyncd@.service)

-+
 PKGBUILD|   53 +
 rsync.install   |   14 ++
 rsync.xinetd|   11 +++
 rsyncd.conf |   10 ++
 rsyncd.service  |   14 ++
 rsyncd.socket   |   10 ++
 rsyncd@.service |   13 +
 7 files changed, 125 insertions(+)

Copied: rsync/repos/testing-x86_64/PKGBUILD (from rev 373145, 
rsync/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-10 20:20:54 UTC (rev 373146)
@@ -0,0 +1,53 @@
+
+pkgname=rsync
+pkgver=3.1.3
+pkgrel=2
+pkgdesc="A file transfer program to keep remote files in sync"
+arch=('x86_64')
+url="https://rsync.samba.org/;
+license=('GPL3')
+depends=('perl' 'popt' 'acl')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
+install=rsync.install
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

+source=("https://rsync.samba.org/ftp/rsync/src/$pkgname-$pkgver.tar.gz"{,.asc}
+'rsyncd.conf'
+'rsync.xinetd'
+'rsyncd.service'
+'rsyncd.socket'
+'rsyncd@.service')
+sha256sums=('55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0'
+'SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b'
+'da0ec9ce07bf2edafbc8e44020da29a58038b00c3048a22de57017c56318a767'
+'6ad010a1f85f5637bdd0972403c032ca30d71608a36943c71c34ba1c5b463cd6'
+'551f17407de0e539c8419fc2cd48dd0124eb0253a186690b165b51703ffad1a5'
+'21983037aa116943b89ec982bc88e02c12376763e46f5ab25944cc1da29235ae')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   # rsync requires the bundled zlib to support old-style --compress
+   # This is to be reevaluated once rsync 3.1.1 is more available in the 
wild...
+   ./configure --prefix=/usr \
+   --with-included-popt=no \
+   --with-included-zlib=yes \
+   --disable-debug
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make test
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm644 ../rsyncd.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -m644 ../rsyncd.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -m644 ../rsyncd@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-x86_64/rsync.install (from rev 373145, 
rsync/trunk/rsync.install)
===
--- testing-x86_64/rsync.install(rev 0)
+++ testing-x86_64/rsync.install2020-01-10 20:20:54 UTC (rev 373146)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_upgrade() {
+  # return if old package version greater 3.1.2-5...
+  (( $(vercmp "$2" '3.1.2-5') > 0 )) && return
+
+  # return if neither service nor socket is enabled...
+  systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
+
+  echo ' > For security reasons the rsyncd service protects the system by 
making'
+  echo ' > paths /boot, /etc and /usr read-only. If you need write access use'
+  echo ' > rsync via ssh or see the wiki for instructions to override:'
+  echo ' > https://wiki.archlinux.org/index.php/Rsync#rsync_daemon'
+}

Copied: rsync/repos/testing-x86_64/rsync.xinetd (from rev 373145, 
rsync/trunk/rsync.xinetd)
===
--- testing-x86_64/rsync.xinetd (rev 0)
+++ testing-x86_64/rsync.xinetd 2020-01-10 20:20:54 UTC (rev 373146)
@@ -0,0 +1,11 @@
+service rsync
+{
+socket_type = stream
+wait= no
+user= root
+server  = /usr/bin/rsync
+server_args = --daemon
+

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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 20:20:47
  Author: eworm
Revision: 373145

upgpkg: rsync 3.1.3-2

rebuild old package

Modified:
  rsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 19:34:22 UTC (rev 373144)
+++ PKGBUILD2020-01-10 20:20:47 UTC (rev 373145)
@@ -1,7 +1,7 @@
 
 pkgname=rsync
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('x86_64')
 url="https://rsync.samba.org/;


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

2020-01-10 Thread Christian Rebischke via arch-commits
Date: Friday, January 10, 2020 @ 20:11:07
  Author: shibumi
Revision: 551802

archrelease: copy trunk to community-any

Added:
  puppet5/repos/community-any/PKGBUILD
(from rev 551801, puppet5/trunk/PKGBUILD)
  puppet5/repos/community-any/puppet.install
(from rev 551801, puppet5/trunk/puppet.install)
Deleted:
  puppet5/repos/community-any/PKGBUILD
  puppet5/repos/community-any/puppet.install

+
 PKGBUILD   |  121 +++
 puppet.install |   10 ++--
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 20:10:58 UTC (rev 551801)
+++ PKGBUILD2020-01-10 20:11:07 UTC (rev 551802)
@@ -1,60 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-_pkgname=puppet
-pkgname=puppet5
-pkgver=5.5.17
-pkgrel=5
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="https://puppet.com/products/open-source-projects;
-license=('Apache')
-depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas' 'ruby-shadow')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$_pkgname.install
-source=("https://downloads.puppetlabs.com/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b'
-'SKIP')
-validpgpkeys=('6F6B15509CF8E59E6E469F327F438280EF8D349F')
-conflicts=('puppet')
-provides=('puppet')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
-
-  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
-"$pkgdir"/usr/lib/sysusers.d/$_pkgname.conf
-  echo "d /run/puppetlabs 0755 $_pkgname $_pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$_pkgname-$pkgver/ext/systemd/$_pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$_pkgname.service
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  install -dm775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet5/repos/community-any/PKGBUILD (from rev 551801, 
puppet5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-10 20:11:07 UTC (rev 551802)
@@ -0,0 +1,61 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+_pkgname=puppet
+pkgname=puppet5
+pkgver=5.5.17
+pkgrel=6
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="https://puppet.com/products/open-source-projects;
+license=('Apache')
+depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas' 'ruby-shadow'
+'ruby-sync')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$_pkgname.install
+source=("https://downloads.puppetlabs.com/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('95c6cd836a9f732ccfe2d8b83096e79c32428c43390c0826663f896ca1388e1fe3b55d93a5a7548831e95de85247db717866c36786d591e207341c734d70168b'
+'SKIP')
+validpgpkeys=('6F6B15509CF8E59E6E469F327F438280EF8D349F')
+conflicts=('puppet')
+provides=('puppet')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
+
+  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
+"$pkgdir"/usr/lib/sysusers.d/$_pkgname.conf
+  echo "d /run/puppetlabs 0755 $_pkgname $_pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$_pkgname-$pkgver/ext/systemd/$_pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$_pkgname.service
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+
+  # Match permissions that puppet sets when running
+  install -dm775 "$pkgdir"/var/lib/puppet
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  rm -r 

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

2020-01-10 Thread Christian Rebischke via arch-commits
Date: Friday, January 10, 2020 @ 20:10:58
  Author: shibumi
Revision: 551801

upgpkg: puppet5 5.5.17-6 add ruby-sync #65106

Modified:
  puppet5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 20:07:52 UTC (rev 551800)
+++ PKGBUILD2020-01-10 20:10:58 UTC (rev 551801)
@@ -10,12 +10,13 @@
 _pkgname=puppet
 pkgname=puppet5
 pkgver=5.5.17
-pkgrel=5
+pkgrel=6
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="https://puppet.com/products/open-source-projects;
 license=('Apache')
-depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas' 'ruby-shadow')
+depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas' 'ruby-shadow'
+'ruby-sync')
 backup=('etc/puppetlabs/puppet/auth.conf'
 'etc/puppetlabs/puppet/puppet.conf')
 install=$_pkgname.install


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

2020-01-10 Thread Christian Rebischke via arch-commits
Date: Friday, January 10, 2020 @ 20:07:52
  Author: shibumi
Revision: 551800

archrelease: copy trunk to community-any

Added:
  ruby-sync/repos/community-any/
  ruby-sync/repos/community-any/PKGBUILD
(from rev 551799, ruby-sync/trunk/PKGBUILD)

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

Copied: ruby-sync/repos/community-any/PKGBUILD (from rev 551799, 
ruby-sync/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-10 20:07:52 UTC (rev 551800)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tim Meusel 
+
+_gemname='sync'
+pkgname="ruby-${_gemname}"
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='A Ruby module packaged asa gem that provides a two-phase lock with a 
counter.  Was in Ruby core until 2.7'
+arch=('any')
+url='https://github.com/ruby/sync'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler')
+checkdepends=('ruby-test-unit')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5f887d9169e0be834c7fa17ae42b71078f25ce3d83e695490cd136adc1799d6b92e4aed41ce3f3d57b3ad193a1ac4de940b37212c2864bbf6331ba3582128166')
+
+build() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  rake test
+}
+
+package() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  local _gemdir="$(gem env gemdir)"
+  gem install --verbose --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -rf "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2020-01-10 Thread Christian Rebischke via arch-commits
Date: Friday, January 10, 2020 @ 20:06:22
  Author: shibumi
Revision: 551799

add ruby-sync

Added:
  ruby-sync/
  ruby-sync/repos/
  ruby-sync/trunk/
  ruby-sync/trunk/PKGBUILD

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

Added: ruby-sync/trunk/PKGBUILD
===
--- ruby-sync/trunk/PKGBUILD(rev 0)
+++ ruby-sync/trunk/PKGBUILD2020-01-10 20:06:22 UTC (rev 551799)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tim Meusel 
+
+_gemname='sync'
+pkgname="ruby-${_gemname}"
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='A Ruby module packaged asa gem that provides a two-phase lock with a 
counter.  Was in Ruby core until 2.7'
+arch=('any')
+url='https://github.com/ruby/sync'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-bundler')
+checkdepends=('ruby-test-unit')
+options=(!emptydirs)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5f887d9169e0be834c7fa17ae42b71078f25ce3d83e695490cd136adc1799d6b92e4aed41ce3f3d57b3ad193a1ac4de940b37212c2864bbf6331ba3582128166')
+
+build() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  gem build "${_gemname}.gemspec"
+}
+
+check() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  rake test
+}
+
+package() {
+  cd "${srcdir}/${_gemname}-${pkgver}"
+  local _gemdir="$(gem env gemdir)"
+  gem install --verbose --ignore-dependencies --no-user-install --install-dir 
"${pkgdir}/${_gemdir}" --bindir "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  rm -rf "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in yubikey-personalization-gui/trunk (PKGBUILD)

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 20:02:12
  Author: eworm
Revision: 551797

upgpkg: yubikey-personalization-gui 3.1.25-2

rebuild old package

Modified:
  yubikey-personalization-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 19:34:36 UTC (rev 551796)
+++ PKGBUILD2020-01-10 20:02:12 UTC (rev 551797)
@@ -2,7 +2,7 @@
 
 pkgname=yubikey-personalization-gui
 pkgver=3.1.25
-pkgrel=1
+pkgrel=2
 pkgdesc='Yubico YubiKey Personalization GUI'
 arch=('x86_64')
 url='https://github.com/Yubico/yubikey-personalization-gui'


[arch-commits] Commit in yubikey-personalization-gui/repos/community-x86_64 (2 files)

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 20:02:15
  Author: eworm
Revision: 551798

archrelease: copy trunk to community-x86_64

Added:
  yubikey-personalization-gui/repos/community-x86_64/PKGBUILD
(from rev 551797, yubikey-personalization-gui/trunk/PKGBUILD)
Deleted:
  yubikey-personalization-gui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-10 20:02:12 UTC (rev 551797)
+++ PKGBUILD2020-01-10 20:02:15 UTC (rev 551798)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubikey-personalization-gui
-pkgver=3.1.25
-pkgrel=1
-pkgdesc='Yubico YubiKey Personalization GUI'
-arch=('x86_64')
-url='https://github.com/Yubico/yubikey-personalization-gui'
-license=('BSD')
-depends=('yubikey-personalization' 'qt5-base' 'libxkbcommon-x11')
-makedepends=('imagemagick')
-provides=('yubikey-personalization-tool')
-conflicts=('yubikey-personalization-tool')
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('680b8ba8251c828847ffddd520165ac14927c2c6ee4ae39cfa9022ad7dd9dece'
-'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-
-   qmake-qt5 "CONFIG += debian"
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   make check
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   install -D -m0755 build/release/yubikey-personalization-gui 
"${pkgdir}/usr/bin/yubikey-personalization-gui"
-   install -D -m0644 resources/lin/yubikey-personalization-gui.1 
"${pkgdir}/usr/share/man/man1/yubikey-personalization-gui.1"
-
-   install -D -m0644 resources/lin/yubikey-personalization-gui.desktop 
"${pkgdir}/usr/share/applications/yubikey-personalization-gui.desktop"
-
-   install -D -m0644 resources/lin/yubikey-personalization-gui.png 
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/yubikey-personalization-gui.png"
-   for SIZE in 16 24 32 48 64 96; do
-# set modify/create for reproducible builds
-convert -scale ${SIZE} +set date:create +set date:modify \
-   resources/lin/yubikey-personalization-gui.png \
-   ${srcdir}/yubikey-personalization-gui.png
-   install -D -m0644 ${srcdir}/yubikey-personalization-gui.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/yubikey-personalization-gui.png"
-   done
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-personalization-gui/COPYING"
-   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-personalization-gui/README"
-}
-

Copied: yubikey-personalization-gui/repos/community-x86_64/PKGBUILD (from rev 
551797, yubikey-personalization-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-10 20:02:15 UTC (rev 551798)
@@ -0,0 +1,52 @@
+# Maintainer: Christian Hesse 
+
+pkgname=yubikey-personalization-gui
+pkgver=3.1.25
+pkgrel=2
+pkgdesc='Yubico YubiKey Personalization GUI'
+arch=('x86_64')
+url='https://github.com/Yubico/yubikey-personalization-gui'
+license=('BSD')
+depends=('yubikey-personalization' 'qt5-base' 'libxkbcommon-x11')
+makedepends=('imagemagick')
+provides=('yubikey-personalization-tool')
+conflicts=('yubikey-personalization-tool')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('680b8ba8251c828847ffddd520165ac14927c2c6ee4ae39cfa9022ad7dd9dece'
+'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+
+   qmake-qt5 "CONFIG += debian"
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   install -D -m0755 build/release/yubikey-personalization-gui 
"${pkgdir}/usr/bin/yubikey-personalization-gui"
+   install -D -m0644 resources/lin/yubikey-personalization-gui.1 
"${pkgdir}/usr/share/man/man1/yubikey-personalization-gui.1"
+
+   install -D -m0644 resources/lin/yubikey-personalization-gui.desktop 
"${pkgdir}/usr/share/applications/yubikey-personalization-gui.desktop"
+
+   install -D -m0644 resources/lin/yubikey-personalization-gui.png 
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/yubikey-personalization-gui.png"
+   for SIZE in 16 24 32 48 64 96; do
+# set modify/create for reproducible builds
+convert -scale ${SIZE} +set date:create +set date:modify \
+   resources/lin/yubikey-personalization-gui.png \
+   "${srcdir}"/yubikey-personalization-gui.png
+   

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

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 19:34:22
  Author: eworm
Revision: 373144

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 373143, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/extra-x86_64/PKGBUILD (from rev 373143, 
wireguard-lts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-01-10 19:34:22 UTC (rev 373144)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20200105
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

[arch-commits] Commit in (4 files)

2020-01-10 Thread Christian Hesse via arch-commits
Date: Friday, January 10, 2020 @ 19:34:19
  Author: eworm
Revision: 373143

community2extra: Moving wireguard-lts from community to extra

Added:
  wireguard-lts/
  wireguard-lts/repos/
  wireguard-lts/trunk/
  wireguard-lts/trunk/PKGBUILD

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

Added: wireguard-lts/trunk/PKGBUILD
===
--- wireguard-lts/trunk/PKGBUILD(rev 0)
+++ wireguard-lts/trunk/PKGBUILD2020-01-10 19:34:19 UTC (rev 373143)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20200105
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

  1   2   3   4   >