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

2022-07-21 Thread Ike Devolder via arch-commits
Date: Friday, July 22, 2022 @ 05:26:53
  Author: idevolder
Revision: 1255176

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/0001-add-support-for-user-flags.patch
(from rev 1255175, vivaldi/trunk/0001-add-support-for-user-flags.patch)
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 1255175, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 1255175, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/0001-add-support-for-user-flags.patch
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

---+
 0001-add-support-for-user-flags.patch |   74 ++--
 PKGBUILD  |  112 +-
 eula.txt  |  192 
 3 files changed, 189 insertions(+), 189 deletions(-)

Deleted: 0001-add-support-for-user-flags.patch
===
--- 0001-add-support-for-user-flags.patch   2022-07-22 05:26:47 UTC (rev 
1255175)
+++ 0001-add-support-for-user-flags.patch   2022-07-22 05:26:53 UTC (rev 
1255176)
@@ -1,37 +0,0 @@
-From 68c2dec905a7c88895c458dd40708ab9989385cf Mon Sep 17 00:00:00 2001
-From: BlackEagle 
-Date: Wed, 19 Jan 2022 20:57:58 +0100
-Subject: [PATCH] add support for user flags
-
-Signed-off-by: BlackEagle 

- vivaldi-stable | 9 -
- 1 file changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/vivaldi-stable b/vivaldi-stable
-index 5b5f1bf..8e95859 100755
 a/vivaldi-stable
-+++ b/vivaldi-stable
-@@ -53,6 +53,13 @@ export CHROME_VERSION_EXTRA="stable"
- # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
- export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
- 
-+# Allow users to override command-line options
-+XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
-+VIVALDI_USER_FLAGS=""
-+if [[ -f "$XDG_CONFIG_HOME/vivaldi-$CHROME_VERSION_EXTRA.conf" ]]; then
-+   VIVALDI_USER_FLAGS="$(cat 
"$XDG_CONFIG_HOME/vivaldi-$CHROME_VERSION_EXTRA.conf")"
-+fi
-+
- # Sanitize std{in,out,err} because they'll be shared with untrusted child
- # processes (http://crbug.com/376567).
- exec < /dev/null
-@@ -60,4 +67,4 @@ exec > >(exec cat)
- exec 2> >(exec cat >&2)
- 
- # Note: exec -a below is a bashism.
--exec -a "$0" "$HERE/vivaldi-bin" "$@"
-+exec -a "$0" "$HERE/vivaldi-bin" $VIVALDI_USER_FLAGS "$@"
--- 
-2.34.1
-

Copied: vivaldi/repos/community-x86_64/0001-add-support-for-user-flags.patch 
(from rev 1255175, vivaldi/trunk/0001-add-support-for-user-flags.patch)
===
--- 0001-add-support-for-user-flags.patch   (rev 0)
+++ 0001-add-support-for-user-flags.patch   2022-07-22 05:26:53 UTC (rev 
1255176)
@@ -0,0 +1,37 @@
+From 68c2dec905a7c88895c458dd40708ab9989385cf Mon Sep 17 00:00:00 2001
+From: BlackEagle 
+Date: Wed, 19 Jan 2022 20:57:58 +0100
+Subject: [PATCH] add support for user flags
+
+Signed-off-by: BlackEagle 
+---
+ vivaldi-stable | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/vivaldi-stable b/vivaldi-stable
+index 5b5f1bf..8e95859 100755
+--- a/vivaldi-stable
 b/vivaldi-stable
+@@ -53,6 +53,13 @@ export CHROME_VERSION_EXTRA="stable"
+ # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
+ export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
+ 
++# Allow users to override command-line options
++XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
++VIVALDI_USER_FLAGS=""
++if [[ -f "$XDG_CONFIG_HOME/vivaldi-$CHROME_VERSION_EXTRA.conf" ]]; then
++   VIVALDI_USER_FLAGS="$(cat 
"$XDG_CONFIG_HOME/vivaldi-$CHROME_VERSION_EXTRA.conf")"
++fi
++
+ # Sanitize std{in,out,err} because they'll be shared with untrusted child
+ # processes (http://crbug.com/376567).
+ exec < /dev/null
+@@ -60,4 +67,4 @@ exec > >(exec cat)
+ exec 2> >(exec cat >&2)
+ 
+ # Note: exec -a below is a bashism.
+-exec -a "$0" "$HERE/vivaldi-bin" "$@"
++exec -a "$0" "$HERE/vivaldi-bin" $VIVALDI_USER_FLAGS "$@"
+-- 
+2.34.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 05:26:47 UTC (rev 1255175)
+++ PKGBUILD2022-07-22 05:26:53 UTC (rev 1255176)
@@ -1,56 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=5.3.2679.68-1
-pkgver=5.3.2679.68
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com;
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('w3m')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'libnotify: native notifications'
-)

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

2022-07-21 Thread Ike Devolder via arch-commits
Date: Friday, July 22, 2022 @ 05:26:47
  Author: idevolder
Revision: 1255175

upgpkg: vivaldi 5.3.2679.70-1

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 05:17:09 UTC (rev 1255174)
+++ PKGBUILD2022-07-22 05:26:47 UTC (rev 1255175)
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=5.3.2679.68-1
-pkgver=5.3.2679.68
+_rpmversion=5.3.2679.70-1
+pkgver=5.3.2679.70
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -18,7 +18,7 @@
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
 '0001-add-support-for-user-flags.patch')
-sha512sums=('c2c030d744b8688e4a6aead95380fa6cd51281876ee1e55865c93b4bc9d32f025bfe7debdb6fccbad53b257d3e097d70af9dff8c07818c22854a2f4cfe58a7ad'
+sha512sums=('4d8d11de3bf1faa9443a1b101b3843625b2fe4f25e0275455564bb5285f91222f3f9b2f2d89e1ce87144830090eabb9a011b3f71b9c6ffcd3c56c8fec1da1678'
 
'334db2056114fdbf07407b1cee24284f019df7a15acd711ed016bab1a1ab211abf3884ed848f3496486e7c78056108ccf1e88547e22b787bc4f548c6785f64d2')
 
 package() {



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

2022-07-21 Thread Jan Steffens via arch-commits
Date: Friday, July 22, 2022 @ 05:17:09
  Author: heftig
Revision: 1255174

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
(from rev 1255173, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1255173, lib32-nss/trunk/PKGBUILD)

+
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch |   57 +++
 PKGBUILD   |   67 +++
 2 files changed, 124 insertions(+)

Copied: 
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 (from rev 1255173, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
===
--- multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
2022-07-22 05:17:09 UTC (rev 1255174)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 12 Dec 2020 13:43:54 +0100
+Subject: [PATCH] Hack mpi_x64.s to work with -fno-plt
+
+---
+ lib/freebl/mpi/mpi_x86.s | 23 +--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+diff --git a/lib/freebl/mpi/mpi_x86.s b/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c326..b3ca1ce5b41b 100644
+--- a/lib/freebl/mpi/mpi_x86.s
 b/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi

Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 1255173, 
lib32-nss/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-07-22 05:17:09 UTC (rev 1255174)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.81
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=('lib32-nspr>=4.34' lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' 
nss)
+makedepends=(perl python gyp mercurial)
+options=(debug)
+_revision=01d45a3c6d270940f4514cebdeed150f972b4f2b
+source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
+sha256sums=('SKIP'
+'e95b3fea802aba8ae1cfff45fa7881ec0e8d092d58a10f098caae4d5f878305e')
+
+pkgver() {
+  cd nss
+  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
+}
+
+prepare() {
+  cd nss
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np1 -i ../0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
+}
+
+build() {
+  cd nss
+  ./build.sh \
+--target ia32 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package() {
+  local nsprver="$(i686-pc-linux-gnu-pkg-config --modversion nspr)"
+  local libdir=/usr/lib32
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+# vim:set sw=2 et:



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

2022-07-21 Thread Jan Steffens via arch-commits
Date: Friday, July 22, 2022 @ 05:17:09
  Author: heftig
Revision: 451534

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 451533, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 451533, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 451533, nss/trunk/certdata2pem.py)

-+
 PKGBUILD|  101 +
 bundle.sh   |   22 ++
 certdata2pem.py |  413 ++
 3 files changed, 536 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 451533, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-22 05:17:09 UTC (rev 451534)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.81
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=('nspr>=4.34' sqlite zlib sh 'p11-kit>=0.23.19')
+makedepends=(perl python gyp mercurial)
+options=(debug)
+_revision=01d45a3c6d270940f4514cebdeed150f972b4f2b
+source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+certdata2pem.py bundle.sh)
+sha256sums=('SKIP'
+'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+pkgver() {
+  cd nss
+  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
+}
+
+prepare() {
+  mkdir -p certs
+  ln -srft certs nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h}
+}
+
+build() {
+  cd certs
+  ../certdata2pem.py
+
+  cd ..
+  ./bundle.sh
+
+  cd nss
+  ./build.sh \
+--target x64 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package_nss() {
+  local nsprver="$(pkg-config --modversion nspr)"
+  local libdir=/usr/lib
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  local vmajor vminor vpatch
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,$libdir,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  install -Dt "$pkgdir/usr/bin" \
+dist/Release/bin/{*util,shlibsign,signtool,signver,ssltap}
+
+  install -Dt "$pkgdir/usr/include/nss" -m644 dist/public/nss/*.h
+
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 \
+nss/doc/nroff/{*util,signtool,signver,ssltap}.1
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=('ca-certificates-utils>=20181109-3')
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}
+
+# vim:set sw=2 et:

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 451533, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2022-07-22 05:17:09 UTC (rev 451534)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 451533, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2022-07-22 05:17:09 UTC (rev 451534)
@@ -0,0 +1,413 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public 

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

2022-07-21 Thread Jan Steffens via arch-commits
Date: Friday, July 22, 2022 @ 05:16:37
  Author: heftig
Revision: 1255173

3.81-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:50:43 UTC (rev 1255172)
+++ PKGBUILD2022-07-22 05:16:37 UTC (rev 1255173)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.80
+pkgver=3.81
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -13,7 +13,7 @@
 depends=('lib32-nspr>=4.34' lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' 
nss)
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=9fb4de4bec24f23c7b5580d7c53607e432a4520d
+_revision=01d45a3c6d270940f4514cebdeed150f972b4f2b
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
 sha256sums=('SKIP'



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

2022-07-21 Thread Jan Steffens via arch-commits
Date: Friday, July 22, 2022 @ 05:16:33
  Author: heftig
Revision: 451533

3.81-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:56:25 UTC (rev 451532)
+++ PKGBUILD2022-07-22 05:16:33 UTC (rev 451533)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.80
+pkgver=3.81
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -12,7 +12,7 @@
 depends=('nspr>=4.34' sqlite zlib sh 'p11-kit>=0.23.19')
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=9fb4de4bec24f23c7b5580d7c53607e432a4520d
+_revision=01d45a3c6d270940f4514cebdeed150f972b4f2b
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 certdata2pem.py bundle.sh)
 sha256sums=('SKIP'



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:40:24
  Author: felixonmars
Revision: 1255165

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1255164, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
1255164, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:40:24 UTC (rev 1255165)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.1.0
+pkgrel=7
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 
'haskell-lsp-test'
+ 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('beec6e4aa1d0265ae0a8c5b7e12bb25b3e37f60ea74537f4489f1d48c4b4e1848025def1d3206210e82438d09b953bbeff1e222fca1cc6a5689c258c2c91d78c')
+
+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=-fllvm \
+--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
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" 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"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:40:12
  Author: felixonmars
Revision: 1255164

upgpkg: dhall-lsp-server 1.1.0-7: rebuild with lens-family-core 2.1.2

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:40:04 UTC (rev 1255163)
+++ PKGBUILD2022-07-22 03:40:12 UTC (rev 1255164)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
 license=("custom:MIT")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:39:52
  Author: felixonmars
Revision: 1255162

upgpkg: dhall-yaml 1.2.10-58: rebuild with lens-family-core 2.1.2

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:39:05 UTC (rev 1255161)
+++ PKGBUILD2022-07-22 03:39:52 UTC (rev 1255162)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.10
-pkgrel=57
+pkgrel=58
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
 license=("GPL3")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:40:04
  Author: felixonmars
Revision: 1255163

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 1255162, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:40:04 UTC (rev 1255163)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.10
+pkgrel=58
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('d475e2ba0c7f5b03dfba7b6faf563b270ef558cb5a2dde9c7e29707a2a44028ad33fb02284ae140b96b9f2ac6722a6d17ef6e5a1ac8610328dfa8e22b8505733')
+
+prepare() {
+  cd $pkgname-$pkgver
+  gen-setup
+}
+
+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=-fllvm \
+--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
+  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
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:39:05
  Author: felixonmars
Revision: 1255161

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 1255160, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:39:05 UTC (rev 1255161)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.7.10
+pkgrel=57
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-lens-family-core' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4e1e524c28604743f2f767dee72b31a328bf01cd6ee5d297dc1fa97b99cd0200a9a3e791a084ad3b9b4e402754b2060d9f461c104f82bfb6ae50944b6c20781b')
+
+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=-fllvm
+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/2151
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:38:54
  Author: felixonmars
Revision: 1255160

upgpkg: dhall-json 1.7.10-57: rebuild with lens-family-core 2.1.2

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:38:44 UTC (rev 1255159)
+++ PKGBUILD2022-07-22 03:38:54 UTC (rev 1255160)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.7.10
-pkgrel=56
+pkgrel=57
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:38:44
  Author: felixonmars
Revision: 1255159

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 1255158, dhall-docs/trunk/PKGBUILD)

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

Copied: dhall-docs/repos/community-staging-x86_64/PKGBUILD (from rev 1255158, 
dhall-docs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:38:44 UTC (rev 1255159)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-docs
+pkgver=1.0.9
+pkgrel=62
+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-base16-bytestring' 'haskell-cryptohash-sha256' 
'dhall'
+ 'haskell-file-embed' 'haskell-lens-family-core' 'haskell-lucid' 
'haskell-megaparsec'
+ 'haskell-mmark' 'haskell-optparse-applicative' 'haskell-path' 
'haskell-path-io'
+ 'haskell-prettyprinter')
+makedepends=('ghc' 'haskell-doctest' 'haskell-foldl' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-silver' 'haskell-turtle')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ad03a2b8130f1ecc17e4a647f70e7fdee7e49dc7451f980f090d0364b724ee26ee39ee7e87683e9765bba947371d96b64f4411132d8f8a24d3a169684b10fbf0')
+
+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=-fllvm \
+--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
+  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"
+  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)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:38:31
  Author: felixonmars
Revision: 1255158

upgpkg: dhall-docs 1.0.9-62: rebuild with lens-family-core 2.1.2

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:38:09 UTC (rev 1255157)
+++ PKGBUILD2022-07-22 03:38:31 UTC (rev 1255158)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.9
-pkgrel=61
+pkgrel=62
 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 dhall-bash/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:38:09
  Author: felixonmars
Revision: 1255157

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 1255156, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:38:09 UTC (rev 1255157)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.40
+pkgrel=64
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1936c795f843af2fd5556f0e2cb041218bdb3a205a0e35d215a24d235a615c2e6267f06cb4e58848c2dc6319bfbd306e3cae8321e41f25e9326f28737071b9a6')
+
+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=-fllvm
+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}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:37:57
  Author: felixonmars
Revision: 1255156

upgpkg: dhall-bash 1.0.40-64: rebuild with lens-family-core 2.1.2

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:37:20 UTC (rev 1255155)
+++ PKGBUILD2022-07-22 03:37:57 UTC (rev 1255156)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.40
-pkgrel=63
+pkgrel=64
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:37:20
  Author: felixonmars
Revision: 1255155

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 1255154, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:37:20 UTC (rev 1255155)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.41.1
+pkgrel=53
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-base16-bytestring' 
'haskell-case-insensitive'
+ 'haskell-cborg' 'haskell-cborg-json' 'haskell-contravariant' 
'haskell-cryptohash-sha256'
+ 'haskell-data-fix' 'haskell-diff' 'haskell-dotgen' 'haskell-either' 
'haskell-half'
+ 'haskell-hashable' 'haskell-lens-family-core' 'haskell-megaparsec' 
'haskell-mmorph'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-parsers'
+ 'haskell-parser-combinators' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-pretty-simple' 'haskell-profunctors' 'haskell-repline' 
'haskell-serialise'
+ 'haskell-scientific' 'haskell-text-manipulate' 
'haskell-th-lift-instances'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 
'haskell-cryptonite'
+ 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 
'haskell-generic-random' 'haskell-mockery'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-special-values'
+ 'haskell-spoon' 'haskell-system-filepath' 'haskell-tasty'
+ 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-silver' 'haskell-temporary' 'haskell-turtle')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c5f58d47ae9acb6fd8fe4c267963ad5c2eb0091354bcbeda43a193b12b5db1ec456597cc42357b571b869fc39cb9929a19c62b59aa3682da3c3e594dac8541a0')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u pretty-simple $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=-fllvm
+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}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:37:08
  Author: felixonmars
Revision: 1255154

upgpkg: dhall 1.41.1-53: rebuild with lens-family-core 2.1.2

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:25:53 UTC (rev 1255153)
+++ PKGBUILD2022-07-22 03:37:08 UTC (rev 1255154)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.41.1
-pkgrel=52
+pkgrel=53
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:25:53
  Author: felixonmars
Revision: 1255153

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lens-family-core/repos/community-staging-x86_64/
  haskell-lens-family-core/repos/community-staging-x86_64/PKGBUILD
(from rev 1255152, haskell-lens-family-core/trunk/PKGBUILD)

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

Copied: haskell-lens-family-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255152, haskell-lens-family-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:25:53 UTC (rev 1255153)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lens-family-core
+pkgname=haskell-lens-family-core
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Haskell 2022 Lens Families"
+url="https://hub.darcs.net/roconnor/lens-family;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1c13845211e6066768a945b787bc35b144a17b40a6b0c2fe9876635d9613ea200dc10b30b6d7a641d9cfeb1b91e2e918e8799d3514315582019c73ace46a2d21')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-lens-family-core/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:25:39
  Author: felixonmars
Revision: 1255152

upgpkg: haskell-lens-family-core 2.1.2-1: rebuild with lens-family-core 2.1.2

Modified:
  haskell-lens-family-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:04:59 UTC (rev 1255151)
+++ PKGBUILD2022-07-22 03:25:39 UTC (rev 1255152)
@@ -2,8 +2,8 @@
 
 _hkgname=lens-family-core
 pkgname=haskell-lens-family-core
-pkgver=2.1.0
-pkgrel=9
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="Haskell 2022 Lens Families"
 url="https://hub.darcs.net/roconnor/lens-family;
 license=('BSD')
@@ -11,13 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a51e3593320934104e964c0e0021c2d7a6fd486ca8f2b559feb6df320d8394fbd6a51afc7b99e28a41f10aec0ad671b903ea0c91ba2f7a613c4c9023c81b7d6d')
+sha512sums=('1c13845211e6066768a945b787bc35b144a17b40a6b0c2fe9876635d9613ea200dc10b30b6d7a641d9cfeb1b91e2e918e8799d3514315582019c73ace46a2d21')
 
 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 \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:04:54
  Author: felixonmars
Revision: 1255145

archrelease: copy trunk to community-any

Added:
  acorn/repos/community-any/PKGBUILD
(from rev 1255140, acorn/trunk/PKGBUILD)
Deleted:
  acorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 03:04:52 UTC (rev 1255144)
+++ PKGBUILD2022-07-22 03:04:54 UTC (rev 1255145)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=acorn
-pkgver=8.7.1
-epoch=1
-pkgrel=1
-pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
-arch=('any')
-url='https://github.com/ternjs/acorn'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5f1e78b8b250675f652b28055ce5acb1c2946ec0595b408fca43e155076121e230adb3e6273a9e0120c89dcf272819e9fc94fa8a04ecf36a8f5f3d3af47f08fc')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: acorn/repos/community-any/PKGBUILD (from rev 1255140, 
acorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 03:04:54 UTC (rev 1255145)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=8.8.0
+epoch=1
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('40ec728a03d5ae96761974fe3c5c994e5e93b4e15ce5e8311c83fd22543e45bba942e5f84644ff05e7b8fe442e0b4d9793383ce09713ee82d8b43210c69fafef')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:04:39
  Author: felixonmars
Revision: 1255134

upgpkg: acorn 1:8.8.0-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 03:02:52 UTC (rev 1255133)
+++ PKGBUILD2022-07-22 03:04:39 UTC (rev 1255134)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=8.7.1
+pkgver=8.8.0
 epoch=1
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5f1e78b8b250675f652b28055ce5acb1c2946ec0595b408fca43e155076121e230adb3e6273a9e0120c89dcf272819e9fc94fa8a04ecf36a8f5f3d3af47f08fc')
+sha512sums=('40ec728a03d5ae96761974fe3c5c994e5e93b4e15ce5e8311c83fd22543e45bba942e5f84644ff05e7b8fe442e0b4d9793383ce09713ee82d8b43210c69fafef')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:02:52
  Author: felixonmars
Revision: 1255133

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 1255132, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255132, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 03:02:52 UTC (rev 1255133)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=233
+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-call-hierarchy-plugin' 'haskell-hls-eval-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-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-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=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $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=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  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)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 03:02:40
  Author: felixonmars
Revision: 1255132

upgpkg: haskell-language-server 1.3.0.0-233: rebuild with hls-plugin-api 1.2.0.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:58:55 UTC (rev 1255131)
+++ PKGBUILD2022-07-22 03:02:40 UTC (rev 1255132)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=232
+pkgrel=233
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:58:55
  Author: felixonmars
Revision: 1255131

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:58:42 UTC (rev 1255130)
+++ PKGBUILD2022-07-22 02:58:55 UTC (rev 1255131)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cmd2
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="A tool for building interactive command line apps"
-arch=('any')
-url="https://github.com/python-cmd2/cmd2;
-license=('MIT')
-depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 
'python-pytest-xdist'
-  'vi')
-source=("https://pypi.io/packages/source/c/cmd2/cmd2-$pkgver.tar.gz;)
-sha512sums=('30d7a82a1c3d23431a40a7e99f10a4c23227e9ab073ab1d7fd83e516f54e9c90bda10e6072b50c0a2ca435498c1060e06b32a550409721899e28d2662995a8b8')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd cmd2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cmd2-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cmd2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cmd2/repos/community-any/PKGBUILD (from rev 1255130, 
python-cmd2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:58:55 UTC (rev 1255131)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cmd2
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A tool for building interactive command line apps"
+arch=('any')
+url="https://github.com/python-cmd2/cmd2;
+license=('MIT')
+depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 
'python-pytest-xdist'
+  'vi')
+source=("https://pypi.io/packages/source/c/cmd2/cmd2-$pkgver.tar.gz;)
+sha512sums=('4ecd4c71294bee86f02b39a588c42a7232309db54459c950f77734926dedc3ec273237b9615bab6ef8a499c65442e3d6f7d2e9f159ccca021db0b450435ffbc0')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd cmd2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cmd2-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cmd2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:58:42
  Author: felixonmars
Revision: 1255130

upgpkg: python-cmd2 2.4.0-1

Modified:
  python-cmd2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:57:56 UTC (rev 1255129)
+++ PKGBUILD2022-07-22 02:58:42 UTC (rev 1255130)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-cmd2
-pkgver=2.3.3
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 
'python-pytest-xdist'
   'vi')
 source=("https://pypi.io/packages/source/c/cmd2/cmd2-$pkgver.tar.gz;)
-sha512sums=('30d7a82a1c3d23431a40a7e99f10a4c23227e9ab073ab1d7fd83e516f54e9c90bda10e6072b50c0a2ca435498c1060e06b32a550409721899e28d2662995a8b8')
+sha512sums=('4ecd4c71294bee86f02b39a588c42a7232309db54459c950f77734926dedc3ec273237b9615bab6ef8a499c65442e3d6f7d2e9f159ccca021db0b450435ffbc0')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:57:56
  Author: felixonmars
Revision: 1255129

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:57:42 UTC (rev 1255128)
+++ PKGBUILD2022-07-22 02:57:56 UTC (rev 1255129)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cloudflare
-pkgver=2.9.10
-pkgrel=1
-pkgdesc='Python wrapper for the Cloudflare v4 API'
-arch=('any')
-license=('MIT')
-url='https://github.com/cloudflare/python-cloudflare'
-depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines' 
'python-beautifulsoup4')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/cloudflare/python-cloudflare/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('292e899bacf4799a009436a39386d8d5c0aa1b58910e393ffbab84cc736505d575242a54f1b10ac1617fb87b1fd72b1817a645cb9c471e589ee52f6c88339bec')
-
-build() {
-  cd python-cloudflare-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cloudflare-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
-}
-
-package() {
-  cd python-cloudflare-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-
-  rm -r "$pkgdir"/usr/lib/python3.10/site-packages/examples
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cloudflare/repos/community-any/PKGBUILD (from rev 1255128, 
python-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:57:56 UTC (rev 1255129)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cloudflare
+pkgver=2.9.11
+pkgrel=1
+pkgdesc='Python wrapper for the Cloudflare v4 API'
+arch=('any')
+license=('MIT')
+url='https://github.com/cloudflare/python-cloudflare'
+depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines' 
'python-beautifulsoup4')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/cloudflare/python-cloudflare/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0042664299295f95b48bc2fa553c066a9170566c225c458876fa5ddd47fef199936a4daa88516175bd7e0711dbbc4930281438c4d291d15b68c445fd2cf22ae1')
+
+build() {
+  cd python-cloudflare-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cloudflare-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
+}
+
+package() {
+  cd python-cloudflare-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  rm -r "$pkgdir"/usr/lib/python3.10/site-packages/examples
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:57:42
  Author: felixonmars
Revision: 1255128

upgpkg: python-cloudflare 2.9.11-1

Modified:
  python-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:57:00 UTC (rev 1255127)
+++ PKGBUILD2022-07-22 02:57:42 UTC (rev 1255128)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cloudflare
-pkgver=2.9.10
+pkgver=2.9.11
 pkgrel=1
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://github.com/cloudflare/python-cloudflare/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('292e899bacf4799a009436a39386d8d5c0aa1b58910e393ffbab84cc736505d575242a54f1b10ac1617fb87b1fd72b1817a645cb9c471e589ee52f6c88339bec')
+sha512sums=('0042664299295f95b48bc2fa553c066a9170566c225c458876fa5ddd47fef199936a4daa88516175bd7e0711dbbc4930281438c4d291d15b68c445fd2cf22ae1')
 
 build() {
   cd python-cloudflare-$pkgver



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:57:00
  Author: felixonmars
Revision: 1255127

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255126, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255126, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:57:00 UTC (rev 1255127)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=198
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('bf284033b7d2c3491b655ca32a7a791a4e62c838a4caafea36e28844052b2a192cf39d97ae1415a698ea22d7ffcc5f0290c37a91bba841b93c1ceabe089d7e07')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:40
  Author: felixonmars
Revision: 1255125

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255124, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255124, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:56:40 UTC (rev 1255125)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=201
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-pragmas-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:48
  Author: felixonmars
Revision: 1255126

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-198: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:56:40 UTC (rev 1255125)
+++ PKGBUILD2022-07-22 02:56:48 UTC (rev 1255126)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=197
+pkgrel=198
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-eval-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:28
  Author: felixonmars
Revision: 1255124

upgpkg: haskell-hls-eval-plugin 1.1.2.0-201: rebuild with hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:56:19 UTC (rev 1255123)
+++ PKGBUILD2022-07-22 02:56:28 UTC (rev 1255124)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=200
+pkgrel=201
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in python-setuptools/repos/testing-any (4 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:25
  Author: felixonmars
Revision: 451532

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 451531, python-setuptools/trunk/PKGBUILD)
  python-setuptools/repos/testing-any/system-validate-pyproject.patch
(from rev 451531, python-setuptools/trunk/system-validate-pyproject.patch)
Deleted:
  python-setuptools/repos/testing-any/PKGBUILD
  python-setuptools/repos/testing-any/system-validate-pyproject.patch

-+
 PKGBUILD|  190 +++---
 system-validate-pyproject.patch |   62 ++--
 2 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:56:11 UTC (rev 451531)
+++ PKGBUILD2022-07-22 02:56:25 UTC (rev 451532)
@@ -1,95 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=62.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-depends=('python-appdirs' 'python-jaraco.text' 'python-more-itertools' 
'python-nspektr'
- 'python-ordered-set' 'python-packaging' 'python-pyparsing' 
'python-tomli'
- 'python-validate-pyproject')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 
'python-pip' 'python-pip-run'
-  'python-pytest-fixture-config' 'python-pytest-flake8' 
'python-pytest-virtualenv'
-  'python-wheel' 'python-paver' 'python-pytest-cov' 
'python-sphinx' 'python-build'
-  'python-ini2toml' 'python-tomli-w')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;
-system-validate-pyproject.patch)
-sha512sums=('23be86aa5074350877be264738c354882345bcd0528628cce9afe31fb174416eac1f7cca3a06b37fc7e1a926aa0a74c2408fe082e8d02c015229b4c28aadc407'
-
'50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  cd setuptools-$pkgver
-
-  patch -p1 -i ../system-validate-pyproject.patch
-
-  rm -r {pkg_resources,setuptools}/{extern,_vendor} 
setuptools/config/_validate_pyproject
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find . -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'\./from /' \
-  -e 's/import '$_module.extern'\./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  -e 's/from \.\.extern\./from /' \
-  {} +
-  done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setup.cfg
-
-  # Fix shebang
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  # 1-7: skipping all tests using "setuptools_sdist", "setuptools_wheel" (or 
"venv" which uses the latter)
-  # 8-9: subtle difference introduced by devendoring
-  # 10-11: TODO
-  PRE_BUILT_SETUPTOOLS_SDIST="$PWD"/build/lib python -m pytest \
---deselect setuptools/tests/integration/test_pip_install_sdist.py \
---deselect setuptools/tests/test_distutils_adoption.py \
---deselect 
setuptools/tests/test_setuptools.py::test_its_own_wheel_does_not_contain_tests \
---deselect setuptools/tests/test_virtualenv.py \
---deselect 
setuptools/tests/test_editable_install.py::test_editable_with_pyproject \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist
 \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel
 \
---deselect 
setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg
 \
---deselect 
setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example \
---deselect setuptools/tests/test_dist_info.py::TestWheelCompatibility \
---deselect 

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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:19
  Author: felixonmars
Revision: 1255123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:56:07 UTC (rev 1255122)
+++ PKGBUILD2022-07-22 02:56:19 UTC (rev 1255123)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-daiquiri
-pkgver=3.0.1
-pkgrel=3
-pkgdesc='Library to configure Python logging easily'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/daiquiri'
-depends=('python-json-logger')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz;)
-sha512sums=('4ccf04ae22b422a0a94eadc07ea28e397f27aa0052cf32eb42ecbd1273c20349f90325da91e3cd2bed8c7820f54966978c65f139303624b23f155404957bfa30')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd daiquiri-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd daiquiri-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd daiquiri-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-daiquiri/repos/community-any/PKGBUILD (from rev 1255122, 
python-daiquiri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:56:19 UTC (rev 1255123)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-daiquiri
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Library to configure Python logging easily'
+arch=('any')
+license=('Apache')
+url='https://github.com/Mergifyio/daiquiri'
+depends=('python-json-logger')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Mergifyio/daiquiri/archive/$pkgver.tar.gz;)
+sha512sums=('5ddf4e0987130545f26090e629fb4f569f5d29fc7579d51869ad2046fdfec97275cad55f2a1aadc241c94f63e13fcda5951bcda5bca759c962d5a312575c52bc')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd daiquiri-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd daiquiri-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd daiquiri-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:11
  Author: felixonmars
Revision: 451531

upgpkg: python-setuptools 1:62.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 22:21:43 UTC (rev 451530)
+++ PKGBUILD2022-07-22 02:56:11 UTC (rev 451531)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=62.0.0
+pkgver=62.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -22,7 +22,7 @@
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;
 system-validate-pyproject.patch)
-sha512sums=('23be86aa5074350877be264738c354882345bcd0528628cce9afe31fb174416eac1f7cca3a06b37fc7e1a926aa0a74c2408fe082e8d02c015229b4c28aadc407'
+sha512sums=('8304363d09242bd3097c2c1c49f62c7b869886389871de34c937e08ff257a09211b5cfc087461b89ae76554c4618aec677a7f1d99490d11bc4fac84cf8b7506b'
 
'50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:56:07
  Author: felixonmars
Revision: 1255122

upgpkg: python-daiquiri 3.1.0-1

Modified:
  python-daiquiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:44:57 UTC (rev 1255121)
+++ PKGBUILD2022-07-22 02:56:07 UTC (rev 1255122)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-daiquiri
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Library to configure Python logging easily'
 arch=('any')
 license=('Apache')
-url='https://github.com/jd/daiquiri'
+url='https://github.com/Mergifyio/daiquiri'
 depends=('python-json-logger')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/daiquiri/archive/$pkgver.tar.gz;)
-sha512sums=('4ccf04ae22b422a0a94eadc07ea28e397f27aa0052cf32eb42ecbd1273c20349f90325da91e3cd2bed8c7820f54966978c65f139303624b23f155404957bfa30')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Mergifyio/daiquiri/archive/$pkgver.tar.gz;)
+sha512sums=('5ddf4e0987130545f26090e629fb4f569f5d29fc7579d51869ad2046fdfec97275cad55f2a1aadc241c94f63e13fcda5951bcda5bca759c962d5a312575c52bc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:15
  Author: felixonmars
Revision: 1255117

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/
  haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255116, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-stylish-haskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255116, haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:44:15 UTC (rev 1255117)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-stylish-haskell-plugin
+pkgname=haskell-hls-stylish-haskell-plugin
+pkgver=1.0.0.2
+pkgrel=200
+pkgdesc="Integration with the Stylish Haskell code formatter"
+url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'stylish-haskell')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d850d4be6cc746b6279512bb359efda197aeebd467a59a21670f3b95977c6ba086852dedde3c48171f0cff8405c8e340dea44fe3e187e4731a06eb112502ad9c')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat -u stylish-haskell $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-floskell-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:23
  Author: felixonmars
Revision: 1255118

upgpkg: haskell-hls-floskell-plugin 1.0.0.1-200: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-floskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:44:15 UTC (rev 1255117)
+++ PKGBUILD2022-07-22 02:44:23 UTC (rev 1255118)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.1
-pkgrel=199
+pkgrel=200
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:57
  Author: felixonmars
Revision: 1255121

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255120, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255120, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:44:57 UTC (rev 1255121)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=198
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('4b3103a98ec57c9f050ffd1c534a0e23b1bfcbe78dda441c351b874939ce34a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-floskell-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:36
  Author: felixonmars
Revision: 1255119

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255118, haskell-hls-floskell-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255118, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:44:36 UTC (rev 1255119)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.1
+pkgrel=200
+pkgdesc="Integration with the Floskell code formatter"
+url="https://hackage.haskell.org/package/hls-floskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-floskell' 'haskell-ghcide' 
'haskell-hls-plugin-api' 'haskell-lsp-types')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0f420355b67447426e77f149a5cf735f613b2c863b08f625e0a0d91a33bcf565684d702f67743ef9d50eaa235551c30c76743fedd78ead9fbed429e838acf113')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:44
  Author: felixonmars
Revision: 1255120

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-198: rebuild with 
hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:44:36 UTC (rev 1255119)
+++ PKGBUILD2022-07-22 02:44:44 UTC (rev 1255120)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=197
+pkgrel=198
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-stylish-haskell-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:44:02
  Author: felixonmars
Revision: 1255116

upgpkg: haskell-hls-stylish-haskell-plugin 1.0.0.2-200: rebuild with 
hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-stylish-haskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:43:54 UTC (rev 1255115)
+++ PKGBUILD2022-07-22 02:44:02 UTC (rev 1255116)
@@ -3,7 +3,7 @@
 _hkgname=hls-stylish-haskell-plugin
 pkgname=haskell-hls-stylish-haskell-plugin
 pkgver=1.0.0.2
-pkgrel=199
+pkgrel=200
 pkgdesc="Integration with the Stylish Haskell code formatter"
 url="https://hackage.haskell.org/package/hls-stylish-haskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:43:54
  Author: felixonmars
Revision: 1255115

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255114, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255114, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:43:54 UTC (rev 1255115)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=198
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0a4d0171df49d2d417dac00853a9f0c58618efb7a5805ab3b95441f0d8c60872947935ca94b33ca75518e311a136a893f0e3744fc49cdb94fba6f55367f3c0be')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-module-name-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:43:41
  Author: felixonmars
Revision: 1255114

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-198: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:43:33 UTC (rev 1255113)
+++ PKGBUILD2022-07-22 02:43:41 UTC (rev 1255114)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=197
+pkgrel=198
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-fourmolu-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:43:20
  Author: felixonmars
Revision: 1255112

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-207: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:43:12 UTC (rev 1255111)
+++ PKGBUILD2022-07-22 02:43:20 UTC (rev 1255112)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=206
+pkgrel=207
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:43:12
  Author: felixonmars
Revision: 1255111

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255110, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255110, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:43:12 UTC (rev 1255111)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=204
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:43:33
  Author: felixonmars
Revision: 1255113

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255112, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255112, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:43:33 UTC (rev 1255113)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=207
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u fourmolu -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:41:41
  Author: felixonmars
Revision: 1255107

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-test-utils/repos/community-staging-x86_64/
  haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 1255106, haskell-hls-test-utils/trunk/PKGBUILD)

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

Copied: haskell-hls-test-utils/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255106, haskell-hls-test-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:41:41 UTC (rev 1255107)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-test-utils
+pkgname=haskell-hls-test-utils
+pkgver=1.1.0.0
+pkgrel=198
+pkgdesc="Utilities used in the tests of Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-markup' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghcide' 'haskell-hls-graph' 
'haskell-hls-plugin-api'
+ 'haskell-hspec' 'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 
'haskell-lsp-test'
+ 'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-temporary'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('08bb01af48a07b37c6d99c6da42341147259ee3f26aef4737a796a62fabbe9600464fdecb3ae4908a4df24e044abf786bcf30103b15b8d7c72f12f9a0c07fcb5')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u hspec $_hkgname.cabal
+  # https://github.com/haskell/haskell-language-server/issues/1835
+  sed -i '/configOutputFile/d' src/Test/Hls/Util.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:42:59
  Author: felixonmars
Revision: 1255110

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-204: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:42:42 UTC (rev 1255109)
+++ PKGBUILD2022-07-22 02:42:59 UTC (rev 1255110)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=203
+pkgrel=204
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:42:29
  Author: felixonmars
Revision: 1255108

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.3-198: rebuild with 
hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:41:41 UTC (rev 1255107)
+++ PKGBUILD2022-07-22 02:42:29 UTC (rev 1255108)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.3
-pkgrel=197
+pkgrel=198
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:42:42
  Author: felixonmars
Revision: 1255109

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255108, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255108, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:42:42 UTC (rev 1255109)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.3
+pkgrel=198
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bc705b51d86d400c2f843330be5ffa9064726da64644cbc1a4c2fead1caaec5812c35ef499877aa9d07417c3854c933187dd227cd8c90f54042ead07f38bcc7')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:41:29
  Author: felixonmars
Revision: 1255106

upgpkg: haskell-hls-test-utils 1.1.0.0-198: rebuild with hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-test-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:41:21 UTC (rev 1255105)
+++ PKGBUILD2022-07-22 02:41:29 UTC (rev 1255106)
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.1.0.0
-pkgrel=197
+pkgrel=198
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:41:08
  Author: felixonmars
Revision: 1255104

upgpkg: python-geoip2 4.5.0-1

Modified:
  python-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:41:00 UTC (rev 1255103)
+++ PKGBUILD2022-07-22 02:41:08 UTC (rev 1255104)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-geoip2
-pkgver=4.4.0
-_testdatacommit=cbaa463dc6950ababbf678ca85fb3833b81c76d3
+pkgver=4.5.0
+_testdatacommit=2b37923df61aa3b5fb6c7edfbf4dc5fafa10258a
 pkgrel=1
 pkgdesc="MaxMind GeoIP2 API"
 url="https://github.com/maxmind/GeoIP2-python;
@@ -13,8 +13,8 @@
 checkdepends=('python-mocket')
 
source=("https://github.com/maxmind/GeoIP2-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
 
MaxMind-DB-$_testdatacommit.tar.gz::https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
-sha512sums=('78bf77f59f8d7fce7ae103d4186cac37bc4388d780ad38b5e7314b34ffa72bc96793202d3b5d8104d2509733300115dcd1c9d29bcf12beee5b415dee12ee6f3c'
-
'337552c1d6524ba31c1d3df55c0b6137ca2d5115529b8c1a619c82baa198886c274bac4228e456273851bddc46ca983ad2be6329b8f19d2769b745fb2c0f96b1')
+sha512sums=('a3701b7dbaf3c5b20b0f2b19742ecbb36da806fc7e156dc64852a2cdd9cfab2dfba47367b15bbe848016f36d20b30e91dc662e41e730d15476372cd872c01cd7'
+
'a192a9fec623ffb84e369289292bf4a87d91e9a604494583f3bff293eeed56ca1bc1e8db3f89dbccddafe8b35a1d0340ac754998a2c84f6e4d70dfc4d4c7aa1d')
 
 prepare() {
   cd GeoIP2-python-$pkgver



[arch-commits] Commit in haskell-hls-hlint-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:40:48
  Author: felixonmars
Revision: 1255102

upgpkg: haskell-hls-hlint-plugin 1.0.1.1-197: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-hlint-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:40:39 UTC (rev 1255101)
+++ PKGBUILD2022-07-22 02:40:48 UTC (rev 1255102)
@@ -3,7 +3,7 @@
 _hkgname=hls-hlint-plugin
 pkgname=haskell-hls-hlint-plugin
 pkgver=1.0.1.1
-pkgrel=196
+pkgrel=197
 pkgdesc="Hlint integration plugin with Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-hlint-plugin;
 license=("Apache")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:41:21
  Author: felixonmars
Revision: 1255105

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:41:08 UTC (rev 1255104)
+++ PKGBUILD2022-07-22 02:41:21 UTC (rev 1255105)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-geoip2
-pkgver=4.4.0
-_testdatacommit=cbaa463dc6950ababbf678ca85fb3833b81c76d3
-pkgrel=1
-pkgdesc="MaxMind GeoIP2 API"
-url="https://github.com/maxmind/GeoIP2-python;
-license=('Apache')
-arch=('any')
-depends=('python-aiohttp' 'python-maxminddb' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-mocket')
-source=("https://github.com/maxmind/GeoIP2-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-
MaxMind-DB-$_testdatacommit.tar.gz::https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
-sha512sums=('78bf77f59f8d7fce7ae103d4186cac37bc4388d780ad38b5e7314b34ffa72bc96793202d3b5d8104d2509733300115dcd1c9d29bcf12beee5b415dee12ee6f3c'
-
'337552c1d6524ba31c1d3df55c0b6137ca2d5115529b8c1a619c82baa198886c274bac4228e456273851bddc46ca983ad2be6329b8f19d2769b745fb2c0f96b1')
-
-prepare() {
-  cd GeoIP2-python-$pkgver
-  rmdir tests/data
-  ln -s "$srcdir"/MaxMind-DB-$_testdatacommit tests/data
-}
-
-build() {
-  cd GeoIP2-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd GeoIP2-python-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd GeoIP2-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-geoip2/repos/community-any/PKGBUILD (from rev 1255104, 
python-geoip2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:41:21 UTC (rev 1255105)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-geoip2
+pkgver=4.5.0
+_testdatacommit=2b37923df61aa3b5fb6c7edfbf4dc5fafa10258a
+pkgrel=1
+pkgdesc="MaxMind GeoIP2 API"
+url="https://github.com/maxmind/GeoIP2-python;
+license=('Apache')
+arch=('any')
+depends=('python-aiohttp' 'python-maxminddb' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-mocket')
+source=("https://github.com/maxmind/GeoIP2-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+
MaxMind-DB-$_testdatacommit.tar.gz::https://github.com/maxmind/MaxMind-DB/archive/$_testdatacommit.tar.gz)
+sha512sums=('a3701b7dbaf3c5b20b0f2b19742ecbb36da806fc7e156dc64852a2cdd9cfab2dfba47367b15bbe848016f36d20b30e91dc662e41e730d15476372cd872c01cd7'
+
'a192a9fec623ffb84e369289292bf4a87d91e9a604494583f3bff293eeed56ca1bc1e8db3f89dbccddafe8b35a1d0340ac754998a2c84f6e4d70dfc4d4c7aa1d')
+
+prepare() {
+  cd GeoIP2-python-$pkgver
+  rmdir tests/data
+  ln -s "$srcdir"/MaxMind-DB-$_testdatacommit tests/data
+}
+
+build() {
+  cd GeoIP2-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd GeoIP2-python-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd GeoIP2-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



[arch-commits] Commit in haskell-hls-explicit-imports-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:40:39
  Author: felixonmars
Revision: 1255101

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/
  haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255100, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-explicit-imports-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1255100, haskell-hls-explicit-imports-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:40:39 UTC (rev 1255101)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-explicit-imports-plugin
+pkgname=haskell-hls-explicit-imports-plugin
+pkgver=1.0.1.0
+pkgrel=197
+pkgdesc="Explicit imports plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghcide'
+ 'haskell-hls-graph' 'haskell-hls-plugin-api' 'haskell-lsp' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('7691ecc341fb511e51ccb6c1f67cd6f3c908f771b62423d7713d05bf13893b7ac53ae9c453ab8b6ca227ed8c9b42191cd30b9745b57f00c51f3f3646954955b8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-hlint-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:41:00
  Author: felixonmars
Revision: 1255103

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/
  haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255102, haskell-hls-hlint-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-hlint-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255102, haskell-hls-hlint-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:41:00 UTC (rev 1255103)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-hlint-plugin
+pkgname=haskell-hls-hlint-plugin
+pkgver=1.0.1.1
+pkgrel=197
+pkgdesc="Hlint integration plugin with Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-hlint-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-apply-refact' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 
'haskell-ghcide' 'haskell-hashable'
+ 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-regex-tdfa' 'haskell-temporary' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bed7570e2b543f482f123e2ce19d4a5c5d712bde7875e97e1c4fc6eda481752e4d65f8cd4a998634ac3e85a7ce737f3ef849959d77e1c9f814ddf039f33b807')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fhlint33
+
+  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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-retrie-plugin/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:40:20
  Author: felixonmars
Revision: 1255099

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/
  haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1255098, haskell-hls-retrie-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-retrie-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255098, haskell-hls-retrie-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:40:20 UTC (rev 1255099)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-retrie-plugin
+pkgname=haskell-hls-retrie-plugin
+pkgver=1.0.1.1
+pkgrel=197
+pkgdesc="Retrie integration plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-retrie-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hashable' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-retrie' 'haskell-safe-exceptions'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('d5059c9d1e5af9acf1a9842c76270400076f2eb168a2dfd61961cb5328c72e4aaf14ad9a1543a3729d87800d658b941e1daaa15a1bd628d3d72657499dd47488')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-explicit-imports-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:40:28
  Author: felixonmars
Revision: 1255100

upgpkg: haskell-hls-explicit-imports-plugin 1.0.1.0-197: rebuild with 
hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-explicit-imports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:40:20 UTC (rev 1255099)
+++ PKGBUILD2022-07-22 02:40:28 UTC (rev 1255100)
@@ -3,7 +3,7 @@
 _hkgname=hls-explicit-imports-plugin
 pkgname=haskell-hls-explicit-imports-plugin
 pkgver=1.0.1.0
-pkgrel=196
+pkgrel=197
 pkgdesc="Explicit imports plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-explicit-imports-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-retrie-plugin/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:40:08
  Author: felixonmars
Revision: 1255098

upgpkg: haskell-hls-retrie-plugin 1.0.1.1-197: rebuild with hls-plugin-api 
1.2.0.1

Modified:
  haskell-hls-retrie-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:39:00 UTC (rev 1255097)
+++ PKGBUILD2022-07-22 02:40:08 UTC (rev 1255098)
@@ -3,7 +3,7 @@
 _hkgname=hls-retrie-plugin
 pkgname=haskell-hls-retrie-plugin
 pkgver=1.0.1.1
-pkgrel=196
+pkgrel=197
 pkgdesc="Retrie integration plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-retrie-plugin;
 license=("Apache")



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:39:00
  Author: felixonmars
Revision: 1255097

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ghcide/repos/community-staging-x86_64/PKGBUILD (from rev 
1255096, haskell-ghcide/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:39:00 UTC (rev 1255097)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghcide
+pkgname=haskell-ghcide
+pkgver=1.4.2.3
+pkgrel=5
+pkgdesc="The core of an IDE"
+url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
+ 'haskell-async' 'haskell-base16-bytestring' 
'haskell-bytestring-encoding'
+ 'haskell-case-insensitive' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-dependent-map' 'haskell-dependent-sum' 'haskell-dlist' 
'haskell-extra'
+ 'haskell-fingertree' 'haskell-fuzzy' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghc-check' 'haskell-ghc-exactprint' 'haskell-ghc-paths' 
'haskell-ghc-trace-events'
+ 'haskell-gitrev' 'haskell-haddock-library' 'haskell-hashable' 
'haskell-heapsize'
+ 'haskell-hie-bios' 'haskell-hie-compat' 'haskell-hiedb' 
'haskell-hls-graph'
+ 'haskell-hls-plugin-api' 'haskell-hslogger' 
'haskell-implicit-hie-cradle' 'haskell-lens'
+ 'haskell-lsp' 'haskell-lsp-test' 'haskell-lsp-types' 
'haskell-monoid-subclasses'
+ 'haskell-network-uri' 'haskell-opentelemetry' 
'haskell-optparse-applicative'
+ 'haskell-parallel' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-regex-tdfa' 'haskell-retrie' 'haskell-rope-utf16-splay' 
'haskell-safe'
+ 'haskell-safe-exceptions' 'haskell-sorted-list' 
'haskell-sqlite-simple' 'haskell-syb'
+ 'haskell-unliftio' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-typelits-knownnat'
+ 'haskell-implicit-hie' 'haskell-quickcheck-instances' 
'haskell-record-dot-preprocessor'
+ 'haskell-record-hasfield' 'haskell-tasty' 
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('f57bd36ef6df459271f182f68904c9b0f67e70333d9f6bf6bc29cd5cf430265083a2f53087072c420a678872a6844d6f5679b36906067104f158bfa100484fe2')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+
+  uusi -u extra -r ghc:ghc,ghc-api-compat -u hiedb $_hkgname.cabal
+
+  # extra 1.7.10
+  sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, 
modifyVar')/" src/Control/Concurrent/Strict.hs
+
+  # TODO: Skipped some broken tests for now
+  sed -i '/, benchmarkTests/d;/, findDefinitionAndHoverTests/d;/, 
bootTests/d;s/, simpleMultiDefTest//;s/echo A.hs/echo -dynamic > 
$HIE_BIOS_OUTPUT/' test/exe/Main.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+  cabal update
+  # Random test failures "Received an illegal message between the initialize 
request and response"
+  # th-linking-test-unboxed always fails too
+  PATH="$PWD/dist/build/ghcide:$PWD/dist/build/ghcide-test-preprocessor:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t 

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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:38:48
  Author: felixonmars
Revision: 1255096

upgpkg: haskell-ghcide 1.4.2.3-5: rebuild with hls-plugin-api 1.2.0.1

Modified:
  haskell-ghcide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:35:38 UTC (rev 1255095)
+++ PKGBUILD2022-07-22 02:38:48 UTC (rev 1255096)
@@ -3,7 +3,7 @@
 _hkgname=ghcide
 pkgname=haskell-ghcide
 pkgver=1.4.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="The core of an IDE"
 
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme;
 license=("Apache")



[arch-commits] Commit in fcitx5-pinyin-zhwiki/repos/community-any (PKGBUILD PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:35:38
  Author: felixonmars
Revision: 1255095

archrelease: copy trunk to community-any

Added:
  fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD
(from rev 1255094, fcitx5-pinyin-zhwiki/trunk/PKGBUILD)
Deleted:
  fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:35:22 UTC (rev 1255094)
+++ PKGBUILD2022-07-22 02:35:38 UTC (rev 1255095)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=fcitx5-pinyin-zhwiki
-pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
-_converterver=0.2.4
-_zhwikiver=20220520
-_webslangver=20220529
-pkgver=$_converterver.$_webslangver
-pkgrel=1
-epoch=1
-pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
-arch=('any')
-url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki;
-license=('CCPL:by-sa' 'custom:GFDL')
-makedepends=('libime' 'opencc' 'pypinyin')
-source=(https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterver/$pkgbase-$_converterver.tar.gz
-
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/web-slang-$_webslangver.source
-
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
-https://www.gnu.org/licenses/fdl-1.3.txt)
-sha512sums=('f03215f0c6e137238a8c9f0ba557bf933ca2d4faf8c2a3aaa84f5e58485c8e0ace57f24d0cd855aa7a1d7e3001b4b36427c9a47ad04b92d11847bb5dbd24a709'
-
'd527a936cd8d29f5d2160d5609a71ebddfbe7cd3efaaefe12fc61e4e28564880c77e2921433fa92bcefe57d9e3530799c0482e9ace2ce43a66409cc7ed5e81f6'
-
'fbfec0d7a6bcf6daa9921ff3148f0a58a02f726bde853f6b5b35e254393fb793324765df358a336b9c59dfb0fffc18dae48f44f589fdc39225cfb271d5e519f2'
-
'22d46818d3998ad841f537af4de7c50440dd918099fb6c5d4ab324cd71dc03066bfe1b67210a5efde77abd1d97b88da3c3dbfc39a24ae7248ee2d64e7f0fe6bb')
-
-_make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"
-
-prepare() {
-  cd $pkgbase-$_converterver
-  # Workaround pacman decompression
-  touch zhwiki-$_zhwikiver-all-titles-in-ns0.gz
-  ln -s ../zhwiki-$_zhwikiver-all-titles-in-ns0
-  ln -s ../web-slang-$_webslangver.source
-}
-
-build() {
-  cd $pkgbase-$_converterver
-  $_make zhwiki.dict zhwiki.dict.yaml
-}
-
-package_fcitx5-pinyin-zhwiki() {
-  cd $pkgbase-$_converterver
-  $_make DESTDIR="$pkgdir" install
-  install -Dm644 ../fdl-1.3.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_rime-pinyin-zhwiki() {
-  cd $pkgbase-$_converterver
-  $_make DESTDIR="$pkgdir" install_rime_dict
-  install -Dm644 ../fdl-1.3.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD (from rev 1255094, 
fcitx5-pinyin-zhwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:35:38 UTC (rev 1255095)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=fcitx5-pinyin-zhwiki
+pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
+_converterver=0.2.4
+_zhwikiver=20220720
+_webslangver=20220722
+pkgver=$_converterver.$_webslangver
+pkgrel=1
+epoch=1
+pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
+arch=('any')
+url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki;
+license=('CCPL:by-sa' 'custom:GFDL')
+makedepends=('libime' 'opencc' 'pypinyin')
+source=(https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterver/$pkgbase-$_converterver.tar.gz
+
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/web-slang-$_webslangver.source
+
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
+https://www.gnu.org/licenses/fdl-1.3.txt)
+sha512sums=('f03215f0c6e137238a8c9f0ba557bf933ca2d4faf8c2a3aaa84f5e58485c8e0ace57f24d0cd855aa7a1d7e3001b4b36427c9a47ad04b92d11847bb5dbd24a709'
+
'ecb1f8ae01ba323dc905ca46ae4b2e6e937361e84c03601e337be2a2f6dcf408af6c6746b9dfb1c015f19b3303eb27cc61f1df6a7ac055d877d530244c0c046d'
+
'1e572acf0ba9195a3147920472a4abb0c1a8b28f738b65e498d019c54df9fe3bdf5c41155893d9b7ae962f48d945e3078c0454d4aa814d450d94e94485db1321'
+
'22d46818d3998ad841f537af4de7c50440dd918099fb6c5d4ab324cd71dc03066bfe1b67210a5efde77abd1d97b88da3c3dbfc39a24ae7248ee2d64e7f0fe6bb')
+
+_make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"
+
+prepare() {
+  cd $pkgbase-$_converterver
+  # Workaround pacman decompression
+  touch zhwiki-$_zhwikiver-all-titles-in-ns0.gz
+  ln -s ../zhwiki-$_zhwikiver-all-titles-in-ns0
+  ln -s ../web-slang-$_webslangver.source
+}
+
+build() {
+  cd $pkgbase-$_converterver
+  $_make zhwiki.dict zhwiki.dict.yaml
+}
+
+package_fcitx5-pinyin-zhwiki() {
+  cd $pkgbase-$_converterver
+  $_make 

[arch-commits] Commit in fcitx5-pinyin-zhwiki/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:35:22
  Author: felixonmars
Revision: 1255094

upgpkg: fcitx5-pinyin-zhwiki 1:0.2.4.20220722-1

Modified:
  fcitx5-pinyin-zhwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:35:09 UTC (rev 1255093)
+++ PKGBUILD2022-07-22 02:35:22 UTC (rev 1255094)
@@ -3,8 +3,8 @@
 pkgbase=fcitx5-pinyin-zhwiki
 pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
 _converterver=0.2.4
-_zhwikiver=20220520
-_webslangver=20220529
+_zhwikiver=20220720
+_webslangver=20220722
 pkgver=$_converterver.$_webslangver
 pkgrel=1
 epoch=1
@@ -18,8 +18,8 @@
 
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
 https://www.gnu.org/licenses/fdl-1.3.txt)
 
sha512sums=('f03215f0c6e137238a8c9f0ba557bf933ca2d4faf8c2a3aaa84f5e58485c8e0ace57f24d0cd855aa7a1d7e3001b4b36427c9a47ad04b92d11847bb5dbd24a709'
-
'd527a936cd8d29f5d2160d5609a71ebddfbe7cd3efaaefe12fc61e4e28564880c77e2921433fa92bcefe57d9e3530799c0482e9ace2ce43a66409cc7ed5e81f6'
-
'fbfec0d7a6bcf6daa9921ff3148f0a58a02f726bde853f6b5b35e254393fb793324765df358a336b9c59dfb0fffc18dae48f44f589fdc39225cfb271d5e519f2'
+
'ecb1f8ae01ba323dc905ca46ae4b2e6e937361e84c03601e337be2a2f6dcf408af6c6746b9dfb1c015f19b3303eb27cc61f1df6a7ac055d877d530244c0c046d'
+
'1e572acf0ba9195a3147920472a4abb0c1a8b28f738b65e498d019c54df9fe3bdf5c41155893d9b7ae962f48d945e3078c0454d4aa814d450d94e94485db1321'
 
'22d46818d3998ad841f537af4de7c50440dd918099fb6c5d4ab324cd71dc03066bfe1b67210a5efde77abd1d97b88da3c3dbfc39a24ae7248ee2d64e7f0fe6bb')
 
 _make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:35:09
  Author: felixonmars
Revision: 1255093

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:34:57 UTC (rev 1255092)
+++ PKGBUILD2022-07-22 02:35:09 UTC (rev 1255093)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-elementpath
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-url="https://github.com/sissaschool/elementpath;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
-sha512sums=('35c272a9f3dc2ddb1ab6b1aaa67588c1e3fcc5765a2edfd4dae47346b7b45f209b38a501a24f0c37b5ca0d933928c13b8608f33a2aadc57e1e4eeb928a491ab8')
-
-build() {
-  cd elementpath-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd elementpath-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd elementpath-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-elementpath/repos/community-any/PKGBUILD (from rev 1255092, 
python-elementpath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:35:09 UTC (rev 1255093)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-elementpath
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+url="https://github.com/sissaschool/elementpath;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
+sha512sums=('c425ae4166b0a31f8473efc1cdc2b3f768f9e7881a5e974f995e8b39433bccd6603cbc4f78bd428fe5551c823bf357a38379b72cade3cf96b380d42da1684544')
+
+build() {
+  cd elementpath-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd elementpath-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd elementpath-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:34:57
  Author: felixonmars
Revision: 1255092

upgpkg: python-elementpath 2.5.2-1

Modified:
  python-elementpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:21:32 UTC (rev 1255091)
+++ PKGBUILD2022-07-22 02:34:57 UTC (rev 1255092)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-elementpath
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
 url="https://github.com/sissaschool/elementpath;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz;)
-sha512sums=('35c272a9f3dc2ddb1ab6b1aaa67588c1e3fcc5765a2edfd4dae47346b7b45f209b38a501a24f0c37b5ca0d933928c13b8608f33a2aadc57e1e4eeb928a491ab8')
+sha512sums=('c425ae4166b0a31f8473efc1cdc2b3f768f9e7881a5e974f995e8b39433bccd6603cbc4f78bd428fe5551c823bf357a38379b72cade3cf96b380d42da1684544')
 
 build() {
   cd elementpath-$pkgver



[arch-commits] Commit in python-dogpile.cache/repos/community-any (PKGBUILD PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:21:32
  Author: felixonmars
Revision: 1255091

archrelease: copy trunk to community-any

Added:
  python-dogpile.cache/repos/community-any/PKGBUILD
(from rev 1255090, python-dogpile.cache/trunk/PKGBUILD)
Deleted:
  python-dogpile.cache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:21:16 UTC (rev 1255090)
+++ PKGBUILD2022-07-22 02:21:32 UTC (rev 1255091)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-dogpile.cache
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="A caching front-end based on the Dogpile lock"
-arch=('any')
-url="https://pypi.python.org/pypi/dogpile.cache;
-license=('BSD')
-depends=('python-decorator' 'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
-  'python-pytest-cov' 'python-pylibmc')
-source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77')
-
-build() {
-  cd dogpile.cache-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dogpile.cache-$pkgver
-  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
-  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
-  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
-}
-
-package() {
-  cd dogpile.cache-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 1255090, 
python-dogpile.cache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:21:32 UTC (rev 1255091)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-dogpile.cache
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="A caching front-end based on the Dogpile lock"
+arch=('any')
+url="https://pypi.python.org/pypi/dogpile.cache;
+license=('BSD')
+depends=('python-decorator' 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
+  'python-pytest-cov' 'python-pylibmc')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+sha512sums=('2c7e8dfc252241ad075a073ad1c1688865943f6e33a317618a47e95132b65ac891b00d5aa0bf3bcced005a6157b50754b086192470b3ce867461bf183947d603')
+
+build() {
+  cd dogpile.cache-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dogpile.cache-$pkgver
+  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
+}
+
+package() {
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:21:16
  Author: felixonmars
Revision: 1255090

upgpkg: python-dogpile.cache 1.1.7-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:19:45 UTC (rev 1255089)
+++ PKGBUILD2022-07-22 02:21:16 UTC (rev 1255090)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('179246abf598675cdef988b463df4997c7eed8e7a110c22704052f905b65ad537b22ba28d7c96a28b2aa85b3e83ac42beb36843dc78ad503d41225ea1f9e7e77')
+sha512sums=('2c7e8dfc252241ad075a073ad1c1688865943f6e33a317618a47e95132b65ac891b00d5aa0bf3bcced005a6157b50754b086192470b3ce867461bf183947d603')
 
 build() {
   cd dogpile.cache-$pkgver



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:19:45
  Author: felixonmars
Revision: 1255089

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:19:32 UTC (rev 1255088)
+++ PKGBUILD2022-07-22 02:19:45 UTC (rev 1255089)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-funcparserlib
-pkgver=1.0.0a0
-pkgrel=1
-pkgdesc="Recursive descent parsing library based on functional combinators"
-url="https://github.com/vlasovskikh/funcparserlib;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-poetry')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz;)
-sha512sums=('02cac31d76bb888118a99367811a8cfac28a999ba113ce43f4bd6211cef815ce1793fc1767637dd019728f15d5c408e859d5bc8365a2c53804092f1d6f03e54e')
-
-build() {
-  cd funcparserlib-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd funcparserlib-$pkgver
-  python -m unittest discover
-}
-
-package() {
-  cd funcparserlib-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-funcparserlib/repos/community-any/PKGBUILD (from rev 1255088, 
python-funcparserlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:19:45 UTC (rev 1255089)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-funcparserlib
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Recursive descent parsing library based on functional combinators"
+url="https://funcparserlib.pirx.ru;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz;)
+sha512sums=('431d6b639c46dc84a0a12c8de976cb2c1369f0172a18d1eadbffba31aff12e9cfeded5ebec3ec63065384547000144d65d60003c55e2b23a1a40818d910aaef3')
+
+build() {
+  cd funcparserlib-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd funcparserlib-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd funcparserlib-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:19:32
  Author: felixonmars
Revision: 1255088

upgpkg: python-funcparserlib 1.0.0-1

Modified:
  python-funcparserlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:15:30 UTC (rev 1255087)
+++ PKGBUILD2022-07-22 02:19:32 UTC (rev 1255088)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-funcparserlib
-pkgver=1.0.0a0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Recursive descent parsing library based on functional combinators"
-url="https://github.com/vlasovskikh/funcparserlib;
+url="https://funcparserlib.pirx.ru;
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-build' 'python-installer' 'python-poetry')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/vlasovskikh/funcparserlib/archive/$pkgver.tar.gz;)
-sha512sums=('02cac31d76bb888118a99367811a8cfac28a999ba113ce43f4bd6211cef815ce1793fc1767637dd019728f15d5c408e859d5bc8365a2c53804092f1d6f03e54e')
+sha512sums=('431d6b639c46dc84a0a12c8de976cb2c1369f0172a18d1eadbffba31aff12e9cfeded5ebec3ec63065384547000144d65d60003c55e2b23a1a40818d910aaef3')
 
 build() {
   cd funcparserlib-$pkgver



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:15:30
  Author: felixonmars
Revision: 1255087

archrelease: copy trunk to community-any

Added:
  python-email-validator/repos/community-any/PKGBUILD
(from rev 1255086, python-email-validator/trunk/PKGBUILD)
Deleted:
  python-email-validator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:15:17 UTC (rev 1255086)
+++ PKGBUILD2022-07-22 02:15:30 UTC (rev 1255087)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-email-validator
-pkgver=1.1.3
-pkgrel=3
-pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
-arch=('any')
-url="https://github.com/JoshData/python-email-validator;
-license=('custom:CC0')
-depends=('python-dnspython' 'python-idna')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JoshData/python-email-validator/archive/v$pkgver.tar.gz;)
-sha512sums=('d9087bf56783daf389909e13652a9db8f0408badf454f6239aa20f6a5e9510619d3662cf1567a03d0b14c4bbe81644509cd12975b2aa1b544d644b6c2b2854f4')
-
-build() {
-  cd python-email-validator-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-email-validator-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd python-email-validator-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-email-validator/repos/community-any/PKGBUILD (from rev 1255086, 
python-email-validator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:15:30 UTC (rev 1255087)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-email-validator
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
+arch=('any')
+url="https://github.com/JoshData/python-email-validator;
+license=('custom:CC0')
+depends=('python-dnspython' 'python-idna')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JoshData/python-email-validator/archive/v$pkgver.tar.gz;)
+sha512sums=('3c4f87e0992615ae4d1f44e6e0fe9909b43d5810f2aca96129f5ee4dcadac7b4ec5a979dbf6e03f60b8bda2ff0d7cf87f9276c4b4c624e2d036627e2d5d8afad')
+
+build() {
+  cd python-email-validator-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-email-validator-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd python-email-validator-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:15:17
  Author: felixonmars
Revision: 1255086

upgpkg: python-email-validator 1.2.0-1

Modified:
  python-email-validator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:14:56 UTC (rev 1255085)
+++ PKGBUILD2022-07-22 02:15:17 UTC (rev 1255086)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-email-validator
-pkgver=1.1.3
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
 arch=('any')
 url="https://github.com/JoshData/python-email-validator;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/JoshData/python-email-validator/archive/v$pkgver.tar.gz;)
-sha512sums=('d9087bf56783daf389909e13652a9db8f0408badf454f6239aa20f6a5e9510619d3662cf1567a03d0b14c4bbe81644509cd12975b2aa1b544d644b6c2b2854f4')
+sha512sums=('3c4f87e0992615ae4d1f44e6e0fe9909b43d5810f2aca96129f5ee4dcadac7b4ec5a979dbf6e03f60b8bda2ff0d7cf87f9276c4b4c624e2d036627e2d5d8afad')
 
 build() {
   cd python-email-validator-$pkgver



[arch-commits] Commit in haskell-hls-plugin-api/repos (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:14:56
  Author: felixonmars
Revision: 1255085

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-plugin-api/repos/community-staging-x86_64/
  haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD
(from rev 1255084, haskell-hls-plugin-api/trunk/PKGBUILD)

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

Copied: haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD (from 
rev 1255084, haskell-hls-plugin-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-22 02:14:56 UTC (rev 1255085)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-plugin-api
+pkgname=haskell-hls-plugin-api
+pkgver=1.2.0.1
+pkgrel=1
+pkgdesc="Haskell Language Server API for plugin communication"
+url="https://github.com/haskell/haskell-language-server/hls-plugin-api;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 
'haskell-dependent-map'
+ 'haskell-dependent-sum' 'haskell-dlist' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-optparse-applicative' 'haskell-opentelemetry' 
'haskell-regex-tdfa'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('e6c231bfe29b9fd299708a19f2388c74fb4aa5ac28a8a5150dc011290c0a87cbb38dbda615d6a52ffc70cb1d9078334ee2e2b31e251a5ec375230b11d6852a96')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-plugin-api/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:14:44
  Author: felixonmars
Revision: 1255084

upgpkg: haskell-hls-plugin-api 1.2.0.1-1: rebuild with hls-plugin-api 1.2.0.1

Modified:
  haskell-hls-plugin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:13:52 UTC (rev 1255083)
+++ PKGBUILD2022-07-22 02:14:44 UTC (rev 1255084)
@@ -2,8 +2,8 @@
 
 _hkgname=hls-plugin-api
 pkgname=haskell-hls-plugin-api
-pkgver=1.2.0.0
-pkgrel=149
+pkgver=1.2.0.1
+pkgrel=1
 pkgdesc="Haskell Language Server API for plugin communication"
 url="https://github.com/haskell/haskell-language-server/hls-plugin-api;
 license=("Apache")
@@ -15,7 +15,7 @@
  'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('71e6addec81ba84bb26d8048107cb60a94ddb01ac4879640ec7ab7db8586515f1e0419db79e5fe3d8bfc0b37679f307c0c6e97e83739723439c48b14d2124d96')
+sha512sums=('e6c231bfe29b9fd299708a19f2388c74fb4aa5ac28a8a5150dc011290c0a87cbb38dbda615d6a52ffc70cb1d9078334ee2e2b31e251a5ec375230b11d6852a96')
 
 prepare() {
   cd $_hkgname-$pkgver



[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:13:52
  Author: felixonmars
Revision: 1255083

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1255082, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:13:39 UTC (rev 1255082)
+++ PKGBUILD2022-07-22 02:13:52 UTC (rev 1255083)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20220719055203
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('2afde686e76fb153025736caba655653eb01a5b8a19281e734933a2e55610b1f2da5c7b2b35635bf06ec06b80d5ae833157a542680dfb5bab20c0cfa3e1a0fe4')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1255082, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:13:52 UTC (rev 1255083)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20220721123730
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('f256fc7f783b5100bc44be12cbf7874061a80f9d05f3cf04dd4c13bc30d86a5fb33babc23bffd564ebbc49b2d07c8feeb20200f5bf104360b5353342f5bd68b6')
+
+build() {
+  cd domain-list-community-$pkgver
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:13:39
  Author: felixonmars
Revision: 1255082

upgpkg: v2ray-domain-list-community 20220721123730-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 02:13:30 UTC (rev 1255081)
+++ PKGBUILD2022-07-22 02:13:39 UTC (rev 1255082)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20220719055203
+pkgver=20220721123730
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('2afde686e76fb153025736caba655653eb01a5b8a19281e734933a2e55610b1f2da5c7b2b35635bf06ec06b80d5ae833157a542680dfb5bab20c0cfa3e1a0fe4')
+sha512sums=('f256fc7f783b5100bc44be12cbf7874061a80f9d05f3cf04dd4c13bc30d86a5fb33babc23bffd564ebbc49b2d07c8feeb20200f5bf104360b5353342f5bd68b6')
 
 build() {
   cd domain-list-community-$pkgver



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:13:30
  Author: felixonmars
Revision: 1255081

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 1255080, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 02:13:17 UTC (rev 1255080)
+++ PKGBUILD2022-07-22 02:13:30 UTC (rev 1255081)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202207140057
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip;
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('648220544ac77904a016edf5fcc45af73c108e1f980c516b4a95702108ffb7f1285d31b4c59f1b6eaf4e0b75f569d28350d9273fa0bdae05492ea2616c3efda5')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1255080, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 02:13:30 UTC (rev 1255081)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202207210057
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip;
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('022fb50ac50e011415758c73f5df81cd728cb28483209306893c2dde9f658f2d5b135c85038af14a2de25c3ab99f7ddc53875f49d5d13726f87640bb4bb3')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2022-07-21 Thread Felix Yan via arch-commits
Date: Friday, July 22, 2022 @ 02:13:17
  Author: felixonmars
Revision: 1255080

upgpkg: v2ray-geoip 202207210057-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 01:21:45 UTC (rev 1255079)
+++ PKGBUILD2022-07-22 02:13:17 UTC (rev 1255080)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202207140057
+pkgver=202207210057
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('648220544ac77904a016edf5fcc45af73c108e1f980c516b4a95702108ffb7f1285d31b4c59f1b6eaf4e0b75f569d28350d9273fa0bdae05492ea2616c3efda5')
+sha512sums=('022fb50ac50e011415758c73f5df81cd728cb28483209306893c2dde9f658f2d5b135c85038af14a2de25c3ab99f7ddc53875f49d5d13726f87640bb4bb3')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2022-07-21 Thread George Rawlinson via arch-commits
Date: Friday, July 22, 2022 @ 01:21:45
  Author: grawlinson
Revision: 1255079

archrelease: copy trunk to community-x86_64

Added:
  distrobuilder/repos/community-x86_64/PKGBUILD
(from rev 1255078, distrobuilder/trunk/PKGBUILD)
  distrobuilder/repos/community-x86_64/keys/
Deleted:
  distrobuilder/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 01:21:04 UTC (rev 1255078)
+++ PKGBUILD2022-07-22 01:21:45 UTC (rev 1255079)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: graysky 
-# Contributor: Stéphane Graber 
-
-pkgname=distrobuilder
-pkgver=2.1
-pkgrel=1
-pkgdesc='System container image builder for LXC and LXD'
-arch=('x86_64')
-url='https://github.com/lxc/distrobuilder'
-license=('Apache')
-depends=(
-  'rsync'
-  'squashfs-tools'
-  'gnupg'
-  'debootstrap'
-  'dosfstools'
-  'gptfdisk'
-  'qemu-img'
-  'e2fsprogs'
-  'btrfs-progs'
-)
-makedepends=('go' 'git')
-source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b'
-'SKIP')
-b2sums=('90e82a20a3ef61d13148951956bb1f74cc3494ca86e339c188a1c9009dcb27c0cb9a298c639c6de891df67915b48d107557f6b698a45cbe35c54d41a45bac1ab'
-'SKIP')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # create folder for build output
-  mkdir build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-
-  # verify modules
-  go mod verify
-
-  # build binary
-  go build -v -o build ./...
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test -v ./...
-  go vet -v ./...
-}
-
-package() {
-  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
-}

Copied: distrobuilder/repos/community-x86_64/PKGBUILD (from rev 1255078, 
distrobuilder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 01:21:45 UTC (rev 1255079)
@@ -0,0 +1,68 @@
+# Maintainer: George Rawlinson 
+# Contributor: graysky 
+# Contributor: Stéphane Graber 
+
+pkgname=distrobuilder
+pkgver=2.1
+pkgrel=2
+pkgdesc='System container image builder for LXC and LXD'
+arch=('x86_64')
+url='https://github.com/lxc/distrobuilder'
+license=('Apache')
+depends=(
+  'rsync'
+  'squashfs-tools'
+  'gnupg'
+  'debootstrap'
+  'dosfstools'
+  'gptfdisk'
+  'qemu-img'
+  'e2fsprogs'
+  'btrfs-progs'
+)
+makedepends=('go' 'git')
+optdepends=(
+  'cdrtools: for repack-windows command'
+  'hivex: for repack-windows command'
+  'wimlib: for repack-windows command'
+)
+source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b'
+'SKIP')
+b2sums=('90e82a20a3ef61d13148951956bb1f74cc3494ca86e339c188a1c9009dcb27c0cb9a298c639c6de891df67915b48d107557f6b698a45cbe35c54d41a45bac1ab'
+'SKIP')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create folder for build output
+  mkdir build
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+
+  # verify modules
+  go mod verify
+
+  # build binary
+  go build -v -o build ./...
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+  go vet -v ./...
+}
+
+package() {
+  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
+}



[arch-commits] Commit in distrobuilder/trunk (3 files)

2022-07-21 Thread George Rawlinson via arch-commits
Date: Friday, July 22, 2022 @ 01:21:04
  Author: grawlinson
Revision: 1255078

upgpkg: distrobuilder 2.1-2: upgpkg: distrobuilder 2.1-2; Fix FS#75263

Added:
  distrobuilder/trunk/keys/
  distrobuilder/trunk/keys/pgp/
  distrobuilder/trunk/keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc

--+
 602F567663E593BCBD14F338C638974D64792D67.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc
===
(Binary files differ)

Index: distrobuilder/trunk/keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc
===
--- keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc   2022-07-22 
01:20:45 UTC (rev 1255077)
+++ keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc   2022-07-22 
01:21:04 UTC (rev 1255078)

Property changes on: 
distrobuilder/trunk/keys/pgp/602F567663E593BCBD14F338C638974D64792D67.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-21 Thread George Rawlinson via arch-commits
Date: Friday, July 22, 2022 @ 01:20:45
  Author: grawlinson
Revision: 1255077

upgpkg: distrobuilder 2.1-2; Fix FS#75263

Add optional dependencies for repack-windows command:
  * cdrtools
  * hivex
  * wimlib

Modified:
  distrobuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-22 00:10:10 UTC (rev 1255076)
+++ PKGBUILD2022-07-22 01:20:45 UTC (rev 1255077)
@@ -4,7 +4,7 @@
 
 pkgname=distrobuilder
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='System container image builder for LXC and LXD'
 arch=('x86_64')
 url='https://github.com/lxc/distrobuilder'
@@ -21,6 +21,11 @@
   'btrfs-progs'
 )
 makedepends=('go' 'git')
+optdepends=(
+  'cdrtools: for repack-windows command'
+  'hivex: for repack-windows command'
+  'wimlib: for repack-windows command'
+)
 
source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
 
sha512sums=('80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b'
 'SKIP')



[arch-commits] Commit in mimir/repos/community-x86_64 (10 files)

2022-07-21 Thread George Rawlinson via arch-commits
Date: Friday, July 22, 2022 @ 00:10:10
  Author: grawlinson
Revision: 1255076

archrelease: copy trunk to community-x86_64

Added:
  mimir/repos/community-x86_64/PKGBUILD
(from rev 1255075, mimir/trunk/PKGBUILD)
  mimir/repos/community-x86_64/config.yaml
(from rev 1255075, mimir/trunk/config.yaml)
  mimir/repos/community-x86_64/systemd.service
(from rev 1255075, mimir/trunk/systemd.service)
  mimir/repos/community-x86_64/sysusers.conf
(from rev 1255075, mimir/trunk/sysusers.conf)
  mimir/repos/community-x86_64/tmpfiles.conf
(from rev 1255075, mimir/trunk/tmpfiles.conf)
Deleted:
  mimir/repos/community-x86_64/PKGBUILD
  mimir/repos/community-x86_64/config.yaml
  mimir/repos/community-x86_64/systemd.service
  mimir/repos/community-x86_64/sysusers.conf
  mimir/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  162 +++---
 config.yaml |8 +-
 systemd.service |   90 +++---
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 5 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-22 00:08:53 UTC (rev 1255075)
+++ PKGBUILD2022-07-22 00:10:10 UTC (rev 1255076)
@@ -1,81 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=mimir
-pkgver=2.1.0
-pkgrel=4
-pkgdesc='A scalable long-term storage for Prometheus'
-arch=('x86_64')
-url='https://grafana.com/oss/mimir/'
-license=('AGPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=('etc/mimir.yaml')
-options=('!lto')
-_commit='840c68616a6fa4a4f86cbd581b05c43d0bfee7e0'
-source=(
-  "$pkgname::git+https://github.com/grafana/mimir.git#commit=$_commit;
-  'systemd.service'
-  'sysusers.conf'
-  'tmpfiles.conf'
-  'config.yaml'
-)
-b2sums=('SKIP'
-
'b1220c02c9cebbfbc65869a01dac92438ab87df557c67c27489f005b695303591c729a2c172a5e5254bd03276ac4c3d146498b18b6984595db9dc0ebc2a5e814'
-
'5f349b126b5ce6671b00d8482eb8aad71d73e93db983d4b4fe68a430f2902eac3ec7f8460f9f699ba6e76a13bc4b27d9a248e54a550a1849713364c3b84d4ad8'
-
'edc4e9e301e889dfa47528e411459a970f97feb9ca07a3fcc33b60c16adb988109543bc746689e82ac688caca0c60b75abe7d0cc80662d22de665712ff650bb8'
-
'573a19bda1baa73260364bf31bddcc5cd0fc6dc98f69d8ff8a549187cf7f47ecddb35e7141dd638acdb916579e408e6c9f860889847bbe130ccc7383fc4ba899')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^mimir-//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-}
-
-build() {
-  cd "$pkgname"
-
-  # verify dependencies
-  go mod verify
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=vendor \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X github.com/grafana/mimir/pkg/util/version.Branch=main \
--X github.com/grafana/mimir/pkg/util/version.Revision=$_commit \
--X github.com/grafana/mimir/pkg/util/version.Version=$pkgver" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  install -vDm640 config.yaml "$pkgdir/etc/$pkgname.yaml"
-
-  cd "$pkgname"
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-}

Copied: mimir/repos/community-x86_64/PKGBUILD (from rev 1255075, 
mimir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-22 00:10:10 UTC (rev 1255076)
@@ -0,0 +1,81 @@
+# Maintainer: George Rawlinson 
+
+pkgname=mimir
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='A scalable long-term storage for Prometheus'
+arch=('x86_64')
+url='https://grafana.com/oss/mimir/'
+license=('AGPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=('etc/mimir.yaml')
+options=('!lto')
+_commit='65344e2ed2cf305b50de805824026f5c5a6fadcf'
+source=(
+  "$pkgname::git+https://github.com/grafana/mimir.git#commit=$_commit;
+  'systemd.service'
+  'sysusers.conf'
+  'tmpfiles.conf'
+  'config.yaml'
+)
+b2sums=('SKIP'
+
'b1220c02c9cebbfbc65869a01dac92438ab87df557c67c27489f005b695303591c729a2c172a5e5254bd03276ac4c3d146498b18b6984595db9dc0ebc2a5e814'
+
'5f349b126b5ce6671b00d8482eb8aad71d73e93db983d4b4fe68a430f2902eac3ec7f8460f9f699ba6e76a13bc4b27d9a248e54a550a1849713364c3b84d4ad8'
+
'edc4e9e301e889dfa47528e411459a970f97feb9ca07a3fcc33b60c16adb988109543bc746689e82ac688caca0c60b75abe7d0cc80662d22de665712ff650bb8'
+

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

2022-07-21 Thread George Rawlinson via arch-commits
Date: Friday, July 22, 2022 @ 00:08:53
  Author: grawlinson
Revision: 1255075

upgpkg: mimir 2.2.0-1; new upstream release

Modified:
  mimir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 22:16:55 UTC (rev 1255074)
+++ PKGBUILD2022-07-22 00:08:53 UTC (rev 1255075)
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson 
 
 pkgname=mimir
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='A scalable long-term storage for Prometheus'
 arch=('x86_64')
 url='https://grafana.com/oss/mimir/'
@@ -11,7 +11,7 @@
 makedepends=('git' 'go')
 backup=('etc/mimir.yaml')
 options=('!lto')
-_commit='840c68616a6fa4a4f86cbd581b05c43d0bfee7e0'
+_commit='65344e2ed2cf305b50de805824026f5c5a6fadcf'
 source=(
   "$pkgname::git+https://github.com/grafana/mimir.git#commit=$_commit;
   'systemd.service'



[arch-commits] Commit in gcc/trunk (PKGBUILD gdc_phobos_path.patch)

2022-07-21 Thread Frederik Schwan via arch-commits
Date: Thursday, July 21, 2022 @ 22:21:43
  Author: freswa
Revision: 451530

re-add gcc-d

Modified:
  gcc/trunk/PKGBUILD
Deleted:
  gcc/trunk/gdc_phobos_path.patch

---+
 PKGBUILD  |   46 --
 gdc_phobos_path.patch |   14 --
 2 files changed, 40 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 21:23:06 UTC (rev 451529)
+++ PKGBUILD2022-07-21 22:21:43 UTC (rev 451530)
@@ -7,7 +7,7 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
 # NOTE: libtool requires rebuilt with each new gcc version
 
-pkgname=(gcc gcc-libs lib32-gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go 
lto-dump libgccjit)
+pkgname=(gcc gcc-libs lib32-gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go gcc-d 
lto-dump libgccjit)
 pkgver=12.1.0
 _majorver=${pkgver%%.*}
 pkgrel=2
@@ -19,6 +19,7 @@
   binutils
   doxygen
   gcc-ada
+  gcc-d
   git
   lib32-glibc
   lib32-gcc-libs
@@ -111,7 +112,7 @@
   CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
 
   "$srcdir/gcc/configure" \
---enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d \
 --enable-bootstrap \
 "${_confflags[@]:?_confflags unset}"
 
@@ -148,6 +149,9 @@
 check() {
   cd gcc-build
 
+  # disable libphobos test to avoid segfaults
+  sed -i '/maybe-check-target-libphobos \\/d' Makefile
+
   # do not abort on error as some are "expected"
   make -O -k check || true
   "$srcdir/gcc/contrib/test_summary"
@@ -157,9 +161,9 @@
   pkgdesc='Runtime libraries shipped by GCC'
   depends=('glibc>=2.27')
   options=(!emptydirs !strip)
-  provides=($pkgname-multilib libgo.so libgfortran.so
+  provides=($pkgname-multilib libgo.so libgfortran.so libgphobos.so
 libubsan.so libasan.so libtsan.so liblsan.so)
-  replaces=($pkgname-multilib)
+  replaces=($pkgname-multilib libgphobos)
 
   cd gcc-build
   make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
@@ -180,6 +184,10 @@
   make -C $CHOST/libobjc DESTDIR="$pkgdir" install-libs
   make -C $CHOST/libstdc++-v3/po DESTDIR="$pkgdir" install
 
+  make -C $CHOST/libphobos DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/$_libdir/include/d/
+  rm -f "$pkgdir"/usr/lib/libgphobos.spec
+
   for lib in libgomp \
  libitm \
  libquadmath; do
@@ -250,8 +258,8 @@
   make -C $CHOST/32/libsanitizer/asan DESTDIR="$pkgdir" 
install-nodist_toolexeclibHEADERS
 
   make -C gcc DESTDIR="$pkgdir" install-man install-info
-  rm "$pkgdir"/usr/share/man/man1/{gccgo,gfortran,lto-dump}.1
-  rm "$pkgdir"/usr/share/info/{gccgo,gfortran,gnat-style,gnat_rm,gnat_ugn}.info
+  rm "$pkgdir"/usr/share/man/man1/{gccgo,gfortran,lto-dump,gdc}.1
+  rm 
"$pkgdir"/usr/share/info/{gccgo,gfortran,gnat-style,gnat_rm,gnat_ugn,gdc}.info
 
   make -C libcpp DESTDIR="$pkgdir" install
   make -C gcc DESTDIR="$pkgdir" install-po
@@ -406,6 +414,9 @@
 
   make -C $CHOST/32/libobjc DESTDIR="$pkgdir" install-libs
 
+  make -C $CHOST/libphobos DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib32/libgphobos.spec
+
   # remove files provided by gcc-libs
   rm -rf "$pkgdir"/usr/lib
 
@@ -414,6 +425,29 @@
 "$pkgdir/usr/share/licenses/lib32-gcc-libs/RUNTIME.LIBRARY.EXCEPTION"
 }
 
+package_gcc-d() {
+  pkgdesc="D frontend for GCC"
+  depends=("gcc=$pkgver-$pkgrel" libisl.so)
+  provides=(gdc)
+  replaces=(gdc)
+  options=(staticlibs debug)
+
+  cd gcc-build
+  make -C gcc DESTDIR="$pkgdir" d.install-{common,man,info}
+
+  install -Dm755 gcc/gdc "$pkgdir"/usr/bin/gdc
+  install -Dm755 gcc/d21 "$pkgdir"/"$_libdir"/d21
+
+  make -C $CHOST/libphobos DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/lib/"lib{gphobos,gdruntime}.so*
+  rm -f "$pkgdir/usr/lib32/"lib{gphobos,gdruntime}.so*
+
+  # Install Runtime Library Exception
+  install -d "$pkgdir/usr/share/licenses/$pkgname/"
+  ln -s /usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION \
+"$pkgdir/usr/share/licenses/$pkgname/"
+}
+
 package_lto-dump() {
   pkgdesc="Dump link time optimization object files"
   depends=("gcc=$pkgver-$pkgrel" libisl.so)

Deleted: gdc_phobos_path.patch
===
--- gdc_phobos_path.patch   2022-07-21 21:23:06 UTC (rev 451529)
+++ gdc_phobos_path.patch   2022-07-21 22:21:43 UTC (rev 451530)
@@ -1,14 +0,0 @@
-diff -Naur a/gcc/d/d-incpath.cc b/gcc/d/d-incpath.cc
 a/gcc/d/d-incpath.cc   2019-01-01 13:31:55.0 +0100
-+++ b/gcc/d/d-incpath.cc   2019-06-28 08:32:00.326241502 +0200
-@@ -140,7 +140,7 @@
-   path = xstrdup (p->fname);
- 
- /* Add D-specific suffix.  */
--path = concat (path, "/d", NULL);
-+path = concat (path, "/dlang/gdc", NULL);
- 
- /* Ignore duplicate entries.  */
- bool found = false;
-
- 



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

2022-07-21 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 21, 2022 @ 22:16:55
  Author: polyzen
Revision: 1255074

archrelease: copy trunk to community-x86_64

Added:
  stylua/repos/community-x86_64/PKGBUILD
(from rev 1255073, stylua/trunk/PKGBUILD)
Deleted:
  stylua/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 22:16:34 UTC (rev 1255073)
+++ PKGBUILD2022-07-21 22:16:55 UTC (rev 1255074)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=StyLua
-pkgname=stylua
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Code formatter for Lua'
-arch=('x86_64')
-url=https://github.com/JohnnyMorganz/StyLua
-license=('MPL2')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('67e9c83b3ea22dca1375d1277f45bfd8cfba451abe6b6dd45459ed7ac55497f5947cfa152c17ef5e620220e34dfc5aafd383813a62cfab1dff10a0a56d512aec')
-
-prepare() {
-  cd $_name-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked --offline --all-features
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --locked --offline
-  cargo test --locked --offline --features luau
-  cargo test --locked --offline --features lua52
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-}

Copied: stylua/repos/community-x86_64/PKGBUILD (from rev 1255073, 
stylua/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 22:16:55 UTC (rev 1255074)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+
+_name=StyLua
+pkgname=stylua
+pkgver=0.14.1
+pkgrel=1
+pkgdesc='Code formatter for Lua'
+arch=('x86_64')
+url=https://github.com/JohnnyMorganz/StyLua
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('766d1ab5b43c4f1973c4ac668c13908fea7bd65cbe97c18859cc82da7dcd72caeda12fbc3264394959302c82a8462be444d6b07f22952a1a67acb0a6c24a9a10')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline --all-features
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+  cargo test --locked --offline --features luau
+  cargo test --locked --offline --features lua52
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}



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

2022-07-21 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 21, 2022 @ 22:16:34
  Author: polyzen
Revision: 1255073

upgpkg: stylua 0.14.1-1

Modified:
  stylua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 21:24:33 UTC (rev 1255072)
+++ PKGBUILD2022-07-21 22:16:34 UTC (rev 1255073)
@@ -2,7 +2,7 @@
 
 _name=StyLua
 pkgname=stylua
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc='Code formatter for Lua'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('67e9c83b3ea22dca1375d1277f45bfd8cfba451abe6b6dd45459ed7ac55497f5947cfa152c17ef5e620220e34dfc5aafd383813a62cfab1dff10a0a56d512aec')
+b2sums=('766d1ab5b43c4f1973c4ac668c13908fea7bd65cbe97c18859cc82da7dcd72caeda12fbc3264394959302c82a8462be444d6b07f22952a1a67acb0a6c24a9a10')
 
 prepare() {
   cd $_name-$pkgver



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

2022-07-21 Thread Antonio Rojas via arch-commits
Date: Thursday, July 21, 2022 @ 21:24:33
  Author: arojas
Revision: 1255072

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 1255071, jupyterlab/trunk/PKGBUILD)
  jupyterlab/repos/community-any/no-nbclassic.patch
(from rev 1255071, jupyterlab/trunk/no-nbclassic.patch)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD
  jupyterlab/repos/community-any/no-nbclassic.patch

+
 PKGBUILD   |   82 +--
 no-nbclassic.patch |   26 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 21:24:23 UTC (rev 1255071)
+++ PKGBUILD2022-07-21 21:24:33 UTC (rev 1255072)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='JupyterLab computational environment'
-arch=(any)
-url='https://github.com/jupyterlab/jupyterlab'
-license=(custom)
-makedepends=(python-build python-installer python-pre-commit)
-depends=(python-jupyterlab_server python-jupyter_packaging 
jupyter-notebook-shim nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-checkdepends=('python-pytest-tornasync' 'npm')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
-no-nbclassic.patch)
-sha256sums=('e2dcc40e94366dde5de4b19e8c43ee133cf041b852d01a3625a7cf29532da49d'
-'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < no-nbclassic.patch # Drop nbclassic 
dependency
-  sed -e '/nbclassic/d' -i $pkgname-$pkgver/setup.cfg
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest -v -k 'not test_build'
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 1255071, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 21:24:33 UTC (rev 1255072)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.4.4
+pkgrel=1
+pkgdesc='JupyterLab computational environment'
+arch=(any)
+url='https://github.com/jupyterlab/jupyterlab'
+license=(custom)
+makedepends=(python-build python-installer python-pre-commit)
+depends=(python-jupyterlab_server python-jupyter_packaging 
jupyter-notebook-shim nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+checkdepends=('python-pytest-tornasync' 'npm')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
+no-nbclassic.patch)
+sha256sums=('5a2a0fdd22bd8628ad45b618e3520387c32a4818e3af112dbad1f649304dfc20'
+'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < no-nbclassic.patch # Drop nbclassic 
dependency
+  sed -e '/nbclassic/d' -i $pkgname-$pkgver/setup.cfg
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest -v -k 'not test_build'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: no-nbclassic.patch
===
--- no-nbclassic.patch  2022-07-21 21:24:23 UTC (rev 1255071)
+++ no-nbclassic.patch  2022-07-21 21:24:33 UTC (rev 1255072)
@@ -1,13 +0,0 @@
-diff --git a/jupyterlab/labapp.py b/jupyterlab/labapp.py
-index 1eb56b22fe..5a401a0fdf 100644
 a/jupyterlab/labapp.py
-+++ b/jupyterlab/labapp.py
-@@ -19,7 +19,7 @@ from jupyterlab_server import (
- WorkspaceImportApp,
- WorkspaceListApp,
- )
--from nbclassic.shim import NBClassicConfigShimMixin
-+from notebook_shim.shim import NotebookConfigShimMixin as 
NBClassicConfigShimMixin
- from traitlets import Bool, Instance, Unicode, default
- 
- from ._version import __version__

Copied: jupyterlab/repos/community-any/no-nbclassic.patch (from rev 1255071, 
jupyterlab/trunk/no-nbclassic.patch)
===
--- no-nbclassic.patch  (rev 0)
+++ no-nbclassic.patch  2022-07-21 21:24:33 UTC (rev 1255072)
@@ -0,0 +1,13 @@
+diff --git a/jupyterlab/labapp.py b/jupyterlab/labapp.py
+index 1eb56b22fe..5a401a0fdf 100644
+--- a/jupyterlab/labapp.py
 b/jupyterlab/labapp.py
+@@ -19,7 +19,7 @@ from jupyterlab_server import (
+ 

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

2022-07-21 Thread Antonio Rojas via arch-commits
Date: Thursday, July 21, 2022 @ 21:24:23
  Author: arojas
Revision: 1255071

upgpkg: jupyterlab 3.4.4-1: Update to 3.4.4

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 21:16:35 UTC (rev 1255070)
+++ PKGBUILD2022-07-21 21:24:23 UTC (rev 1255071)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-tornasync' 'npm')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
 no-nbclassic.patch)
-sha256sums=('e2dcc40e94366dde5de4b19e8c43ee133cf041b852d01a3625a7cf29532da49d'
+sha256sums=('5a2a0fdd22bd8628ad45b618e3520387c32a4818e3af112dbad1f649304dfc20'
 'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4')
 
 prepare() {



[arch-commits] Commit in avogadrolibs/repos/extra-x86_64 (3 files)

2022-07-21 Thread Antonio Rojas via arch-commits
Date: Thursday, July 21, 2022 @ 21:19:33
  Author: arojas
Revision: 451528

archrelease: copy trunk to extra-x86_64

Added:
  avogadrolibs/repos/extra-x86_64/PKGBUILD
(from rev 451527, avogadrolibs/trunk/PKGBUILD)
Deleted:
  avogadrolibs/repos/extra-x86_64/PKGBUILD
  avogadrolibs/repos/extra-x86_64/vtk9.patch

+
 PKGBUILD   |  121 ++---
 vtk9.patch |  242 ---
 2 files changed, 59 insertions(+), 304 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 21:19:25 UTC (rev 451527)
+++ PKGBUILD2022-07-21 21:19:33 UTC (rev 451528)
@@ -1,62 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=avogadrolibs
-pkgname=(avogadrolibs avogadrolibs-qt5)
-pkgver=1.96.0
-pkgrel=2
-pkgdesc='Libraries that provide 3D rendering, visualization, analysis and data 
processing useful in computational chemistry, molecular modeling, 
bioinformatics, materials science, and related areas'
-arch=(x86_64)
-url='https://www.openchemistry.org/'
-license=(custom)
-depends=(molequeue glew spglib hdf5 avogadro-molecules avogadro-crystals)
-makedepends=(cmake eigen boost python mmtf-cpp libmsym pybind11 vtk qt5-tools 
qt5-svg genxrdpattern tbb openmpi)
-optdepends=('avogadrolibs-qt5: For the VTK and Qt plugins')
-source=(https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver/$pkgname-$pkgver.tar.gz
-vtk9.patch)
-sha256sums=('1747dd427909668777e73accabeae31142f0772863007f092f240fe418657850'
-'a2272c456f1a5dd85bb98fbf5ed9aa5aabaa3fbd8b191bb6d14e6ee57c2789f4')
-
-prepare() {
-  mkdir crystals molecules # Dummy dirs to trick cmake, actually provided by 
avogadro-molecules and avogadro-crystals
-  patch -d $pkgname-$pkgver -p1 < vtk9.patch # Fix build with VTK 9
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_CLAFS="$CFLAGS -ffat-lto-objects" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
--DENABLE_TRANSLATIONS=ON \
--DUSE_HDF5=ON \
--DUSE_VTK=ON \
--DUSE_PYTHON=ON \
--DUSE_SYSTEM_GENXRDPATTERN=ON
-  cmake --build build
-}
-
-package_avogadrolibs() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/lib/libAvogadroQt* \
-"$pkgdir"/usr/lib/libAvogadroMoleQueue* \
-"$pkgdir"/usr/lib/libAvogadroVtk* \
-"$pkgdir"/usr/include/avogadro/{molequeue,qt*,vtk} \
-"$pkgdir"/usr/lib/avogadro2/{scripts,staticplugins}
-
-  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-# Move python module to the correct place
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  mkdir -p "$pkgdir${site_packages}"
-  mv "$pkgdir"/usr/lib/avogadro "$pkgdir${site_packages}"
-}
-
-package_avogadrolibs-qt5() {
-  pkgdesc="Qt 5 modules for Avogadro"
-  depends=(qt5-svg libarchive libmsym avogadrolibs vtk openmpi fmt libxcursor)
-
-  DESTDIR="$pkgdir" cmake --install build/avogadro/molequeue
-  DESTDIR="$pkgdir" cmake --install build/avogadro/qtgui
-  DESTDIR="$pkgdir" cmake --install build/avogadro/qtopengl
-  DESTDIR="$pkgdir" cmake --install build/avogadro/qtplugins
-  DESTDIR="$pkgdir" cmake --install build/avogadro/vtk
-}

Copied: avogadrolibs/repos/extra-x86_64/PKGBUILD (from rev 451527, 
avogadrolibs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 21:19:33 UTC (rev 451528)
@@ -0,0 +1,59 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=avogadrolibs
+pkgname=(avogadrolibs avogadrolibs-qt5)
+pkgver=1.97.0
+pkgrel=1
+pkgdesc='Libraries that provide 3D rendering, visualization, analysis and data 
processing useful in computational chemistry, molecular modeling, 
bioinformatics, materials science, and related areas'
+arch=(x86_64)
+url='https://www.openchemistry.org/'
+license=(custom)
+depends=(molequeue glew spglib hdf5 avogadro-molecules avogadro-crystals)
+makedepends=(cmake eigen boost python mmtf-cpp libmsym pybind11 vtk qt5-tools 
qt5-svg genxrdpattern tbb openmpi)
+optdepends=('avogadrolibs-qt5: For the VTK and Qt plugins')
+source=(https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('46641504a1808c5ff6fb7d66be48d866848203899025fd386cc6e3dd5d9ec342')
+
+prepare() {
+  mkdir crystals molecules # Dummy dirs to trick cmake, actually provided by 
avogadro-molecules and avogadro-crystals
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_CLAFS="$CFLAGS -ffat-lto-objects" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
+-DENABLE_TRANSLATIONS=ON \
+-DUSE_HDF5=ON \
+-DUSE_VTK=ON \
+-DUSE_PYTHON=ON \
+-DUSE_SYSTEM_GENXRDPATTERN=ON
+  cmake --build build
+}
+
+package_avogadrolibs() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r 

[arch-commits] Commit in avogadrolibs/trunk (PKGBUILD vtk9.patch)

2022-07-21 Thread Antonio Rojas via arch-commits
Date: Thursday, July 21, 2022 @ 21:19:25
  Author: arojas
Revision: 451527

upgpkg: avogadrolibs 1.97.0-1: Update to 1.97.0

Modified:
  avogadrolibs/trunk/PKGBUILD
Deleted:
  avogadrolibs/trunk/vtk9.patch

+
 PKGBUILD   |   11 --
 vtk9.patch |  242 ---
 2 files changed, 4 insertions(+), 249 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 13:37:58 UTC (rev 451526)
+++ PKGBUILD2022-07-21 21:19:25 UTC (rev 451527)
@@ -2,8 +2,8 @@
 
 pkgbase=avogadrolibs
 pkgname=(avogadrolibs avogadrolibs-qt5)
-pkgver=1.96.0
-pkgrel=2
+pkgver=1.97.0
+pkgrel=1
 pkgdesc='Libraries that provide 3D rendering, visualization, analysis and data 
processing useful in computational chemistry, molecular modeling, 
bioinformatics, materials science, and related areas'
 arch=(x86_64)
 url='https://www.openchemistry.org/'
@@ -11,14 +11,11 @@
 depends=(molequeue glew spglib hdf5 avogadro-molecules avogadro-crystals)
 makedepends=(cmake eigen boost python mmtf-cpp libmsym pybind11 vtk qt5-tools 
qt5-svg genxrdpattern tbb openmpi)
 optdepends=('avogadrolibs-qt5: For the VTK and Qt plugins')
-source=(https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver/$pkgname-$pkgver.tar.gz
-vtk9.patch)
-sha256sums=('1747dd427909668777e73accabeae31142f0772863007f092f240fe418657850'
-'a2272c456f1a5dd85bb98fbf5ed9aa5aabaa3fbd8b191bb6d14e6ee57c2789f4')
+source=(https://github.com/OpenChemistry/avogadrolibs/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('46641504a1808c5ff6fb7d66be48d866848203899025fd386cc6e3dd5d9ec342')
 
 prepare() {
   mkdir crystals molecules # Dummy dirs to trick cmake, actually provided by 
avogadro-molecules and avogadro-crystals
-  patch -d $pkgname-$pkgver -p1 < vtk9.patch # Fix build with VTK 9
 }
 
 build() {

Deleted: vtk9.patch
===
--- vtk9.patch  2022-07-21 13:37:58 UTC (rev 451526)
+++ vtk9.patch  2022-07-21 21:19:25 UTC (rev 451527)
@@ -1,242 +0,0 @@
-diff --git a/avogadro/qtplugins/coloropacitymap/coloropacitymap.cpp 
b/avogadro/qtplugins/coloropacitymap/coloropacitymap.cpp
-index 2ec4ea3a..ff412948 100644
 a/avogadro/qtplugins/coloropacitymap/coloropacitymap.cpp
-+++ b/avogadro/qtplugins/coloropacitymap/coloropacitymap.cpp
-@@ -180,7 +180,7 @@ void ColorOpacityMap::render()
-   auto widget = ActiveObjects::instance().activeWidget();
-   auto vtkWidget = qobject_cast(widget);
-   if (vtkWidget) {
--vtkWidget->GetRenderWindow()->Render();
-+vtkWidget->renderWindow()->Render();
- vtkWidget->update();
-   }
- }
-diff --git a/avogadro/qtplugins/coloropacitymap/histogramwidget.cpp 
b/avogadro/qtplugins/coloropacitymap/histogramwidget.cpp
-index de4c36ad..dc647145 100644
 a/avogadro/qtplugins/coloropacitymap/histogramwidget.cpp
-+++ b/avogadro/qtplugins/coloropacitymap/histogramwidget.cpp
-@@ -42,8 +42,8 @@ HistogramWidget::HistogramWidget(QWidget* parent)
-   : QWidget(parent), m_qvtk(new QVTKGLWidget(this))
- {
-   // Set up our little chart.
--  m_histogramView->SetRenderWindow(m_qvtk->GetRenderWindow());
--  m_histogramView->SetInteractor(m_qvtk->GetInteractor());
-+  m_histogramView->SetRenderWindow(m_qvtk->renderWindow());
-+  m_histogramView->SetInteractor(m_qvtk->interactor());
-   m_histogramView->GetScene()->AddItem(m_histogramColorOpacityEditor);
- 
-   // Connect events from the histogram color/opacity editor.
-diff --git a/avogadro/qtplugins/coloropacitymap/qvtkwidget.cpp 
b/avogadro/qtplugins/coloropacitymap/qvtkwidget.cpp
-index 95afd55c..a8936112 100644
 a/avogadro/qtplugins/coloropacitymap/qvtkwidget.cpp
-+++ b/avogadro/qtplugins/coloropacitymap/qvtkwidget.cpp
-@@ -12,12 +12,12 @@
- namespace Avogadro {
- 
- QVTKGLWidget::QVTKGLWidget(QWidget* parent, Qt::WindowFlags f)
--  : QVTKOpenGLWidget(parent, f)
-+  : QVTKOpenGLStereoWidget(parent, f)
- {
-   // Set some defaults for our render window.
-   vtkNew window;
--  SetRenderWindow(window);
--  auto glFormat = QVTKOpenGLWidget::defaultFormat();
-+  setRenderWindow(window);
-+  auto glFormat = QVTKOpenGLStereoWidget::defaultFormat();
-   glFormat.setSamples(8);
-   setFormat(glFormat);
- }
-diff --git a/avogadro/qtplugins/coloropacitymap/qvtkwidget.h 
b/avogadro/qtplugins/coloropacitymap/qvtkwidget.h
-index a3a6ca42..32d43d4a 100644
 a/avogadro/qtplugins/coloropacitymap/qvtkwidget.h
-+++ b/avogadro/qtplugins/coloropacitymap/qvtkwidget.h
-@@ -4,11 +4,11 @@
- #ifndef AVOGADRO_QTPLUGINS_QVTKGLWidget_H
- #define AVOGADRO_QTPLUGINS_QVTKGLWidget_H
- 
--#include 
-+#include 
- 
- namespace Avogadro {
- 
--class QVTKGLWidget : public QVTKOpenGLWidget
-+class QVTKGLWidget : public QVTKOpenGLStereoWidget
- {
-   Q_OBJECT
- 
-@@ -17,7 +17,7 @@ class QVTKGLWidget : public QVTKOpenGLWidget
-Qt::WindowFlags f = Qt::WindowFlags());
-   ~QVTKGLWidget() override;
- 
--  void 

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

2022-07-21 Thread Leonidas Spyropoulos via arch-commits
Date: Thursday, July 21, 2022 @ 21:16:35
  Author: artafinde
Revision: 1255070

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 1255069, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 1255069, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 1255069, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  188 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   40 +--
 3 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 21:16:29 UTC (rev 1255069)
+++ PKGBUILD2022-07-21 21:16:35 UTC (rev 1255070)
@@ -1,94 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Leonidas Spyropoulos 
-# Contributor: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2022.1.3
-_build=221.5921.27
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-environment=11
-  java11-openjfx
-  python
-  sh
-  ttf-font
-  fontconfig
-  libdbusmenu-glib
-)
-optdepends=(
-  'ipython: IPython integration for Python 3'
-)
-makedepends=(
-  git
-  java-environment=11
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#tag=pycharm/${_build};
-  
idea-android::"git://git.jetbrains.org/idea/android.git#tag=pycharm/${_build}"
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  mv "${srcdir}"/idea-android android
-
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  sed 's|../build/plugins-autoupload.txt|plugins-autoupload.txt|' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload.txt
-  # Fix pycharm python/installer.cmd & python/plugin.cmd
-  sed 's|intellij.pycharm.community.build|"$(cd "$(dirname "$0")"; pwd)/../" 
intellij.pycharm.community.build|' -i python/installers.cmd
-  #sed 's|intellij.pycharm.community.build|"$(cd "$(dirname "$0")"; pwd)/../" 
intellij.pycharm.community.build|' -i python/plugin.cmd
-}
-
-build() {
-  cd intellij-community
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-11-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-11-openjdk
-
-  ./python/installers.cmd -Dintellij.build.target.os=linux
-  #./python/plugin.cmd -Dintellij.build.target.os=linux
-
-  tar -xf out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
1255069, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 21:16:35 UTC (rev 1255070)
@@ -0,0 +1,94 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Leonidas Spyropoulos 
+# Contributor: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2022.1.4
+_build=221.6008.17
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/

[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

2022-07-21 Thread Leonidas Spyropoulos via arch-commits
Date: Thursday, July 21, 2022 @ 21:16:29
  Author: artafinde
Revision: 1255069

upgpkg: pycharm-community-edition 2022.1.4-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 21:11:08 UTC (rev 1255068)
+++ PKGBUILD2022-07-21 21:16:29 UTC (rev 1255069)
@@ -5,8 +5,8 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2022.1.3
-_build=221.5921.27
+pkgver=2022.1.4
+_build=221.6008.17
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)



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

2022-07-21 Thread Alexander Epaneshnikov via arch-commits
Date: Thursday, July 21, 2022 @ 21:11:08
  Author: alex19ep
Revision: 1255068

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 21:10:56 UTC (rev 1255067)
+++ PKGBUILD2022-07-21 21:11:08 UTC (rev 1255068)
@@ -1,43 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: Ivan Shapovalov 
-
-pkgname=python-frozendict
-pkgver=2.3.3
-pkgrel=1
-epoch=1
-pkgdesc='An immutable dictionary'
-url='https://pypi.python.org/pypi/frozendict/'
-arch=('any')
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
-sha512sums=('7d29801e2bbf2d0fe377d3e182568d9b50cc548f72d7a3499b6cb5010830fc4610b379c6b5d0f3ad3bf9db9905f747dabde2a5d8c5d5b8deceb2d894e5e3e509')
-b2sums=('7ebba5ddd8ee0d89a4c0dd5c841450bd6f551ae46a93549d6018904fda378304345c1300db0a5aaafa21b8db680d4cc7e6cdaa4f76f7d4ad5c7d05e4bdf92bfb')
-
-prepare() {
-   cd frozendict-$pkgver
-   # remove unneeded tests
-   pushd test
-   rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py
-   popd
-}
-
-build() {
-   cd frozendict-$pkgver
-   python setup.py py build
-}
-
-check(){
-   cd frozendict-$pkgver
-   PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-   cd frozendict-$pkgver
-   python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-frozendict/repos/community-any/PKGBUILD (from rev 1255067, 
python-frozendict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 21:11:08 UTC (rev 1255068)
@@ -0,0 +1,43 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: Ivan Shapovalov 
+
+pkgname=python-frozendict
+pkgver=2.3.3
+pkgrel=1
+epoch=1
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
+sha512sums=('7d29801e2bbf2d0fe377d3e182568d9b50cc548f72d7a3499b6cb5010830fc4610b379c6b5d0f3ad3bf9db9905f747dabde2a5d8c5d5b8deceb2d894e5e3e509')
+b2sums=('7ebba5ddd8ee0d89a4c0dd5c841450bd6f551ae46a93549d6018904fda378304345c1300db0a5aaafa21b8db680d4cc7e6cdaa4f76f7d4ad5c7d05e4bdf92bfb')
+
+prepare() {
+   cd frozendict-$pkgver
+   # remove unneeded tests
+   pushd test
+   rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py
+   popd
+}
+
+build() {
+   cd frozendict-$pkgver
+   python setup.py py build
+}
+
+check(){
+   cd frozendict-$pkgver
+   PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+   cd frozendict-$pkgver
+   python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



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

2022-07-21 Thread Alexander Epaneshnikov via arch-commits
Date: Thursday, July 21, 2022 @ 21:10:56
  Author: alex19ep
Revision: 1255067

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 21:10:53 UTC (rev 1255066)
+++ PKGBUILD2022-07-21 21:10:56 UTC (rev 1255067)
@@ -1,43 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: Ivan Shapovalov 
-
-pkgname=python-frozendict
-pkgver=2.3.2
-pkgrel=1
-epoch=1
-pkgdesc='An immutable dictionary'
-url='https://pypi.python.org/pypi/frozendict/'
-arch=('any')
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
-sha512sums=('e6674f12d311ba75ea2a7e7dc70c5ffef5b34e5461858c6a0c145437946a938cf7e93ec2e0d3c9321f3e5ca2c6d3bf4707aa57e368030bf2f26a6f95e57d')
-b2sums=('f32874cab519c91a3b006b37c54fd2439527c7cdc796205e84d525d294e27088f702b7fbdc3a9758264be9286c22ef6d6cd324d28edc133b48ad6aa4481b4d06')
-
-prepare() {
-   cd frozendict-$pkgver
-   # remove unneeded tests
-   pushd test
-   rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py
-   popd
-}
-
-build() {
-   cd frozendict-$pkgver
-   python setup.py py build
-}
-
-check(){
-   cd frozendict-$pkgver
-   PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-   cd frozendict-$pkgver
-   python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-frozendict/repos/community-any/PKGBUILD (from rev 1255066, 
python-frozendict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 21:10:56 UTC (rev 1255067)
@@ -0,0 +1,43 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: Ivan Shapovalov 
+
+pkgname=python-frozendict
+pkgver=2.3.3
+pkgrel=1
+epoch=1
+pkgdesc='An immutable dictionary'
+url='https://pypi.python.org/pypi/frozendict/'
+arch=('any')
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
+sha512sums=('7d29801e2bbf2d0fe377d3e182568d9b50cc548f72d7a3499b6cb5010830fc4610b379c6b5d0f3ad3bf9db9905f747dabde2a5d8c5d5b8deceb2d894e5e3e509')
+b2sums=('7ebba5ddd8ee0d89a4c0dd5c841450bd6f551ae46a93549d6018904fda378304345c1300db0a5aaafa21b8db680d4cc7e6cdaa4f76f7d4ad5c7d05e4bdf92bfb')
+
+prepare() {
+   cd frozendict-$pkgver
+   # remove unneeded tests
+   pushd test
+   rm -v c_only.py test_frozendict_c.py test_frozendict_c_subclass.py
+   popd
+}
+
+build() {
+   cd frozendict-$pkgver
+   python setup.py py build
+}
+
+check(){
+   cd frozendict-$pkgver
+   PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+   cd frozendict-$pkgver
+   python setup.py py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :



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

2022-07-21 Thread Alexander Epaneshnikov via arch-commits
Date: Thursday, July 21, 2022 @ 21:10:53
  Author: alex19ep
Revision: 1255066

upgpkg: python-frozendict 1:2.3.3-1 upstream release

Modified:
  python-frozendict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 20:42:49 UTC (rev 1255065)
+++ PKGBUILD2022-07-21 21:10:53 UTC (rev 1255066)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=python-frozendict
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 epoch=1
 pkgdesc='An immutable dictionary'
@@ -14,8 +14,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://pypi.org/packages/source/f/frozendict/frozendict-$pkgver.tar.gz;)
-sha512sums=('e6674f12d311ba75ea2a7e7dc70c5ffef5b34e5461858c6a0c145437946a938cf7e93ec2e0d3c9321f3e5ca2c6d3bf4707aa57e368030bf2f26a6f95e57d')
-b2sums=('f32874cab519c91a3b006b37c54fd2439527c7cdc796205e84d525d294e27088f702b7fbdc3a9758264be9286c22ef6d6cd324d28edc133b48ad6aa4481b4d06')
+sha512sums=('7d29801e2bbf2d0fe377d3e182568d9b50cc548f72d7a3499b6cb5010830fc4610b379c6b5d0f3ad3bf9db9905f747dabde2a5d8c5d5b8deceb2d894e5e3e509')
+b2sums=('7ebba5ddd8ee0d89a4c0dd5c841450bd6f551ae46a93549d6018904fda378304345c1300db0a5aaafa21b8db680d4cc7e6cdaa4f76f7d4ad5c7d05e4bdf92bfb')
 
 prepare() {
cd frozendict-$pkgver



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

2022-07-21 Thread Bruno Pagani via arch-commits
Date: Thursday, July 21, 2022 @ 20:42:49
  Author: archange
Revision: 1255065

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 1255064, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 20:42:40 UTC (rev 1255064)
+++ PKGBUILD2022-07-21 20:42:49 UTC (rev 1255065)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.9.6
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://github.com/eoyilmaz/displaycal-py3;
-license=(GPL3)
-depends=(argyllcms dbus dbus-python glib2 python-certifi python-numpy
- python-pillow python-send2trash python-wxpython python-zeroconf)
-makedepends=(libxrandr libxxf86vm python-build python-installer
- python-setuptools python-wheel)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for KDE Plasma')
-source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz
-
${pkgname}-wxfixes-py3.10.patch::https://github.com/eoyilmaz/displaycal-py3/pull/138.patch)
-sha256sums=('fad0a1773f50b9a6b1c1a588e8418b5376880ff1e87672367764e4975410cb6b'
-'5ec60779038337c4d048762cb1698dd56544ad6f6fd9340011302217d7112c5c')
-
-prepare() {
-  patch -p1 -d ${_pkgname}-${pkgver} < ${pkgname}-wxfixes-py3.10.patch
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-  # https://github.com/eoyilmaz/displaycal-py3/issues/117
-  install -d "${pkgdir}"/etc/xdg/autostart
-  mv 
"${pkgdir}"/{usr/lib/python3.10/site-packages/build/.config,etc/xdg}/autostart/z-displaycal-apply-profiles.desktop
-  rmdir 
"${pkgdir}"/usr/lib/python3.10/site-packages/build/{.config{/autostart,},}
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 1255064, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 20:42:49 UTC (rev 1255065)
@@ -0,0 +1,42 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.9.6
+pkgrel=2
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://github.com/eoyilmaz/displaycal-py3;
+license=(GPL3)
+depends=(argyllcms dbus dbus-python glib2 python-certifi python-distro
+ python-numpy python-pillow python-send2trash python-wxpython
+ python-zeroconf)
+makedepends=(libxrandr libxxf86vm python-build python-installer
+ python-setuptools python-wheel)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for KDE Plasma')
+source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz
+
${pkgname}-wxfixes-py3.10.patch::https://github.com/eoyilmaz/displaycal-py3/pull/138.patch)
+sha256sums=('fad0a1773f50b9a6b1c1a588e8418b5376880ff1e87672367764e4975410cb6b'
+'5ec60779038337c4d048762cb1698dd56544ad6f6fd9340011302217d7112c5c')
+
+prepare() {
+  patch -p1 -d ${_pkgname}-${pkgver} < ${pkgname}-wxfixes-py3.10.patch
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  # https://github.com/eoyilmaz/displaycal-py3/issues/117
+  install -d "${pkgdir}"/etc/xdg/autostart
+  mv 
"${pkgdir}"/{usr/lib/python3.10/site-packages/build/.config,etc/xdg}/autostart/z-displaycal-apply-profiles.desktop
+  rmdir 
"${pkgdir}"/usr/lib/python3.10/site-packages/build/{.config{/autostart,},}
+}



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

2022-07-21 Thread Bruno Pagani via arch-commits
Date: Thursday, July 21, 2022 @ 20:42:40
  Author: archange
Revision: 1255064

FS#74959 add python-distro to depends

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 20:34:12 UTC (rev 1255063)
+++ PKGBUILD2022-07-21 20:42:40 UTC (rev 1255064)
@@ -6,13 +6,14 @@
 _pkgname=DisplayCAL
 pkgname=displaycal
 pkgver=3.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=(x86_64)
 url="https://github.com/eoyilmaz/displaycal-py3;
 license=(GPL3)
-depends=(argyllcms dbus dbus-python glib2 python-certifi python-numpy
- python-pillow python-send2trash python-wxpython python-zeroconf)
+depends=(argyllcms dbus dbus-python glib2 python-certifi python-distro
+ python-numpy python-pillow python-send2trash python-wxpython
+ python-zeroconf)
 makedepends=(libxrandr libxxf86vm python-build python-installer
  python-setuptools python-wheel)
 optdepends=('gnome-color-manager: profile installation for GNOME'



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

2022-07-21 Thread Alexander Epaneshnikov via arch-commits
Date: Thursday, July 21, 2022 @ 20:34:12
  Author: alex19ep
Revision: 1255063

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 1255062, repo/trunk/PKGBUILD)
  repo/repos/community-any/keys/
Deleted:
  repo/repos/community-any/PKGBUILD
  repo/repos/community-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-21 20:34:07 UTC (rev 1255062)
+++ PKGBUILD2022-07-21 20:34:12 UTC (rev 1255063)
@@ -1,21 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Alexander Epaneshnikov 
-
-pkgname=repo
-pkgver=2.27
-pkgrel=1
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo;
-arch=('any')
-license=("APACHE")
-depends=("git" "python")
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer 

-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -vDm755 repo "$pkgdir/usr/bin/repo"
-  install -vDm644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 1255062, 
repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-21 20:34:12 UTC (rev 1255063)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Alexander Epaneshnikov 
+
+pkgname=repo
+pkgver=2.28
+pkgrel=1
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo;
+arch=('any')
+license=("APACHE")
+depends=("git" "python")
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer 

+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -vDm755 repo "$pkgdir/usr/bin/repo"
+  install -vDm644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/*
+}



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

2022-07-21 Thread Alexander Epaneshnikov via arch-commits
Date: Thursday, July 21, 2022 @ 20:34:07
  Author: alex19ep
Revision: 1255062

upgpkg: repo 2.28-1 upstream release

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 20:33:32 UTC (rev 1255061)
+++ PKGBUILD2022-07-21 20:34:07 UTC (rev 1255062)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Epaneshnikov 
 
 pkgname=repo
-pkgver=2.27
+pkgver=2.28
 pkgrel=1
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
 url="https://android.googlesource.com/tools/repo;



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

2022-07-21 Thread Bruno Pagani via arch-commits
Date: Thursday, July 21, 2022 @ 20:33:32
  Author: archange
Revision: 1255061

FS#74946 Update patch checksums (no actual changes to code)

Modified:
  openvr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-21 20:29:51 UTC (rev 1255060)
+++ PKGBUILD2022-07-21 20:33:32 UTC (rev 1255061)
@@ -16,18 +16,18 @@
 openvr-fix-1.6.18-include.patch::${url}/pull/1524.patch
 0001-Add-include-stdarg.h-to-strtools_public.cpp.patch)
 sha256sums=('387c98c0540f66595c4594e5f3340a1095dd90e954ff14fd5d89cc849ba32d1b'
-'29715711e5b28e2ce2934ef21cb5e6cfd05eec7f9d47b3e9b674a6d72ca8623a'
-'a230a1f9fdf356766b27e7765fc2929344bd17edc3e7e67eb479cb016a3d8981'
-'93a39df6a5d41f87b766cc7ec0fc3e49d6cc97f88b84a642fc26c9fe07cdf54c'
+'1d954060f27b16485e398654d6730105abc251d372da03fbba38496db17885ae'
+'f189bca77b58597d48ca674ce3dbe1ea783566bec5d35907166a8e8eb944ce7d'
+'859b8173f373e835c6f4606445e542bf5cb991efdf238eb9d280f9ba07bd5ca7'
 'ccb5672d1ec4ce75c8a15700be17b29f743245db0a015bff4ca8a416c037838b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   rm -rf thirdparty/jsoncpp
-  patch -Np1 -i ../openvr-fix-vsprintf_s.patch
-  patch -Np1 -i ../openvr-use-system-jsoncpp.patch
-  patch -Np1 -i ../openvr-fix-1.6.18-include.patch
-  patch -Np1 -i ../0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
+  patch -p1 < ../openvr-fix-vsprintf_s.patch
+  patch -p1 < ../openvr-use-system-jsoncpp.patch
+  patch -p1 < ../openvr-fix-1.6.18-include.patch
+  patch -p1 < ../0001-Add-include-stdarg.h-to-strtools_public.cpp.patch
 }
 
 build() {



  1   2   3   >