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

2021-08-20 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, August 21, 2021 @ 05:55:23
  Author: yan12125
Revision: 1004091

python-nbval: make tests pass with ipykernel >= 6.0.0

Added:
  python-nbval/trunk/0001-Make-tests-pass-with-ipykernel-6.0.0.patch
Modified:
  python-nbval/trunk/PKGBUILD

-+
 0001-Make-tests-pass-with-ipykernel-6.0.0.patch |   34 ++
 PKGBUILD|   21 +
 2 files changed, 43 insertions(+), 12 deletions(-)

Added: 0001-Make-tests-pass-with-ipykernel-6.0.0.patch
===
--- 0001-Make-tests-pass-with-ipykernel-6.0.0.patch 
(rev 0)
+++ 0001-Make-tests-pass-with-ipykernel-6.0.0.patch 2021-08-21 05:55:23 UTC 
(rev 1004091)
@@ -0,0 +1,34 @@
+From 3e1e6c6f31b86f5fb0e79a6901822dbe62af0891 Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Sat, 21 Aug 2021 11:41:01 +0800
+Subject: [PATCH] Make tests pass with ipykernel >= 6.0.0
+
+Ref: https://github.com/ipython/ipykernel/pull/685
+---
+ tests/test_ignore.py | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/tests/test_ignore.py b/tests/test_ignore.py
+index 738c6d2..8e28f95 100644
+--- a/tests/test_ignore.py
 b/tests/test_ignore.py
+@@ -22,10 +22,13 @@ def test_conf_ignore_stderr(testdir):
+ 
+ # Setup notebook with stream outputs
+ nb = build_nb([
++# Since ipykernel 6.0.0, sys.stdout.write and sys.stderr.write 
functions
++# return the number of written bytes. Capture returned values to 
avoid extra
++# text/plain fields.
+ "import sys",
+-"sys.stdout.write('test\\n')",
+-"sys.stderr.write('error output\\n')",
+-"sys.stdout.write('test\\n')\nsys.stderr.write('error output\\n')",
++"ret = sys.stdout.write('test\\n')",
++"ret = sys.stderr.write('error output\\n')",
++"ret = sys.stdout.write('test\\n')\nret = sys.stderr.write('error 
output\\n')",
+ ], mark_run=True)
+ nb.cells[1].outputs.append(nbformat.v4.new_output(
+ 'stream',
+-- 
+2.33.0
+

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:39:49 UTC (rev 1004090)
+++ PKGBUILD2021-08-21 05:55:23 UTC (rev 1004091)
@@ -14,9 +14,16 @@
  'python-coverage')
 makedepends=('python-setuptools')
 checkdepends=('python-doit' 'python-matplotlib' 'python-pytest-cov' 
'python-sympy')
-source=("https://github.com/computationalmodelling/nbval/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ce2122ab490b52537696b2a8e97fd3b604c547af93fccf7d83d82b9180d8bb50b57d002f4e16eb605acabab5b31e961fea97bf2d46bf45b9cd1f8b7fca028df2')
+source=("https://github.com/computationalmodelling/nbval/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"0001-Make-tests-pass-with-ipykernel-6.0.0.patch")
+sha512sums=('ce2122ab490b52537696b2a8e97fd3b604c547af93fccf7d83d82b9180d8bb50b57d002f4e16eb605acabab5b31e961fea97bf2d46bf45b9cd1f8b7fca028df2'
+
'04299db828848a1babc6edbcd553300c8c543eccb35ff78eb24352d0c92ef802f6e245832d0412239d1adcab334957a55cab6f87477a8e832669b9f61655d1f7')
 
+prepare() {
+  cd nbval-$pkgver
+  patch -Np1 -i ../0001-Make-tests-pass-with-ipykernel-6.0.0.patch
+}
+
 build() {
   cd nbval-$pkgver
   python setup.py build
@@ -32,20 +39,10 @@
   #Note that matplotlib.MatplotlibDeprecationWarning is inherited from 
UserWarning
   #instead of DeprecationWarning [3] until its upcoming version [4].
   export PYTHONWARNINGS="ignore::UserWarning"
-  # 2. ipython uses a different default figure size for inline matplotlib 
plots since 7.23
-  #This is due to the switch to matplotlib-inline in ipython 7.23 [5]. 
ipykernel
-  #has a similar change since 6.0.0 [6], while community/python-ipykernel 
is out-dated.
-  #As nbval uses ipykernel to run notebooks [7], running nbval on Arch 
generates figures
-  #with the old default size. Fortunately, matplotlib allows overriding 
the default
-  #backend, as inspired by [6].
-  export MPLBACKEND=module://matplotlib_inline.backend_inline
   # [1] https://github.com/computationalmodelling/nbval/issues/167
   # [2] https://github.com/ipython/ipython/pull/12889
   # [3] 
https://github.com/matplotlib/matplotlib/blob/v3.4.2/lib/matplotlib/_api/deprecation.py#L19
   # [4] https://github.com/matplotlib/matplotlib/pull/20046
-  # [5] https://github.com/ipython/ipython/pull/12817
-  # [6] https://github.com/ipython/ipykernel/pull/591
-  # [7] 
https://github.com/computationalmodelling/nbval/blob/0.9.6/nbval/kernel.py
 
   PYTHONPATH="$PWD" doit test
 }



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:39:49
  Author: felixonmars
Revision: 1004090

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1004089, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:39:49 UTC (rev 1004090)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.2.0.0
+pkgrel=47
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 
'haskell-hls-brittany-plugin'
+ 'haskell-hls-explicit-imports-plugin'
+ 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 
'haskell-hls-ormolu-plugin'
+ 'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin' 
'haskell-hslogger'
+ 'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-regex-tdfa' 'haskell-safe-exceptions' 
'haskell-sqlite-simple' 'haskell-temporary'
+ 'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-eval-plugin'
+# 'haskell-hls-refine-imports-plugin' 'haskell-hls-splice-plugin' 
'haskell-hls-tactics-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c8ca57796be15796e7334e20ef3a983b4a77335d41084add87d102746e893fc80c43ee6c761d04d52afad846d4744007a0aec8d70a7e12e4576f847a684726ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-eval -f-refineImports 
-f-splice -f-tactic
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:39:41
  Author: felixonmars
Revision: 1004089

upgpkg: haskell-language-server 1.2.0.0-47: rebuild with text-metrics 0.3.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:37:03 UTC (rev 1004088)
+++ PKGBUILD2021-08-21 05:39:41 UTC (rev 1004089)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.2.0.0
-pkgrel=46
+pkgrel=47
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:36:15
  Author: felixonmars
Revision: 1004085

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   80 +++
 ghc9.patch|  188 
 stack.install |4 +
 3 files changed, 272 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 1004084, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:36:15 UTC (rev 1004085)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.7.3
+pkgrel=22
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+ghc9.patch)
+sha512sums=('SKIP'
+
'5229f2f6a32bf8d317a2fc7a7bb16c0698359255c2ec6cbe74cbc78799aa170d4e174e6e182478e52d7040f12f32b7a2b9c246f185d79b6e3f295ccb59f3f3b8')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../ghc9.patch
+  uusi -d semigroups -d persistent-template $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test --show-details=direct
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install 

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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:36:04
  Author: felixonmars
Revision: 1004084

upgpkg: stack 2.7.3-22: rebuild with text-metrics 0.3.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:32:01 UTC (rev 1004083)
+++ PKGBUILD2021-08-21 05:36:04 UTC (rev 1004084)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.3
-pkgrel=21
+pkgrel=22
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:32:01
  Author: felixonmars
Revision: 1004083

archrelease: copy trunk to community-staging-x86_64

Added:
  arch-hs/repos/community-staging-x86_64/
  arch-hs/repos/community-staging-x86_64/PKGBUILD
(from rev 1004082, arch-hs/trunk/PKGBUILD)

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

Copied: arch-hs/repos/community-staging-x86_64/PKGBUILD (from rev 1004082, 
arch-hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:32:01 UTC (rev 1004083)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+pkgname=arch-hs
+pkgver=0.9.1.0
+pkgrel=18
+pkgdesc="Distribute hackage packages to archlinux"
+arch=('x86_64')
+url="https://github.com/berberman/arch-hs;
+license=('MIT')
+depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson' 
'haskell-algebraic-graphs'
+ 'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-hackage-db'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-neat-interpolation' 
'haskell-optparse-simple'
+ 'haskell-polysemy' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('aa7b011dd2753b596df53f4adce4a131ef42fffe37eb5bfd815678b1d34bc87f83f1af36a9fc9db34b5c7d5b68e48120bab7abedfe92e0cc7530feba91c04f83')
+
+_gen_comp(){
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--zsh-completion-script  "/usr/bin/arch-hs${1}" > zsh${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--fish-completion-script "/usr/bin/arch-hs${1}" > fish${1}
+}
+
+_install_comp(){
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/bash-completion/completions/arch-hs${1}"
+  install -D -m644 zsh${1}  "$pkgdir/usr/share/zsh/site-functions/_arch-hs${1}"
+  install -D -m644 fish${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
+}
+
+build() {
+  cd $pkgname-$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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -falpm
+
+  runhaskell Setup build $MAKEFLAGS
+  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
+  
+  _gen_comp
+  _gen_comp "-diff"
+  _gen_comp "-sync"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+  
+  _install_comp
+  _install_comp "-diff"
+  _install_comp "-sync"
+} 



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:31:52
  Author: felixonmars
Revision: 1004082

upgpkg: arch-hs 0.9.1.0-18: rebuild with text-metrics 0.3.1

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:30:02 UTC (rev 1004081)
+++ PKGBUILD2021-08-21 05:31:52 UTC (rev 1004082)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.9.1.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:30:02
  Author: felixonmars
Revision: 1004081

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 1004080, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:30:02 UTC (rev 1004081)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.22.2
+pkgrel=8
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48fed07556b4756c12ff303362e3ad042da00b34b59835d447f8a97dc6d63996a823613ccff0059fea33f58d3fed43546b0e6c13345e5c9936a48305e64369ca')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:29:54
  Author: felixonmars
Revision: 1004080

upgpkg: hledger-web 1.22.2-8: rebuild with text-metrics 0.3.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:28:06 UTC (rev 1004079)
+++ PKGBUILD2021-08-21 05:29:54 UTC (rev 1004080)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.22.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:28:06
  Author: felixonmars
Revision: 1004079

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 1004078, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:28:06 UTC (rev 1004079)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.22.2
+pkgrel=5
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('53ca171ed87eae4a3a244fe1e8858f6c24e41d8740232375022ccb78b9fffe797aff43cd783d7a994d98fd3705c4d84f8f5a32857ff4f0d69aad5a84ee97b357')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:27:59
  Author: felixonmars
Revision: 1004078

upgpkg: hledger-ui 1.22.2-5: rebuild with text-metrics 0.3.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:26:37 UTC (rev 1004077)
+++ PKGBUILD2021-08-21 05:27:59 UTC (rev 1004078)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.22.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:26:37
  Author: felixonmars
Revision: 1004077

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 1004076, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 1004076, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:26:37 UTC (rev 1004077)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.1.4
+pkgrel=19
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative' 
'haskell-th-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1e49f60eead8553d7dd4cc162b5a2a07a99eda2519a53947808d7b4c909e37cfa7734d4c8dce3cf83cbf1efbdeed6037bf480b768b7f9ee7add5e5afbe006557')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+ -f-build-example
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-optparse-simple/trunk (PKGBUILD)

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:26:30
  Author: felixonmars
Revision: 1004076

upgpkg: haskell-optparse-simple 0.1.1.4-19: rebuild with text-metrics 0.3.1

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:25:53 UTC (rev 1004075)
+++ PKGBUILD2021-08-21 05:26:30 UTC (rev 1004076)
@@ -4,7 +4,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:25:53
  Author: felixonmars
Revision: 1004075

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 1004074, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:25:53 UTC (rev 1004075)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.22.2
+pkgrel=5
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff' 'haskell-githash'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('dc60c6f4ac7e9934ccb09293c447cb7af0f91f8ebae32233046d07e2e1358da5b6c7e8281d34e2a093e7ed2ad937d816ae731bfdde0c40b8a23cbdae0a0e9a52')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger.1 -t "$pkgdir"/usr/share/man/man1/
+install -Dm644 shell-completion/hledger-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/hledger
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:25:46
  Author: felixonmars
Revision: 1004074

upgpkg: hledger 1.22.2-5: rebuild with text-metrics 0.3.1

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:24:14 UTC (rev 1004073)
+++ PKGBUILD2021-08-21 05:25:46 UTC (rev 1004074)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.22.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:24:14
  Author: felixonmars
Revision: 1004073

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-githash/repos/community-staging-x86_64/PKGBUILD (from rev 
1004072, haskell-githash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:24:14 UTC (rev 1004073)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=githash
+pkgname=haskell-githash
+pkgver=0.1.6.1
+pkgrel=20
+pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
+url="https://github.com/snoyberg/githash;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-compat' 'git')
+makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 
'haskell-unliftio')
+source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+cd $_hkgname
+hpack
+}
+
+build() {
+cd $_hkgname
+
+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 $MAKEFLAGS
+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
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname
+
+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-githash/trunk (PKGBUILD)

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:24:07
  Author: felixonmars
Revision: 1004072

upgpkg: haskell-githash 0.1.6.1-20: rebuild with text-metrics 0.3.1

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:23:16 UTC (rev 1004071)
+++ PKGBUILD2021-08-21 05:24:07 UTC (rev 1004072)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.6.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash;
 license=('BSD')



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:23:16
  Author: felixonmars
Revision: 1004071

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
1004070, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:23:16 UTC (rev 1004071)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.2.3
+pkgrel=23
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-rio' 'haskell-rio-orphans' 'haskell-rio-prettyprint' 
'haskell-tar-conduit'
+ 'haskell-text-metrics' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-quickcheck'
+ 'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ecb1a1fb1116f97b8078028752b285557823ee9d870d9a5fb7620ebbbe1b41b870211755c1f39a915226c73ca07ba3b86a08a1b52644c2cfadd0dd3e5c8a')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -d persistent-template $_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 $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-pantry/trunk (PKGBUILD)

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:23:09
  Author: felixonmars
Revision: 1004070

upgpkg: haskell-pantry 0.5.2.3-23: rebuild with text-metrics 0.3.1

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:18:28 UTC (rev 1004069)
+++ PKGBUILD2021-08-21 05:23:09 UTC (rev 1004070)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.2.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:17:51
  Author: felixonmars
Revision: 1004068

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-docs/repos/community-staging-x86_64/
  dhall-docs/repos/community-staging-x86_64/PKGBUILD
(from rev 1004067, dhall-docs/trunk/PKGBUILD)

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

Copied: dhall-docs/repos/community-staging-x86_64/PKGBUILD (from rev 1004067, 
dhall-docs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:17:51 UTC (rev 1004068)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-docs
+pkgver=1.0.6
+pkgrel=33
+pkgdesc="Generate HTML docs from a dhall package"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cryptonite' 'dhall' 'haskell-file-embed' 
'haskell-lens-family-core'
+ 'haskell-lucid' 'haskell-megaparsec' 'haskell-memory' 'haskell-mmark'
+ 'haskell-optparse-applicative' 'haskell-path' 'haskell-path-io' 
'haskell-prettyprinter')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-hashable' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-silver' 'haskell-turtle')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('d02c687404833bad6ad41110e52454216b5d0fd113ef2741d98e13c26dd00265032d0e8c1e65e6d8e6e11157567854467761b836f27d2c3d1f0d761a24ac87e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u hashable -u megaparsec -u path $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # https://github.com/dhall-lang/dhall-haskell/issues/2179
+  runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:17:43
  Author: felixonmars
Revision: 1004067

upgpkg: dhall-docs 1.0.6-33: rebuild with text-metrics 0.3.1

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:15:09 UTC (rev 1004066)
+++ PKGBUILD2021-08-21 05:17:43 UTC (rev 1004067)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.6
-pkgrel=32
+pkgrel=33
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs;
 license=("BSD")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:15:09
  Author: felixonmars
Revision: 1004066

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 
1004065, haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:15:09 UTC (rev 1004066)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.34.4
+pkgrel=58
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('90dee8766955e44fd760ac9bead2f68de23763f56778dd7691d30a71cb37e5834093f3c9b382ffaa677bbbef0a3c0c9f7abeeb34343906e6d6b692481eacd7c9')
+
+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 $MAKEFLAGS
+  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 || echo "https://github.com/sol/hpack/issues/358;
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:15:02
  Author: felixonmars
Revision: 1004065

upgpkg: haskell-hpack 0.34.4-58: rebuild with text-metrics 0.3.1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:12:38 UTC (rev 1004064)
+++ PKGBUILD2021-08-21 05:15:02 UTC (rev 1004065)
@@ -5,7 +5,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.34.4
-pkgrel=57
+pkgrel=58
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:12:38
  Author: felixonmars
Revision: 1004064

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mmark/repos/community-staging-x86_64/PKGBUILD (from rev 
1004063, haskell-mmark/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:12:38 UTC (rev 1004064)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mmark
+pkgname=haskell-mmark
+pkgver=0.0.7.3
+pkgrel=34
+pkgdesc="Strict markdown processor for writers"
+url="https://github.com/mmark-md/mmark;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-case-insensitive' 'haskell-dlist'
+ 'haskell-email-validate' 'haskell-foldl' 'haskell-hashable' 
'haskell-html-entity-map'
+ 'haskell-lucid' 'haskell-megaparsec' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-modern-uri' 'haskell-parser-combinators' 
'haskell-text-metrics'
+ 'haskell-unordered-containers' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-megaparsec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1a8c8bd99598204b81967b94cd831bac44353ec9a8750f62c74a868aa14cd4bd')
+
+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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  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 --show-details=direct
+}
+
+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.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:12:31
  Author: felixonmars
Revision: 1004063

upgpkg: haskell-mmark 0.0.7.3-34: rebuild with text-metrics 0.3.1

Modified:
  haskell-mmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:08:42 UTC (rev 1004062)
+++ PKGBUILD2021-08-21 05:12:31 UTC (rev 1004063)
@@ -3,7 +3,7 @@
 _hkgname=mmark
 pkgname=haskell-mmark
 pkgver=0.0.7.3
-pkgrel=33
+pkgrel=34
 pkgdesc="Strict markdown processor for writers"
 url="https://github.com/mmark-md/mmark;
 license=("BSD")



[arch-commits] Commit in python-mako/repos/extra-any (PKGBUILD PKGBUILD)

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:11:39
  Author: felixonmars
Revision: 422429

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
(from rev 422428, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 05:11:31 UTC (rev 422428)
+++ PKGBUILD2021-08-21 05:11:39 UTC (rev 422429)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-mako
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
-arch=('any')
-url="https://www.makotemplates.org/;
-license=('MIT')
-depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
-  'python-dogpile.cache')
-source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('4844c1d6c8d0d474b4ca4e1b31d3557747fc7e30f70a1976163a26b46b1b45c4c96ca6101fbef252b4e3bb4a61635d2a2c6d1c2933fde5b82bb1a1306f31ff84'
-'SKIP')
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
-
-prepare() {
-  cd Mako-$pkgver
-  sed -e '/\[tool:pytest\]/a filterwarnings =\nerror\nignore:Creating 
a LegacyVersion has been deprecated and will be removed in the next major 
release:DeprecationWarning' \
-  -e 's/-W error//' \
-  -i setup.cfg
-}
-
-build() {
-  cd Mako-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Mako-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd Mako-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 422428, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 05:11:39 UTC (rev 422429)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-mako
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
+arch=('any')
+url="https://www.makotemplates.org/;
+license=('MIT')
+depends=('python-markupsafe' 'python-beaker' 'python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
+  'python-dogpile.cache')
+source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
+sha512sums=('3eff75f1a94f8e01131ce118df73be1ade79306562ae2ca68079eb2b64ef82c48c09cfd7ed6eda42819bf50c70941cf4115f8918b4d8187f7489717c7d4a423b'
+'SKIP')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
+
+prepare() {
+  cd Mako-$pkgver
+  sed -e '/\[tool:pytest\]/a filterwarnings =\nerror\nignore:Creating 
a LegacyVersion has been deprecated and will be removed in the next major 
release:DeprecationWarning' \
+  -e 's/-W error//' \
+  -i setup.cfg
+}
+
+build() {
+  cd Mako-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Mako-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd Mako-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:11:31
  Author: felixonmars
Revision: 422428

upgpkg: python-mako 1.1.5-1

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:43:18 UTC (rev 422427)
+++ PKGBUILD2021-08-21 05:11:31 UTC (rev 422428)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-mako
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc="A super-fast templating language that borrows the best ideas from the 
existing templating languages"
 arch=('any')
@@ -11,7 +11,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python-babel' 'python-pygments'
   'python-dogpile.cache')
 source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz"{,.asc})
-sha512sums=('4844c1d6c8d0d474b4ca4e1b31d3557747fc7e30f70a1976163a26b46b1b45c4c96ca6101fbef252b4e3bb4a61635d2a2c6d1c2933fde5b82bb1a1306f31ff84'
+sha512sums=('3eff75f1a94f8e01131ce118df73be1ade79306562ae2ca68079eb2b64ef82c48c09cfd7ed6eda42819bf50c70941cf4115f8918b4d8187f7489717c7d4a423b'
 'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')  # Michael Bayer
 



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:08:42
  Author: felixonmars
Revision: 1004062

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-infer-license/repos/community-staging-x86_64/
  haskell-infer-license/repos/community-staging-x86_64/PKGBUILD
(from rev 1004061, haskell-infer-license/trunk/PKGBUILD)

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

Copied: haskell-infer-license/repos/community-staging-x86_64/PKGBUILD (from rev 
1004061, haskell-infer-license/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:08:42 UTC (rev 1004062)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=infer-license
+pkgname=haskell-infer-license
+pkgver=0.2.0
+pkgrel=150
+pkgdesc="Infer software license from a given license file"
+url="https://github.com/sol/infer-license;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-text-metrics')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('266651d9890ccbd9281ef3f9cd16df10f9c6fa8449990b63e956bd13559b1ef773c9dee92ad80de5b9d03599ac6a09766a1f4f3425884007982ab14d01697d45')
+
+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 $MAKEFLAGS
+  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 --show-details=direct
+}
+
+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-infer-license/trunk (PKGBUILD)

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:08:35
  Author: felixonmars
Revision: 1004061

upgpkg: haskell-infer-license 0.2.0-150: rebuild with text-metrics 0.3.1

Modified:
  haskell-infer-license/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:08:13 UTC (rev 1004060)
+++ PKGBUILD2021-08-21 05:08:35 UTC (rev 1004061)
@@ -3,7 +3,7 @@
 _hkgname=infer-license
 pkgname=haskell-infer-license
 pkgver=0.2.0
-pkgrel=149
+pkgrel=150
 pkgdesc="Infer software license from a given license file"
 url="https://github.com/sol/infer-license;
 license=('MIT')



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:08:05
  Author: felixonmars
Revision: 1004059

upgpkg: batctl 2021.2-1

Modified:
  batctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 05:07:43 UTC (rev 1004058)
+++ PKGBUILD2021-08-21 05:08:05 UTC (rev 1004059)
@@ -3,7 +3,7 @@
 # Contributor: Nathan Owe 
 
 pkgname=batctl
-pkgver=2021.1
+pkgver=2021.2
 _advver=$pkgver
 pkgrel=1
 pkgdesc='B.A.T.M.A.N. advanced control and management tool'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('libnl')
 
source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
-sha512sums=('542343db3fb7d8f773656d9049285816359b0c94d7b26f26d5993209cae561b4b62442eef919b65bc46e0d8d23b10afd2f3d8c4beb2841641fffc643f65d8de6'
+sha512sums=('f125c1e9aabac557f6808477cbe316c40b527a04469f31d5b56cdd4957313d37506eda5b4179f0190a32a30f67cfbc8683b5461feffe2cda4083633129ac3f73'
 'SKIP')
 validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
 



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:08:13
  Author: felixonmars
Revision: 1004060

archrelease: copy trunk to community-x86_64

Added:
  batctl/repos/community-x86_64/PKGBUILD
(from rev 1004059, batctl/trunk/PKGBUILD)
Deleted:
  batctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 05:08:05 UTC (rev 1004059)
+++ PKGBUILD2021-08-21 05:08:13 UTC (rev 1004060)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: Nathan Owe 
-
-pkgname=batctl
-pkgver=2021.1
-_advver=$pkgver
-pkgrel=1
-pkgdesc='B.A.T.M.A.N. advanced control and management tool'
-arch=('x86_64')
-url='http://www.open-mesh.net/'
-license=('GPL')
-depends=('libnl')
-source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
-sha512sums=('542343db3fb7d8f773656d9049285816359b0c94d7b26f26d5993209cae561b4b62442eef919b65bc46e0d8d23b10afd2f3d8c4beb2841641fffc643f65d8de6'
-'SKIP')
-validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
-
-build(){
-  cd batctl-$pkgver
-  make
-}
-
-package() {
-  cd batctl-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: batctl/repos/community-x86_64/PKGBUILD (from rev 1004059, 
batctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 05:08:13 UTC (rev 1004060)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: Nathan Owe 
+
+pkgname=batctl
+pkgver=2021.2
+_advver=$pkgver
+pkgrel=1
+pkgdesc='B.A.T.M.A.N. advanced control and management tool'
+arch=('x86_64')
+url='http://www.open-mesh.net/'
+license=('GPL')
+depends=('libnl')
+source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
+sha512sums=('f125c1e9aabac557f6808477cbe316c40b527a04469f31d5b56cdd4957313d37506eda5b4179f0190a32a30f67cfbc8683b5461feffe2cda4083633129ac3f73'
+'SKIP')
+validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
+
+build(){
+  cd batctl-$pkgver
+  make
+}
+
+package() {
+  cd batctl-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:07:43
  Author: felixonmars
Revision: 1004058

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-metrics/repos/community-staging-x86_64/
  haskell-text-metrics/repos/community-staging-x86_64/PKGBUILD
(from rev 1004057, haskell-text-metrics/trunk/PKGBUILD)

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

Copied: haskell-text-metrics/repos/community-staging-x86_64/PKGBUILD (from rev 
1004057, haskell-text-metrics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-21 05:07:43 UTC (rev 1004058)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-metrics
+pkgname=haskell-text-metrics
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Calculate various string metrics efficiently"
+url="https://github.com/mrkkrp/text-metrics;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c6a022e14ad2cd619881544fbda638323e8b0e177e3f40576b565afdd49c015188d9c5fc35687eea17d0540a286ab4df4e82391331d96eee66c236977b8a0be8')
+
+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 $MAKEFLAGS
+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 --show-details=direct
+}
+
+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.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 05:07:35
  Author: felixonmars
Revision: 1004057

upgpkg: haskell-text-metrics 0.3.1-1: rebuild with text-metrics 0.3.1

Modified:
  haskell-text-metrics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 04:56:13 UTC (rev 1004056)
+++ PKGBUILD2021-08-21 05:07:35 UTC (rev 1004057)
@@ -2,27 +2,22 @@
 
 _hkgname=text-metrics
 pkgname=haskell-text-metrics
-pkgver=0.3.0
-pkgrel=151
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Calculate various string metrics efficiently"
 url="https://github.com/mrkkrp/text-metrics;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fa005ad7aeb5fd96ce121c5eab9e83e5826eec288a269f6ce258b3f6aff408c8ca98b8131b6cd14fa8e56f8568eb5a63beb63935335b7c695a3f6e09a979eccf')
+sha512sums=('c6a022e14ad2cd619881544fbda638323e8b0e177e3f40576b565afdd49c015188d9c5fc35687eea17d0540a286ab4df4e82391331d96eee66c236977b8a0be8')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i '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 \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
@@ -31,6 +26,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
 package() {
 cd $_hkgname-$pkgver
 



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 04:56:13
  Author: felixonmars
Revision: 1004056

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 04:56:05 UTC (rev 1004055)
+++ PKGBUILD2021-08-21 04:56:13 UTC (rev 1004056)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testfixtures
-pkgver=6.18.0
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
-  'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('0a6d2105405d1a97df06765479e1cbce042779240353a33accf748b69c8d0011ea0c2dcb3c6f568aac0436608cd84a7293987110723dcf4e61c6836e1bf95b8a')
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 1004055, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 04:56:13 UTC (rev 1004056)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testfixtures
+pkgver=6.18.1
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+  'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
+sha512sums=('3f6d5442dc61ea335c20226598d6bbc695e544abc02f10ed06f29ec3839f89a3e0a474b3c120ba77ecdf4d008b149b32751b98d1956a17ebe2d3d7fb7b6ba690')
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Saturday, August 21, 2021 @ 04:56:05
  Author: felixonmars
Revision: 1004055

upgpkg: python-testfixtures 6.18.1-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 04:24:41 UTC (rev 1004054)
+++ PKGBUILD2021-08-21 04:56:05 UTC (rev 1004055)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testfixtures
-pkgver=6.18.0
+pkgver=6.18.1
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
   'python-pytest-django' 'python-django' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('0a6d2105405d1a97df06765479e1cbce042779240353a33accf748b69c8d0011ea0c2dcb3c6f568aac0436608cd84a7293987110723dcf4e61c6836e1bf95b8a')
+sha512sums=('3f6d5442dc61ea335c20226598d6bbc695e544abc02f10ed06f29ec3839f89a3e0a474b3c120ba77ecdf4d008b149b32751b98d1956a17ebe2d3d7fb7b6ba690')
 
 build() {
   cd "$srcdir"/testfixtures-$pkgver



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

2021-08-20 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 21, 2021 @ 04:24:41
  Author: polyzen
Revision: 1004054

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   68 ++---
 firejail.install |   10 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 04:24:16 UTC (rev 1004053)
+++ PKGBUILD2021-08-21 04:24:41 UTC (rev 1004054)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Daniel M. Capella 
-# Contributor: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.66
-pkgrel=2
-pkgdesc='Linux namespaces sandbox program'
-arch=('x86_64')
-url=https://github.com/netblue30/firejail
-license=('GPL2')
-depends=('apparmor')
-optdepends=('xdg-dbus-proxy')
-backup=('etc/apparmor.d/local/firejail-default'
-'etc/firejail/firejail.config'
-'etc/firejail/login.users')
-install=firejail.install
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
-'SKIP')
-b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
-'SKIP')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-apparmor
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 1004053, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 04:24:41 UTC (rev 1004054)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel M. Capella 
+# Contributor: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.66
+pkgrel=3
+pkgdesc='Linux namespaces sandbox program'
+arch=('x86_64')
+url=https://github.com/netblue30/firejail
+license=('GPL2')
+depends=('apparmor')
+optdepends=('xdg-dbus-proxy: for D-Bus filtering')
+backup=('etc/apparmor.d/local/firejail-default'
+'etc/firejail/firejail.config'
+'etc/firejail/login.users')
+install=firejail.install
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
+'SKIP')
+b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
+'SKIP')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-apparmor
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: firejail.install
===
--- firejail.install2021-08-21 04:24:16 UTC (rev 1004053)
+++ firejail.install2021-08-21 04:24:41 UTC (rev 1004054)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 1004053, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2021-08-21 04:24:41 UTC (rev 1004054)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
+}



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

2021-08-20 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 21, 2021 @ 04:24:16
  Author: polyzen
Revision: 1004053

upgpkg: firejail 0.9.66-3: Add missing optdep description

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 03:57:57 UTC (rev 1004052)
+++ PKGBUILD2021-08-21 04:24:16 UTC (rev 1004053)
@@ -4,13 +4,13 @@
 
 pkgname=firejail
 pkgver=0.9.66
-pkgrel=2
+pkgrel=3
 pkgdesc='Linux namespaces sandbox program'
 arch=('x86_64')
 url=https://github.com/netblue30/firejail
 license=('GPL2')
 depends=('apparmor')
-optdepends=('xdg-dbus-proxy')
+optdepends=('xdg-dbus-proxy: for D-Bus filtering')
 backup=('etc/apparmor.d/local/firejail-default'
 'etc/firejail/firejail.config'
 'etc/firejail/login.users')



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

2021-08-20 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 21, 2021 @ 03:57:57
  Author: polyzen
Revision: 1004052

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   65 +++--
 firejail.install |   10 
 2 files changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-21 03:57:30 UTC (rev 1004051)
+++ PKGBUILD2021-08-21 03:57:57 UTC (rev 1004052)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.66
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-default'
-   'etc/firejail/firejail.config')
-depends=('apparmor')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-install=firejail.install
-source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-apparmor
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 1004051, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-21 03:57:57 UTC (rev 1004052)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Daniel M. Capella 
+# Contributor: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.66
+pkgrel=2
+pkgdesc='Linux namespaces sandbox program'
+arch=('x86_64')
+url=https://github.com/netblue30/firejail
+license=('GPL2')
+depends=('apparmor')
+optdepends=('xdg-dbus-proxy')
+backup=('etc/apparmor.d/local/firejail-default'
+'etc/firejail/firejail.config'
+'etc/firejail/login.users')
+install=firejail.install
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
+'SKIP')
+b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
+'SKIP')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-apparmor
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: firejail.install
===
--- firejail.install2021-08-21 03:57:30 UTC (rev 1004051)
+++ firejail.install2021-08-21 03:57:57 UTC (rev 1004052)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 1004051, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2021-08-21 03:57:57 UTC (rev 1004052)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
+}



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

2021-08-20 Thread Daniel M. Capella via arch-commits
Date: Saturday, August 21, 2021 @ 03:57:30
  Author: polyzen
Revision: 1004051

upgpkg: firejail 0.9.66-2: Add xdg-dbus-proxy optdep and touch up formatting

Fixes FS#70596

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-21 00:09:45 UTC (rev 1004050)
+++ PKGBUILD2021-08-21 03:57:30 UTC (rev 1004051)
@@ -1,31 +1,34 @@
 # Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
+# Maintainer: Daniel M. Capella 
+# Contributor: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
 pkgver=0.9.66
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-default'
-   'etc/firejail/firejail.config')
+pkgrel=2
+pkgdesc='Linux namespaces sandbox program'
+arch=('x86_64')
+url=https://github.com/netblue30/firejail
+license=('GPL2')
 depends=('apparmor')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+optdepends=('xdg-dbus-proxy')
+backup=('etc/apparmor.d/local/firejail-default'
+'etc/firejail/firejail.config'
+'etc/firejail/login.users')
 install=firejail.install
-source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 sha256sums=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
 'SKIP')
+b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
+'SKIP')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-apparmor
-   make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-apparmor
+  make
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Saturday, August 21, 2021 @ 00:09:45
  Author: alerque
Revision: 1004050

fix check() to not clobber binary from build(); prefetch deps

Modified:
  acme-redirect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 23:42:11 UTC (rev 1004049)
+++ PKGBUILD2021-08-21 00:09:45 UTC (rev 1004050)
@@ -1,8 +1,9 @@
 # Maintainer: kpcyrd 
+# Contributor: Caleb Maclennan 
 
 pkgname=acme-redirect
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Minimal http daemon that answers acme challenges and redirects 
everything else to https'
 url='https://github.com/kpcyrd/acme-redirect'
 arch=('x86_64')
@@ -19,15 +20,20 @@
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
+  cargo build --frozen --release
   make docs
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
+  cargo test --frozen
 }
 
 package() {



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

2021-08-20 Thread Brett Cornwall via arch-commits
Date: Friday, August 20, 2021 @ 23:42:11
  Author: ainola
Revision: 1004049

archrelease: copy trunk to community-x86_64

Added:
  swayidle/repos/community-x86_64/PKGBUILD
(from rev 1004048, swayidle/trunk/PKGBUILD)
Deleted:
  swayidle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 23:41:52 UTC (rev 1004048)
+++ PKGBUILD2021-08-20 23:42:11 UTC (rev 1004049)
@@ -1,41 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: gilbus
-
-pkgname=swayidle
-pkgver=1.7
-pkgrel=1
-license=('MIT')
-pkgdesc="Idle management daemon for Wayland"
-makedepends=(
-'meson'
-'scdoc'
-'wayland-protocols'
-)
-depends=(
-'wayland'
-'systemd-libs'
-)
-arch=('x86_64')
-url="https://github.com/swaywm/swayidle;
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
-)
-sha256sums=('06062dd07d4ef625bb2420ab5b4de395b0e12e71c631a516bfa972e1c3acb503'
-'SKIP')
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
-  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix /usr \
---buildtype=plain
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir/" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-}
-

Copied: swayidle/repos/community-x86_64/PKGBUILD (from rev 1004048, 
swayidle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 23:42:11 UTC (rev 1004049)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swayidle
+pkgver=1.7
+pkgrel=2
+license=('MIT')
+pkgdesc="Idle management daemon for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+)
+depends=(
+'wayland'
+'systemd'
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swayidle;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('06062dd07d4ef625bb2420ab5b4de395b0e12e71c631a516bfa972e1c3acb503'
+'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain \
+-Dlogind=enabled \
+-Dman-pages=enabled \
+-Dlogind-provider=systemd
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+}
+



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

2021-08-20 Thread Brett Cornwall via arch-commits
Date: Friday, August 20, 2021 @ 23:41:52
  Author: ainola
Revision: 1004048

Explicitly enable manpages, logind support

Modified:
  swayidle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 23:35:11 UTC (rev 1004047)
+++ PKGBUILD2021-08-20 23:41:52 UTC (rev 1004048)
@@ -3,7 +3,7 @@
 
 pkgname=swayidle
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc="Idle management daemon for Wayland"
 makedepends=(
@@ -13,7 +13,7 @@
 )
 depends=(
 'wayland'
-'systemd-libs'
+'systemd'
 )
 arch=('x86_64')
 url="https://github.com/swaywm/swayidle;
@@ -29,7 +29,10 @@
 build() {
 meson "$pkgname-$pkgver" build \
 --prefix /usr \
---buildtype=plain
+--buildtype=plain \
+-Dlogind=enabled \
+-Dman-pages=enabled \
+-Dlogind-provider=systemd
 ninja -C build
 }
 



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

2021-08-20 Thread Brett Cornwall via arch-commits
Date: Friday, August 20, 2021 @ 23:35:11
  Author: ainola
Revision: 1004047

archrelease: copy trunk to community-x86_64

Added:
  swayidle/repos/community-x86_64/PKGBUILD
(from rev 1004046, swayidle/trunk/PKGBUILD)
Deleted:
  swayidle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 23:34:52 UTC (rev 1004046)
+++ PKGBUILD2021-08-20 23:35:11 UTC (rev 1004047)
@@ -1,40 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: gilbus
-
-pkgname=swayidle
-pkgver=1.6
-pkgrel=1
-license=('MIT')
-pkgdesc="Idle management daemon for Wayland"
-makedepends=(
-'meson'
-'scdoc'
-'wayland-protocols'
-)
-depends=(
-'wayland'
-'systemd-libs'
-)
-arch=('x86_64')
-url="https://github.com/swaywm/swayidle;
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
-
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
-)
-sha256sums=('efb2f0878531ea5be0744063e6e31762a16b4ee3cfb22dbade49795fa53b130c'
-'SKIP')
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix /usr \
---buildtype=plain
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir/" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-}
-

Copied: swayidle/repos/community-x86_64/PKGBUILD (from rev 1004046, 
swayidle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 23:35:11 UTC (rev 1004047)
@@ -0,0 +1,41 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swayidle
+pkgver=1.7
+pkgrel=1
+license=('MIT')
+pkgdesc="Idle management daemon for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+)
+depends=(
+'wayland'
+'systemd-libs'
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swayidle;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('06062dd07d4ef625bb2420ab5b4de395b0e12e71c631a516bfa972e1c3acb503'
+'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+}
+



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

2021-08-20 Thread Brett Cornwall via arch-commits
Date: Friday, August 20, 2021 @ 23:34:52
  Author: ainola
Revision: 1004046

upgpkg: swayidle 1.7-1

Modified:
  swayidle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 23:04:14 UTC (rev 1004045)
+++ PKGBUILD2021-08-20 23:34:52 UTC (rev 1004046)
@@ -2,7 +2,7 @@
 # Contributor: gilbus
 
 pkgname=swayidle
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 license=('MIT')
 pkgdesc="Idle management daemon for Wayland"
@@ -21,9 +21,10 @@
 
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
 
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
 )
-sha256sums=('efb2f0878531ea5be0744063e6e31762a16b4ee3cfb22dbade49795fa53b130c'
+sha256sums=('06062dd07d4ef625bb2420ab5b4de395b0e12e71c631a516bfa972e1c3acb503'
 'SKIP')
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
+  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 build() {
 meson "$pkgname-$pkgver" build \



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

2021-08-20 Thread George Rawlinson via arch-commits
Date: Friday, August 20, 2021 @ 23:04:14
  Author: grawlinson
Revision: 1004045

archrelease: copy trunk to community-x86_64

Added:
  lego/repos/community-x86_64/
  lego/repos/community-x86_64/PKGBUILD
(from rev 1004044, lego/trunk/PKGBUILD)

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

Copied: lego/repos/community-x86_64/PKGBUILD (from rev 1004044, 
lego/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-20 23:04:14 UTC (rev 1004045)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson 
+# Contributor: Fernandez Ludovic 
+
+pkgname=lego
+pkgver=4.4.0
+pkgrel=2
+pkgdesc='Lets Encrypt client and ACME library'
+url='https://go-acme.github.io/lego'
+arch=('x86_64')
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/go-acme/lego/archive/v$pkgver.tar.gz;)
+b2sums=('dabe4a172aa3106997a4b1a6ef8a23a061d1de3065335a47867a6ece395b701822ae791e837570423821d100dddbf3b0bb4f5dac402ef0140b8ddba534e1df20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod vendor
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS -X 
main.version=v${pkgver}" \
+-o build \
+./cmd/...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/lego
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 22:58:16
  Author: alerque
Revision: 1004044

archrelease: copy trunk to community-testing-any

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

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

Copied: python-isort/repos/community-testing-any/PKGBUILD (from rev 1004043, 
python-isort/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-08-20 22:58:16 UTC (rev 1004044)
@@ -0,0 +1,91 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+_pyname=isort
+pkgname=python-$_pyname
+pkgver=5.9.3
+pkgrel=1
+pkgdesc='A Python utility / library to sort Python imports'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=(MIT)
+_pydeps=(toml)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-dephell
+ python-setuptools)
+_pycheckdeps=(black
+  hypothesis-auto
+  hypothesmith
+  libcst
+  natsort
+  ## deps that make it harder not easier to tell if things work
+  # pip
+  # pip-api
+  # pipreqs
+  pytest
+  pytest-mock
+  requirementslib)
+checkdepends=(git
+  pylama
+  "${_pycheckdeps[@]/#/python-}")
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd')
+
+prepare() {
+   cd "$_archive"
+
+   # Devendor toml
+   rm -r isort/_vendored
+   sed -i 's/from ._vendored //' isort/settings.py
+
+   # Upstream is poetry only
+   dephell deps convert --from pyproject.toml --to setup.py
+
+   ## Skipping example integration tests
+   # for _plugin in example_*; do
+   # pushd $_plugin
+   # dephell deps convert --from pyproject.toml --to setup.py
+   # popd
+   # done
+}
+
+build() {
+   cd "$_archive"
+   python setup.py build
+}
+
+check() {
+   cd "$_archive"
+   ## Skipping example integration tests
+   # python setup.py install --root="$PWD/tmp_install" --optimize=1
+   # for _plugin in example_*; do
+   # pushd $_plugin
+   # python setup.py install 
--root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
+   # popd
+   # done
+   # 
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.9/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
+   pytest -p no:warnings \
+   --deselect 
tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_requirements_dir
 $(: having pip in ruins other tests ) \
+   --deselect 
tests/unit/test_deprecated_finders.py::test_requirements_finder $(: having pip 
in ruins other tests ) \
+   --deselect 
tests/unit/test_deprecated_finders.py::test_pipfile_finder $(: having pip in 
ruins other tests ) \
+   --deselect 
tests/unit/test_isort.py::test_settings_path_skip_issue_909 $(: example 
integrations ) \
+   --deselect tests/unit/test_isort.py::test_skip_paths_issue_938 
$(: example integrations ) \
+   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_shared_profiles_issue_970
 $(: example integrations ) \
+   --deselect 
tests/unit/test_literal.py::test_value_assignment_list $(: unknown) \
+   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_formatting_plugins_issue_1353
 $(: unknown) \
+   --deselect 
tests/unit/test_ticketed_features.py::test_isort_literals_issue_1358 $(: 
unknown ) \
+   --deselect 
tests/unit/test_ticketed_features.py::test_sort_configurable_sort_issue_1732 
$(: unknown ) \
+   --deselect tests/integration/test_setting_combinations.py $(: 
unknown ) \
+   --deselect tests/test_importable.py::test_importable $(: just 
weird ) \
+   --deselect tests/benchmark/test_api.py $(: no benchmarks thanks 
)
+}
+
+package() {
+   cd "$_archive"
+   export PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 22:57:35
  Author: alerque
Revision: 1004043

upgpkg: python-isort 5.9.3-1

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 22:53:56 UTC (rev 1004042)
+++ PKGBUILD2021-08-20 22:57:35 UTC (rev 1004043)
@@ -1,59 +1,91 @@
-# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
 # Contributor: Yaron de Leeuw 
 
-pkgname=python-isort
-pkgver=5.8.0
+_pyname=isort
+pkgname=python-$_pyname
+pkgver=5.9.3
 pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python-toml')
-makedepends=('python-dephell')
-checkdepends=('git' 'pylama' 'python-black' 'python-hypothesis-auto' 
'python-hypothesmith'
-  'python-libcst' 'python-pip' 'python-pip-api' 'python-pipreqs' 
'python-pytest'
-  'python-pytest-mock' 'python-requirementslib')
-source=("https://github.com/timothycrosley/isort/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a49597b2bf66499c4895cea2946805ecc02c191448af0b3fe1418571f4ea46ac52b13529ac65da1d119f47a49120aecef29ad32d2403f665d45475d49795412a')
+pkgdesc='A Python utility / library to sort Python imports'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=(MIT)
+_pydeps=(toml)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-dephell
+ python-setuptools)
+_pycheckdeps=(black
+  hypothesis-auto
+  hypothesmith
+  libcst
+  natsort
+  ## deps that make it harder not easier to tell if things work
+  # pip
+  # pip-api
+  # pipreqs
+  pytest
+  pytest-mock
+  requirementslib)
+checkdepends=(git
+  pylama
+  "${_pycheckdeps[@]/#/python-}")
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd')
 
 prepare() {
-  cd isort-$pkgver
+   cd "$_archive"
 
-  # Devendor toml
-  rm -r isort/_vendored
-  sed -i 's/from ._vendored //' isort/settings.py
+   # Devendor toml
+   rm -r isort/_vendored
+   sed -i 's/from ._vendored //' isort/settings.py
 
-  # poetry-generated setup.py are fatally broken, see:
-  # https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-dephell deps convert --from pyproject.toml --to setup.py
-popd
-  done
+   # Upstream is poetry only
+   dephell deps convert --from pyproject.toml --to setup.py
+
+   ## Skipping example integration tests
+   # for _plugin in example_*; do
+   # pushd $_plugin
+   # dephell deps convert --from pyproject.toml --to setup.py
+   # popd
+   # done
 }
 
 build() {
-  cd isort-$pkgver
-  python setup.py build
+   cd "$_archive"
+   python setup.py build
 }
 
 check() {
-  cd isort-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  for _plugin in example_isort_formatting_plugin example_shared_isort_profile; 
do
-pushd $_plugin
-python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
-popd
-  done
-  # tests/test_importable.py::test_importable: This is just weird
-  # tests/integration/test_projects_using_isort.py::test_airflow: 
https://github.com/PyCQA/isort/pull/1567#issuecomment-710787547
-  
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.9/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --deselect tests/test_importable.py::test_importable --deselect 
tests/integration/test_projects_using_isort.py::test_airflow
+   cd "$_archive"
+   ## Skipping example integration tests
+   # python setup.py install --root="$PWD/tmp_install" --optimize=1
+   # for _plugin in example_*; do
+   # pushd $_plugin
+   # python setup.py install 
--root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
+   # popd
+   # done
+   # 
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.9/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
+   pytest -p no:warnings \
+   --deselect 
tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_requirements_dir
 $(: having pip in ruins other tests ) \
+   --deselect 
tests/unit/test_deprecated_finders.py::test_requirements_finder $(: having pip 
in ruins other tests ) \
+  

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

2021-08-20 Thread George Rawlinson via arch-commits
Date: Friday, August 20, 2021 @ 22:53:56
  Author: grawlinson
Revision: 1004042

addpkg: lego 4.4.0-1

Added:
  lego/
  lego/repos/
  lego/trunk/
  lego/trunk/PKGBUILD

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

Added: lego/trunk/PKGBUILD
===
--- lego/trunk/PKGBUILD (rev 0)
+++ lego/trunk/PKGBUILD 2021-08-20 22:53:56 UTC (rev 1004042)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson 
+# Contributor: Fernandez Ludovic 
+
+pkgname=lego
+pkgver=4.4.0
+pkgrel=2
+pkgdesc='Lets Encrypt client and ACME library'
+url='https://go-acme.github.io/lego'
+arch=('x86_64')
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/go-acme/lego/archive/v$pkgver.tar.gz;)
+b2sums=('dabe4a172aa3106997a4b1a6ef8a23a061d1de3065335a47867a6ece395b701822ae791e837570423821d100dddbf3b0bb4f5dac402ef0140b8ddba534e1df20')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod vendor
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS -X 
main.version=v${pkgver}" \
+-o build \
+./cmd/...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/lego
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 22:42:32
  Author: alerque
Revision: 1004041

archrelease: copy trunk to community-testing-any

Added:
  python-pylint/repos/community-testing-any/PKGBUILD
(from rev 1004040, python-pylint/trunk/PKGBUILD)
Deleted:
  python-pylint/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 22:41:42 UTC (rev 1004040)
+++ PKGBUILD2021-08-20 22:42:32 UTC (rev 1004041)
@@ -1,56 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Angel Velasquez 
-# Contributor: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-_pyname=pylint
-pkgname=python-$_pyname
-pkgver=2.9.6
-pkgrel=2
-pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
-arch=(any)
-url=https://pylint.org
-license=(GPL)
-_pydeps=(appdirs
- astroid
- isort
- mccabe
- toml)
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools
- python-sphinx)
-checkdepends=(mpdecimal
-  python-pytest)
-optdepends=('graphviz: Enable output formats other than dot or vcg'
-'tk: Pylint GUI')
-_archive="$_pyname-$pkgver"
-source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz;)
-sha256sums=('e6335c810ee3ff4b59e3990db49cf0d1e263e122b766853755436d88133c9496')
-
-prepare() {
-   cd "$_archive"
-   # Remove overly restrictive dependency version pinning that ends up in 
runtime checks
-   sed -i -e '/>=/{s/>.*//;p}' setup.cfg
-}
-
-build() {
-   cd "$_archive"
-   python setup.py build
-   make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-   cd "$_archive"
-   PYTHONPATH="$PWD/build/lib" pytest \
-   --deselect tests/benchmark/test_baseline_benchmarks.py \
-   --deselect 
tests/test_functional.py::test_functional[arguments_renamed]
-}
-
-package() {
-   cd "$_archive"
-   export PYTHONHASHSEED=0
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
-}

Copied: python-pylint/repos/community-testing-any/PKGBUILD (from rev 1004040, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 22:42:32 UTC (rev 1004041)
@@ -0,0 +1,55 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+_pyname=pylint
+pkgname=python-$_pyname
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.org
+license=(GPL)
+_pydeps=(appdirs
+ astroid
+ isort
+ mccabe
+ toml)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools
+ python-sphinx)
+checkdepends=(mpdecimal
+  python-pytest)
+optdepends=('graphviz: Enable output formats other than dot or vcg'
+'tk: Pylint GUI')
+_archive="$_pyname-$pkgver"
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz;)
+sha256sums=('8f34d8c0a8d57544d50b6e13a526dd1d1b7e3ab3d6528adeb3b3c6acd4763a78')
+
+prepare() {
+   cd "$_archive"
+   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+   sed -i -e '/>=/{s/>.*//;p}' setup.cfg
+}
+
+build() {
+   cd "$_archive"
+   python setup.py build
+   make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+   cd "$_archive"
+   PYTHONPATH="$PWD/build/lib" pytest \
+   --deselect tests/benchmark/test_baseline_benchmarks.py
+}
+
+package() {
+   cd "$_archive"
+   export PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 22:41:42
  Author: alerque
Revision: 1004040

upgpkg: python-pylint 2.10.0-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 22:04:42 UTC (rev 1004039)
+++ PKGBUILD2021-08-20 22:41:42 UTC (rev 1004040)
@@ -6,8 +6,8 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.9.6
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org
@@ -27,11 +27,11 @@
 'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 
source=("https://github.com/PyCQA/pylint/archive/v$pkgver/pylint-$pkgver.tar.gz;)
-sha256sums=('e6335c810ee3ff4b59e3990db49cf0d1e263e122b766853755436d88133c9496')
+sha256sums=('8f34d8c0a8d57544d50b6e13a526dd1d1b7e3ab3d6528adeb3b3c6acd4763a78')
 
 prepare() {
cd "$_archive"
-   # Remove overly restrictive dependency version pinning that ends up in 
runtime checks
+   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
sed -i -e '/>=/{s/>.*//;p}' setup.cfg
 }
 
@@ -44,8 +44,7 @@
 check() {
cd "$_archive"
PYTHONPATH="$PWD/build/lib" pytest \
-   --deselect tests/benchmark/test_baseline_benchmarks.py \
-   --deselect 
tests/test_functional.py::test_functional[arguments_renamed]
+   --deselect tests/benchmark/test_baseline_benchmarks.py
 }
 
 package() {



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

2021-08-20 Thread George Rawlinson via arch-commits
Date: Friday, August 20, 2021 @ 22:04:42
  Author: grawlinson
Revision: 1004039

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 1004038, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 22:03:57 UTC (rev 1004038)
+++ PKGBUILD2021-08-20 22:04:42 UTC (rev 1004039)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(crun skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=4f8fbfc86880ff994457ba19777a4a101e63a723   #refs/tags/v1.22.2
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 1004038, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 22:04:42 UTC (rev 1004039)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(crun skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=852ca9ff7fff7a95789b706972b968ec9c5cff34   #refs/tags/v1.22.3
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-20 Thread George Rawlinson via arch-commits
Date: Friday, August 20, 2021 @ 22:03:57
  Author: grawlinson
Revision: 1004038

upgpkg: buildah 1.22.3-1

New upstream release.

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:32:33 UTC (rev 1004037)
+++ PKGBUILD2021-08-20 22:03:57 UTC (rev 1004038)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.22.2
+pkgver=1.22.3
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(crun skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=4f8fbfc86880ff994457ba19777a4a101e63a723   #refs/tags/v1.22.2
+_commit=852ca9ff7fff7a95789b706972b968ec9c5cff34   #refs/tags/v1.22.3
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:43:18
  Author: andyrtr
Revision: 422427

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xrdb/repos/testing-x86_64/
  xorg-xrdb/repos/testing-x86_64/PKGBUILD
(from rev 422426, xorg-xrdb/trunk/PKGBUILD)

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

Copied: xorg-xrdb/repos/testing-x86_64/PKGBUILD (from rev 422426, 
xorg-xrdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-20 21:43:18 UTC (rev 422427)
@@ -0,0 +1,33 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xrdb
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="X server resource database utility"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+optdepends=('gcc: for preprocessing'
+'mcpp: a lightweight alternative for preprocessing')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9'
+'SKIP')
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
+
+build() {
+  cd xrdb-${pkgver}
+  # --with-cpp=path   comma-separated list of paths to cpp command for 
xrdb to use at runtime
+  # mcpp is small but can fail, FS#46934
+  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd xrdb-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:43:13
  Author: andyrtr
Revision: 422426

upgpkg: xorg-xrdb 1.2.1-1: upstream update 1.2.1

Modified:
  xorg-xrdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:41:35 UTC (rev 422425)
+++ PKGBUILD2021-08-20 21:43:13 UTC (rev 422426)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xrdb
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="X server resource database utility"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -13,9 +13,10 @@
 'mcpp: a lightweight alternative for preprocessing')
 groups=('xorg-apps' 'xorg')
 
source=(https://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2{,.sig})
-sha512sums=('14e1cdfb2152fb28f1f4641b177ab236648d7e967a95b952bf4cfce8d3e1ef085e85385354e3381aaf644462ea1847f755ab4016ecb4cb4a715b001dd2ef'
+sha512sums=('d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9'
 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
 
 build() {
   cd xrdb-${pkgver}



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:41:35
  Author: andyrtr
Revision: 422425

archrelease: copy trunk to testing-x86_64

Added:
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 422424, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/PKGBUILD.v20
(from rev 422424, cups-filters/trunk/PKGBUILD.v20)
  cups-filters/repos/testing-x86_64/buildfix.diff
(from rev 422424, cups-filters/trunk/buildfix.diff)
  cups-filters/repos/testing-x86_64/test.patch
(from rev 422424, cups-filters/trunk/test.patch)

---+
 PKGBUILD  |   57 
 PKGBUILD.v20  |   78 
 buildfix.diff |   23 
 test.patch|   25 +
 4 files changed, 183 insertions(+)

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 422424, 
cups-filters/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-20 21:41:35 UTC (rev 422425)
@@ -0,0 +1,57 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.10
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  #sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 "${pkgdir}"/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD.v20 (from rev 422424, 
cups-filters/trunk/PKGBUILD.v20)
===
--- testing-x86_64/PKGBUILD.v20 (rev 0)
+++ testing-x86_64/PKGBUILD.v20 2021-08-20 21:41:35 UTC (rev 422425)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+_commit=378a821080ecb140a1319ee2be4cacc1150e82d6 # master 2020-11-16
+pkgver=1.27.5+260+g378a8210
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups' 
'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools' 'psutils' 
'git') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)

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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:41:28
  Author: andyrtr
Revision: 422424

upgpkg: cups-filters 1.28.10-1: upstream update 1.28.10

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:30:14 UTC (rev 422423)
+++ PKGBUILD2021-08-20 21:41:28 UTC (rev 422424)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.9
+pkgver=1.28.10
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f69372a4fa76dc91e54b4c98ab4c65368e3dfbde92456205c98a39573e860ae')
+sha256sums=('cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837')
 
 build() {
   cd "$pkgname"-$pkgver



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:32:33
  Author: andyrtr
Revision: 1004037

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1004036, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1004036, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-20 21:32:33 UTC (rev 1004037)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=172
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:32:29
  Author: andyrtr
Revision: 1004036

upgpkg: tp_smapi-lts 0.43-172: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:31:45 UTC (rev 1004035)
+++ PKGBUILD2021-08-20 21:32:29 UTC (rev 1004036)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=171
+pkgrel=172
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:31:45
  Author: andyrtr
Revision: 1004035

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1004034, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1004034, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-20 21:31:45 UTC (rev 1004035)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.049.02
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:31:41
  Author: andyrtr
Revision: 1004034

upgpkg: r8168-lts 8.049.02-11: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:30:51 UTC (rev 1004033)
+++ PKGBUILD2021-08-20 21:31:41 UTC (rev 1004034)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.049.02
-pkgrel=10
+pkgrel=11
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:30:46
  Author: andyrtr
Revision: 1004032

upgpkg: acpi_call-lts 1.2.1-71: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:18:12 UTC (rev 1004031)
+++ PKGBUILD2021-08-20 21:30:46 UTC (rev 1004032)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=70
+pkgrel=71
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:30:51
  Author: andyrtr
Revision: 1004033

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1004032, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1004032, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-20 21:30:51 UTC (rev 1004033)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=71
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:30:14
  Author: andyrtr
Revision: 422423

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 422422, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 422422, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-20 21:30:14 UTC (rev 422423)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=470.63.01
+pkgrel=2
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:30:09
  Author: andyrtr
Revision: 422422

upgpkg: nvidia-lts 1:470.63.01-2: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:23:00 UTC (rev 422421)
+++ PKGBUILD2021-08-20 21:30:09 UTC (rev 422422)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=470.63.01
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:23:00
  Author: andyrtr
Revision: 422421

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 422420, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 422420, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 422420, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 PKGBUILD|  198 
 config  |10330 
++
 3 files changed, 10679 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 422420:422421 to see the changes.


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

2021-08-20 Thread Andreas Radke via arch-commits
Date: Friday, August 20, 2021 @ 21:22:45
  Author: andyrtr
Revision: 422420

upgpkg: linux-lts 5.10.60-1: upstream update 5.10.60

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:18:09 UTC (rev 422419)
+++ PKGBUILD2021-08-20 21:22:45 UTC (rev 422420)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.10.56
+pkgver=5.10.60
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('4d6a0d5f9c50fa44890e0b61e1fb63f6efe6be448ceddfe1ad7c0cbd2890ec6b'
+sha256sums=('696ff7753f6c7c5123dbcb0a22d693cb358c760c61a76649531b6a207155f78d'
 'SKIP'
 'f4c02a78ed4e2150349be53c35b7b6c3cede7a99fbb976d23e801a94ee8abe0e'
 '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 21:17:04
  Author: alerque
Revision: 1004030

archrelease: copy trunk to community-x86_64

Added:
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 1004029, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 21:16:14 UTC (rev 1004029)
+++ PKGBUILD2021-08-20 21:17:04 UTC (rev 1004030)
@@ -1,32 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname=python-scikit-learn
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A set of python modules for machine learning and data mining"
-arch=('x86_64')
-url="http://scikit-learn.sourceforge.net/;
-license=('BSD')
-depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
-optdepends=('python-matplotlib: plotting capabilities')
-makedepends=('python-setuptools' 'cython' 'openmp')
-options=(!emptydirs)
-source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
-sha256sums=('642fb016bfe4bb7539ba6bf4e6dd5a95d2d25638387040b0f5eefdb84a840297')
-
-build() {
-  cd "$srcdir"/scikit-learn-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/scikit-learn-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # See FS#49651
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
-}

Copied: python-scikit-learn/repos/community-x86_64/PKGBUILD (from rev 1004029, 
python-scikit-learn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 21:17:04 UTC (rev 1004030)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Caleb Maclennan 
+
+pkgname=python-scikit-learn
+pkgver=0.24.2
+pkgrel=2
+pkgdesc="A set of python modules for machine learning and data mining"
+arch=('x86_64')
+url="http://scikit-learn.sourceforge.net/;
+license=('BSD')
+depends=('python-scipy' 'python-joblib' 'python-threadpoolctl')
+optdepends=('python-matplotlib: plotting capabilities')
+makedepends=('python-setuptools' 'cython' 'openmp')
+options=(!emptydirs)
+source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz;)
+sha256sums=('642fb016bfe4bb7539ba6bf4e6dd5a95d2d25638387040b0f5eefdb84a840297')
+
+build() {
+  cd scikit-learn-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd scikit-learn-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # See FS#49651
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r doc/tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 21:16:14
  Author: alerque
Revision: 1004029

upgpkg: python-scikit-learn 0.24.2-2: fix reproducibility

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 21:05:33 UTC (rev 1004028)
+++ PKGBUILD2021-08-20 21:16:14 UTC (rev 1004029)
@@ -1,8 +1,9 @@
 # Maintainer: Andrzej Giniewicz 
+# Maintainer: Caleb Maclennan 
 
 pkgname=python-scikit-learn
 pkgver=0.24.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('x86_64')
 url="http://scikit-learn.sourceforge.net/;
@@ -15,15 +16,15 @@
 sha256sums=('642fb016bfe4bb7539ba6bf4e6dd5a95d2d25638387040b0f5eefdb84a840297')
 
 build() {
-  cd "$srcdir"/scikit-learn-$pkgver
+  cd scikit-learn-$pkgver
   python setup.py build
 }
 
 package() {
-  cd "$srcdir"/scikit-learn-$pkgver
+  cd scikit-learn-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
   install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   # See FS#49651



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

2021-08-20 Thread Christian Hesse via arch-commits
Date: Friday, August 20, 2021 @ 21:05:33
  Author: eworm
Revision: 1004028

archrelease: copy trunk to community-testing-x86_64

Added:
  lldpd/repos/community-testing-x86_64/
  lldpd/repos/community-testing-x86_64/PKGBUILD
(from rev 1004027, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-testing-x86_64/lldpd.tmpfiles.conf
(from rev 1004027, lldpd/trunk/lldpd.tmpfiles.conf)

-+
 PKGBUILD|   66 ++
 lldpd.tmpfiles.conf |2 +
 2 files changed, 68 insertions(+)

Copied: lldpd/repos/community-testing-x86_64/PKGBUILD (from rev 1004027, 
lldpd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-20 21:05:33 UTC (rev 1004028)
@@ -0,0 +1,66 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Brian Bidulock 
+
+pkgname=lldpd
+pkgver=1.0.12
+pkgrel=1
+pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
+arch=('x86_64')
+url='https://vincentbernat.github.io/lldpd/'
+license=('custom:ISC' 'GPL')
+depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
+ 'libxml2' 'net-snmp' 'jansson')
+makedepends=('systemd')
+backup=('etc/lldpd.conf')
+validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat 

+source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
+
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
+'lldpd.tmpfiles.conf')
+sha256sums=('d194c65b5b9c98d194a2842ddc75ba17ebdee7ebd5499f81a98d24031628daf1'
+'SKIP'
+'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-lldpd-ctl-socket=/run/lldpd/socket \
+--with-lldpd-pid-file=/run/lldpd/pid \
+--with-privsep-chroot=/run/lldpd/chroot \
+--with-privsep-group=lldpd \
+--with-privsep-user=lldpd \
+--with-readline \
+--with-snmp \
+--with-xml \
+--without-seccomp
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  
+  make DESTDIR="${pkgdir}" install
+
+  # re-introduce tmpfiles file untill resolved upstream...
+  # https://github.com/vincentbernat/lldpd/pull/311
+  install -D -m 0644 "${srcdir}/lldpd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
+
+  # config stuff
+  install -D -m 0644 /dev/null "${pkgdir}/etc/lldpd.conf"
+  install -d -m 0755 "${pkgdir}/etc/lldpd.d"
+
+  # license
+  install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lldpd/repos/community-testing-x86_64/lldpd.tmpfiles.conf (from rev 
1004027, lldpd/trunk/lldpd.tmpfiles.conf)
===
--- community-testing-x86_64/lldpd.tmpfiles.conf
(rev 0)
+++ community-testing-x86_64/lldpd.tmpfiles.conf2021-08-20 21:05:33 UTC 
(rev 1004028)
@@ -0,0 +1,2 @@
+d /run/lldpd 0750 lldpd lldpd
+d /run/lldpd/chroot 0750 lldpd lldpd



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

2021-08-20 Thread Christian Hesse via arch-commits
Date: Friday, August 20, 2021 @ 21:05:27
  Author: eworm
Revision: 1004027

upgpkg: lldpd 1.0.12-1: new upstream release

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 20:31:30 UTC (rev 1004026)
+++ PKGBUILD2021-08-20 21:05:27 UTC (rev 1004027)
@@ -2,7 +2,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=1.0.11
+pkgver=1.0.12
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz;
 
"lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg;
 'lldpd.tmpfiles.conf')
-sha256sums=('b51d15700fbaefcb7fb85c3506b49d33173a0f15d700f933ef044067b42d46e4'
+sha256sums=('d194c65b5b9c98d194a2842ddc75ba17ebdee7ebd5499f81a98d24031628daf1'
 'SKIP'
 'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b')
 



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 20:31:30
  Author: alerque
Revision: 1004026

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 20:30:42 UTC (rev 1004025)
+++ PKGBUILD2021-08-20 20:31:30 UTC (rev 1004026)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-
-pkgname=python-mccabe
-pkgver=0.6.1
-pkgrel=8
-pkgdesc="McCabe complexity checker for Python"
-arch=('any')
-url="https://github.com/flintwork/mccabe;
-license=('custom:Expat')
-depends=('python')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("https://github.com/flintwork/mccabe/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1da239933f36c8b7c0f9f026822d673d0b207ac49e45027d7751327964dd66cc7074be22311927176fc313174f4eb7908d0fc45da9fc4623bf1e237293b0')
-
-build() {
-  cd mccabe-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd mccabe-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd mccabe-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mccabe/repos/community-any/PKGBUILD (from rev 1004025, 
python-mccabe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 20:31:30 UTC (rev 1004026)
@@ -0,0 +1,36 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+_pyname=mccabe
+pkgname=python-$_pyname
+pkgver=0.6.1
+pkgrel=9
+pkgdesc='McCabe complexity checker for Python'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=('custom:Expat')
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest
+  python-pytest-runner)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('2748af6516175b94be318cd8226fa50b5339b9dc886bce378ac2afb37a157524')
+
+build() {
+   cd "$_archive"
+   python setup.py build
+}
+
+check() {
+   cd "$_archive"
+   pytest
+}
+
+package() {
+   cd "$_archive"
+   export PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 20:30:42
  Author: alerque
Revision: 1004025

upgpkg: python-mccabe 0.6.1-9: adopt; fix reproducibility; update URL

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 20:08:01 UTC (rev 1004024)
+++ PKGBUILD2021-08-20 20:30:42 UTC (rev 1004025)
@@ -1,33 +1,36 @@
-# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
 # Contributor: Karol "Kenji Takahashi" Woźniak 
 
-pkgname=python-mccabe
+_pyname=mccabe
+pkgname=python-$_pyname
 pkgver=0.6.1
-pkgrel=8
-pkgdesc="McCabe complexity checker for Python"
-arch=('any')
-url="https://github.com/flintwork/mccabe;
+pkgrel=9
+pkgdesc='McCabe complexity checker for Python'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
 license=('custom:Expat')
-depends=('python')
-makedepends=('python-setuptools' 'python-pytest-runner')
-source=("https://github.com/flintwork/mccabe/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1da239933f36c8b7c0f9f026822d673d0b207ac49e45027d7751327964dd66cc7074be22311927176fc313174f4eb7908d0fc45da9fc4623bf1e237293b0')
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest
+  python-pytest-runner)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('2748af6516175b94be318cd8226fa50b5339b9dc886bce378ac2afb37a157524')
 
 build() {
-  cd mccabe-$pkgver
-  python setup.py build
+   cd "$_archive"
+   python setup.py build
 }
 
 check() {
-  cd mccabe-$pkgver
-  python setup.py test
+   cd "$_archive"
+   pytest
 }
 
 package() {
-  cd mccabe-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --skip-build 
--optimize=1
-
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+   cd "$_archive"
+   export PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
 }
-
-# vim:set ts=2 sw=2 et:



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:19:52
  Author: felixonmars
Revision: 422418

archrelease: copy trunk to extra-x86_64

Added:
  ibus/repos/extra-x86_64/PKGBUILD
(from rev 422417, ibus/trunk/PKGBUILD)
Deleted:
  ibus/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 20:19:44 UTC (rev 422417)
+++ PKGBUILD2021-08-20 20:19:52 UTC (rev 422418)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.24
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('x86_64')
-url="https://github.com/ibus/ibus/wiki;
-license=('LGPL')
-depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
- 'iso-codes' 'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk2' 'qt5-base'
- 'unicode-cldr' 'unicode-character-database' 'unicode-emoji' 'git')
-options=('!emptydirs')
-_commit=4d51b73b69de9003c0b7e8a2558d8666503b6f16  # 1.5.24
-source=("git+https://github.com/ibus/ibus#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ibus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ibus
-  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ibus
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---disable-python2 \
---with-python=python3 \
---with-ucd-dir=/usr/share/unicode/
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-
-  cd ibus
-  make DESTDIR="$pkgdir" install
-  make -C src DESTDIR="$pkgdir" uninstall
-  make -C bindings DESTDIR="$pkgdir" uninstall
-  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=('libibus-1.0.so')
-
-  cd ibus
-  make -C src DESTDIR="$pkgdir" install
-  make -C bindings DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" install-pkgconfigDATA
-}

Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 422417, ibus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 20:19:52 UTC (rev 422418)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.25
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk2' 'qt5-base'
+ 'unicode-cldr' 'unicode-character-database' 'unicode-emoji' 'git')
+options=('!emptydirs')
+_commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
+source=("git+https://github.com/ibus/ibus#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ibus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ibus
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ibus
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--disable-python2 \
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+
+  cd ibus
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=(libg{lib,object,io}-2.0.so)
+  provides=('libibus-1.0.so')
+
+  cd ibus
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:19:44
  Author: felixonmars
Revision: 422417

upgpkg: ibus 1.5.25-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 20:12:13 UTC (rev 422416)
+++ PKGBUILD2021-08-20 20:19:44 UTC (rev 422417)
@@ -13,7 +13,7 @@
 makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk2' 'qt5-base'
  'unicode-cldr' 'unicode-character-database' 'unicode-emoji' 'git')
 options=('!emptydirs')
-_commit=4d51b73b69de9003c0b7e8a2558d8666503b6f16  # 1.5.24
+_commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
 source=("git+https://github.com/ibus/ibus#commit=$_commit;)
 sha512sums=('SKIP')
 



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:12:13
  Author: felixonmars
Revision: 422416

upgpkg: ibus 1.5.25-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 17:59:07 UTC (rev 422415)
+++ PKGBUILD2021-08-20 20:12:13 UTC (rev 422416)
@@ -2,7 +2,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.24
+pkgver=1.5.25
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('x86_64')



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:08:01
  Author: felixonmars
Revision: 1004024

archrelease: copy trunk to community-any

Added:
  python-google-auth/repos/community-any/PKGBUILD
(from rev 1004023, python-google-auth/trunk/PKGBUILD)
  python-google-auth/repos/community-any/pytest5.patch
(from rev 1004023, python-google-auth/trunk/pytest5.patch)
Deleted:
  python-google-auth/repos/community-any/PKGBUILD
  python-google-auth/repos/community-any/pytest5.patch

---+
 PKGBUILD  |   82 
 pytest5.patch |   36 
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 20:07:52 UTC (rev 1004023)
+++ PKGBUILD2021-08-20 20:08:01 UTC (rev 1004024)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-google-auth
-pkgver=1.32.0
-pkgrel=1
-pkgdesc="Google Authentication Library"
-url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
-license=('Apache')
-arch=('any')
-depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
- 'python-cachetools')
-checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
-  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
-  'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
-source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e333f39f30b40f4901132cdf3730c05c8886b401758c59f4293c747071583bb9cf67dba7dd9399217b3e8fa388746645eb93d8608dc14b382dcbf3a053812a8f')
-
-prepare() {
-  # Use system cert
-  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
- -e 's|if certifi is not None:|if True:|' \
- -e 's|import certifi|pass|' \
- 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
-}
-
-build() {
-  cd google-auth-library-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip the without_certifi tests because we always have the system ca bundle
-
-  cd google-auth-library-python-$pkgver
-  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
-}
-
-package() {
-  cd google-auth-library-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-google-auth/repos/community-any/PKGBUILD (from rev 1004023, 
python-google-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 20:08:01 UTC (rev 1004024)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-google-auth
+pkgver=1.32.1
+pkgrel=1
+pkgdesc="Google Authentication Library"
+url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
+license=('Apache')
+arch=('any')
+depends=('ca-certificates' 'python-pyasn1-modules' 'python-rsa' 
'python-setuptools'
+ 'python-cachetools')
+checkdepends=('python-pytest' 'python-mock' 'python-requests' 'python-flask'
+  'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
+  'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
+source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('7e0ef2e3c91964be1743e30b32ce790c4f8a98bafe87a6157f6df2b63ca9664aca78ecf248c4c2ae5faec305fd5589a6a765c7d35c61b09f0ebf0d577af70a17')
+
+prepare() {
+  # Use system cert
+  sed -i -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+ -e 's|if certifi is not None:|if True:|' \
+ -e 's|import certifi|pass|' \
+ 
google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
+}
+
+build() {
+  cd google-auth-library-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip the without_certifi tests because we always have the system ca bundle
+
+  cd google-auth-library-python-$pkgver
+  python -m pytest tests --deselect 
tests/transport/test_urllib3.py::test__make_default_http_without_certifi
+}
+
+package() {
+  cd google-auth-library-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: pytest5.patch
===
--- pytest5.patch   2021-08-20 20:07:52 UTC (rev 1004023)
+++ pytest5.patch   2021-08-20 20:08:01 UTC (rev 1004024)
@@ -1,18 +0,0 @@
-From 938e5d933aee963a6b28d6cf9e34e0634c8c4a29 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= 
-Date: Fri, 26 Jul 2019 01:20:41 +0200
-Subject: [PATCH] Use new pytest api to keep building with pytest 5 (#353)
-
-diff --git a/tests/test__default.py b/tests/test__default.py
-index 3fb0fa1..d143479 100644
 a/tests/test__default.py
-+++ 

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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:07:52
  Author: felixonmars
Revision: 1004023

upgpkg: python-google-auth 1.32.1-1

Modified:
  python-google-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 20:01:24 UTC (rev 1004022)
+++ PKGBUILD2021-08-20 20:07:52 UTC (rev 1004023)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-google-auth
-pkgver=1.32.0
+pkgver=1.32.1
 pkgrel=1
 pkgdesc="Google Authentication Library"
 url="https://github.com/GoogleCloudPlatform/google-auth-library-python;
@@ -13,7 +13,7 @@
   'python-oauth2client' 'python-pytest-localserver' 
'python-cryptography'
   'python-freezegun' 'python-responses' 'python-pyopenssl' 
'python-pyu2f')
 
source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e333f39f30b40f4901132cdf3730c05c8886b401758c59f4293c747071583bb9cf67dba7dd9399217b3e8fa388746645eb93d8608dc14b382dcbf3a053812a8f')
+sha512sums=('7e0ef2e3c91964be1743e30b32ce790c4f8a98bafe87a6157f6df2b63ca9664aca78ecf248c4c2ae5faec305fd5589a6a765c7d35c61b09f0ebf0d577af70a17')
 
 prepare() {
   # Use system cert



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:01:24
  Author: felixonmars
Revision: 1004022

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 20:01:15 UTC (rev 1004021)
+++ PKGBUILD2021-08-20 20:01:24 UTC (rev 1004022)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-anthy
-pkgver=1.5.12
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('x86_64')
-license=('LGPL')
-url='https://github.com/ibus/ibus-anthy'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-source=("https://github.com/ibus/ibus-anthy/releases/download/$pkgver/ibus-anthy-$pkgver.tar.gz;)
-sha512sums=('6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Remove bad config file found in the source tarball so it gets regenerated
-  # https://bugs.archlinux.org/task/64520
-  rm {engine,setup}/python3/_config.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 1004021, 
ibus-anthy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 20:01:24 UTC (rev 1004022)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-anthy
+pkgver=1.5.13
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('x86_64')
+license=('LGPL')
+url='https://github.com/ibus/ibus-anthy'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+source=("https://github.com/ibus/ibus-anthy/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 20:01:15
  Author: felixonmars
Revision: 1004021

upgpkg: ibus-anthy 1.5.13-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 19:27:45 UTC (rev 1004020)
+++ PKGBUILD2021-08-20 20:01:15 UTC (rev 1004021)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-anthy
-pkgver=1.5.12
+pkgver=1.5.13
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('x86_64')
@@ -12,15 +12,12 @@
 url='https://github.com/ibus/ibus-anthy'
 depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
 makedepends=('intltool' 'gobject-introspection')
-source=("https://github.com/ibus/ibus-anthy/releases/download/$pkgver/ibus-anthy-$pkgver.tar.gz;)
-sha512sums=('6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8')
+source=("https://github.com/ibus/ibus-anthy/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Remove bad config file found in the source tarball so it gets regenerated
-  # https://bugs.archlinux.org/task/64520
-  rm {engine,setup}/python3/_config.py
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 19:27:45
  Author: alerque
Revision: 1004020

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 19:27:08 UTC (rev 1004019)
+++ PKGBUILD2021-08-20 19:27:45 UTC (rev 1004020)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Angel Velasquez 
-# Contributor: Felix Yan 
-
-_pyname=astroid
-pkgname=python-$_pyname
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='A common base representation of python source code'
-arch=(any)
-url="https://github.com/PyCQA/$_pyname;
-license=(LGPL)
-_pydeps=(lazy-object-proxy
- wrapt)
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-replaces=(python-logilab-astng)
-conflicts=(python-logilab-astng)
-_archive="$_pyname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ca57b56be54a803e43e2bd18e3886fbdfbe3fd60ef42ccb166ea516643dd92dc')
-
-build() {
-   cd "$_archive"
-   python setup.py build
-}
-
-check() {
-   cd "$_archive"
-   pytest
-}
-
-package() {
-   cd "$_archive"
-   export PYTHONHASHSEED=0
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-astroid/repos/community-testing-any/PKGBUILD (from rev 1004019, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 19:27:45 UTC (rev 1004020)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+
+_pyname=astroid
+pkgname=python-$_pyname
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='A common base representation of python source code'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=(LGPL)
+_pydeps=(lazy-object-proxy
+ wrapt)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+replaces=(python-logilab-astng)
+conflicts=(python-logilab-astng)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('98bb4bacf23abcd42b83b795a66889b6fdc7bbdd35dc6c1c18ad01a224c9db23')
+
+build() {
+   cd "$_archive"
+   python setup.py build
+}
+
+check() {
+   cd "$_archive"
+   pytest
+}
+
+package() {
+   cd "$_archive"
+   export PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 19:27:08
  Author: alerque
Revision: 1004019

upgpkg: python-astroid 2.7.2-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 19:19:00 UTC (rev 1004018)
+++ PKGBUILD2021-08-20 19:27:08 UTC (rev 1004019)
@@ -4,7 +4,7 @@
 
 _pyname=astroid
 pkgname=python-$_pyname
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='A common base representation of python source code'
 arch=(any)
@@ -20,7 +20,7 @@
 conflicts=(python-logilab-astng)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ca57b56be54a803e43e2bd18e3886fbdfbe3fd60ef42ccb166ea516643dd92dc')
+sha256sums=('98bb4bacf23abcd42b83b795a66889b6fdc7bbdd35dc6c1c18ad01a224c9db23')
 
 build() {
cd "$_archive"



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 19:19:00
  Author: alerque
Revision: 1004018

archrelease: copy trunk to community-testing-x86_64

Added:
  expac/repos/community-testing-x86_64/
  expac/repos/community-testing-x86_64/PKGBUILD
(from rev 1004017, expac/trunk/PKGBUILD)

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

Copied: expac/repos/community-testing-x86_64/PKGBUILD (from rev 1004017, 
expac/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-20 19:19:00 UTC (rev 1004018)
@@ -0,0 +1,27 @@
+# Maintainer: Caleb Maclennan 
+# Maintainer: Morgan 
+# Contributor: Dave Reisner 
+
+pkgname=expac
+pkgver=10
+pkgrel=4
+pkgdesc='alm data (pacman database) extraction utility'
+arch=(x86_64)
+url="https://github.com/falconindy/$pkgname;
+license=(GPL)
+depends=(pacman)
+makedepends=(git
+ meson
+ perl)
+source=("git+$url.git?signed=$pkgver")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
+md5sums=('SKIP')
+
+build() {
+   arch-meson "$pkgname" build
+   meson compile -C build
+}
+
+package() {
+   meson install -C build --destdir "$pkgdir"
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 19:18:23
  Author: alerque
Revision: 1004017

follow meson package guidelines; quote $pkgdir; drop common license

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 18:58:47 UTC (rev 1004016)
+++ PKGBUILD2021-08-20 19:18:23 UTC (rev 1004017)
@@ -1,37 +1,27 @@
-# Maintainer: Dave Reisner 
+# Maintainer: Caleb Maclennan 
+# Maintainer: Morgan 
+# Contributor: Dave Reisner 
 
 pkgname=expac
 pkgver=10
-pkgrel=3
-pkgdesc="pacman database extraction utility"
-arch=('x86_64')
-url="https://github.com/falconindy/expac;
-license=('GPL')
-depends=('pacman')
-makedepends=('git' 'perl' 'meson')
-source=("git+https://github.com/falconindy/expac?signed=$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+pkgrel=4
+pkgdesc='alm data (pacman database) extraction utility'
+arch=(x86_64)
+url="https://github.com/falconindy/$pkgname;
+license=(GPL)
+depends=(pacman)
+makedepends=(git
+ meson
+ perl)
+source=("git+$url.git?signed=$pkgver")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner
 md5sums=('SKIP')
 
-prepare() {
-  cd "$pkgname"
-
-  sed '/\*\//q' src/expac.c >LICENSE
-}
-
 build() {
-  cd "$pkgname"
-
-  meson build
-  ninja -C build
+   arch-meson "$pkgname" build
+   meson compile -C build
 }
 
 package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   meson install -C build --destdir "$pkgdir"
 }
-
-# vim: ft=sh syn=sh



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

2021-08-20 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 20, 2021 @ 18:58:47
  Author: orhun
Revision: 1004016

archrelease: copy trunk to community-x86_64

Added:
  pueue/repos/community-x86_64/PKGBUILD
(from rev 1004015, pueue/trunk/PKGBUILD)
Deleted:
  pueue/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 18:58:40 UTC (rev 1004015)
+++ PKGBUILD2021-08-20 18:58:47 UTC (rev 1004016)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Arne Beer 
-
-pkgname=pueue
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A command scheduler for shells"
-arch=('x86_64')
-url="https://github.com/nukesor/pueue;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  ./build_completions.sh
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Install binaries
-  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
-  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
-
-  # Place systemd user service
-  install -Dm644 "utils/pueued.service" 
"$pkgdir/usr/lib/systemd/user/pueued.service"
-
-  # Install shell completions file
-  install -Dm644 "utils/completions/_pueue" 
"$pkgdir/usr/share/zsh/site-functions/_pueue"
-  install -Dm644 "utils/completions/pueue.bash" 
"$pkgdir/usr/share/bash-completion/completions/pueue.bash"
-  install -Dm644 "utils/completions/pueue.fish" 
"$pkgdir/usr/share/fish/completions/pueue.fish"
-
-  # Install License
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pueue/repos/community-x86_64/PKGBUILD (from rev 1004015, 
pueue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 18:58:47 UTC (rev 1004016)
@@ -0,0 +1,51 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Arne Beer 
+
+pkgname=pueue
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="A command scheduler for shells"
+arch=('x86_64')
+url="https://github.com/nukesor/pueue;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+  ./build_completions.sh
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Install binaries
+  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
+  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
+
+  # Place systemd user service
+  install -Dm644 "utils/pueued.service" 
"$pkgdir/usr/lib/systemd/user/pueued.service"
+
+  # Install shell completions file
+  install -Dm644 "utils/completions/_pueue" 
"$pkgdir/usr/share/zsh/site-functions/_pueue"
+  install -Dm644 "utils/completions/pueue.bash" 
"$pkgdir/usr/share/bash-completion/completions/pueue.bash"
+  install -Dm644 "utils/completions/pueue.fish" 
"$pkgdir/usr/share/fish/completions/pueue.fish"
+
+  # Install License
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-20 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 20, 2021 @ 18:58:40
  Author: orhun
Revision: 1004015

upgpkg: pueue 1.0.1-2: avoid packaging the binary in bench profile

Modified:
  pueue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 18:50:36 UTC (rev 1004014)
+++ PKGBUILD2021-08-20 18:58:40 UTC (rev 1004015)
@@ -3,7 +3,7 @@
 
 pkgname=pueue
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A command scheduler for shells"
 arch=('x86_64')
 url="https://github.com/nukesor/pueue;
@@ -13,15 +13,20 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --release --locked
+  cargo build --release --frozen
   ./build_completions.sh
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --release --locked
+  cargo test --frozen
 }
 
 package() {



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

2021-08-20 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 20, 2021 @ 18:50:36
  Author: orhun
Revision: 1004014

archrelease: copy trunk to community-x86_64

Added:
  pueue/repos/community-x86_64/PKGBUILD
(from rev 1004013, pueue/trunk/PKGBUILD)
Deleted:
  pueue/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 18:50:26 UTC (rev 1004013)
+++ PKGBUILD2021-08-20 18:50:36 UTC (rev 1004014)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Arne Beer 
-
-pkgname=pueue
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="A command scheduler for shells"
-arch=('x86_64')
-url="https://github.com/nukesor/pueue;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3acd923759d5731b69a9a4a16c83c16a1f33589767da2ab7eb0cbe49ea06eabd')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  ./build_completions.sh
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Install binaries
-  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
-  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
-
-  # Place systemd user service
-  install -Dm644 "utils/pueued.service" 
"$pkgdir/usr/lib/systemd/user/pueued.service"
-
-  # Install shell completions file
-  install -Dm644 "utils/completions/_pueue" 
"$pkgdir/usr/share/zsh/site-functions/_pueue"
-  install -Dm644 "utils/completions/pueue.bash" 
"$pkgdir/usr/share/bash-completion/completions/pueue.bash"
-  install -Dm644 "utils/completions/pueue.fish" 
"$pkgdir/usr/share/fish/completions/pueue.fish"
-
-  # Install License
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pueue/repos/community-x86_64/PKGBUILD (from rev 1004013, 
pueue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 18:50:36 UTC (rev 1004014)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Arne Beer 
+
+pkgname=pueue
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A command scheduler for shells"
+arch=('x86_64')
+url="https://github.com/nukesor/pueue;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+  ./build_completions.sh
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Install binaries
+  install -Dm755 "target/release/pueue" "$pkgdir/usr/bin/pueue"
+  install -Dm755 "target/release/pueued" "$pkgdir/usr/bin/pueued"
+
+  # Place systemd user service
+  install -Dm644 "utils/pueued.service" 
"$pkgdir/usr/lib/systemd/user/pueued.service"
+
+  # Install shell completions file
+  install -Dm644 "utils/completions/_pueue" 
"$pkgdir/usr/share/zsh/site-functions/_pueue"
+  install -Dm644 "utils/completions/pueue.bash" 
"$pkgdir/usr/share/bash-completion/completions/pueue.bash"
+  install -Dm644 "utils/completions/pueue.fish" 
"$pkgdir/usr/share/fish/completions/pueue.fish"
+
+  # Install License
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/pueue/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-20 Thread Orhun Parmaksiz via arch-commits
Date: Friday, August 20, 2021 @ 18:50:26
  Author: orhun
Revision: 1004013

upgpkg: pueue 1.0.1-1: upstream release

Modified:
  pueue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 17:19:18 UTC (rev 1004012)
+++ PKGBUILD2021-08-20 18:50:26 UTC (rev 1004013)
@@ -2,7 +2,7 @@
 # Contributor: Arne Beer 
 
 pkgname=pueue
-pkgver=0.12.2
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A command scheduler for shells"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3acd923759d5731b69a9a4a16c83c16a1f33589767da2ab7eb0cbe49ea06eabd')
+sha256sums=('03f19e1c13ccd8ef4972ed3849df04741047f125302d66d92fa4f4a5ef669296')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 17:59:07
  Author: felixonmars
Revision: 422415

archrelease: copy trunk to extra-x86_64

Added:
  konsole/repos/extra-x86_64/PKGBUILD
(from rev 422414, konsole/trunk/PKGBUILD)
Deleted:
  konsole/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 17:58:59 UTC (rev 422414)
+++ PKGBUILD2021-08-20 17:59:07 UTC (rev 422415)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=21.08.0
-pkgrel=2
-arch=(x86_64)
-url='https://apps.kde.org/konsole/'
-pkgdesc='KDE terminal emulator'
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-utilities)
-depends=(knotifyconfig kpty kparts knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('keditbookmarks: to manage bookmarks')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-
https://invent.kde.org/utilities/konsole/-/commit/fb7f838fd3138a39aea3bcb2e91f923741587137.patch
-
https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch)
-sha256sums=('5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf'
-'SKIP'
-'22a50cda9d74f3f2a6d47077b80e7a3e8547e0512200220d7efc425ef702'
-'90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-
-prepare() {
-  # Upstream suggested backports for toolbars and window size
-  patch -d $pkgname-$pkgver -p1 < 
fb7f838fd3138a39aea3bcb2e91f923741587137.patch
-  patch -d $pkgname-$pkgver -p1 < 
c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: konsole/repos/extra-x86_64/PKGBUILD (from rev 422414, 
konsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 17:59:07 UTC (rev 422415)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=21.08.0
+pkgrel=3
+arch=(x86_64)
+url='https://apps.kde.org/konsole/'
+pkgdesc='KDE terminal emulator'
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-utilities)
+depends=(knotifyconfig kpty kparts knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('keditbookmarks: to manage bookmarks')
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+
https://invent.kde.org/utilities/konsole/-/commit/fb7f838fd3138a39aea3bcb2e91f923741587137.patch
+
https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+
https://invent.kde.org/utilities/konsole/-/commit/f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch)
+sha256sums=('5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf'
+'SKIP'
+'22a50cda9d74f3f2a6d47077b80e7a3e8547e0512200220d7efc425ef702'
+'90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e'
+'90637863ae1ad835814094ab63210e93b7befac5af143331ea7f06355ba0c84d')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+prepare() {
+  # Upstream suggested backports for toolbars and window size
+  patch -d $pkgname-$pkgver -p1 < 
fb7f838fd3138a39aea3bcb2e91f923741587137.patch
+  patch -d $pkgname-$pkgver -p1 < 
c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+  patch -d $pkgname-$pkgver -p1 < 
f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-08-20 Thread Felix Yan via arch-commits
Date: Friday, August 20, 2021 @ 17:58:59
  Author: felixonmars
Revision: 422414

upgpkg: konsole 21.08.0-3: add an upstream suggested patch

Modified:
  konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 17:35:32 UTC (rev 422413)
+++ PKGBUILD2021-08-20 17:58:59 UTC (rev 422414)
@@ -4,7 +4,7 @@
 
 pkgname=konsole
 pkgver=21.08.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://apps.kde.org/konsole/'
 pkgdesc='KDE terminal emulator'
@@ -15,11 +15,13 @@
 optdepends=('keditbookmarks: to manage bookmarks')
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
 
https://invent.kde.org/utilities/konsole/-/commit/fb7f838fd3138a39aea3bcb2e91f923741587137.patch
-
https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch)
+
https://invent.kde.org/utilities/konsole/-/commit/c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+
https://invent.kde.org/utilities/konsole/-/commit/f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch)
 sha256sums=('5bdd16aadfe3e45a353dfac31c66cc769232f31dea8d4735a6de61f1384abebf'
 'SKIP'
 '22a50cda9d74f3f2a6d47077b80e7a3e8547e0512200220d7efc425ef702'
-'90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e')
+'90408f4e67401eadb4b57bf5a4a02b73da6d227c110c57cc75647b311c5d9f7e'
+'90637863ae1ad835814094ab63210e93b7befac5af143331ea7f06355ba0c84d')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

@@ -28,6 +30,7 @@
   # Upstream suggested backports for toolbars and window size
   patch -d $pkgname-$pkgver -p1 < 
fb7f838fd3138a39aea3bcb2e91f923741587137.patch
   patch -d $pkgname-$pkgver -p1 < 
c78edfbac49852cec40efd5cbe73c341bc06c5ab.patch
+  patch -d $pkgname-$pkgver -p1 < 
f24dd6acc28393ba6f731be1360731c01a9a1ef0.patch
 }
 
 build() {



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

2021-08-20 Thread Pierre Schmitz via arch-commits
Date: Friday, August 20, 2021 @ 17:35:32
  Author: pierre
Revision: 422413

archrelease: copy trunk to testing-x86_64

Added:
  run-parts/repos/testing-x86_64/
  run-parts/repos/testing-x86_64/PKGBUILD
(from rev 422412, run-parts/trunk/PKGBUILD)

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

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 422412, 
run-parts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-20 17:35:32 UTC (rev 422413)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=run-parts
+pkgver=5.3
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('x86_64')
+url='https://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("https://clint.pages.debian.net/debianutils-tarballs/artifacts/debianutils-${pkgver}.tar.gz"{,.sig})
+sha256sums=('cb097d92b3e8ab7dc57819a842c00459896ed83e7a03e77e68800c16602e6f0c'
+'SKIP')
+validpgpkeys=('2100A32C46F895AF3A08783AF6D3495BB0AE9A02')
+
+build() {
+   cd "$srcdir/debianutils-${pkgver}"
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd "$srcdir/debianutils-${pkgver}"
+   install -D -m755 run-parts "$pkgdir/usr/bin/run-parts"
+   install -D -m644 run-parts.8 "$pkgdir/usr/share/man/man8/run-parts.8"
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  "${l}" 
"$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8"
+   done
+}



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

2021-08-20 Thread Pierre Schmitz via arch-commits
Date: Friday, August 20, 2021 @ 17:35:29
  Author: pierre
Revision: 422412

upgpkg: run-parts 5.3-1

Modified:
  run-parts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 16:59:37 UTC (rev 422411)
+++ PKGBUILD2021-08-20 17:35:29 UTC (rev 422412)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=run-parts
-pkgver=4.11.2
+pkgver=5.3
 pkgrel=1
 pkgdesc='run scripts or programs in a directory'
 arch=('x86_64')
@@ -8,17 +8,19 @@
 url='https://packages.qa.debian.org/d/debianutils.html'
 license=('GPL')
 depends=('glibc')
-source=("http://http.debian.net/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.xz;)
-sha256sums=('3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de')
+source=("https://clint.pages.debian.net/debianutils-tarballs/artifacts/debianutils-${pkgver}.tar.gz"{,.sig})
+sha256sums=('cb097d92b3e8ab7dc57819a842c00459896ed83e7a03e77e68800c16602e6f0c'
+'SKIP')
+validpgpkeys=('2100A32C46F895AF3A08783AF6D3495BB0AE9A02')
 
 build() {
-   cd "$srcdir/debianutils"
+   cd "$srcdir/debianutils-${pkgver}"
./configure --prefix=/usr
make run-parts
 }
 
 package() {
-   cd "$srcdir/debianutils"
+   cd "$srcdir/debianutils-${pkgver}"
install -D -m755 run-parts "$pkgdir/usr/bin/run-parts"
install -D -m644 run-parts.8 "$pkgdir/usr/share/man/man8/run-parts.8"
for l in po4a/*/run-parts.8; do



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 17:19:18
  Author: alerque
Revision: 1004012

archrelease: copy trunk to community-any

Added:
  myrepos/repos/community-any/
  myrepos/repos/community-any/PKGBUILD
(from rev 1004011, myrepos/trunk/PKGBUILD)

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

Copied: myrepos/repos/community-any/PKGBUILD (from rev 1004011, 
myrepos/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-20 17:19:18 UTC (rev 1004012)
@@ -0,0 +1,52 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Joshua Haase 
+# Contributor: Matjaž Mozetič (https://github.com/sysadminmatmoz)
+# Contributor: Vincent Demeester 
+# Contributor: Nicolas Pouillard (http://nicolaspouillard.fr)
+# Contributor: Peter Simons 
+# Contributor: Andreas Hilboll 
+# Contributor: 
+# Contributor: Andy Weidenbaum 
+
+pkgname=myrepos
+pkgver=1.20180726
+pkgrel=6
+pkgdesc='Multiple Repository management tool'
+arch=(any)
+url=https://myrepos.branchable.com
+license=(GPL2)
+depends=(perl)
+optdepends=('bzr: support for bzr repositories'
+'cvs: support for cvs repositories'
+'darcs: support for darcs repositories'
+'git-annex: support for git-annex clones'
+'git: support for git repositories'
+'mercurial: support for mercurial repositories'
+'perl-html-parser: support for webcheckout'
+'perl-libwww: support for webcheckout'
+'perl-uri: support for webcheckout heuristically guessing partial 
URLs'
+'repo: support for repo repositories'
+'svn: support for subversion repositories'
+'unison: support for unison as a vcs'
+'vcsh: support for vcsh')
+provides=(mr
+  webcheckout)
+_archive="$pkgname-$pkgver"
+source=("https://git.joeyh.name/index.cgi/myrepos.git/snapshot/$_archive.tar.gz;)
+sha256sums=('bfb909037da678a1668f3f7f86efee7ee31f2bc66d90b83dd9e6b6a5f998c4e2')
+
+build() {
+   cd "$_archive"
+   make
+}
+
+check() {
+   cd "$_archive"
+   make test
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README
+}



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 17:18:21
  Author: alerque
Revision: 1004011

initial: myrepos 1.20180726-6

Added:
  myrepos/
  myrepos/repos/
  myrepos/trunk/
  myrepos/trunk/PKGBUILD

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

Added: myrepos/trunk/PKGBUILD
===
--- myrepos/trunk/PKGBUILD  (rev 0)
+++ myrepos/trunk/PKGBUILD  2021-08-20 17:18:21 UTC (rev 1004011)
@@ -0,0 +1,52 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Joshua Haase 
+# Contributor: Matjaž Mozetič (https://github.com/sysadminmatmoz)
+# Contributor: Vincent Demeester 
+# Contributor: Nicolas Pouillard (http://nicolaspouillard.fr)
+# Contributor: Peter Simons 
+# Contributor: Andreas Hilboll 
+# Contributor: 
+# Contributor: Andy Weidenbaum 
+
+pkgname=myrepos
+pkgver=1.20180726
+pkgrel=6
+pkgdesc='Multiple Repository management tool'
+arch=(any)
+url=https://myrepos.branchable.com
+license=(GPL2)
+depends=(perl)
+optdepends=('bzr: support for bzr repositories'
+'cvs: support for cvs repositories'
+'darcs: support for darcs repositories'
+'git-annex: support for git-annex clones'
+'git: support for git repositories'
+'mercurial: support for mercurial repositories'
+'perl-html-parser: support for webcheckout'
+'perl-libwww: support for webcheckout'
+'perl-uri: support for webcheckout heuristically guessing partial 
URLs'
+'repo: support for repo repositories'
+'svn: support for subversion repositories'
+'unison: support for unison as a vcs'
+'vcsh: support for vcsh')
+provides=(mr
+  webcheckout)
+_archive="$pkgname-$pkgver"
+source=("https://git.joeyh.name/index.cgi/myrepos.git/snapshot/$_archive.tar.gz;)
+sha256sums=('bfb909037da678a1668f3f7f86efee7ee31f2bc66d90b83dd9e6b6a5f998c4e2')
+
+build() {
+   cd "$_archive"
+   make
+}
+
+check() {
+   cd "$_archive"
+   make test
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README
+}



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

2021-08-20 Thread David Runge via arch-commits
Date: Friday, August 20, 2021 @ 16:41:54
  Author: dvzrv
Revision: 1004009

archrelease: copy trunk to community-staging-x86_64

Added:
  libiio/repos/community-staging-x86_64/PKGBUILD
(from rev 1004008, libiio/trunk/PKGBUILD)
Deleted:
  libiio/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 16:41:47 UTC (rev 1004008)
+++ PKGBUILD2021-08-20 16:41:54 UTC (rev 1004009)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-# needs rebuild on minor soname bumps
-
-pkgname=libiio
-pkgver=0.22
-pkgrel=1
-pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
-arch=('x86_64')
-url="https://github.com/analogdevicesinc/libiio;
-license=('LGPL2.1')
-depends=('gcc-libs' 'glibc' 'libaio' 'libserialport' 'libxml2')
-makedepends=('avahi' 'cmake' 'libusb' 'python' 'python-setuptools')
-optdepends=('python: Python bindings')
-provides=('libiio.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/analogdevicesinc/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('82826c3f4974b279d8f22de4eaa415bc61da242c1474c59c6e744a1083f015ab42cdf0573816bd02b7aee6fee6ed86a0504c9f28de35f925fa8e5c9811dd8648')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_SBINDIR='bin' \
--DCMAKE_INSTALL_LIBDIR='lib' \
--DCMAKE_BUILD_TYPE='None' \
--DPYTHON_BINDINGS=ON \
--DSYSTEMD_UNIT_INSTALL_DIR='/usr/lib/systemd/system' \
--DUDEV_RULES_INSTALL_DIR='/usr/lib/udev/rules.d' \
--DWITH_MAN=ON \
--DWITH_SYSTEMD=ON \
--Wno-dev \
--B build \
--S .
-  make -C build VERBOSE=1
-}
-
-package() {
-  depends+=('libavahi-client.so' 'libavahi-common.so' 'libusb-1.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" -C build install
-  install -vDm 644 {CONTRIBUTING,Contributors,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libiio/repos/community-staging-x86_64/PKGBUILD (from rev 1004008, 
libiio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 16:41:54 UTC (rev 1004009)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+# needs rebuild on minor soname bumps
+
+pkgname=libiio
+pkgver=0.23
+pkgrel=1
+pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
+arch=('x86_64')
+url="https://github.com/analogdevicesinc/libiio;
+license=('LGPL2.1')
+depends=('gcc-libs' 'glibc' 'libaio' 'libserialport' 'libxml2')
+makedepends=('avahi' 'cmake' 'libusb' 'python' 'python-setuptools')
+optdepends=('python: Python bindings')
+provides=('libiio.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/analogdevicesinc/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d3b1e1da46764025d757d558ba623730ac08c590261e546aa3c8e628959a74e40c90eedfc1eb2198f4a67a14e1900647fd150d7545e2c7cb44e72bbbab5f116a')
+b2sums=('9dfbeee48a0685496f9f257c947b791b91c1e675f33437aa8f7ce9afd0763df641fd90dbaf3a0d41c1b63dc7ad54c437a12992ede7f10582ebf2a2bc0aa92695')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_SBINDIR='bin' \
+-DCMAKE_INSTALL_LIBDIR='lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DPYTHON_BINDINGS=ON \
+-DSYSTEMD_UNIT_INSTALL_DIR='/usr/lib/systemd/system' \
+-DUDEV_RULES_INSTALL_DIR='/usr/lib/udev/rules.d' \
+-DWITH_MAN=ON \
+-DWITH_SYSTEMD=ON \
+-Wno-dev \
+-B build \
+-S .
+  make -C build VERBOSE=1
+}
+
+package() {
+  depends+=('libavahi-client.so' 'libavahi-common.so' 'libusb-1.0.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" -C build install
+  install -vDm 644 {CONTRIBUTING,Contributors,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-08-20 Thread David Runge via arch-commits
Date: Friday, August 20, 2021 @ 16:41:47
  Author: dvzrv
Revision: 1004008

upgpkg: libiio 0.23-1: Upgrade to 0.23.

Modified:
  libiio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 16:39:34 UTC (rev 1004007)
+++ PKGBUILD2021-08-20 16:41:47 UTC (rev 1004008)
@@ -3,7 +3,7 @@
 # needs rebuild on minor soname bumps
 
 pkgname=libiio
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc="Interface to the Linux Industrial Input/Output (IIO) Subsystem"
 arch=('x86_64')
@@ -14,7 +14,8 @@
 optdepends=('python: Python bindings')
 provides=('libiio.so')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/analogdevicesinc/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('82826c3f4974b279d8f22de4eaa415bc61da242c1474c59c6e744a1083f015ab42cdf0573816bd02b7aee6fee6ed86a0504c9f28de35f925fa8e5c9811dd8648')
+sha512sums=('d3b1e1da46764025d757d558ba623730ac08c590261e546aa3c8e628959a74e40c90eedfc1eb2198f4a67a14e1900647fd150d7545e2c7cb44e72bbbab5f116a')
+b2sums=('9dfbeee48a0685496f9f257c947b791b91c1e675f33437aa8f7ce9afd0763df641fd90dbaf3a0d41c1b63dc7ad54c437a12992ede7f10582ebf2a2bc0aa92695')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-08-20 Thread David Runge via arch-commits
Date: Friday, August 20, 2021 @ 16:39:34
  Author: dvzrv
Revision: 1004007

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 16:39:13 UTC (rev 1004006)
+++ PKGBUILD2021-08-20 16:39:34 UTC (rev 1004007)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-_name=orjson
-pkgname=python-orjson
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
-arch=('x86_64')
-url="https://github.com/ijl/orjson;
-license=('Apache' 'MIT')
-depends=('python')
-makedepends=('maturin' 'python-pip' 'rust')
-checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
-'python-pytz' 'python-xxhash')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('e543724ce2586f77d9554e9ae9657980076ad7e40054a35c5a59064d735be30d7af0caa940a9dd91bb5167e8df92e036c5c06c199d5099f7ae416cf76291d491')
-b2sums=('fd7d5efca3f60f940d9b6e0d275083d6dc7424d2e8b26fdf41b72f40ce0d877a2050c654a6df867d93c46a6bc25060174026f0844040b312df50fa502a356ec3')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  maturin build --no-sdist \
---release \
---strip
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgname-$pkgver"
-  mkdir -vp testdir
-  export PIP_CONFIG_FILE=/dev/null
-  pip install --isolated \
-  --root="testdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PIP_CONFIG_FILE='/dev/null'
-  pip install --isolated \
-  --root="$pkgdir" \
-  --ignore-installed \
-  --no-deps target/wheels/*.whl
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-orjson/repos/community-x86_64/PKGBUILD (from rev 1004006, 
python-orjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 16:39:34 UTC (rev 1004007)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=orjson
+pkgname=python-orjson
+pkgver=3.6.3
+pkgrel=1
+pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
+arch=('x86_64')
+url="https://github.com/ijl/orjson;
+license=('Apache' 'MIT')
+depends=('python')
+makedepends=('maturin' 'python-pip' 'rust')
+checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
+'python-pytz' 'python-xxhash')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('d915574e0643d2a7a678242dafc1588e01ad2698d982a7af632c67f764e19e5c2e19fd91e3d57691f0bcc0fffde25a90348f653ab17c6bd01d6d78e33adacf9c')
+b2sums=('415920864abb9c895c3f158afe46b502c0dc40a617e79c08d19fa84eb3cb4a0c9a768fdc0a0d1a23b16234ebc3ceb1cc7e93f3b8eb108f96c2c6f7a05d53b1f3')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  maturin build --no-sdist \
+--release \
+--strip
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgname-$pkgver"
+  mkdir -vp testdir
+  export PIP_CONFIG_FILE=/dev/null
+  pip install --isolated \
+  --root="testdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  export 
PYTHONPATH="testdir/usr/lib/python${python_version}/site-packages:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PIP_CONFIG_FILE='/dev/null'
+  pip install --isolated \
+  --root="$pkgdir" \
+  --ignore-installed \
+  --no-deps target/wheels/*.whl
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE-* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-08-20 Thread David Runge via arch-commits
Date: Friday, August 20, 2021 @ 16:39:13
  Author: dvzrv
Revision: 1004006

upgpkg: python-orjson 3.6.3-1: Upgrade to 3.6.3.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 15:54:58 UTC (rev 1004005)
+++ PKGBUILD2021-08-20 16:39:13 UTC (rev 1004006)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('e543724ce2586f77d9554e9ae9657980076ad7e40054a35c5a59064d735be30d7af0caa940a9dd91bb5167e8df92e036c5c06c199d5099f7ae416cf76291d491')
-b2sums=('fd7d5efca3f60f940d9b6e0d275083d6dc7424d2e8b26fdf41b72f40ce0d877a2050c654a6df867d93c46a6bc25060174026f0844040b312df50fa502a356ec3')
+sha512sums=('d915574e0643d2a7a678242dafc1588e01ad2698d982a7af632c67f764e19e5c2e19fd91e3d57691f0bcc0fffde25a90348f653ab17c6bd01d6d78e33adacf9c')
+b2sums=('415920864abb9c895c3f158afe46b502c0dc40a617e79c08d19fa84eb3cb4a0c9a768fdc0a0d1a23b16234ebc3ceb1cc7e93f3b8eb108f96c2c6f7a05d53b1f3')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



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

2021-08-20 Thread Pierre Schmitz via arch-commits
Date: Friday, August 20, 2021 @ 16:24:27
  Author: pierre
Revision: 422410

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 422409, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-20 16:24:21 UTC (rev 422409)
+++ PKGBUILD2021-08-20 16:24:27 UTC (rev 422410)
@@ -1,51 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=2.1.5
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php' 'unzip')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'be95557cc36eeb82da0f4340a469bad56b57f742d2891892dcb2f8b0179790ec')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}"
-
-   mkdir integration-test
-   cd integration-test
-
-   php "${srcdir}/${pkgname}/composer.phar" init \
-   --no-interaction \
-   --type=project \
-   --name='archlinux/test' \
-   --description='Composer Test Project' \
-   --license='GPL-3.0-or-later' \
-   --require='symfony/console:*'
-   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
-   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 422409, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-20 16:24:27 UTC (rev 422410)
@@ -0,0 +1,51 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=2.1.6
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php' 'unzip')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+   
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha256sums=('SKIP'
+'72524ccebcb071968eb83284507225fdba59f223719b2b3f333d76c8a9ac6b72')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" install --no-interaction 
--no-dev --no-progress --prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}"
+
+   mkdir integration-test
+   cd integration-test
+
+   php "${srcdir}/${pkgname}/composer.phar" init \
+   --no-interaction \
+   --type=project \
+   --name='archlinux/test' \
+   --description='Composer Test Project' \
+   --license='GPL-3.0-or-later' \
+   --require='symfony/console:*'
+   php "${srcdir}/${pkgname}/composer.phar" update --no-interaction 
--no-progress --prefer-dist
+   php "${srcdir}/${pkgname}/composer.phar" validate --no-interaction
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}



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

2021-08-20 Thread Pierre Schmitz via arch-commits
Date: Friday, August 20, 2021 @ 16:24:21
  Author: pierre
Revision: 422409

upgpkg: composer 2.1.6-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-20 15:40:11 UTC (rev 422408)
+++ PKGBUILD2021-08-20 16:24:21 UTC (rev 422409)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=2.1.5
+pkgver=2.1.6
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -12,7 +12,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};

"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha256sums=('SKIP'
-'be95557cc36eeb82da0f4340a469bad56b57f742d2891892dcb2f8b0179790ec')
+'72524ccebcb071968eb83284507225fdba59f223719b2b3f333d76c8a9ac6b72')
 
 prepare() {
cd "${srcdir}/${pkgname}"



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

2021-08-20 Thread Caleb Maclennan via arch-commits
Date: Friday, August 20, 2021 @ 15:54:58
  Author: alerque
Revision: 1004005

archrelease: copy trunk to community-any

Added:
  vcsh/repos/community-any/
  vcsh/repos/community-any/PKGBUILD
(from rev 1004004, vcsh/trunk/PKGBUILD)

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

Copied: vcsh/repos/community-any/PKGBUILD (from rev 1004004, 
vcsh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-08-20 15:54:58 UTC (rev 1004005)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Evan Pitstick 
+# Contributor: Chet Gray 
+# Contributor: joni 
+# Contributor: Dieter Plaetinck 
+
+pkgname=vcsh
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Version Control System for $HOME that manages multiple Git 
repositories'
+arch=(any)
+url="https://github.com/RichiH/$pkgname;
+license=(GPL)
+depends=(git)
+makedepends=(ruby-ronn)
+checkdepends=(perl
+  perl-shell-command
+  perl-test-most)
+source=("$pkgname::git+$url.git")
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('7bfe24dea6e332a562db7564727041a7ff59344491a8b8961143461314502060')
+
+
+build() {
+   cd "$_archive"
+   ./configure --prefix /usr
+   make
+}
+
+check() {
+   cd "$_archive"
+   make test
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" install
+}



  1   2   >