[arch-commits] Commit in prometheus-node-exporter/repos/extra-x86_64 (8 files)

2021-12-05 Thread Jelle van der Waa via arch-commits
Date: Monday, December 6, 2021 @ 06:27:03
  Author: jelle
Revision: 430716

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
(from rev 430715, prometheus-node-exporter/trunk/PKGBUILD)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
(from rev 430715, 
prometheus-node-exporter/trunk/prometheus-node-exporter.conf)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
(from rev 430715, 
prometheus-node-exporter/trunk/prometheus-node-exporter.service)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers
(from rev 430715, 
prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers)
Deleted:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers

---+
 PKGBUILD  |  120 ++--
 prometheus-node-exporter.conf |2 
 prometheus-node-exporter.service  |   36 +-
 prometheus-node-exporter.sysusers |2 
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 06:26:56 UTC (rev 430715)
+++ PKGBUILD2021-12-06 06:27:03 UTC (rev 430716)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus-node-exporter
-pkgver=1.3.0
-pkgrel=1
-
-pkgdesc='Exporter for machine metrics'
-url='https://github.com/prometheus/node_exporter'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git')
-
-backup=('etc/conf.d/prometheus-node-exporter')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
-prometheus-node-exporter.conf
-prometheus-node-exporter.service
-prometheus-node-exporter.sysusers)
-
-sha256sums=('9f4296e3661164b4e7af3d12a8a1cfced0fe9c5fa2d83252028c7a032ae4ff26'
-'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
-'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
-'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
-
-build() {
-  cd node_exporter-$pkgver
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d=@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-check() {
-  cd node_exporter-$pkgver
-
-  make collector/fixtures/sys/.unpacked
-  go test ./...
-  ./end-to-end-test.sh
-}
-
-package () {
-  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
-  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
-  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
-
-  cd node_exporter-$pkgver
-
-  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
-}

Copied: prometheus-node-exporter/repos/extra-x86_64/PKGBUILD (from rev 430715, 
prometheus-node-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 06:27:03 UTC (rev 430716)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=1.3.1
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers)
+
+sha256sums=('66856b6b8953e094c46d7dd5aabd32801375cf4d13d9fe388e320cbaeaff573a'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS} \
+  -X 

[arch-commits] Commit in prometheus-node-exporter/trunk (PKGBUILD)

2021-12-05 Thread Jelle van der Waa via arch-commits
Date: Monday, December 6, 2021 @ 06:26:56
  Author: jelle
Revision: 430715

upgpkg: prometheus-node-exporter 1.3.1-1

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 02:59:53 UTC (rev 430714)
+++ PKGBUILD2021-12-06 06:26:56 UTC (rev 430715)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus-node-exporter
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 
 pkgdesc='Exporter for machine metrics'
@@ -19,7 +19,7 @@
 prometheus-node-exporter.service
 prometheus-node-exporter.sysusers)
 
-sha256sums=('9f4296e3661164b4e7af3d12a8a1cfced0fe9c5fa2d83252028c7a032ae4ff26'
+sha256sums=('66856b6b8953e094c46d7dd5aabd32801375cf4d13d9fe388e320cbaeaff573a'
 'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
 '457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
 'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')



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

2021-12-05 Thread George Rawlinson via arch-commits
Date: Monday, December 6, 2021 @ 03:13:54
  Author: grawlinson
Revision: 1065219

archrelease: copy trunk to community-x86_64

Added:
  git-delta/repos/community-x86_64/PKGBUILD
(from rev 1065218, git-delta/trunk/PKGBUILD)
Deleted:
  git-delta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 03:12:52 UTC (rev 1065218)
+++ PKGBUILD2021-12-06 03:13:54 UTC (rev 1065219)
@@ -1,55 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor : ccorn
-
-pkgname=git-delta
-_pkgname=delta
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Syntax-highlighting pager for git and diff output'
-arch=('x86_64')
-url="https://github.com/dandavison/delta;
-license=('MIT')
-depends=('libgit2')
-makedepends=('rust')
-checkdepends=('git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('ef902e86bca4d496a75e49e0acd0791c08dbd0f6c196b7a362c6e3e9767ebf7fafb010d33c6513899618532c93af8bebe76918d64361b3c71016b7320e25')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  # some tests hang for 60+ seconds, find out why
-  # took my machine ~ 470 seconds
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell auto-completions
-  install -vDm644 etc/completion/completion.bash \
-"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
-  install -vDm644 etc/completion/completion.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: git-delta/repos/community-x86_64/PKGBUILD (from rev 1065218, 
git-delta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 03:13:54 UTC (rev 1065219)
@@ -0,0 +1,56 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor : ccorn
+
+pkgname=git-delta
+_pkgname=delta
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Syntax-highlighting pager for git and diff output'
+arch=('x86_64')
+url="https://github.com/dandavison/delta;
+license=('MIT')
+depends=('libgit2')
+makedepends=('rust')
+checkdepends=('git')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('ed0319ebcc0eb4c90c4189075294aceb6a3be0a4fe47d66b4363215b207363d3074e8a9a6c824efe82a78c81ac2a96de9f0c3335a37574c904b95134674cecd8')
+b2sums=('19b1fdd97e9dd50066921415193c0ce60a48e92d5f7dbe7fbdca0dd6ec2a2431b4e21ec786500613e4397d97a4d8834f72ed9a2c08adf2d037f2d5dbaf574310')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  # some tests hang for 60+ seconds, find out why
+  # took my machine ~ 470 seconds
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell auto-completions
+  install -vDm644 etc/completion/completion.bash \
+"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+  install -vDm644 etc/completion/completion.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}



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

2021-12-05 Thread George Rawlinson via arch-commits
Date: Monday, December 6, 2021 @ 03:12:52
  Author: grawlinson
Revision: 1065218

upgpkg: git-delta 0.11.0-1

New upstream release.

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-06 02:59:53 UTC (rev 1065217)
+++ PKGBUILD2021-12-06 03:12:52 UTC (rev 1065218)
@@ -5,7 +5,7 @@
 
 pkgname=git-delta
 _pkgname=delta
-pkgver=0.10.3
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Syntax-highlighting pager for git and diff output'
 arch=('x86_64')
@@ -16,7 +16,8 @@
 checkdepends=('git')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('ef902e86bca4d496a75e49e0acd0791c08dbd0f6c196b7a362c6e3e9767ebf7fafb010d33c6513899618532c93af8bebe76918d64361b3c71016b7320e25')
+sha512sums=('ed0319ebcc0eb4c90c4189075294aceb6a3be0a4fe47d66b4363215b207363d3074e8a9a6c824efe82a78c81ac2a96de9f0c3335a37574c904b95134674cecd8')
+b2sums=('19b1fdd97e9dd50066921415193c0ce60a48e92d5f7dbe7fbdca0dd6ec2a2431b4e21ec786500613e4397d97a4d8834f72ed9a2c08adf2d037f2d5dbaf574310')
 
 prepare() {
   cd "$_pkgname-$pkgver"



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2021-12-05 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 02:59:53
  Author: heftig
Revision: 1065217

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 1065216, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/fix-test.diff
(from rev 1065216, lib32-pango/trunk/fix-test.diff)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/fix-test.diff

---+
 PKGBUILD  |  115 
 fix-test.diff |   60 ++---
 2 files changed, 89 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 02:59:42 UTC (rev 1065216)
+++ PKGBUILD2021-12-06 02:59:53 UTC (rev 1065217)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.50.0
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # Fix tests... seems to be a rounding error
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pango build \
---libdir=/usr/lib32 \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 1065216, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 02:59:53 UTC (rev 1065217)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.50.0
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # https://bugs.archlinux.org/task/72927
+  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
+
+  # Fix tests... seems to be a rounding error
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-12-06 02:59:42 UTC (rev 1065216)
+++ fix-test.diff   2021-12-06 02:59:53 UTC (rev 1065217)
@@ -1,30 +0,0 @@
-diff --git i/tests/layouts/valid-20.layout w/tests/layouts/valid-20.layout
-index 8217b28b..6e81507f 100644
 i/tests/layouts/valid-20.layout
-+++ w/tests/layouts/valid-20.layout
-@@ -140,23 +140,23 @@
- "glyph" : 244,
- "width" : 19456,
- "x-offset" : 14764,
--"y-offset" : 3844,
-+"y-offset" : 3845,
- "is-cluster-start" : true,
- "log-cluster" : 0
-   },
-   {
- "glyph" : 272,
- "width" : 19456,
- "x-offset" : 14764,
- "y-offset" : 4280,
- "is-cluster-start" : true,
- "log-cluster" : 1
-   },
-   {
-   

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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 02:59:53
  Author: heftig
Revision: 430714

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 430713, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/fix-test.diff
(from rev 430713, pango/trunk/fix-test.diff)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/fix-test.diff

---+
 PKGBUILD  |  121 
 fix-test.diff |   60 +--
 2 files changed, 92 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 02:59:41 UTC (rev 430713)
+++ PKGBUILD2021-12-06 02:59:53 UTC (rev 430714)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pango
-pkgname=(pango pango-docs)
-pkgver=1.50.0
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # Fix tests... seems to be a rounding error
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pango() {
-  provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_pango-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 430713, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 02:59:53 UTC (rev 430714)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.50.0
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # https://bugs.archlinux.org/task/72927
+  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
+
+  # Fix tests... seems to be a rounding error
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-12-06 02:59:41 UTC (rev 430713)
+++ fix-test.diff   2021-12-06 02:59:53 UTC (rev 430714)
@@ -1,30 +0,0 @@
-diff --git i/tests/layouts/valid-20.layout w/tests/layouts/valid-20.layout
-index 8217b28b..6e81507f 100644
 i/tests/layouts/valid-20.layout
-+++ w/tests/layouts/valid-20.layout
-@@ -140,23 +140,23 @@
- "glyph" : 244,
- "width" : 19456,
- "x-offset" : 14764,
--"y-offset" : 3844,
-+"y-offset" : 3845,
- "is-cluster-start" : true,
- "log-cluster" : 0
-   },
-   {
- "glyph" : 272,
- "width" : 19456,
- "x-offset" : 14764,
- "y-offset" : 4280,
- "is-cluster-start" : true,
- "log-cluster" : 1
-   },
-   {
- "glyph" : 273,
- "width" : 19456,
- "x-offset" : 14764,
--"y-offset" : 3506,
-+"y-offset" : 3507,
-

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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 02:59:42
  Author: heftig
Revision: 1065216

1.50.0-2

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 22:45:19 UTC (rev 1065215)
+++ PKGBUILD2021-12-06 02:59:42 UTC (rev 1065216)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-pango
 pkgver=1.50.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/;
@@ -29,6 +29,9 @@
 prepare() {
   cd pango
 
+  # https://bugs.archlinux.org/task/72927
+  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
+
   # Fix tests... seems to be a rounding error
   git apply -3 ../fix-test.diff
 }



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Monday, December 6, 2021 @ 02:59:41
  Author: heftig
Revision: 430713

1.50.0-2: FS#72927

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:42:09 UTC (rev 430712)
+++ PKGBUILD2021-12-06 02:59:41 UTC (rev 430713)
@@ -4,7 +4,7 @@
 pkgbase=pango
 pkgname=(pango pango-docs)
 pkgver=1.50.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -27,6 +27,9 @@
 prepare() {
   cd pango
 
+  # https://bugs.archlinux.org/task/72927
+  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
+
   # Fix tests... seems to be a rounding error
   git apply -3 ../fix-test.diff
 }



[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 22:45:19
  Author: felixonmars
Revision: 1065215

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 1065214, perl-ppix-regexp/trunk/PKGBUILD)
Deleted:
  perl-ppix-regexp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 22:45:10 UTC (rev 1065214)
+++ PKGBUILD2021-12-05 22:45:19 UTC (rev 1065215)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-regexp
-pkgver=0.081
-pkgrel=1
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp;
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac')
-
-build() {
-  cd PPIx-Regexp-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-Regexp-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-Regexp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 1065214, 
perl-ppix-regexp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 22:45:19 UTC (rev 1065215)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-regexp
+pkgver=0.082
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp;
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
+sha512sums=('ba8565a41252328cb0d951c780e5d688138683d8d3fad1e7ffd73bd555c9e420b2318c995baefedff02b2f9a6af53ed73641cd09c39e91f30d81e3ecde90068e')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-ppix-regexp/trunk (PKGBUILD)

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 22:45:10
  Author: felixonmars
Revision: 1065214

upgpkg: perl-ppix-regexp 0.082-1

Modified:
  perl-ppix-regexp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 22:39:09 UTC (rev 1065213)
+++ PKGBUILD2021-12-05 22:45:10 UTC (rev 1065214)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-regexp
-pkgver=0.081
+pkgver=0.082
 pkgrel=1
 pkgdesc="Parse regular expressions"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac')
+sha512sums=('ba8565a41252328cb0d951c780e5d688138683d8d3fad1e7ffd73bd555c9e420b2318c995baefedff02b2f9a6af53ed73641cd09c39e91f30d81e3ecde90068e')
 
 build() {
   cd PPIx-Regexp-$pkgver



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 22:39:09
  Author: arojas
Revision: 1065213

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 1065212, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/giac-test-pari-2.11.patch
(from rev 1065212, giac/trunk/giac-test-pari-2.11.patch)
Deleted:
  giac/repos/community-x86_64/PKGBUILD
  giac/repos/community-x86_64/giac-test-pari-2.11.patch

---+
 PKGBUILD  |   84 ++--
 giac-test-pari-2.11.patch |   34 -
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 22:38:53 UTC (rev 1065212)
+++ PKGBUILD2021-12-05 22:39:09 UTC (rev 1065213)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=giac
-_pkgver=1.7.0-39
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc='A free computer algebra system'
-arch=(x86_64)
-url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
-license=(GPL3)
-depends=(fltk mpfi gsl pari ntl lapack curl glpk libao gmp-ecm libsamplerate)
-makedepends=(python libjpeg texlive-core texlive-science hevea nauty)
-optdepends=('perl: for pgiac')
-replaces=(libgiac xcas)
-provides=(libgiac xcas)
-source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
-giac-test-pari-2.11.patch)
-sha256sums=('234645e33284969fac5901e6172756ac925a6b93362fa24e86e647a82cfcad56'
-'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
-
-prepare() {
-  cd $pkgname-${pkgver%.*}
-  patch -p1 < ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
-}
-
-build() {
-  cd $pkgname-${pkgver%.*}
-  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-${pkgver%.*}
-
-  make check
-}
-
-package() {
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 1065212, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 22:39:09 UTC (rev 1065213)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=giac
+_pkgver=1.7.0-43
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='A free computer algebra system'
+arch=(x86_64)
+url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
+license=(GPL3)
+depends=(fltk mpfi gsl pari ntl lapack curl glpk libao gmp-ecm libsamplerate)
+makedepends=(python libjpeg texlive-core texlive-science hevea nauty)
+optdepends=('perl: for pgiac')
+replaces=(libgiac xcas)
+provides=(libgiac xcas)
+source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
+giac-test-pari-2.11.patch)
+sha256sums=('85f724270c813ae26d665fe2c1b42c271a6d29ecfb75f038efb16e1d0d284a7f'
+'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
+
+prepare() {
+  cd $pkgname-${pkgver%.*}
+  patch -p1 < ../giac-test-pari-2.11.patch # Fix tests with pari 2.11
+}
+
+build() {
+  cd $pkgname-${pkgver%.*}
+  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-${pkgver%.*}
+
+  make check
+}
+
+package() {
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}

Deleted: giac-test-pari-2.11.patch
===
--- giac-test-pari-2.11.patch   2021-12-05 22:38:53 UTC (rev 1065212)
+++ giac-test-pari-2.11.patch   2021-12-05 22:39:09 UTC (rev 1065213)
@@ -1,17 +0,0 @@
-Change test output for PARI 2.11
-
-See https://trac.sagemath.org/ticket/25567
-and https://xcas.univ-grenoble-alpes.fr/forum/viewtopic.php?f=4=2102
-
-diff -ru a/check/TP11-sol.cas.out1 b/check/TP11-sol.cas.out1
 a/check/TP11-sol.cas.out1  2014-10-21 10:51:48.0 +0200
-+++ b/check/TP11-sol.cas.out1  2018-08-07 17:04:12.528052773 +0200
-@@ -10,7 +10,7 @@
- 107374182400061203284109008409,
- 2^3*3*389*733*156904374622257604823879982847602392900751802349981470895277241,
- "Done",
--matrix[[2,7,1],[3,2,1],[389,2,1],[733,2,1],[156904374622257604823879982847602392900751802349981470895277241,2,matrix[[2,13,1],[3,3,1],[5,2,1],[7,2,1],[56467,2,1],[6553084925887974620811527,2,matrix[[2,5,1],[19,2,1],[71,2,1],[126823,2,1]],
-+1,
- 0,
- [],
- 1,

Copied: giac/repos/community-x86_64/giac-test-pari-2.11.patch (from rev 
1065212, giac/trunk/giac-test-pari-2.11.patch)
===
--- giac-test-pari-2.11.patch   (rev 0)
+++ giac-test-pari-2.11.patch   2021-12-05 22:39:09 UTC (rev 1065213)
@@ -0,0 +1,17 @@
+Change test output for PARI 2.11
+
+See https://trac.sagemath.org/ticket/25567
+and 

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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 22:38:53
  Author: arojas
Revision: 1065212

Update to 1.7.0.43

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 22:30:49 UTC (rev 1065211)
+++ PKGBUILD2021-12-05 22:38:53 UTC (rev 1065212)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=giac
-_pkgver=1.7.0-39
+_pkgver=1.7.0-43
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='A free computer algebra system'
@@ -15,7 +15,7 @@
 provides=(libgiac xcas)
 
source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
 giac-test-pari-2.11.patch)
-sha256sums=('234645e33284969fac5901e6172756ac925a6b93362fa24e86e647a82cfcad56'
+sha256sums=('85f724270c813ae26d665fe2c1b42c271a6d29ecfb75f038efb16e1d0d284a7f'
 'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
 prepare() {



[arch-commits] Commit in python-aiosmtpd/repos/community-staging-any (3 files)

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 22:30:49
  Author: felixonmars
Revision: 1065211

archrelease: copy trunk to community-staging-any

Added:
  python-aiosmtpd/repos/community-staging-any/PKGBUILD
(from rev 1065210, python-aiosmtpd/trunk/PKGBUILD)
  python-aiosmtpd/repos/community-staging-any/python310.patch
(from rev 1065210, python-aiosmtpd/trunk/python310.patch)
Deleted:
  python-aiosmtpd/repos/community-staging-any/PKGBUILD

-+
 PKGBUILD|   84 +++-
 python310.patch |  125 ++
 2 files changed, 170 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 22:30:38 UTC (rev 1065210)
+++ PKGBUILD2021-12-05 22:30:49 UTC (rev 1065211)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=aiosmtpd
-pkgname=python-aiosmtpd
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="An asyncio based SMTP server"
-arch=('any')
-url="https://github.com/aio-libs/aiosmtpd;
-license=('Apache')
-depends=('python-atpublic' 'python-attrs')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114')
-b2sums=('9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v --ignore=aiosmtpd/qa/
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-aiosmtpd/repos/community-staging-any/PKGBUILD (from rev 1065210, 
python-aiosmtpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 22:30:49 UTC (rev 1065211)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=aiosmtpd
+pkgname=python-aiosmtpd
+pkgver=1.4.2
+pkgrel=3
+pkgdesc="An asyncio based SMTP server"
+arch=('any')
+url="https://github.com/aio-libs/aiosmtpd;
+license=('Apache')
+depends=('python-atpublic' 'python-attrs')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+python310.patch)
+sha512sums=('b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114'
+
'68d65360fcf4efa23b000536eba141c4af15206595183efb415a1f75c82eb025e697cce8c99d437a462fb38a3a37f3e0980ba0be8e730f8d8b0c95fb85c12d62')
+b2sums=('9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605'
+
'527f7b695560c8d1ae4f86409a2af529f25ef786aa3c6f69c3cd5d2bdab78f399195edf62f8eaae09d422f129d3ec3ef166368e6c0cd4e4f0ed26e6c8a7c80eb')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+
+  # https://github.com/aio-libs/aiosmtpd/pull/294
+  patch -Np1 -d "$pkgname-$pkgver" 
+Date: Sun, 5 Dec 2021 21:28:22 +0200
+Subject: [PATCH 1/3] Create client-specific SSLContext for probes
+
+Reusing the server context is not possible in Python 3.10:
+
+  ssl.SSLError: Cannot create a client socket with a
+PROTOCOL_TLS_SERVER context (_ssl.c:801)
+
+(cherry picked from commit ddc9c7316e1f7fb4f47136d0c94292dad15db069)
+---
+ aiosmtpd/controller.py| 10 --
+ aiosmtpd/tests/test_server.py |  5 -
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/aiosmtpd/controller.py b/aiosmtpd/controller.py
+index 2258c54..9204a68 100644
+--- a/aiosmtpd/controller.py
 b/aiosmtpd/controller.py
+@@ -312,7 +312,10 @@ class Controller(BaseThreadedController):
+ with ExitStack() as stk:
+ s = stk.enter_context(create_connection((hostname, self.port), 
1.0))
+ if self.ssl_context:
+-s = stk.enter_context(self.ssl_context.wrap_socket(s))
++context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
++context.check_hostname = False
++context.verify_mode = ssl.CERT_NONE
++s = stk.enter_context(context.wrap_socket(s))
+ _ = s.recv(1024)
+ 
+ 
+@@ -355,5 +358,8 @@ class UnixSocketController(BaseThreadedController):  # 
pragma: on-win32 on-cygwi
+ s: makesock = stk.enter_context(makesock(AF_UNIX, 

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

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 22:30:38
  Author: felixonmars
Revision: 1065210

upgpkg: python-aiosmtpd 1.4.2-3: Python 3.10 rebuild

Modified:
  python-aiosmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 22:29:18 UTC (rev 1065209)
+++ PKGBUILD2021-12-05 22:30:38 UTC (rev 1065210)
@@ -3,7 +3,7 @@
 _name=aiosmtpd
 pkgname=python-aiosmtpd
 pkgver=1.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An asyncio based SMTP server"
 arch=('any')
 url="https://github.com/aio-libs/aiosmtpd;



[arch-commits] Commit in python-aiosmtpd/trunk (PKGBUILD python310.patch)

2021-12-05 Thread Evangelos Foutras via arch-commits
Date: Sunday, December 5, 2021 @ 22:29:18
  Author: foutrelis
Revision: 1065209

Add fixes for Python 3.10

Added:
  python-aiosmtpd/trunk/python310.patch
Modified:
  python-aiosmtpd/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++--
 python310.patch |  125 ++
 2 files changed, 134 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:44:45 UTC (rev 1065208)
+++ PKGBUILD2021-12-05 22:29:18 UTC (rev 1065209)
@@ -11,12 +11,18 @@
 depends=('python-atpublic' 'python-attrs')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114')
-b2sums=('9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+python310.patch)
+sha512sums=('b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114'
+
'68d65360fcf4efa23b000536eba141c4af15206595183efb415a1f75c82eb025e697cce8c99d437a462fb38a3a37f3e0980ba0be8e730f8d8b0c95fb85c12d62')
+b2sums=('9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605'
+
'527f7b695560c8d1ae4f86409a2af529f25ef786aa3c6f69c3cd5d2bdab78f399195edf62f8eaae09d422f129d3ec3ef166368e6c0cd4e4f0ed26e6c8a7c80eb')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+
+  # https://github.com/aio-libs/aiosmtpd/pull/294
+  patch -Np1 -d "$pkgname-$pkgver" 
+Date: Sun, 5 Dec 2021 21:28:22 +0200
+Subject: [PATCH 1/3] Create client-specific SSLContext for probes
+
+Reusing the server context is not possible in Python 3.10:
+
+  ssl.SSLError: Cannot create a client socket with a
+PROTOCOL_TLS_SERVER context (_ssl.c:801)
+
+(cherry picked from commit ddc9c7316e1f7fb4f47136d0c94292dad15db069)
+---
+ aiosmtpd/controller.py| 10 --
+ aiosmtpd/tests/test_server.py |  5 -
+ 2 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/aiosmtpd/controller.py b/aiosmtpd/controller.py
+index 2258c54..9204a68 100644
+--- a/aiosmtpd/controller.py
 b/aiosmtpd/controller.py
+@@ -312,7 +312,10 @@ class Controller(BaseThreadedController):
+ with ExitStack() as stk:
+ s = stk.enter_context(create_connection((hostname, self.port), 
1.0))
+ if self.ssl_context:
+-s = stk.enter_context(self.ssl_context.wrap_socket(s))
++context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
++context.check_hostname = False
++context.verify_mode = ssl.CERT_NONE
++s = stk.enter_context(context.wrap_socket(s))
+ _ = s.recv(1024)
+ 
+ 
+@@ -355,5 +358,8 @@ class UnixSocketController(BaseThreadedController):  # 
pragma: on-win32 on-cygwi
+ s: makesock = stk.enter_context(makesock(AF_UNIX, SOCK_STREAM))
+ s.connect(self.unix_socket)
+ if self.ssl_context:
+-s = stk.enter_context(self.ssl_context.wrap_socket(s))
++context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
++context.check_hostname = False
++context.verify_mode = ssl.CERT_NONE
++s = stk.enter_context(context.wrap_socket(s))
+ _ = s.recv(1024)
+diff --git a/aiosmtpd/tests/test_server.py b/aiosmtpd/tests/test_server.py
+index 99c5630..6b99495 100644
+--- a/aiosmtpd/tests/test_server.py
 b/aiosmtpd/tests/test_server.py
+@@ -334,7 +334,10 @@ class TestUnixSocketController:
+ )
+ sock.connect(str(self.sockfile))
+ if ssl_context:
+-sock = stk.enter_context(ssl_context.wrap_socket(sock))
++context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
++context.check_hostname = False
++context.verify_mode = ssl.CERT_NONE
++sock = stk.enter_context(context.wrap_socket(sock))
+ time.sleep(0.1)
+ resp = sock.recv(1024)
+ assert resp.startswith(b"220 ")
+
+From d4bf099b006e145f774277a16993df70919a5341 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 5 Dec 2021 21:38:54 +0200
+Subject: [PATCH 2/3] Limit bpo-27820 xfail to older Python versions
+
+(bpo-27820: Possible bug in smtplib when initial_response_ok=False)
+
+(cherry picked from commit cdc56aa1fd9a2745ec6d4e22b1a1f79b7f0c9b06)
+---
+ aiosmtpd/tests/test_smtp.py | 5 -
+ 1 file 

[arch-commits] Commit in kalendar (3 files)

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:44:45
  Author: arojas
Revision: 1065208

archrelease: copy trunk to community-x86_64

Added:
  kalendar/repos/
  kalendar/repos/community-x86_64/
  kalendar/repos/community-x86_64/PKGBUILD
(from rev 1065207, kalendar/trunk/PKGBUILD)

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

Copied: kalendar/repos/community-x86_64/PKGBUILD (from rev 1065207, 
kalendar/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-12-05 21:44:45 UTC (rev 1065208)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalendar
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='A calendar application using Akonadi to sync with external services'
+arch=(x86_64)
+url='https://apps.kde.org/kalendar/'
+license=(GPL)
+depends=(kdepim-runtime eventviews)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:44:30
  Author: arojas
Revision: 1065207

Add kalendar

Added:
  kalendar/
  kalendar/trunk/
  kalendar/trunk/PKGBUILD

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

Added: kalendar/trunk/PKGBUILD
===
--- kalendar/trunk/PKGBUILD (rev 0)
+++ kalendar/trunk/PKGBUILD 2021-12-05 21:44:30 UTC (rev 1065207)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalendar
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='A calendar application using Akonadi to sync with external services'
+arch=(x86_64)
+url='https://apps.kde.org/kalendar/'
+license=(GPL)
+depends=(kdepim-runtime eventviews)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in qt5-base/repos/extra-x86_64 (6 files)

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:42:09
  Author: arojas
Revision: 430712

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 430711, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
(from rev 430711, qt5-base/trunk/qt5-base-cflags.patch)
  qt5-base/repos/extra-x86_64/qt5-base-nostrip.patch
(from rev 430711, qt5-base/trunk/qt5-base-nostrip.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
  qt5-base/repos/extra-x86_64/qt5-base-nostrip.patch

+
 PKGBUILD   |  222 +++
 qt5-base-cflags.patch  |   92 +--
 qt5-base-nostrip.patch |   26 ++---
 3 files changed, 170 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:41:58 UTC (rev 430711)
+++ PKGBUILD2021-12-05 21:42:09 UTC (rev 430712)
@@ -1,111 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r260
-pkgrel=1
-_commit=00e0ffa0297957871ad1f22626524b6bd8e87260
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=qtbase
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qt5-base-cflags.patch
-qt5-base-nostrip.patch)
-sha256sums=('SKIP'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-
-  git revert -n 6344955d17e17e2398720fe60c34cfc2a4a95208 # Revert version bump
-
-  patch -p1 < ../qt5-base-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qt5-base-nostrip.patch # Don't strip binaries with qmake
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations \
--no-strip
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 430711, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:42:09 UTC (rev 430712)
@@ -0,0 

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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:41:58
  Author: arojas
Revision: 430711

Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:32:08 UTC (rev 430710)
+++ PKGBUILD2021-12-05 21:41:58 UTC (rev 430711)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r260
+pkgver=5.15.2+kde+r262
 pkgrel=1
-_commit=00e0ffa0297957871ad1f22626524b6bd8e87260
+_commit=d3806f677b6d6417cf181e58fbe753cd76a53e11
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:32:08
  Author: arojas
Revision: 430710

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 430709, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 430709, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  246 +++---
 arch-fonts.diff |  214 +++---
 2 files changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:31:48 UTC (rev 430709)
+++ PKGBUILD2021-12-05 21:32:08 UTC (rev 430710)
@@ -1,123 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.16
-pkgrel=1
-pkgdesc='An image viewing/manipulation program'
-url='https://www.imagemagick.org/'
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip libjxl highway
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('770219ae4087cc9a107dde04473ba7a932a374f310f9ec9ff6a545798e9da039'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---disable-static \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-jxl \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libjxl: JPEG XL support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 430709, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:32:08 UTC (rev 430710)
@@ -0,0 +1,123 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick

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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:31:48
  Author: arojas
Revision: 430709

Update to 7.1.0.17

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 17:43:29 UTC (rev 430708)
+++ PKGBUILD2021-12-05 21:31:48 UTC (rev 430709)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.16
+pkgver=7.1.0.17
 pkgrel=1
 pkgdesc='An image viewing/manipulation program'
 url='https://www.imagemagick.org/'
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 
source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('770219ae4087cc9a107dde04473ba7a932a374f310f9ec9ff6a545798e9da039'
+sha256sums=('af4c2992b2edd7f2979a4bb26e4d47baf7ac0cce190ca1d4678fb4bd318d9589'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:29:33
  Author: arojas
Revision: 1065206

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:29:23 UTC (rev 1065205)
+++ PKGBUILD2021-12-05 21:29:33 UTC (rev 1065206)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.25
-pkgrel=2
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-staging-x86_64/PKGBUILD (from rev 1065205, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:29:33 UTC (rev 1065206)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.25
+pkgrel=3
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:29:23
  Author: arojas
Revision: 1065205

Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:26:04 UTC (rev 1065204)
+++ PKGBUILD2021-12-05 21:29:23 UTC (rev 1065205)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=1
+pkgrel=3
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:26:04
  Author: arojas
Revision: 1065204

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 1065203, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:25:57 UTC (rev 1065203)
+++ PKGBUILD2021-12-05 21:26:04 UTC (rev 1065204)
@@ -1,56 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.24
-pkgrel=1
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-
-  cd cython-$pkgver
-  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 1065203, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:26:04 UTC (rev 1065204)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.25
+pkgrel=1
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:25:57
  Author: arojas
Revision: 1065203

upgpkg: cython 0.29.25-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:25:19 UTC (rev 1065202)
+++ PKGBUILD2021-12-05 21:25:57 UTC (rev 1065203)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=2
+pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:25:19
  Author: arojas
Revision: 1065202

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1065201, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:25:09 UTC (rev 1065201)
+++ PKGBUILD2021-12-05 21:25:19 UTC (rev 1065202)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.32.1
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('5d14662873e617232c210405ef209e7614e4f55e76e33d834f4320532440d309')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1065201, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:25:19 UTC (rev 1065202)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.32.2
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('2444d2d66c650f258f0bc9e0b6662e8e67d621dad6f47ce4aa95ff559a483011')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:25:09
  Author: arojas
Revision: 1065201

Update to 14.32.2

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:23:05 UTC (rev 1065200)
+++ PKGBUILD2021-12-05 21:25:09 UTC (rev 1065201)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.1
+pkgver=14.32.2
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('5d14662873e617232c210405ef209e7614e4f55e76e33d834f4320532440d309')
+sha256sums=('2444d2d66c650f258f0bc9e0b6662e8e67d621dad6f47ce4aa95ff559a483011')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:23:05
  Author: arojas
Revision: 1065200

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:22:55 UTC (rev 1065199)
+++ PKGBUILD2021-12-05 21:23:05 UTC (rev 1065200)
@@ -1,56 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.24
-pkgrel=3
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-
-  cd cython-$pkgver
-  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-staging-x86_64/PKGBUILD (from rev 1065199, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:23:05 UTC (rev 1065200)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.25
+pkgrel=2
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:22:55
  Author: arojas
Revision: 1065199

Python 3.10 rebuild

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:17:07 UTC (rev 1065198)
+++ PKGBUILD2021-12-05 21:22:55 UTC (rev 1065199)
@@ -5,7 +5,7 @@
 pkgname=(cython cython2)
 pkgbase=cython
 pkgver=0.29.25
-pkgrel=1
+pkgrel=2
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:17:07
  Author: arojas
Revision: 1065198

Update to 0.29.25

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
+++ PKGBUILD2021-12-05 21:17:07 UTC (rev 1065198)
@@ -4,24 +4,19 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.24
-pkgrel=3
+pkgver=0.29.25
+pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
 url='https://cython.org'
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz
-
cython-hash-int-conversion.patch::"https://github.com/cython/cython/commit/28251032.patch;)
-sha256sums=('a5efb97612f0f97164e87c54cc295b2e2d06c539487670079963adeab872de80'
-'28b2b065a9853e86d0bc09287e8a21f50ebc1f3cfee3b2ab03b6b917cb9e81d8')
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('dcee4374bff7a0fbd6802dacaf77b2edb1c1324380f11b8646acae9f9efa4fcc')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver
   find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-
-  cd cython-$pkgver
-  patch -p1 -i ../cython-hash-int-conversion.patch # Allow non-int conversion 
to Py_hash_t, needed by sagemath
 }
 
 build() {



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:09:58
  Author: arojas
Revision: 1065197

archrelease: copy trunk to community-x86_64

Added:
  liquidshell/repos/community-x86_64/PKGBUILD
(from rev 1065196, liquidshell/trunk/PKGBUILD)
Deleted:
  liquidshell/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 21:09:42 UTC (rev 1065196)
+++ PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=liquidshell
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Basic desktop shell using QtWidgets"
-arch=(x86_64)
-url="https://invent.kde.org/system/liquidshell;
-license=(GPL3)
-depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('510eb6ca4afac27bc914ec0010628bee702756bc9f89044fd9950fb8d508e030'
-'SKIP')
-validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: liquidshell/repos/community-x86_64/PKGBUILD (from rev 1065196, 
liquidshell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 21:09:58 UTC (rev 1065197)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=liquidshell
+pkgver=1.8
+pkgrel=1
+pkgdesc='Basic desktop shell using QtWidgets'
+arch=(x86_64)
+url='https://invent.kde.org/system/liquidshell'
+license=(GPL3)
+depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
+'SKIP')
+validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-12-05 Thread Antonio Rojas via arch-commits
Date: Sunday, December 5, 2021 @ 21:09:42
  Author: arojas
Revision: 1065196

Update to 1.6

Modified:
  liquidshell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 20:40:12 UTC (rev 1065195)
+++ PKGBUILD2021-12-05 21:09:42 UTC (rev 1065196)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=liquidshell
-pkgver=1.7.2
+pkgver=1.8
 pkgrel=1
-pkgdesc="Basic desktop shell using QtWidgets"
+pkgdesc='Basic desktop shell using QtWidgets'
 arch=(x86_64)
-url="https://invent.kde.org/system/liquidshell;
+url='https://invent.kde.org/system/liquidshell'
 license=(GPL3)
 depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('510eb6ca4afac27bc914ec0010628bee702756bc9f89044fd9950fb8d508e030'
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
 'SKIP')
 validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

 



[arch-commits] Commit in dictd/repos/community-x86_64 (16 files)

2021-12-05 Thread Sergej Pupykin via arch-commits
Date: Sunday, December 5, 2021 @ 20:40:12
  Author: spupykin
Revision: 1065195

archrelease: copy trunk to community-x86_64

Added:
  dictd/repos/community-x86_64/PKGBUILD
(from rev 1065194, dictd/trunk/PKGBUILD)
  dictd/repos/community-x86_64/colorit.conf
(from rev 1065194, dictd/trunk/colorit.conf)
  dictd/repos/community-x86_64/dict.conf
(from rev 1065194, dictd/trunk/dict.conf)
  dictd/repos/community-x86_64/dictd.conf
(from rev 1065194, dictd/trunk/dictd.conf)
  dictd/repos/community-x86_64/dictd.confd
(from rev 1065194, dictd/trunk/dictd.confd)
  dictd/repos/community-x86_64/dictd.service
(from rev 1065194, dictd/trunk/dictd.service)
  dictd/repos/community-x86_64/dictd.xinetd
(from rev 1065194, dictd/trunk/dictd.xinetd)
  dictd/repos/community-x86_64/site.info
(from rev 1065194, dictd/trunk/site.info)
Deleted:
  dictd/repos/community-x86_64/PKGBUILD
  dictd/repos/community-x86_64/colorit.conf
  dictd/repos/community-x86_64/dict.conf
  dictd/repos/community-x86_64/dictd.conf
  dictd/repos/community-x86_64/dictd.confd
  dictd/repos/community-x86_64/dictd.service
  dictd/repos/community-x86_64/dictd.xinetd
  dictd/repos/community-x86_64/site.info

---+
 PKGBUILD  |  116 
 colorit.conf  |   64 +++---
 dict.conf |   12 ++---
 dictd.conf|   50 
 dictd.confd   |   14 +++---
 dictd.service |   22 +-
 dictd.xinetd  |   24 +--
 site.info |   12 ++---
 8 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 20:39:53 UTC (rev 1065194)
+++ PKGBUILD2021-12-05 20:40:12 UTC (rev 1065195)
@@ -1,58 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: SmackleFunky 
-# Contributor: Enrico Morelli 
-
-pkgname=dictd
-pkgver=1.13.0
-pkgrel=2
-pkgdesc="Online dictionary client and server"
-url="https://sourceforge.net/projects/dict/;
-license=('GPL')
-arch=('x86_64')
-depends=('sh' 'zlib' 'libmaa')
-makedepends=('flex')
-optdepends=('xclip: for dict_lookup')
-backup=(etc/dict/dictd.conf
-   etc/dict/dict.conf
-   etc/dict/site.info
-   etc/conf.d/dictd
-   etc/xinetd.d/dictd
-   etc/dict/colorit.conf)
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz;
-   dict.conf
-   dictd.conf
-   dictd.confd
-   dictd.service
-   site.info
-   dictd.xinetd
-   colorit.conf)
-sha512sums=('86871aaf34a182d1d7aac1a1282d4a75f2d7c112c762e92f303924c324f665dae75c51e7ca91e3cc1dde2053ad8e2d1fd50a76934a5f84ff70975aa858e26439'
-
'22fbfd3bf8c4f88801aab848e160f46bf17757086ffe8fe7a4cdb78f983e88f6c923cac8714f78d31ab311957aa860731f663324b742febd0a5039085672aeb5'
-
'652466a5f73552c3d2f5060708c6626f82989f9df066b22e93f601dfcad14fb3123aebca0398595ecda0ed141b861fc356872108a5543855c1ddaf755f7762a4'
-
'640616737c3a3b1d4dd84a3df82b7513c76512cdd773d00037a402070de788b72c5942102b5b0799c65713ac910be095ac86b2467d04294355f6dba0e05cb0d8'
-
'2ec7ae5953afbadefe4de88d56a7d2410f3b8b99b153113eba89ef65d04f1660d0847506babc4487e4590087f1dfbbaee548457088f2888056462f2f3173d2a1'
-
'74bb341f049acd7d502d9117ae1321bedc499958ba377c02a2591880cc45d451409fd99a76ec3ddcf1846f6d124ef5ae1da40c5c001b67e94c68a895c2dcfd79'
-
'dd82dc6eb300e86b9cf288a9408a00773442c2e1ae167bb1882bbb6bcc6e69591fd789abeb9ad69557697f26ea2d8c70e4d89eecc24bd615f1399584026fd301'
-
'5df19904f25f482b4b4c90c26279ba8e8747ecf6a0f0045e456613891bc8447f1ee150d51ab3f36a5f8f8f967a07169dbfda2a6743abb842f6ed1d3fd7f88411')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --enable-dictorg --prefix=/usr --sysconfdir=/etc/dict 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm 0644 "$srcdir"/dictd.xinetd "$pkgdir"/etc/xinetd.d/dictd
-  install -Dm 0644 "$srcdir"/dictd.conf "$pkgdir"/etc/dict/dictd.conf
-  install -Dm 0644 "$srcdir"/dict.conf "$pkgdir"/etc/dict/dict.conf
-  install -Dm 0644 "$srcdir"/site.info "$pkgdir"/etc/dict/site.info
-  install -Dm 0644 "$srcdir"/dictd.confd "$pkgdir"/etc/conf.d/dictd
-  install -Dm 0644 "$srcdir"/colorit.conf "$pkgdir"/etc/dict/colorit.conf
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  # examples
-  install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -a examples "$pkgdir"/usr/share/doc/$pkgname/examples
-}

Copied: dictd/repos/community-x86_64/PKGBUILD (from rev 1065194, 
dictd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 20:40:12 UTC (rev 1065195)
@@ -0,0 +1,58 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: SmackleFunky 
+# Contributor: Enrico Morelli 
+

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

2021-12-05 Thread Sergej Pupykin via arch-commits
Date: Sunday, December 5, 2021 @ 20:39:53
  Author: spupykin
Revision: 1065194

upgpkg: dictd 1.13.1-1

Modified:
  dictd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:32:04 UTC (rev 1065193)
+++ PKGBUILD2021-12-05 20:39:53 UTC (rev 1065194)
@@ -3,8 +3,8 @@
 # Contributor: Enrico Morelli 
 
 pkgname=dictd
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="Online dictionary client and server"
 url="https://sourceforge.net/projects/dict/;
 license=('GPL')
@@ -27,7 +27,7 @@
site.info
dictd.xinetd
colorit.conf)
-sha512sums=('86871aaf34a182d1d7aac1a1282d4a75f2d7c112c762e92f303924c324f665dae75c51e7ca91e3cc1dde2053ad8e2d1fd50a76934a5f84ff70975aa858e26439'
+sha512sums=('31a2e67feaa672e773b86d16ecb9f41fdcd2d5f907759cc110261af30147b3972a2c7d742b4d61b67eb3b8c84c08e179106b9a30e998a425c9b437ec933b03ea'
 
'22fbfd3bf8c4f88801aab848e160f46bf17757086ffe8fe7a4cdb78f983e88f6c923cac8714f78d31ab311957aa860731f663324b742febd0a5039085672aeb5'
 
'652466a5f73552c3d2f5060708c6626f82989f9df066b22e93f601dfcad14fb3123aebca0398595ecda0ed141b861fc356872108a5543855c1ddaf755f7762a4'
 
'640616737c3a3b1d4dd84a3df82b7513c76512cdd773d00037a402070de788b72c5942102b5b0799c65713ac910be095ac86b2467d04294355f6dba0e05cb0d8'



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 17:43:29
  Author: heftig
Revision: 430708

archrelease: copy trunk to extra-x86_64

Added:
  pangomm-2.48/repos/extra-x86_64/PKGBUILD
(from rev 430707, pangomm-2.48/trunk/PKGBUILD)
Deleted:
  pangomm-2.48/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 17:43:23 UTC (rev 430707)
+++ PKGBUILD2021-12-05 17:43:29 UTC (rev 430708)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pangomm-2.48
-pkgname=(pangomm-2.48 pangomm-2.48-docs)
-pkgver=2.48.1
-pkgrel=2
-pkgdesc="C++ bindings for Pango"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(pango glibmm-2.68 cairomm-1.16)
-makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
-options=(!emptydirs)
-_commit=76246955054101a14a872b8117bbfc0b39791802  # tags/2.48.1^0
-source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pangomm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pangomm
-}
-
-build() {
-  arch-meson pangomm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pangomm-2.48() {
-  depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
-  provides=(libpangomm-2.48.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_pangomm-2.48-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: pangomm-2.48/repos/extra-x86_64/PKGBUILD (from rev 430707, 
pangomm-2.48/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 17:43:29 UTC (rev 430708)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pangomm-2.48
+pkgname=(pangomm-2.48 pangomm-2.48-docs)
+pkgver=2.48.2
+pkgrel=1
+pkgdesc="C++ bindings for Pango"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(pango glibmm-2.68 cairomm-1.16)
+makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
+options=(!emptydirs)
+_commit=a801d44602b1c41e485050caf8c83f5931504acd  # tags/2.48.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pangomm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pangomm
+}
+
+build() {
+  arch-meson pangomm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pangomm-2.48() {
+  depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
+  provides=(libpangomm-2.48.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_pangomm-2.48-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 17:43:23
  Author: heftig
Revision: 430707

2.48.2-1

Modified:
  pangomm-2.48/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:56:43 UTC (rev 430706)
+++ PKGBUILD2021-12-05 17:43:23 UTC (rev 430707)
@@ -3,8 +3,8 @@
 
 pkgbase=pangomm-2.48
 pkgname=(pangomm-2.48 pangomm-2.48-docs)
-pkgver=2.48.1
-pkgrel=2
+pkgver=2.48.2
+pkgrel=1
 pkgdesc="C++ bindings for Pango"
 url="https://www.gtkmm.org/;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(pango glibmm-2.68 cairomm-1.16)
 makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
 options=(!emptydirs)
-_commit=76246955054101a14a872b8117bbfc0b39791802  # tags/2.48.1^0
+_commit=a801d44602b1c41e485050caf8c83f5931504acd  # tags/2.48.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-12-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 5, 2021 @ 16:56:43
  Author: jelle
Revision: 430706

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 430705, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 430705, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/sources.tar.xz
(from rev 430705, iana-etc/trunk/sources.tar.xz)

--+
 LICENSE  |1 +
 PKGBUILD |   52 
 2 files changed, 53 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 430705, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2021-12-05 16:56:43 UTC (rev 430706)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 430705, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-12-05 16:56:43 UTC (rev 430706)
@@ -0,0 +1,52 @@
+# Contributor: Thomas Bächler 
+# Contributor: Gaetan Bisson 
+# Maintainer: Jelle van der Waa 
+
+pkgname=iana-etc
+pkgver=20211203
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20210718
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('f0ae4ff814503c8470ceb17beae84e1469dee7691819252d9e7758b6f50f68ba'
+'1a9570d4a35702a2b5fcb010701a607d874fc08e51d496c5e893e5881ea2837b'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}

Copied: iana-etc/repos/testing-any/sources.tar.xz (from rev 430705, 
iana-etc/trunk/sources.tar.xz)
===
(Binary files differ)



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

2021-12-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 5, 2021 @ 16:56:32
  Author: jelle
Revision: 430705

upgpkg: iana-etc 20211203-1

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:59:15 UTC (rev 430704)
+++ PKGBUILD2021-12-05 16:56:32 UTC (rev 430705)
@@ -3,7 +3,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=iana-etc
-pkgver=20211025
+pkgver=20211203
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20210718
 pkgrel=1
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('d5f88cd4c9732a19fe0d0f48a7b35589117a41b21ab0d60663d892e93829f391'
+sha256sums=('f0ae4ff814503c8470ceb17beae84e1469dee7691819252d9e7758b6f50f68ba'
 '1a9570d4a35702a2b5fcb010701a607d874fc08e51d496c5e893e5881ea2837b'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 



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

2021-12-05 Thread Konstantin Gizdov via arch-commits
Date: Sunday, December 5, 2021 @ 16:32:04
  Author: kgizdov
Revision: 1065193

archrelease: copy trunk to community-x86_64

Added:
  coq/repos/community-x86_64/PKGBUILD
(from rev 1065192, coq/trunk/PKGBUILD)
Deleted:
  coq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  230 ++---
 1 file changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 16:31:56 UTC (rev 1065192)
+++ PKGBUILD2021-12-05 16:32:04 UTC (rev 1065193)
@@ -1,115 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Baptiste Jonglez 
-# Contributor: acieroid
-# Contributor: spider-mario 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: George Giorgidze 
-# Contributor: William J. Bowman 
-
-pkgbase=coq
-pkgname=("${pkgbase}" "${pkgbase}ide" "${pkgbase}-doc")
-pkgver=8.14.0
-pkgrel=2
-pkgdesc='Formal proof management system'
-arch=('x86_64')
-url='https://coq.inria.fr/'
-license=('GPL')
-groups=('coq')
-options=('!emptydirs')
-depends=('ocaml>=4.12.0' 'ocaml-num' 'ocaml-zarith' 'gtk3' 'gtksourceview3')
-makedepends=('ocaml-findlib'
- 'dune'
- 'git'
- 'lablgtk3' 'gendesk' # coqide
- 'texlive-bin' 'texlive-latexextra' 'texlive-pictures' # coq-doc
- 'texlive-fontsextra' 'texlive-science'
- 'fig2dev' 'imagemagick' 'hevea' 'ghostscript'
- 'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
- 'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
-source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('041b8e8deedefa8b48bf99e87026988b783fcf89ec555ec96c4e64dbf3a230e0b78e8ae9effe6bc738171b58fba725ddafe49abf3a84f332c67f12435c304d5d')
-
-build() {
-  # generate a desktop file
-  cd "${srcdir}"
-  gendesk -f -n --pkgname "${pkgbase}ide" \
---name "CoqIDE Proof Assistant" \
---pkgdesc "Graphical interface for the Coq proof assistant" \
---categories "Development;Science;Math;IDE;GTK"
-
-  # build package
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  make clean
-  ./configure \
--prefix '/usr' \
--mandir '/usr/share/man' \
--configdir '/etc/xdg/coq/' \
--flambda-opts '-O3 -unbox-closures' \
--nomacintegration \
--nodebug \
--warn-error no \
--coqide opt \
--with-doc yes
-  # https://github.com/coq/coq/issues/12332
-  CAML_LD_LIBRARY_PATH=/usr/lib/ocaml/zarith SPHINXWARNERROR=0 make world
-}
-
-package_coq() {
-  depends=('ocaml')
-  optdepends=('coqide: graphical Coq IDE'
-  'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin'
-  'python-argparse: needed by some coq tools (e.g. TimeFileMaker)')
-  # coq-nox was the old name for coq without coqide
-  replaces=('coq-nox')
-  conflicts=('coq-nox')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # fix intermittent bug with folder creation
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/usr/lib/coq"
-  install -d "${pkgdir}/usr/lib/coq-core"
-  # Workaround for FS#58203
-  install -d "${pkgdir}/usr/lib/ocaml"
-  ln -s /usr/lib/coq "${pkgdir}/usr/lib/ocaml/coq"
-  ln -s /usr/lib/coq-core "${pkgdir}/usr/lib/ocaml/coq-core"
-
-  # The second target is needed to install coqidetop.cmxs (needed for some
-  # frontend other than coqide, for instance coquille)
-  make DESTDIR="${pkgdir}" install-coq install-coqide
-  rm -f "${pkgdir}/usr/share/man/man1/coqide.1"
-  rm -rf "${pkgdir}"/usr/{bin,doc,lib}/coqide
-}
-
-package_coqide() {
-  pkgdesc="GTK-based graphical interface for the Coq proof assistant"
-  depends=("${pkgbase}" 'ocaml' 'gtk3' 'gtksourceview3')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  mkdir -p "${pkgdir}/usr/bin"
-  make DESTDIR="${pkgdir}" install-coqide
-  install -D -m 644 -t "${pkgdir}/usr/share/man/man1/" man/coqide.1
-
-  # Remove toploop files installed by "install-ide-toploop" in the main package
-  rm -f "${pkgdir}/usr/lib/coq/toploop"/coqidetop.{cma,cmxs}
-  rm -f "${pkgdir}/usr/bin"/coqidetop{,.opt}
-  # In coq 8.7 this file is installed both by install-coq and install-coqide, 
remove the duplicate.
-  rm -f "${pkgdir}/usr/lib/coq/vernac/topfmt.cmi"
-  rm -rf "${pkgdir}/usr/share/coq"
-
-  # Desktop file generated by gendesk
-  install -D -m 644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m 644 ide/coqide/coq.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}
-
-package_coq-doc() {
-  pkgdesc="HTML and PDF documentation for the Coq proof assistant"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install-doc
-}

Copied: coq/repos/community-x86_64/PKGBUILD (from rev 1065192, 
coq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ 

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

2021-12-05 Thread Konstantin Gizdov via arch-commits
Date: Sunday, December 5, 2021 @ 16:31:56
  Author: kgizdov
Revision: 1065192

upgpkg: coq 8.14.1-1

Modified:
  coq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:21:05 UTC (rev 1065191)
+++ PKGBUILD2021-12-05 16:31:56 UTC (rev 1065192)
@@ -8,8 +8,8 @@
 
 pkgbase=coq
 pkgname=("${pkgbase}" "${pkgbase}ide" "${pkgbase}-doc")
-pkgver=8.14.0
-pkgrel=2
+pkgver=8.14.1
+pkgrel=1
 pkgdesc='Formal proof management system'
 arch=('x86_64')
 url='https://coq.inria.fr/'
@@ -27,7 +27,7 @@
  'python' 'python-sphinx' 'python-sphinx_rtd_theme' 
'python-pexpect'
  'python-beautifulsoup4' 'python-sphinxcontrib-bibtex' 
'python-antlr4')
 
source=("coq-${pkgver}.tar.gz::https://github.com/coq/coq/archive/V${pkgver}.tar.gz;)
-sha512sums=('041b8e8deedefa8b48bf99e87026988b783fcf89ec555ec96c4e64dbf3a230e0b78e8ae9effe6bc738171b58fba725ddafe49abf3a84f332c67f12435c304d5d')
+sha512sums=('bd761d1577fc30b5a0c6d220c643f177a7604961961ce3d94bc61659db48338e1fa068e23cd1ceb5eef56b592051e0c85fe43a91c38b16a24eec29e12343b5ee')
 
 build() {
   # generate a desktop file



[arch-commits] Commit in spyder/repos/community-staging-any (3 files)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:21:05
  Author: archange
Revision: 1065191

archrelease: copy trunk to community-staging-any

Added:
  spyder/repos/community-staging-any/PKGBUILD
(from rev 1065190, spyder/trunk/PKGBUILD)
Deleted:
  spyder/repos/community-staging-any/PKGBUILD
  spyder/repos/community-staging-any/fix-pylint-2.10.patch

---+
 PKGBUILD  |  275 +++-
 fix-pylint-2.10.patch |   64 ---
 2 files changed, 136 insertions(+), 203 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 16:20:41 UTC (rev 1065190)
+++ PKGBUILD2021-12-05 16:21:05 UTC (rev 1065191)
@@ -1,139 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Maintainer: Bruno Pagani 
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgname=spyder
-pkgver=5.1.5
-pkgrel=3
-pkgdesc="The Scientific Python Development Environment"
-arch=(any)
-url="https://www.spyder-ide.org/;
-license=(MIT)
-makedepends=(python-sphinx)
-depends=(
-python-atomicwrites
-python-chardet
-python-cloudpickle
-   python-cookiecutter
-python-diff-match-patch
-python-intervaltree
-ipython
-python-jedi
-python-jsonschema
-python-keyring
-jupyter-nbconvert
-python-numpydoc
-python-parso
-python-pexpect
-python-pickleshare
-python-psutil
-python-pygments
-python-pylint
-python-pyqt5
-python-pyqtwebengine
-qt5-webkit
-python-lsp-server
-python-lsp-black
-python-pyls-spyder
-python-xdg
-python-pyzmq
-python-qdarkstyle
-python-qstylizer
-python-qtawesome
-python-qtconsole
-python-qtpy
-python-rtree
-python-setuptools
-python-sphinx
-python-spyder-kernels
-python-textdistance
-python-three-merge
-python-watchdog
-autopep8
-flake8
-python-pycodestyle
-python-pydocstyle
-python-pyflakes
-python-rope
-yapf
-)
-# Starting from autopep8, required optdeps of python-language-server
-optdepends=(
-'cython: run Cython files in the IPython Console'
-'python-matplotlib: 2D/3D plotting in the IPython Console'
-'python-numpy: support for N-dimensional arrays in the Variable Explorer'
-'python-pandas: support for DataFrames and Series in the Variable Explorer'
-'python-scipy: support for Matlab workspace in the Variable Explorer'
-'python-sympy: symbolic mathematics in the IPython Console'
-)
-checkdepends=(
-python-pytest
-python-pytest-qt
-python-pytest-mock
-python-pytest-cov
-python-pytest-xvfb
-python-pytest-order
-python-pytest-lazy-fixture
-python-flaky
-python-pandas
-python-scipy
-python-sympy
-python-pillow
-python-matplotlib
-cython
-git
-tk
-)
-source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-fix-pylint-2.10.patch)
-sha512sums=('2204fe46ad3e4e14bebb51ef6a53074b657f6d970553decd0b2f9d0a7fba71b2f14b4efc3248bb4fb944860e85851e4a8add475ff12c6466e864be75b8cc38bb'
-
'7837cb8af529df9f63041a883348a199d549d60bc7ea65913ca07728a087c503830aa2f09e80198f05c3b3b8d0c5de096d5d021e8c148b63d45d7b338d4b3e0e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Remove pylint limit, we have a patched lsp 
(https://github.com/spyder-ide/spyder/pull/16565)
-  patch -p1 -i ../fix-pylint-2.10.patch
-  # Allow our python libraries versions
-  #sed "s|JEDI_REQVER = '=|JEDI_REQVER = '>=|" -i spyder/dependencies.py
-  #sed "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py
-  sed "s|QDARKSTYLE_REQVER = '=|QDARKSTYLE_REQVER = '>=|" -i 
spyder/dependencies.py
-  #sed "s|jedi==|jedi>=|" -i setup.py
-  #sed "s|parso==|parso>=|" -i setup.py
-  sed "s|qdarkstyle==|qdarkstyle>=|" -i setup.py
-  # Allow our Qt version
-  sed "s|'pyqt5<5.13'|'pyqt5'|" -i setup.py
-  sed "s|'pyqtwebengine<5.13'|'pyqtwebengine'|" -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # Required per above patching
-  #sed "s|jedi =|jedi >=|" -i binder/environment.yml
-  #sed "s|parso =|parso >=|" -i binder/environment.yml
-  sed "s|qdarkstyle =|qdarkstyle >=|" -i binder/environment.yml
-  sed "s|pyqt <5.13|pyqt|" -i binder/environment.yml
-  #sed "s|jedi =|jedi >=|" -i requirements/conda.txt
-  #sed "s|parso =|parso >=|" -i requirements/conda.txt
-  sed "s|qdarkstyle =|qdarkstyle >=|" -i requirements/conda.txt
-  sed "s|pyqt <5.13|pyqt|" -i requirements/conda.txt
-  # Failures from Qt5.12-targeted tests, non-CI tests, etc.
-  # Some even segfaults, but upstream does not support us
-  python runtests.py --color=yes || echo "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  # Install license file
-  install -Dm644 LICENSE.txt -t 

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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:20:41
  Author: archange
Revision: 1065190

Python 3.10 rebuild

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:19:59 UTC (rev 1065189)
+++ PKGBUILD2021-12-05 16:20:41 UTC (rev 1065190)
@@ -5,7 +5,7 @@
 
 pkgname=spyder
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;



[arch-commits] Commit in auto-multiple-choice/repos/community-x86_64 (2 files)

2021-12-05 Thread Konstantin Gizdov via arch-commits
Date: Sunday, December 5, 2021 @ 16:19:59
  Author: kgizdov
Revision: 1065189

archrelease: copy trunk to community-x86_64

Added:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD
(from rev 1065188, auto-multiple-choice/trunk/PKGBUILD)
Deleted:
  auto-multiple-choice/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 16:19:52 UTC (rev 1065188)
+++ PKGBUILD2021-12-05 16:19:59 UTC (rev 1065189)
@@ -1,48 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Baptiste Jonglez
-# Contributor: Benoit LANDRIEU
-# Contributor: Thomas LEGRAND
-# Contributor: Alexis Bienvenue
-# Contributor: fabmen
-
-pkgname=auto-multiple-choice
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
-arch=('x86_64')
-url='https://www.auto-multiple-choice.net/'
-license=('GPL2')
-depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
- 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
- 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
- 'ttf-linux-libertine'
- 'texlive-core'
- 'opencv' 'poppler' 'poppler-glib')
-optdepends=('perl-email-sender: allow email sending (1 of 3)'
-'perl-module-pluggable: allow email sending (2 of 3)'
-'perl-email-mime: allow email sending (3 of 3)')
-makedepends=('netpbm' 'xorgproto' 'libxslt')
-source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('71831122f7b43245d3289617064e0b561817c0130ee1773c1b957841b28b854c'
-'SKIP')
-validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
-  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
-  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
-  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all_precomp \
-GCC_OPENCV="$(pkg-config --cflags opencv4)" \
-GCC_OPENCV_LIBS="$(pkg-config --libs opencv4)"
-}
-
-package() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: auto-multiple-choice/repos/community-x86_64/PKGBUILD (from rev 1065188, 
auto-multiple-choice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 16:19:59 UTC (rev 1065189)
@@ -0,0 +1,48 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Baptiste Jonglez
+# Contributor: Benoit LANDRIEU
+# Contributor: Thomas LEGRAND
+# Contributor: Alexis Bienvenue
+# Contributor: fabmen
+
+pkgname=auto-multiple-choice
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
+arch=('x86_64')
+url='https://www.auto-multiple-choice.net/'
+license=('GPL2')
+depends=('perl' 'perl-gtk3' 'perl-glib-object-introspection' 
'perl-locale-gettext'
+ 'perl-xml-writer' 'perl-xml-simple' 'perl-dbd-sqlite' 
'perl-file-mimeinfo'
+ 'perl-text-csv' 'perl-dbi' 'perl-archive-zip' 'perl-clone' 
'perl-locale-codes'
+ 'ttf-linux-libertine'
+ 'texlive-core'
+ 'opencv' 'poppler' 'poppler-glib')
+optdepends=('perl-email-sender: allow email sending (1 of 3)'
+'perl-module-pluggable: allow email sending (2 of 3)'
+'perl-email-mime: allow email sending (3 of 3)')
+makedepends=('netpbm' 'xorgproto' 'libxslt')
+source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
+sha256sums=('023a2724ea2849ee77170c37414e837edf79a2336a5ab4ee3ee9779e421b72d3'
+'SKIP')
+validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

+
+prepare() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  # PERLDIR hack to conform to 
https://wiki.archlinux.org/index.php/Perl_package_guidelines#Package_file_placement
+  # We can't edit Makefile.conf because it triggers a rebuild of precompiled 
doc targets.
+  # So just overwrite PERLDIR after Makefile.Conf is included in the main 
Makefile.
+  sed -i -e '/^include 
Makefile-all.conf/aPERLDIR="/usr/share/perl5/vendor_perl"' Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all_precomp \
+GCC_OPENCV="$(pkg-config 

[arch-commits] Commit in auto-multiple-choice/trunk (PKGBUILD)

2021-12-05 Thread Konstantin Gizdov via arch-commits
Date: Sunday, December 5, 2021 @ 16:19:52
  Author: kgizdov
Revision: 1065188

upgpkg: auto-multiple-choice 1.5.2-1

Modified:
  auto-multiple-choice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:09:15 UTC (rev 1065187)
+++ PKGBUILD2021-12-05 16:19:52 UTC (rev 1065188)
@@ -6,7 +6,7 @@
 # Contributor: fabmen
 
 pkgname=auto-multiple-choice
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="AMC is a piece of software that can help you creating and managing 
multiple choice questionnaires (MCQ), with automated marking. Answers sheets 
are formatted with LaTeX."
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'perl-email-mime: allow email sending (3 of 3)')
 makedepends=('netpbm' 'xorgproto' 'libxslt')
 
source=("https://download.auto-multiple-choice.net/auto-multiple-choice_${pkgver}_precomp.tar.gz"{,.sig})
-sha256sums=('71831122f7b43245d3289617064e0b561817c0130ee1773c1b957841b28b854c'
+sha256sums=('023a2724ea2849ee77170c37414e837edf79a2336a5ab4ee3ee9779e421b72d3'
 'SKIP')
 validpgpkeys=('1F0FAB7CC69ACAD8374DB119D3F94059A398971E') # Alexis Bienvenüe 

 



[arch-commits] Commit in spyder/repos/community-any (3 files)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:09:15
  Author: archange
Revision: 1065187

archrelease: copy trunk to community-any

Added:
  spyder/repos/community-any/PKGBUILD
(from rev 1065186, spyder/trunk/PKGBUILD)
Deleted:
  spyder/repos/community-any/PKGBUILD
  spyder/repos/community-any/fix-pylint-2.10.patch

---+
 PKGBUILD  |  275 +++-
 fix-pylint-2.10.patch |   64 ---
 2 files changed, 136 insertions(+), 203 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 16:08:51 UTC (rev 1065186)
+++ PKGBUILD2021-12-05 16:09:15 UTC (rev 1065187)
@@ -1,139 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Maintainer: Bruno Pagani 
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgname=spyder
-pkgver=5.1.5
-pkgrel=2
-pkgdesc="The Scientific Python Development Environment"
-arch=(any)
-url="https://www.spyder-ide.org/;
-license=(MIT)
-makedepends=(python-sphinx)
-depends=(
-python-atomicwrites
-python-chardet
-python-cloudpickle
-   python-cookiecutter
-python-diff-match-patch
-python-intervaltree
-ipython
-python-jedi
-python-jsonschema
-python-keyring
-jupyter-nbconvert
-python-numpydoc
-python-parso
-python-pexpect
-python-pickleshare
-python-psutil
-python-pygments
-python-pylint
-python-pyqt5
-python-pyqtwebengine
-qt5-webkit
-python-lsp-server
-python-lsp-black
-python-pyls-spyder
-python-xdg
-python-pyzmq
-python-qdarkstyle
-python-qstylizer
-python-qtawesome
-python-qtconsole
-python-qtpy
-python-rtree
-python-setuptools
-python-sphinx
-python-spyder-kernels
-python-textdistance
-python-three-merge
-python-watchdog
-autopep8
-flake8
-python-pycodestyle
-python-pydocstyle
-python-pyflakes
-python-rope
-yapf
-)
-# Starting from autopep8, required optdeps of python-language-server
-optdepends=(
-'cython: run Cython files in the IPython Console'
-'python-matplotlib: 2D/3D plotting in the IPython Console'
-'python-numpy: support for N-dimensional arrays in the Variable Explorer'
-'python-pandas: support for DataFrames and Series in the Variable Explorer'
-'python-scipy: support for Matlab workspace in the Variable Explorer'
-'python-sympy: symbolic mathematics in the IPython Console'
-)
-checkdepends=(
-python-pytest
-python-pytest-qt
-python-pytest-mock
-python-pytest-cov
-python-pytest-xvfb
-python-pytest-order
-python-pytest-lazy-fixture
-python-flaky
-python-pandas
-python-scipy
-python-sympy
-python-pillow
-python-matplotlib
-cython
-git
-tk
-)
-source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-fix-pylint-2.10.patch)
-sha512sums=('2204fe46ad3e4e14bebb51ef6a53074b657f6d970553decd0b2f9d0a7fba71b2f14b4efc3248bb4fb944860e85851e4a8add475ff12c6466e864be75b8cc38bb'
-
'7837cb8af529df9f63041a883348a199d549d60bc7ea65913ca07728a087c503830aa2f09e80198f05c3b3b8d0c5de096d5d021e8c148b63d45d7b338d4b3e0e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Remove pylint limit, we have a patched lsp 
(https://github.com/spyder-ide/spyder/pull/16565)
-  patch -p1 -i ../fix-pylint-2.10.patch
-  # Allow our python libraries versions
-  #sed "s|JEDI_REQVER = '=|JEDI_REQVER = '>=|" -i spyder/dependencies.py
-  #sed "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py
-  sed "s|QDARKSTYLE_REQVER = '=|QDARKSTYLE_REQVER = '>=|" -i 
spyder/dependencies.py
-  #sed "s|jedi==|jedi>=|" -i setup.py
-  #sed "s|parso==|parso>=|" -i setup.py
-  sed "s|qdarkstyle==|qdarkstyle>=|" -i setup.py
-  # Allow our Qt version
-  sed "s|'pyqt5<5.13'|'pyqt5'|" -i setup.py
-  sed "s|'pyqtwebengine<5.13'|'pyqtwebengine'|" -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # Required per above patching
-  #sed "s|jedi =|jedi >=|" -i binder/environment.yml
-  #sed "s|parso =|parso >=|" -i binder/environment.yml
-  sed "s|qdarkstyle =|qdarkstyle >=|" -i binder/environment.yml
-  sed "s|pyqt <5.13|pyqt|" -i binder/environment.yml
-  #sed "s|jedi =|jedi >=|" -i requirements/conda.txt
-  #sed "s|parso =|parso >=|" -i requirements/conda.txt
-  sed "s|qdarkstyle =|qdarkstyle >=|" -i requirements/conda.txt
-  sed "s|pyqt <5.13|pyqt|" -i requirements/conda.txt
-  # Failures from Qt5.12-targeted tests, non-CI tests, etc.
-  # Some even segfaults, but upstream does not support us
-  python runtests.py --color=yes || echo "Tests failed"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  # Install license file
-  install -Dm644 LICENSE.txt -t 

[arch-commits] Commit in spyder/trunk (PKGBUILD fix-pylint-2.10.patch)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:08:51
  Author: archange
Revision: 1065186

upgpkg: spyder 5.2.0-1

Modified:
  spyder/trunk/PKGBUILD
Deleted:
  spyder/trunk/fix-pylint-2.10.patch

---+
 PKGBUILD  |   13 +++--
 fix-pylint-2.10.patch |   64 
 2 files changed, 5 insertions(+), 72 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 16:02:10 UTC (rev 1065185)
+++ PKGBUILD2021-12-05 16:08:51 UTC (rev 1065186)
@@ -4,8 +4,8 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=5.1.5
-pkgrel=3
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -20,6 +20,7 @@
 python-intervaltree
 ipython
 python-jedi
+python-jellyfish
 python-jsonschema
 python-keyring
 jupyter-nbconvert
@@ -85,15 +86,11 @@
 git
 tk
 )
-source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-fix-pylint-2.10.patch)
-sha512sums=('2204fe46ad3e4e14bebb51ef6a53074b657f6d970553decd0b2f9d0a7fba71b2f14b4efc3248bb4fb944860e85851e4a8add475ff12c6466e864be75b8cc38bb'
-
'7837cb8af529df9f63041a883348a199d549d60bc7ea65913ca07728a087c503830aa2f09e80198f05c3b3b8d0c5de096d5d021e8c148b63d45d7b338d4b3e0e')
+source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9298c845a17f348bccbe93451f03aef0d4ee2bde2d3025ac7ed695b3e3c3941cb9852f7c56d676ca022a37020a647c93977e0845fe6f5686dd2598236a9c7d9c')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # Remove pylint limit, we have a patched lsp 
(https://github.com/spyder-ide/spyder/pull/16565)
-  patch -p1 -i ../fix-pylint-2.10.patch
   # Allow our python libraries versions
   #sed "s|JEDI_REQVER = '=|JEDI_REQVER = '>=|" -i spyder/dependencies.py
   #sed "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py

Deleted: fix-pylint-2.10.patch
===
--- fix-pylint-2.10.patch   2021-12-05 16:02:10 UTC (rev 1065185)
+++ fix-pylint-2.10.patch   2021-12-05 16:08:51 UTC (rev 1065186)
@@ -1,64 +0,0 @@
-From fd8360471bc6ab76ffd33799bc402e48342286b0 Mon Sep 17 00:00:00 2001
-From: Carlos Cordoba 
-Date: Sat, 9 Oct 2021 12:13:18 -0500
-Subject: [PATCH 1/4] Remove top constraint on Pylint
-

- binder/environment.yml | 2 +-
- requirements/conda.txt | 2 +-
- setup.py   | 2 +-
- spyder/dependencies.py | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/binder/environment.yml b/binder/environment.yml
-index 5ce8931ca5..b19e80e576 100644
 a/binder/environment.yml
-+++ b/binder/environment.yml
-@@ -26,7 +26,7 @@ dependencies:
- - pickleshare >=0.4
- - psutil >=5.3
- - pygments >=2.0
--- pylint >=2.5.0,<2.10.0
-+- pylint >=2.5.0
- - pyls-spyder >=0.4.0
- - pyqt <5.13
- - python-lsp-black >=1.0.0
-diff --git a/requirements/conda.txt b/requirements/conda.txt
-index 93a0b15132..471c8033e6 100644
 a/requirements/conda.txt
-+++ b/requirements/conda.txt
-@@ -22,7 +22,7 @@ pexpect >=4.4.0
- pickleshare >=0.4
- psutil >=5.3
- pygments >=2.0
--pylint >=2.5.0,<2.10.0
-+pylint >=2.5.0
- pyls-spyder >=0.4.0
- pyqt <5.13
- python-lsp-black >=1.0.0
-diff --git a/setup.py b/setup.py
-index f81c314df2..09fab41d11 100644
 a/setup.py
-+++ b/setup.py
-@@ -222,7 +222,7 @@ def run(self):
- 'pickleshare>=0.4',
- 'psutil>=5.3',
- 'pygments>=2.0',
--'pylint>=2.5.0,<2.10.0',
-+'pylint>=2.5.0',
- 'python-lsp-black>=1.0.0',
- 'pyls-spyder>=0.4.0',
- 'pyqt5<5.13',
-diff --git a/spyder/dependencies.py b/spyder/dependencies.py
-index 61576fd824..9fa832ce38 100644
 a/spyder/dependencies.py
-+++ b/spyder/dependencies.py
-@@ -52,7 +52,7 @@
- PICKLESHARE_REQVER = '>=0.4'
- PSUTIL_REQVER = '>=5.3'
- PYGMENTS_REQVER = '>=2.0'
--PYLINT_REQVER = '>=2.5.0;<2.10.0'
-+PYLINT_REQVER = '>=2.5.0'
- PYLSP_REQVER = '>=1.2.2;<1.3.0'
- PYLSP_BLACK_REQVER = '>=1.0.0'
- PYLS_SPYDER_REQVER = '>=0.4.0'



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:02:10
  Author: archange
Revision: 1065185

archrelease: copy trunk to community-staging-any

Added:
  python-qtconsole/repos/community-staging-any/PKGBUILD
(from rev 1065184, python-qtconsole/trunk/PKGBUILD)
Deleted:
  python-qtconsole/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 16:01:46 UTC (rev 1065184)
+++ PKGBUILD2021-12-05 16:02:10 UTC (rev 1065185)
@@ -1,42 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-qtconsole
-pkgver=5.1.1
-pkgrel=3
-pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.org/project/qtconsole/;
-license=('BSD')
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
- 'python-traitlets' 'python-pygments' 'python-pyzmq'
- 'qt5-svg' 'python-pyqt5' 'python-qtpy')
-makedepends=('python-setuptools')
-#checkdepends=('python-nose' 'python-pytest')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz;)
-md5sums=('205b9da79216269b96c8c033c8820053')
-
-build() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # tests require an active X session
-  true
-  return
-  cd "$srcdir/qtconsole-$pkgver"
-  nosetests qtconsole
-}
-
-package() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd examples
-  # FS#47046 FS#57556 FS#64628 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.10/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-}

Copied: python-qtconsole/repos/community-staging-any/PKGBUILD (from rev 
1065184, python-qtconsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 16:02:10 UTC (rev 1065185)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Bruno Pagani 
+
+_pkgname=qtconsole
+pkgname=python-qtconsole
+pkgver=5.2.1
+pkgrel=2
+pkgdesc="Qt-based console for Jupyter with support for rich media output"
+arch=(any)
+url="https://qtconsole.readthedocs.io/;
+license=(BSD)
+depends=(
+python-ipykernel
+python-jupyter_core
+python-jupyter_client
+python-traitlets
+python-pygments
+python-pyqt5
+python-pyzmq
+python-qtpy
+qt5-svg
+)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
+source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-py3.10.patch::https://github.com/jupyter/qtconsole/pull/513.patch)
+sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4'
+'971fc34f2eada8ca6c0d1260dd7c6ce6be1082ae3eab2d31912b125e35eb239c')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -p1 < ../${pkgname}-py3.10.patch
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  # Tests passes but then xvfb-run segfaults
+  xvfb-run -s '-nolisten local' pytest -x -vv --color=yes qtconsole || echo 
"Tests segfaulted"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  cd examples
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  sed -i 
"s|^Icon=.*$|Icon=${site_packages}/qtconsole/resources/icon/JupyterConsole.svg|"
 jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop -t 
"${pkgdir}"/usr/share/applications/
+}



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 16:01:46
  Author: archange
Revision: 1065184

Python 3.10 rebuild

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:50:58 UTC (rev 1065183)
+++ PKGBUILD2021-12-05 16:01:46 UTC (rev 1065184)
@@ -4,7 +4,7 @@
 _pkgname=qtconsole
 pkgname=python-qtconsole
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=(any)
 url="https://qtconsole.readthedocs.io/;
@@ -22,9 +22,16 @@
 )
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
-source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4')
+source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-py3.10.patch::https://github.com/jupyter/qtconsole/pull/513.patch)
+sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4'
+'971fc34f2eada8ca6c0d1260dd7c6ce6be1082ae3eab2d31912b125e35eb239c')
 
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  patch -p1 < ../${pkgname}-py3.10.patch
+}
+
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:59:15
  Author: heftig
Revision: 430704

archrelease: copy trunk to extra-x86_64

Added:
  pangomm/repos/extra-x86_64/PKGBUILD
(from rev 430703, pangomm/trunk/PKGBUILD)
Deleted:
  pangomm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:59:07 UTC (rev 430703)
+++ PKGBUILD2021-12-05 15:59:15 UTC (rev 430704)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pangomm
-pkgname=(pangomm pangomm-docs)
-pkgver=2.46.1
-pkgrel=2
-pkgdesc="C++ bindings for Pango"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(pango glibmm cairomm)
-makedepends=(git meson mm-common glibmm-docs cairomm-docs)
-options=(!emptydirs)
-_commit=2ed5891a274b65e0ab1cf2effe556d3963870040  # tags/2.46.1^0
-source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pangomm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pangomm
-}
-
-build() {
-  arch-meson pangomm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pangomm() {
-  depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so)
-  provides=(libpangomm-1.4.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_pangomm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: pangomm/repos/extra-x86_64/PKGBUILD (from rev 430703, 
pangomm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:59:15 UTC (rev 430704)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pangomm
+pkgname=(pangomm pangomm-docs)
+pkgver=2.46.2
+pkgrel=1
+pkgdesc="C++ bindings for Pango"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(pango glibmm cairomm)
+makedepends=(git meson mm-common glibmm-docs cairomm-docs)
+options=(!emptydirs)
+_commit=c531ef7cf5351ec14014da2480b2fd3e474eac00  # tags/2.46.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pangomm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pangomm
+}
+
+build() {
+  arch-meson pangomm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pangomm() {
+  depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so)
+  provides=(libpangomm-1.4.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_pangomm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:59:07
  Author: heftig
Revision: 430703

2.46.2-1

Modified:
  pangomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:50:24 UTC (rev 430702)
+++ PKGBUILD2021-12-05 15:59:07 UTC (rev 430703)
@@ -3,8 +3,8 @@
 
 pkgbase=pangomm
 pkgname=(pangomm pangomm-docs)
-pkgver=2.46.1
-pkgrel=2
+pkgver=2.46.2
+pkgrel=1
 pkgdesc="C++ bindings for Pango"
 url="https://www.gtkmm.org/;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(pango glibmm cairomm)
 makedepends=(git meson mm-common glibmm-docs cairomm-docs)
 options=(!emptydirs)
-_commit=2ed5891a274b65e0ab1cf2effe556d3963870040  # tags/2.46.1^0
+_commit=c531ef7cf5351ec14014da2480b2fd3e474eac00  # tags/2.46.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in lib32-freetype2/trunk (7 files)

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:50:58
  Author: heftig
Revision: 1065183

rebase patches

Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  
lib32-freetype2/trunk/0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch
  
lib32-freetype2/trunk/0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch

---+
 0001-Enable-table-validation-modules.patch|2 
 0002-Enable-subpixel-rendering.patch  |2 
 0003-Enable-infinality-subpixel-hinting.patch |2 
 0004-Enable-long-PCF-family-names.patch   |2 
 0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch |   35 --
 0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch |   41 
 PKGBUILD  |8 +-
 7 files changed, 8 insertions(+), 84 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2021-12-05 15:46:44 UTC (rev 
1065182)
+++ 0001-Enable-table-validation-modules.patch  2021-12-05 15:50:58 UTC (rev 
1065183)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 30f7fac45a..a9a4703989 100644
+index 30f7fac45abd..a9a4703989b9 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -114,26 +114,26 @@ AUX_MODULES += cache

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2021-12-05 15:46:44 UTC (rev 
1065182)
+++ 0002-Enable-subpixel-rendering.patch2021-12-05 15:50:58 UTC (rev 
1065183)
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 4227fd376e..32da3fa039 100644
+index 4227fd376e41..32da3fa03903 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -123,7 +123,7 @@ FT_BEGIN_HEADER

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:46:44 UTC 
(rev 1065182)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:50:58 UTC 
(rev 1065183)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 32da3fa039..0dd4021e24 100644
+index 32da3fa03903..0dd4021e2433 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -688,8 +688,8 @@ FT_BEGIN_HEADER

Modified: 0004-Enable-long-PCF-family-names.patch
===
--- 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:46:44 UTC (rev 
1065182)
+++ 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:50:58 UTC (rev 
1065183)
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 0dd4021e24..8da3073b6d 100644
+index 0dd4021e2433..8da3073b6d71 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -877,7 +877,7 @@ FT_BEGIN_HEADER

Deleted: 0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch
===
--- 0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch   2021-12-05 
15:46:44 UTC (rev 1065182)
+++ 0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch   2021-12-05 
15:50:58 UTC (rev 1065183)
@@ -1,35 +0,0 @@
-From d7f649f283763af099256eb2d5e326df601c3e76 Mon Sep 17 00:00:00 2001
-From: Anuj Verma 
-Date: Mon, 16 Aug 2021 07:48:09 +0530
-Subject: [PATCH] [sdf] Return `FT_Err_Ok` while trying to render bitmap.
-
-  * src/sdf/ftsdfrend.c (ft_bsdf_render): Return OK if the slot is
-  a bitmap and the render mode is anything other than `FT_RENDER_MODE_SDF`.
-  This is for compatibility reasons.
-
-  Fixes issue #1076

- src/sdf/ftsdfrend.c | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/src/sdf/ftsdfrend.c b/src/sdf/ftsdfrend.c
-index 30f2e62a4..5686c0bf5 100644
 a/src/sdf/ftsdfrend.c
-+++ b/src/sdf/ftsdfrend.c
-@@ -502,8 +502,11 @@
- /* check whether render mode is correct */
- if ( mode != FT_RENDER_MODE_SDF )
- {
--  error = FT_THROW( Cannot_Render_Glyph );
--  goto Exit;
-+  FT_TRACE0(( "ft_bsdf_render: trying to render bitmap\n" ));
-+
-+  /* return OK since 

[arch-commits] Commit in freetype2/trunk (5 files)

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:50:24
  Author: heftig
Revision: 430702

rebase patches

Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
  freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0004-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD

---+
 0001-Enable-table-validation-modules.patch|2 +-
 0002-Enable-subpixel-rendering.patch  |2 +-
 0003-Enable-infinality-subpixel-hinting.patch |2 +-
 0004-Enable-long-PCF-family-names.patch   |2 +-
 PKGBUILD  |8 
 5 files changed, 8 insertions(+), 8 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0001-Enable-table-validation-modules.patch  2021-12-05 15:50:24 UTC (rev 
430702)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 30f7fac45a..a9a4703989 100644
+index 30f7fac45abd..a9a4703989b9 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -114,26 +114,26 @@ AUX_MODULES += cache

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0002-Enable-subpixel-rendering.patch2021-12-05 15:50:24 UTC (rev 
430702)
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 4227fd376e..32da3fa039 100644
+index 4227fd376e41..32da3fa03903 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -123,7 +123,7 @@ FT_BEGIN_HEADER

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:44:55 UTC 
(rev 430701)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:50:24 UTC 
(rev 430702)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 32da3fa039..0dd4021e24 100644
+index 32da3fa03903..0dd4021e2433 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -688,8 +688,8 @@ FT_BEGIN_HEADER

Modified: 0004-Enable-long-PCF-family-names.patch
===
--- 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:50:24 UTC (rev 
430702)
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 0dd4021e24..8da3073b6d 100644
+index 0dd4021e2433..8da3073b6d71 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -877,7 +877,7 @@ FT_BEGIN_HEADER

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:44:55 UTC (rev 430701)
+++ PKGBUILD2021-12-05 15:50:24 UTC (rev 430702)
@@ -27,10 +27,10 @@
 'SKIP'
 'c60620d49d0f16d95586eb868c01b129569409e6cfdcb87a78e0482a12604672'
 'SKIP'
-'e606bdba5c0ee698902886140e4643551ffc8327b1b7d2b0c9129d1f93b1f36c'
-'17ab1609cdbcaba3c5975f5cf1ffd078e067d560f906d5507390d41997e6c468'
-'561d2f2503d180b796f868470612610f6d7fcb34efa0620ecab38fd39002e27a'
-'9c068a984e7b9a27ff9e709839d522b66815ac4e8c7a5bd4ea0224335f7f2ef6'
+'663310ef70f7830de462fb8964ee4fa1d49ad4aeb1a6eae5857707e161039a53'
+'17cd4bd0c650b9bdd3bc30581ad6457524db14ec34b56f98e243357c3ab4bc05'
+'0607ac8176d4f08bcfb78d07bdc2c66fcbe7dfde6c82a0e98d6e625597442fd0'
+'6e5192dc08119e32992eee5a15595e131adcc9d2411066ca8691bfe2af14d97e'
 'f7f8e09c44f7552c883846e9a6a1efc50377c4932234e74adc4a8ff750606467')
 validpgpkeys=(58E0C111E39F5408C5D3EC76C1A60EACE707FDA5) # Werner Lemberg 

 



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:44:19
  Author: heftig
Revision: 1065180

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 1065179, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 1065179, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 1065179, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 1065179, 
lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch
(from rev 1065179, 
lib32-freetype2/trunk/0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch
(from rev 1065179, 
lib32-freetype2/trunk/0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1065179, lib32-freetype2/trunk/PKGBUILD)

---+
 0001-Enable-table-validation-modules.patch|   42 
 0002-Enable-subpixel-rendering.patch  |   22 
 0003-Enable-infinality-subpixel-hinting.patch |   24 
 0004-Enable-long-PCF-family-names.patch   |   22 
 0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch |   35 +++
 0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch |   41 
 PKGBUILD  |   60 
 7 files changed, 246 insertions(+)

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 1065179, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
2021-12-05 15:44:19 UTC (rev 1065180)
@@ -0,0 +1,42 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 30f7fac45a..a9a4703989 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -114,26 +114,26 @@ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
+ #
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs `ftotval.c' below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
 (from rev 1065179, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(rev 0)
+++ multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
2021-12-05 15:44:19 UTC (rev 1065180)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 4227fd376e..32da3fa039 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   

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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:44:08
  Author: heftig
Revision: 1065179

2.11.1-1

Modified:
  lib32-freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:44:06 UTC (rev 1065178)
+++ PKGBUILD2021-12-05 15:44:08 UTC (rev 1065179)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-freetype2
-pkgver=2.11.0
-pkgrel=3
+pkgver=2.11.1
+pkgrel=1
 pkgdesc="Font rasterization library (32-bit)"
 url="https://www.freetype.org/;
 arch=(x86_64)
@@ -15,21 +15,17 @@
  freetype2)
 makedepends=(meson)
 provides=(libfreetype.so)
-source=(https://download.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.xz{,.sig}
+source=(https://download-mirror.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.xz{,.sig}
 0001-Enable-table-validation-modules.patch
 0002-Enable-subpixel-rendering.patch
 0003-Enable-infinality-subpixel-hinting.patch
-0004-Enable-long-PCF-family-names.patch
-0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch
-0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch)
-sha256sums=('8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7'
+0004-Enable-long-PCF-family-names.patch)
+sha256sums=('ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8'
 'SKIP'
 'e606bdba5c0ee698902886140e4643551ffc8327b1b7d2b0c9129d1f93b1f36c'
 '17ab1609cdbcaba3c5975f5cf1ffd078e067d560f906d5507390d41997e6c468'
 '561d2f2503d180b796f868470612610f6d7fcb34efa0620ecab38fd39002e27a'
-'9c068a984e7b9a27ff9e709839d522b66815ac4e8c7a5bd4ea0224335f7f2ef6'
-'2b13b8cc9acc3e56be6b0f8102d648864227bf93637bc956d5052c77c8509782'
-'21a2d243bc6b44d1cdb88ef29af2bd5ceda8d0faaf928bdc2c078a474ddc61f1')
+'9c068a984e7b9a27ff9e709839d522b66815ac4e8c7a5bd4ea0224335f7f2ef6')
 validpgpkeys=(58E0C111E39F5408C5D3EC76C1A60EACE707FDA5) # Werner Lemberg 

 
 prepare() {
@@ -38,9 +34,6 @@
   patch -Np1 -i ../0002-Enable-subpixel-rendering.patch
   patch -Np1 -i ../0003-Enable-infinality-subpixel-hinting.patch
   patch -Np1 -i ../0004-Enable-long-PCF-family-names.patch
-  # https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076
-  patch -Np1 -i ../0006-Return_FT_Err_Ok_while_trying_to_render_bitmap.patch
-  patch -Np1 -i ../0007-Restore_quiet_no-op_rendering_of_bitmap_glyphs.patch
 }
 
 build() {



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:44:06
  Author: archange
Revision: 1065178

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:43:41 UTC (rev 1065177)
+++ PKGBUILD2021-12-05 15:44:06 UTC (rev 1065178)
@@ -1,42 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-qtconsole
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.org/project/qtconsole/;
-license=('BSD')
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
- 'python-traitlets' 'python-pygments' 'python-pyzmq'
- 'qt5-svg' 'python-pyqt5' 'python-qtpy')
-makedepends=('python-setuptools')
-#checkdepends=('python-nose' 'python-pytest')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz;)
-md5sums=('205b9da79216269b96c8c033c8820053')
-
-build() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # tests require an active X session
-  true
-  return
-  cd "$srcdir/qtconsole-$pkgver"
-  nosetests qtconsole
-}
-
-package() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd examples
-  # FS#47046 FS#57556 FS#64628 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.9/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-}

Copied: python-qtconsole/repos/community-any/PKGBUILD (from rev 1065177, 
python-qtconsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:44:06 UTC (rev 1065178)
@@ -0,0 +1,49 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Bruno Pagani 
+
+_pkgname=qtconsole
+pkgname=python-qtconsole
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Qt-based console for Jupyter with support for rich media output"
+arch=(any)
+url="https://qtconsole.readthedocs.io/;
+license=(BSD)
+depends=(
+python-ipykernel
+python-jupyter_core
+python-jupyter_client
+python-traitlets
+python-pygments
+python-pyqt5
+python-pyzmq
+python-qtpy
+qt5-svg
+)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
+source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  # Tests passes but then xvfb-run segfaults
+  xvfb-run -s '-nolisten local' pytest -x -vv --color=yes qtconsole || echo 
"Tests segfaulted"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+  cd examples
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  sed -i 
"s|^Icon=.*$|Icon=${site_packages}/qtconsole/resources/icon/JupyterConsole.svg|"
 jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop -t 
"${pkgdir}"/usr/share/applications/
+}



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:43:41
  Author: archange
Revision: 1065177

upgpkg: python-qtconsole 5.2.1-1

+PKGBUILD revamping

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:39:18 UTC (rev 1065176)
+++ PKGBUILD2021-12-05 15:43:41 UTC (rev 1065177)
@@ -1,42 +1,49 @@
 # Maintainer: Kyle Keen 
+# Maintainer: Bruno Pagani 
 
+_pkgname=qtconsole
 pkgname=python-qtconsole
-pkgver=5.1.1
-pkgrel=3
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.org/project/qtconsole/;
-license=('BSD')
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
- 'python-traitlets' 'python-pygments' 'python-pyzmq'
- 'qt5-svg' 'python-pyqt5' 'python-qtpy')
-makedepends=('python-setuptools')
-#checkdepends=('python-nose' 'python-pytest')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz;)
-md5sums=('205b9da79216269b96c8c033c8820053')
+arch=(any)
+url="https://qtconsole.readthedocs.io/;
+license=(BSD)
+depends=(
+python-ipykernel
+python-jupyter_core
+python-jupyter_client
+python-traitlets
+python-pygments
+python-pyqt5
+python-pyzmq
+python-qtpy
+qt5-svg
+)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-qt python-flaky xorg-server-xvfb)
+source=(https://github.com/jupyter/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('90e6eedb84f1e3ddc775599d9f14fe7fb68e55f2b849e9006a5c4706f869f7c4')
 
 build() {
-  cd "$srcdir/qtconsole-$pkgver"
+  cd ${_pkgname}-${pkgver}
   python setup.py build
 }
 
 check() {
-  # tests require an active X session
-  true
-  return
-  cd "$srcdir/qtconsole-$pkgver"
-  nosetests qtconsole
+  cd ${_pkgname}-${pkgver}
+  # Tests passes but then xvfb-run segfaults
+  xvfb-run -s '-nolisten local' pytest -x -vv --color=yes qtconsole || echo 
"Tests segfaulted"
 }
 
 package() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
   cd examples
-  # FS#47046 FS#57556 FS#64628 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.10/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  sed -i 
"s|^Icon=.*$|Icon=${site_packages}/qtconsole/resources/icon/JupyterConsole.svg|"
 jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop -t 
"${pkgdir}"/usr/share/applications/
 }



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:42:44
  Author: heftig
Revision: 430698

no pushd

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:03 UTC (rev 430697)
+++ PKGBUILD2021-12-05 15:42:44 UTC (rev 430698)
@@ -35,14 +35,13 @@
 validpgpkeys=(58E0C111E39F5408C5D3EC76C1A60EACE707FDA5) # Werner Lemberg 

 
 prepare() {
-  pushd freetype-$pkgver
+  ln -sr freetype-$pkgver ft2demos-$pkgver/subprojects/freetype2
+
+  cd freetype-$pkgver
   patch -Np1 -i ../0001-Enable-table-validation-modules.patch
   patch -Np1 -i ../0002-Enable-subpixel-rendering.patch
   patch -Np1 -i ../0003-Enable-infinality-subpixel-hinting.patch
   patch -Np1 -i ../0004-Enable-long-PCF-family-names.patch
-
-  ln -sr . ../ft2demos-$pkgver/subprojects/freetype2
-  popd
 }
 
 build() {
@@ -75,9 +74,8 @@
   install -Dt "$pkgdir/usr/share/aclocal" -m644 \
 freetype-$pkgver/builds/unix/freetype2.m4
 
-  cd "$pkgdir"
-  _pick demos usr/bin
-  _pick demos usr/share/man/man1
+  _pick demos "$pkgdir"/usr/bin
+  _pick demos "$pkgdir"/usr/share/man/man1
 }
 
 package_freetype2-demos() {



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

2021-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 5, 2021 @ 15:39:18
  Author: kpcyrd
Revision: 1065176

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 1065175, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:39:04 UTC (rev 1065175)
+++ PKGBUILD2021-12-05 15:39:18 UTC (rev 1065176)
@@ -1,102 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgbase=rebuilderd
-pkgname=(rebuilderd rebuilderd-tools)
-pkgver=0.16.5
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('openssl' 'shared-mime-info' 'xz' 'libzstd.so')
-makedepends=('cargo' 'sqlite' 'scdoc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('109ad574c09fb360d9922cd8d8f791741f5334e5975382ead07948b6957017b0a58ba43bb08f9ae022cf4730337c37481ca0ac43bf39f69f6d678a8708ae6e7a'
-'SKIP')
-b2sums=('7c295026c9682def064d9b2f2f0d82a95304b148534314416d44401bd264932b9e7bfce053ed1d88ad4d2f20ee81e9195483f8bba765c96ce528335bff19f06a'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  cargo build --frozen --release --workspace
-  make docs
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  cargo test --frozen --workspace
-}
-
-package_rebuilderd() {
-  pkgdesc='Independent verification system of binary packages (server package)'
-  depends=('rebuilderd-tools' 'sqlite' 'archlinux-repro')
-  backup=('etc/rebuilderd.conf'
-  'etc/rebuilderd-sync.conf'
-  'etc/rebuilderd-worker.conf')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-*.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-package_rebuilderd-tools() {
-  pkgdesc='Independent verification system of binary packages (tools package)'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuildctl
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgbase}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuildctl.1
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 1065175, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:39:18 UTC (rev 1065176)
@@ -0,0 +1,102 @@
+# Maintainer: kpcyrd 
+
+pkgbase=rebuilderd
+pkgname=(rebuilderd rebuilderd-tools)
+pkgver=0.16.6
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('openssl' 

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

2021-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 5, 2021 @ 15:39:04
  Author: kpcyrd
Revision: 1065175

upgpkg: rebuilderd 0.16.6-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:38:29 UTC (rev 1065174)
+++ PKGBUILD2021-12-05 15:39:04 UTC (rev 1065175)
@@ -2,7 +2,7 @@
 
 pkgbase=rebuilderd
 pkgname=(rebuilderd rebuilderd-tools)
-pkgver=0.16.5
+pkgver=0.16.6
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
@@ -12,9 +12,9 @@
 makedepends=('cargo' 'sqlite' 'scdoc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kpcyrd/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('109ad574c09fb360d9922cd8d8f791741f5334e5975382ead07948b6957017b0a58ba43bb08f9ae022cf4730337c37481ca0ac43bf39f69f6d678a8708ae6e7a'
+sha512sums=('9bea7fe515d1b646540d9c5a854eaa5e1944132f8ebd56f9af747dc8fd1971e6a2799860fddb3449405bf12524f9569951239403b0d2cfe51552fd48d2ec1660'
 'SKIP')
-b2sums=('7c295026c9682def064d9b2f2f0d82a95304b148534314416d44401bd264932b9e7bfce053ed1d88ad4d2f20ee81e9195483f8bba765c96ce528335bff19f06a'
+b2sums=('f6bc90b784bede6791e96cfdeca227980f476cbbe58d516e0201b28bbb1e8747937f6e45c9c97e7b2ba448cccacc4966eaf62cc8c974dcec2f225d9bbd94eb56'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")



[arch-commits] Commit in matterbridge/trunk (PKGBUILD matterbridge.service)

2021-12-05 Thread Justin Kromlinger via arch-commits
Date: Sunday, December 5, 2021 @ 15:38:26
  Author: hashworks
Revision: 1065173

FS#62491: Remove world-readable bit from configuration file, use dynamic 
StateDirectory instead

Modified:
  matterbridge/trunk/PKGBUILD
  matterbridge/trunk/matterbridge.service

--+
 PKGBUILD |6 +++---
 matterbridge.service |4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:36:35 UTC (rev 1065172)
+++ PKGBUILD2021-12-05 15:38:26 UTC (rev 1065173)
@@ -2,7 +2,7 @@
 
 pkgname=matterbridge
 pkgver=1.23.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
 url="https://github.com/42wim/matterbridge;
@@ -15,7 +15,7 @@
 matterbridge.service)
 
sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
 'SKIP'
-
'920d96f9427df21ccf3d87ae9fe4343543c2db19c1ad8bf8356939f4ffa261f51e54589d6eb63b1c56e2cd3ea527a9d3e0b5e2afd29658629747837ec1ec4fd3')
+
'a16c6fd5593c63dce375ba7c572afed8f9494a1f3ccb8b51a6358fe72305c59f5f77bee0f6927ee2df7a1e2c02acc3a805d28e673fc05ff5fb55a51b6ca964ea')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
 
 prepare() {
@@ -36,6 +36,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm600 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
   install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
 }

Modified: matterbridge.service
===
--- matterbridge.service2021-12-05 15:36:35 UTC (rev 1065172)
+++ matterbridge.service2021-12-05 15:38:26 UTC (rev 1065173)
@@ -5,7 +5,9 @@
 [Service]
 User=matterbridge
 DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
+StateDirectory=matterbridge
+ExecStartPre=+/usr/bin/install --owner=matterbridge --mode=400 -T 
/etc/matterbridge.toml %S/matterbridge/matterbridge.toml
+ExecStart=/usr/bin/matterbridge -conf %S/matterbridge/matterbridge.toml
 Restart=on-failure
 RestartSec=5s
 Type=simple



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

2021-12-05 Thread Justin Kromlinger via arch-commits
Date: Sunday, December 5, 2021 @ 15:38:29
  Author: hashworks
Revision: 1065174

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 1065173, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 1065173, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   82 -
 matterbridge.service |   76 +++--
 2 files changed, 80 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:38:26 UTC (rev 1065173)
+++ PKGBUILD2021-12-05 15:38:29 UTC (rev 1065174)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.23.2
-pkgrel=2
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc gcc-libs)
-makedepends=(go git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
-'SKIP'
-
'920d96f9427df21ccf3d87ae9fe4343543c2db19c1ad8bf8356939f4ffa261f51e54589d6eb63b1c56e2cd3ea527a9d3e0b5e2afd29658629747837ec1ec4fd3')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v -o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 1065173, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:38:29 UTC (rev 1065174)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.23.2
+pkgrel=3
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc gcc-libs)
+makedepends=(go git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
+'SKIP'
+
'a16c6fd5593c63dce375ba7c572afed8f9494a1f3ccb8b51a6358fe72305c59f5f77bee0f6927ee2df7a1e2c02acc3a805d28e673fc05ff5fb55a51b6ca964ea')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v -o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm600 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2021-12-05 15:38:26 UTC (rev 1065173)
+++ matterbridge.service2021-12-05 15:38:29 UTC (rev 1065174)
@@ -1,37 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network-online.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Restart=on-failure
-RestartSec=5s
-Type=simple
-CapabilityBoundingSet=
-AmbientCapabilities=
-NoNewPrivileges=true
-#SecureBits=
-ProtectSystem=strict
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-PrivateNetwork=false
-PrivateUsers=true
-ProtectHostname=true

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

2021-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 5, 2021 @ 15:36:35
  Author: kpcyrd
Revision: 1065172

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  114 +++
 sn0int.install |   18 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:36:22 UTC (rev 1065171)
+++ PKGBUILD2021-12-05 15:36:35 UTC (rev 1065172)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.24.0
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'lua52' 'sqlite' 'libseccomp.so' 'libsodium' 
'geoip2-database' 'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('ba3ee7b791756cf034fda3134a91d7d073529d98e6337bbd0bb15aa8c1c986c9f6149b91fa81dc7c21e830201b3b8f3707852fe8533ce70a138b0830158e120f'
-'SKIP')
-b2sums=('4712d1e9a54514b77abaffa517c839a52b989f3a318124b4d5a5e6dbbb38bd5dac88b676c7c7837b4b635538b2407e57d8faa8258b84be635e6ec5d08e0bcf0d'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --frozen
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 1065171, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:36:35 UTC (rev 1065172)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.24.1
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'lua52' 'sqlite' 'libseccomp.so' 'libsodium' 
'geoip2-database' 'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('3527f290657536a930b8424c99ef06a126aa46a5c7186faacbec2869e43b014bc7a8e4cc3abd52f9a9291ffe732d874e6b8922b66e97584da2cb97f8381a5b40'
+'SKIP')
+b2sums=('90aa1f6305b268adf00123e8437065e837f48bebcb82ecdc34d809373493f972459c475fb5434e9a5f4bad081ea316aac82a5e9b2909e30cf91b346381e91673'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --frozen
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" 

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

2021-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 5, 2021 @ 15:36:22
  Author: kpcyrd
Revision: 1065171

upgpkg: sn0int 0.24.1-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:25:58 UTC (rev 1065170)
+++ PKGBUILD2021-12-05 15:36:22 UTC (rev 1065171)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.24.0
+pkgver=0.24.1
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('ba3ee7b791756cf034fda3134a91d7d073529d98e6337bbd0bb15aa8c1c986c9f6149b91fa81dc7c21e830201b3b8f3707852fe8533ce70a138b0830158e120f'
+sha512sums=('3527f290657536a930b8424c99ef06a126aa46a5c7186faacbec2869e43b014bc7a8e4cc3abd52f9a9291ffe732d874e6b8922b66e97584da2cb97f8381a5b40'
 'SKIP')
-b2sums=('4712d1e9a54514b77abaffa517c839a52b989f3a318124b4d5a5e6dbbb38bd5dac88b676c7c7837b4b635538b2407e57d8faa8258b84be635e6ec5d08e0bcf0d'
+b2sums=('90aa1f6305b268adf00123e8437065e837f48bebcb82ecdc34d809373493f972459c475fb5434e9a5f4bad081ea316aac82a5e9b2909e30cf91b346381e91673'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:25:58
  Author: foxboron
Revision: 1065170

archrelease: copy trunk to community-x86_64

Added:
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 1065168, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:25:56 UTC (rev 1065169)
+++ PKGBUILD2021-12-05 15:25:58 UTC (rev 1065170)
@@ -1,41 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('x86_64')
-url="https://www.docker.com/;
-license=("Apache")
-makedepends=('go')
-checkdepends=('docker')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
-sha512sums=('fee41a7a7ef0fd7d5f6a7e8d7b67ed590c2f51edd8141b77ac3c29575336507f9e84acd87bb553dc1255b48a18a38e58e04b4c4fe9c3c27dec5157d2df1b8b4d')
-
-build() {
-  cd "compose-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
-  go build -trimpath -tags "e2e,kube" -o compose ./cmd
-}
-
-check(){
-  cd "compose-$pkgver"
-  go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | grep -vE 
'e2e')
-}
-
-package() {
-  cd "compose-$pkgver"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
-  install -d "$pkgdir/usr/bin"
-  ln -sf /usr/lib/docker/cli-plugins/docker-compose 
"$pkgdir/usr/bin/docker-compose"
-}

Copied: docker-compose/repos/community-x86_64/PKGBUILD (from rev 1065168, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:25:58 UTC (rev 1065170)
@@ -0,0 +1,41 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('x86_64')
+url="https://www.docker.com/;
+license=("Apache")
+makedepends=('go')
+checkdepends=('docker')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
+sha512sums=('3ffe0d6af693ab5360defa5718fd901ce0f9c3d8ad53dcfb99d7bb7fba5dac8eb259b6017e6decefba6fa07e2a568754cbf1c96427687bfd2c7ec63c4a6a4fb6')
+
+build() {
+  cd "compose-$pkgver"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
+  go build -trimpath -tags "e2e,kube" -o compose ./cmd
+}
+
+check(){
+  cd "compose-$pkgver"
+  go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | grep -vE 
'e2e')
+}
+
+package() {
+  cd "compose-$pkgver"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
+  install -d "$pkgdir/usr/bin"
+  ln -sf /usr/lib/docker/cli-plugins/docker-compose 
"$pkgdir/usr/bin/docker-compose"
+}



[arch-commits] Commit in python-lsp-server/repos/community-staging-any (2 files)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:25:56
  Author: archange
Revision: 1065169

archrelease: copy trunk to community-staging-any

Added:
  python-lsp-server/repos/community-staging-any/PKGBUILD
(from rev 1065167, python-lsp-server/trunk/PKGBUILD)
Deleted:
  python-lsp-server/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:25:52 UTC (rev 1065168)
+++ PKGBUILD2021-12-05 15:25:56 UTC (rev 1065169)
@@ -1,57 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Bruno Pagani 
-# Contributor: Platon Pronko 
-
-pkgname=python-lsp-server
-pkgver=1.2.4
-pkgrel=4
-pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
-arch=(any)
-url="https://github.com/python-lsp/python-lsp-server;
-license=(MIT)
-depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-setuptools)
-checkdepends=(
-python-pytest
-python-flaky
-python-matplotlib
-python-mccabe
-python-numpy
-python-pandas
-python-pycodestyle
-python-pydocstyle
-python-pyflakes
-python-pylint
-python-pyqt5
-python-rope
-autopep8
-flake8
-yapf
-)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-fix-pylint-2.10.patch::https://github.com/python-lsp/python-lsp-server/commit/e8cf8e5b160f227550574cba480e276a98248d44.patch)
-sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674'
-'1778835e6926a84cc44c16628463394f4a36a5abd532bba2aa87a133ad4f14fe')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pylint-2.10.patch
-  sed 's|flake8>=3.8.0,<4.0.0|flake8>=3.8.0|g' -i setup.py
-  sed 's|pyflakes>=2.3.0,<2.4.0|pyflakes>=2.3.0|g' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/addopts =$/,$d' setup.cfg
-  pytest -v --color=yes
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-lsp-server/repos/community-staging-any/PKGBUILD (from rev 
1065167, python-lsp-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:25:56 UTC (rev 1065169)
@@ -0,0 +1,60 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Bruno Pagani 
+# Contributor: Platon Pronko 
+
+pkgname=python-lsp-server
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
+arch=(any)
+url="https://github.com/python-lsp/python-lsp-server;
+license=(MIT)
+depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-setuptools)
+checkdepends=(
+python-pytest
+python-flaky
+python-matplotlib
+python-mccabe
+python-numpy
+python-pandas
+python-pycodestyle
+python-pydocstyle
+python-pyflakes
+python-pylint
+python-pyqt5
+python-rope
+autopep8
+flake8
+yapf
+)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+${pkgname}-fix-py3.10.patch::${url}/pull/133.patch)
+sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb'
+'2faa399a1dc34f6956d6d0196cecf5ece53cbff5ec2f2cc8bea8400997f9957e')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|g' -i setup.py
+  sed 's|flake8>=4.0.0,<4.1.0|flake8>=4.0.0|g' -i setup.py
+  sed 's|mccabe>=0.6.0,<0.7.0|mccabe>=0.6.0|g' -i setup.py
+  sed 's|pycodestyle>=2.8.0,<2.9.0|pycodestyle>=2.8.0|g' -i setup.py
+  sed 's|pyflakes>=2.4.0,<2.5.0|pyflakes>=2.4.0|g' -i setup.py
+  patch -p1 < ../${pkgname}-fix-py3.10.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/addopts =$/,$d' setup.cfg
+  pytest -v --color=yes
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:25:52
  Author: foxboron
Revision: 1065168

upgpkg: docker-compose 2.2.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:25:32 UTC (rev 1065167)
+++ PKGBUILD2021-12-05 15:25:52 UTC (rev 1065168)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=2.2.0
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go')
 checkdepends=('docker')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
-sha512sums=('fee41a7a7ef0fd7d5f6a7e8d7b67ed590c2f51edd8141b77ac3c29575336507f9e84acd87bb553dc1255b48a18a38e58e04b4c4fe9c3c27dec5157d2df1b8b4d')
+sha512sums=('3ffe0d6af693ab5360defa5718fd901ce0f9c3d8ad53dcfb99d7bb7fba5dac8eb259b6017e6decefba6fa07e2a568754cbf1c96427687bfd2c7ec63c4a6a4fb6')
 
 build() {
   cd "compose-$pkgver"



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:25:32
  Author: archange
Revision: 1065167

Python 3.10 rebuild

Modified:
  python-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:23:43 UTC (rev 1065166)
+++ PKGBUILD2021-12-05 15:25:32 UTC (rev 1065167)
@@ -4,7 +4,7 @@
 
 pkgname=python-lsp-server
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server;
@@ -27,8 +27,10 @@
 flake8
 yapf
 )
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+${pkgname}-fix-py3.10.patch::${url}/pull/133.patch)
+sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb'
+'2faa399a1dc34f6956d6d0196cecf5ece53cbff5ec2f2cc8bea8400997f9957e')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -37,6 +39,7 @@
   sed 's|mccabe>=0.6.0,<0.7.0|mccabe>=0.6.0|g' -i setup.py
   sed 's|pycodestyle>=2.8.0,<2.9.0|pycodestyle>=2.8.0|g' -i setup.py
   sed 's|pyflakes>=2.4.0,<2.5.0|pyflakes>=2.4.0|g' -i setup.py
+  patch -p1 < ../${pkgname}-fix-py3.10.patch
 }
 
 build() {



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:23:43
  Author: foxboron
Revision: 1065166

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 1065165, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:23:37 UTC (rev 1065165)
+++ PKGBUILD2021-12-05 15:23:43 UTC (rev 1065166)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('597c6c1cde4484164e9320af0481e33cfad2330a02315b4c841bdc5b7543caec')
-
-prepare() {
-cd "cli-${pkgver}"
-# TODO: These tests invoke the TTY and our container *really* does not 
like that
-rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-make DESTDIR="${pkgdir}" prefix="/usr" install
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 1065165, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:23:43 UTC (rev 1065166)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Contributor: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('56bcf353adc17c386377ffcdfc980cbaff36123a1c1132ba09c3c51a7d1c9b82')
+
+prepare() {
+cd "cli-${pkgver}"
+# TODO: These tests invoke the TTY and our container *really* does not 
like that
+rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+make DESTDIR="${pkgdir}" prefix="/usr" install
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:23:37
  Author: foxboron
Revision: 1065165

upgpkg: github-cli 2.3.0-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:21:46 UTC (rev 1065164)
+++ PKGBUILD2021-12-05 15:23:37 UTC (rev 1065165)
@@ -1,9 +1,9 @@
 # Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
+# Contributor: Eli Schwartz 
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('597c6c1cde4484164e9320af0481e33cfad2330a02315b4c841bdc5b7543caec')
+sha256sums=('56bcf353adc17c386377ffcdfc980cbaff36123a1c1132ba09c3c51a7d1c9b82')
 
 prepare() {
 cd "cli-${pkgver}"



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:21:46
  Author: foxboron
Revision: 1065164

archrelease: copy trunk to community-x86_64

Added:
  go-tools/repos/community-x86_64/PKGBUILD
(from rev 1065163, go-tools/trunk/PKGBUILD)
Deleted:
  go-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:21:41 UTC (rev 1065163)
+++ PKGBUILD2021-12-05 15:21:46 UTC (rev 1065164)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=go-tools
-epoch=4
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='Developer tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-depends=(glibc)
-makedepends=(git go)
-_commit=0df0ca0f43117120bd7cc900ebf765f9b799438a
-source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
-md5sums=('SKIP')
-
-_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
-go-contrib-init godex godoc goimports gomvpkg gorename gotype 
-goyacc guru html2article present ssadump stringer toolstash)
-
-prepare() {
-cd go-tools
-mkdir -p bin/
-}
-
-build() {
-  cd go-tools
-  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=readonly -modcacherw"
-  go build -o bin/ ./cmd/...
-}
-
-check() {
-  cd go-tools
-  # Needs to be updated and godoc is failing the test suite
-  # See https://github.com/golang/go/issues/35690
-  go test ./cmd/...  || true
-}
-
-package() {
-  cd go-tools
-  for tool in ${_tools[@]}; do
-install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
-  done
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-tools/repos/community-x86_64/PKGBUILD (from rev 1065163, 
go-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:21:46 UTC (rev 1065164)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=go-tools
+epoch=4
+pkgver=0.1.8
+pkgrel=1
+pkgdesc='Developer tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+depends=(glibc)
+makedepends=(git go)
+_commit=e212aff8fd146c44ddb0167c1dfbd5531d6c9213
+source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
+md5sums=('SKIP')
+
+_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
+go-contrib-init godex godoc goimports gomvpkg gorename gotype 
+goyacc guru html2article present ssadump stringer toolstash)
+
+prepare() {
+cd go-tools
+mkdir -p bin/
+}
+
+build() {
+  cd go-tools
+  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=readonly -modcacherw"
+  go build -o bin/ ./cmd/...
+}
+
+check() {
+  cd go-tools
+  # Needs to be updated and godoc is failing the test suite
+  # See https://github.com/golang/go/issues/35690
+  go test ./cmd/...  || true
+}
+
+package() {
+  cd go-tools
+  for tool in ${_tools[@]}; do
+install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
+  done
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:21:41
  Author: foxboron
Revision: 1065163

upgpkg: go-tools 4:0.1.8-1

Modified:
  go-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:17:27 UTC (rev 1065162)
+++ PKGBUILD2021-12-05 15:21:41 UTC (rev 1065163)
@@ -3,7 +3,7 @@
 
 pkgname=go-tools
 epoch=4
-pkgver=0.1.7
+pkgver=0.1.8
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(glibc)
 makedepends=(git go)
-_commit=0df0ca0f43117120bd7cc900ebf765f9b799438a
+_commit=e212aff8fd146c44ddb0167c1dfbd5531d6c9213
 source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
 md5sums=('SKIP')
 



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:17:27
  Author: foxboron
Revision: 1065162

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 1065161, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:17:21 UTC (rev 1065161)
+++ PKGBUILD2021-12-05 15:17:27 UTC (rev 1065162)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20210602
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('f127c5cc4855b8ab14905b8a8e689b6963840de244d276568630ec0652afdbe7'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make TAG="${pkgver}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 1065161, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:17:27 UTC (rev 1065162)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20211205
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('3d6e40bcbf606fdf0e760321df0af8b6623eca969ead645640b5ae9e45975316'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make TAG="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2021-12-05 Thread Morten Linderud via arch-commits
Date: Sunday, December 5, 2021 @ 15:17:21
  Author: foxboron
Revision: 1065161

upgpkg: archlinux-repro 20211205-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:03:29 UTC (rev 1065160)
+++ PKGBUILD2021-12-05 15:17:21 UTC (rev 1065161)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20210602
+pkgver=20211205
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('f127c5cc4855b8ab14905b8a8e689b6963840de244d276568630ec0652afdbe7'
+sha256sums=('3d6e40bcbf606fdf0e760321df0af8b6623eca969ead645640b5ae9e45975316'
 'SKIP')
 
 build(){



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:03:29
  Author: archange
Revision: 1065160

archrelease: copy trunk to community-any

Added:
  python-lsp-server/repos/community-any/PKGBUILD
(from rev 1065159, python-lsp-server/trunk/PKGBUILD)
Deleted:
  python-lsp-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:03:05 UTC (rev 1065159)
+++ PKGBUILD2021-12-05 15:03:29 UTC (rev 1065160)
@@ -1,57 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Bruno Pagani 
-# Contributor: Platon Pronko 
-
-pkgname=python-lsp-server
-pkgver=1.2.4
-pkgrel=3
-pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
-arch=(any)
-url="https://github.com/python-lsp/python-lsp-server;
-license=(MIT)
-depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-setuptools)
-checkdepends=(
-python-pytest
-python-flaky
-python-matplotlib
-python-mccabe
-python-numpy
-python-pandas
-python-pycodestyle
-python-pydocstyle
-python-pyflakes
-python-pylint
-python-pyqt5
-python-rope
-autopep8
-flake8
-yapf
-)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-fix-pylint-2.10.patch::https://github.com/python-lsp/python-lsp-server/commit/e8cf8e5b160f227550574cba480e276a98248d44.patch)
-sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674'
-'1778835e6926a84cc44c16628463394f4a36a5abd532bba2aa87a133ad4f14fe')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pylint-2.10.patch
-  sed 's|flake8>=3.8.0,<4.0.0|flake8>=3.8.0|g' -i setup.py
-  sed 's|pyflakes>=2.3.0,<2.4.0|pyflakes>=2.3.0|g' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/addopts =$/,$d' setup.cfg
-  pytest -v --color=yes
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-lsp-server/repos/community-any/PKGBUILD (from rev 1065159, 
python-lsp-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:03:29 UTC (rev 1065160)
@@ -0,0 +1,57 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Bruno Pagani 
+# Contributor: Platon Pronko 
+
+pkgname=python-lsp-server
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
+arch=(any)
+url="https://github.com/python-lsp/python-lsp-server;
+license=(MIT)
+depends=(python-jedi python-lsp-jsonrpc python-pluggy python-ujson 
python-setuptools)
+checkdepends=(
+python-pytest
+python-flaky
+python-matplotlib
+python-mccabe
+python-numpy
+python-pandas
+python-pycodestyle
+python-pydocstyle
+python-pyflakes
+python-pylint
+python-pyqt5
+python-rope
+autopep8
+flake8
+yapf
+)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|g' -i setup.py
+  sed 's|flake8>=4.0.0,<4.1.0|flake8>=4.0.0|g' -i setup.py
+  sed 's|mccabe>=0.6.0,<0.7.0|mccabe>=0.6.0|g' -i setup.py
+  sed 's|pycodestyle>=2.8.0,<2.9.0|pycodestyle>=2.8.0|g' -i setup.py
+  sed 's|pyflakes>=2.4.0,<2.5.0|pyflakes>=2.4.0|g' -i setup.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/addopts =$/,$d' setup.cfg
+  pytest -v --color=yes
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 15:03:05
  Author: archange
Revision: 1065159

upgpkg: python-lsp-server 1.3.2-1

Modified:
  python-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:37:10 UTC (rev 1065158)
+++ PKGBUILD2021-12-05 15:03:05 UTC (rev 1065159)
@@ -3,8 +3,8 @@
 # Contributor: Platon Pronko 
 
 pkgname=python-lsp-server
-pkgver=1.2.4
-pkgrel=4
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server;
@@ -27,16 +27,16 @@
 flake8
 yapf
 )
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-fix-pylint-2.10.patch::https://github.com/python-lsp/python-lsp-server/commit/e8cf8e5b160f227550574cba480e276a98248d44.patch)
-sha256sums=('3e9102808f661df18a54e2ddd97285d4b3c4cbc0af6fed8439a1960617f74674'
-'1778835e6926a84cc44c16628463394f4a36a5abd532bba2aa87a133ad4f14fe')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c768f5714880b38111516339384bbb0f7328cd1c50090038c915210f3f6b01cb')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pylint-2.10.patch
-  sed 's|flake8>=3.8.0,<4.0.0|flake8>=3.8.0|g' -i setup.py
-  sed 's|pyflakes>=2.3.0,<2.4.0|pyflakes>=2.3.0|g' -i setup.py
+  sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|g' -i setup.py
+  sed 's|flake8>=4.0.0,<4.1.0|flake8>=4.0.0|g' -i setup.py
+  sed 's|mccabe>=0.6.0,<0.7.0|mccabe>=0.6.0|g' -i setup.py
+  sed 's|pycodestyle>=2.8.0,<2.9.0|pycodestyle>=2.8.0|g' -i setup.py
+  sed 's|pyflakes>=2.4.0,<2.5.0|pyflakes>=2.4.0|g' -i setup.py
 }
 
 build() {



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:03
  Author: heftig
Revision: 430696

archrelease: copy trunk to extra-x86_64

Added:
  ghex/repos/extra-x86_64/PKGBUILD
(from rev 430692, ghex/trunk/PKGBUILD)
Deleted:
  ghex/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:02 UTC (rev 430695)
+++ PKGBUILD2021-12-05 15:02:03 UTC (rev 430696)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.41.0
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-url="https://wiki.gnome.org/Apps/Ghex;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3)
-makedepends=(git meson yelp-tools)
-groups=(gnome-extra)
-_commit=d95e67c25b08267733de0f31e61cc5c0bc5ce57e  # tags/3.41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 430692, ghex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:03 UTC (rev 430696)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.41.1
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(git meson yelp-tools)
+groups=(gnome-extra)
+_commit=2bd5cb649e40de5e3b197ce7666ee9bd14ae2c24  # tags/3.41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:03
  Author: heftig
Revision: 430697

archrelease: copy trunk to extra-x86_64

Added:
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 430692, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:03 UTC (rev 430696)
+++ PKGBUILD2021-12-05 15:02:03 UTC (rev 430697)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.66.1
-pkgrel=2
-pkgdesc="Virtual Terminal Emulator widget"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pcre2 gnutls fribidi systemd)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9  # tags/0.66.1^0
-source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-}
-
-build() {
-  arch-meson vte build \
--D b_lto=false \
--D docs=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_vte3() {
-  depends+=(vte-common)
-  provides+=(libvte-2.91.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-### Split vte-common
-  _pick vte-common "$pkgdir"/etc/profile.d
-  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
-}
-
-package_vte-common() {
-  pkgdesc="Files shared by VTE libraries"
-  depends=(sh)
-  mv vte-common/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 430692, vte3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:03 UTC (rev 430697)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.66.2
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pcre2 gnutls fribidi systemd)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
+_commit=6a0a9fed4d54122df31c13d601b1509597a36f2b  # tags/0.66.2^0
+source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd vte
+}
+
+build() {
+  arch-meson vte build \
+-D b_lto=false \
+-D docs=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_vte3() {
+  depends+=(vte-common)
+  provides+=(libvte-2.91.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick vte-common "$pkgdir"/etc/profile.d
+  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
+}
+
+package_vte-common() {
+  pkgdesc="Files shared by VTE libraries"
+  depends=(sh)
+  mv vte-common/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:02
  Author: heftig
Revision: 430695

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 430692, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:02 UTC (rev 430694)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430695)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=41.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf libportal)
-makedepends=(gobject-introspection gtk-doc git meson yelp-tools systemd)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-_commit=4a315fd3dc4ba5ca913d7bb08edffad10d7fbede  # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 430692, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430695)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=41.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf libportal)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools systemd)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+_commit=54f6541e5dbd30e98756a8062d555ed0a8659b06  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:02
  Author: heftig
Revision: 430693

archrelease: copy trunk to extra-x86_64

Added:
  gnome-terminal/repos/extra-x86_64/PKGBUILD
(from rev 430692, gnome-terminal/trunk/PKGBUILD)
Deleted:
  gnome-terminal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:01:47 UTC (rev 430692)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430693)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.42.1
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-url="https://wiki.gnome.org/Apps/Terminal;
-arch=(x86_64)
-license=(GPL)
-depends=('vte3>=0.66.0' gsettings-desktop-schemas)
-makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
-groups=(gnome)
-_commit=bda3c4bd394cb70b336ef6359e6760bb006c825b  # tags/3.42.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-terminal/repos/extra-x86_64/PKGBUILD (from rev 430692, 
gnome-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430693)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.42.2
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=('vte3>=0.66.0' gsettings-desktop-schemas)
+makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
+groups=(gnome)
+_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:02:02
  Author: heftig
Revision: 430694

archrelease: copy trunk to extra-x86_64

Added:
  gnome-maps/repos/extra-x86_64/PKGBUILD
(from rev 430692, gnome-maps/trunk/PKGBUILD)
Deleted:
  gnome-maps/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 15:02:02 UTC (rev 430693)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430694)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=41.1
-pkgrel=2
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=8f8963009dc54627618e1b2a2627e0089f5d6815  # tags/v41.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 430692, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 15:02:02 UTC (rev 430694)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=41.2
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=47ac76371c1616f936d298053f03562f442d5c0d  # tags/v41.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:01:47
  Author: heftig
Revision: 430692

41.2-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:59:11 UTC (rev 430691)
+++ PKGBUILD2021-12-05 15:01:47 UTC (rev 430692)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=41.1
-pkgrel=2
+pkgver=41.2
+pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
 arch=(x86_64)
@@ -11,13 +11,13 @@
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=8f8963009dc54627618e1b2a2627e0089f5d6815  # tags/v41.1^0
+_commit=47ac76371c1616f936d298053f03562f442d5c0d  # tags/v41.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 14:59:11
  Author: heftig
Revision: 430691

3.42.2-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:58:01 UTC (rev 430690)
+++ PKGBUILD2021-12-05 14:59:11 UTC (rev 430691)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.42.1
+pkgver=3.42.2
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
@@ -11,7 +11,7 @@
 depends=('vte3>=0.66.0' gsettings-desktop-schemas)
 makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
 groups=(gnome)
-_commit=bda3c4bd394cb70b336ef6359e6760bb006c825b  # tags/3.42.1^0
+_commit=f300eed28e6755458ebaaecd9a8fe5f6b4ca29cd  # tags/3.42.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 14:58:01
  Author: heftig
Revision: 430690

3.41.1-1

Modified:
  ghex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:57:32 UTC (rev 430689)
+++ PKGBUILD2021-12-05 14:58:01 UTC (rev 430690)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=ghex
-pkgver=3.41.0
+pkgver=3.41.1
 pkgrel=1
 pkgdesc="A simple binary editor for the Gnome desktop"
 url="https://wiki.gnome.org/Apps/Ghex;
@@ -12,13 +12,13 @@
 depends=(gtk3)
 makedepends=(git meson yelp-tools)
 groups=(gnome-extra)
-_commit=d95e67c25b08267733de0f31e61cc5c0bc5ce57e  # tags/3.41.0^0
+_commit=2bd5cb649e40de5e3b197ce7666ee9bd14ae2c24  # tags/3.41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 14:57:32
  Author: heftig
Revision: 430689

0.66.2-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:56:08 UTC (rev 430688)
+++ PKGBUILD2021-12-05 14:57:32 UTC (rev 430689)
@@ -3,8 +3,8 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.66.1
-pkgrel=2
+pkgver=0.66.2
+pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
 arch=(x86_64)
@@ -11,13 +11,13 @@
 license=(LGPL)
 depends=(gtk3 pcre2 gnutls fribidi systemd)
 makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9  # tags/0.66.1^0
+_commit=6a0a9fed4d54122df31c13d601b1509597a36f2b  # tags/0.66.2^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd vte
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -51,7 +51,6 @@
 
   meson install -C build --destdir "$pkgdir"
 
-### Split vte-common
   _pick vte-common "$pkgdir"/etc/profile.d
   _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
 }



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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 14:56:08
  Author: heftig
Revision: 430688

41.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 10:29:13 UTC (rev 430687)
+++ PKGBUILD2021-12-05 14:56:08 UTC (rev 430688)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=41.0
+pkgver=41.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -12,13 +12,13 @@
 makedepends=(gobject-introspection gtk-doc git meson yelp-tools systemd)
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
-_commit=4a315fd3dc4ba5ca913d7bb08edffad10d7fbede  # tags/41.0^0
+_commit=54f6541e5dbd30e98756a8062d555ed0a8659b06  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 14:37:10
  Author: archange
Revision: 1065158

archrelease: copy trunk to community-staging-any

Added:
  autopep8/repos/community-staging-any/PKGBUILD
(from rev 1065157, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 14:36:47 UTC (rev 1065157)
+++ PKGBUILD2021-12-05 14:37:10 UTC (rev 1065158)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgname=autopep8
-pkgver=1.5.7
-pkgrel=4
-epoch=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="https://github.com/hhatto/autopep8;
-license=('MIT')
-depends=('python-pycodestyle' 'python-toml')
-source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
-
-build() {
-  cd autopep8-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd autopep8-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd autopep8-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-staging-any/PKGBUILD (from rev 1065157, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 14:37:10 UTC (rev 1065158)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgname=autopep8
+pkgver=1.6.0
+pkgrel=2
+epoch=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="https://github.com/hhatto/autopep8;
+license=('MIT')
+depends=('python-pycodestyle' 'python-toml')
+source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
+
+build() {
+  cd autopep8-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd autopep8-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd autopep8-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 14:36:47
  Author: archange
Revision: 1065157

Python 3.10 rebuild

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:30:45 UTC (rev 1065156)
+++ PKGBUILD2021-12-05 14:36:47 UTC (rev 1065157)
@@ -4,7 +4,7 @@
 
 pkgname=autopep8
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')



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

2021-12-05 Thread Justin Kromlinger via arch-commits
Date: Sunday, December 5, 2021 @ 14:30:45
  Author: hashworks
Revision: 1065156

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 1065155, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 1065155, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   82 -
 matterbridge.service |   75 ++--
 2 files changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 14:30:37 UTC (rev 1065155)
+++ PKGBUILD2021-12-05 14:30:45 UTC (rev 1065156)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.23.2
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc gcc-libs)
-makedepends=(go git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
-'SKIP'
-
'86cfa4818c4f02eb35c23263de71049cb900dc6362d04287dc1c1a5bcb16d7ef34c8b4e92ea89bb7421dbd1bce0a7c37a3ad51ad71379b74f4a174e17dbf0247')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v -o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 1065155, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 14:30:45 UTC (rev 1065156)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.23.2
+pkgrel=2
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc gcc-libs)
+makedepends=(go git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
+'SKIP'
+
'920d96f9427df21ccf3d87ae9fe4343543c2db19c1ad8bf8356939f4ffa261f51e54589d6eb63b1c56e2cd3ea527a9d3e0b5e2afd29658629747837ec1ec4fd3')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v -o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2021-12-05 14:30:37 UTC (rev 1065155)
+++ matterbridge.service2021-12-05 14:30:45 UTC (rev 1065156)
@@ -1,38 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network-online.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Restart=on-failure
-RestartSec=5s
-Type=simple
-CapabilityBoundingSet=
-AmbientCapabilities=
-NoNewPrivileges=true
-#SecureBits=
-ProtectSystem=strict
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-PrivateNetwork=false
-PrivateUsers=true
-ProtectHostname=true

[arch-commits] Commit in matterbridge/trunk (PKGBUILD matterbridge.service)

2021-12-05 Thread Justin Kromlinger via arch-commits
Date: Sunday, December 5, 2021 @ 14:30:37
  Author: hashworks
Revision: 1065155

Drop MemoryDenyWriteExecute

Otherwise matterbridge failes with 'runtime/cgo: pthread_create failed: 
Operation not permitted'.

Modified:
  matterbridge/trunk/PKGBUILD
  matterbridge/trunk/matterbridge.service

--+
 PKGBUILD |4 ++--
 matterbridge.service |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 14:29:28 UTC (rev 1065154)
+++ PKGBUILD2021-12-05 14:30:37 UTC (rev 1065155)
@@ -2,7 +2,7 @@
 
 pkgname=matterbridge
 pkgver=1.23.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
 url="https://github.com/42wim/matterbridge;
@@ -15,7 +15,7 @@
 matterbridge.service)
 
sha512sums=('30c5fa8ed47ad68e331b8c6037169c7f17ff45f5ab2e896756b100deb37b6db4249ab54d7d5d9817cf76770cb573fb058df91b20e82a9d3d081396c52c2557c1'
 'SKIP'
-
'86cfa4818c4f02eb35c23263de71049cb900dc6362d04287dc1c1a5bcb16d7ef34c8b4e92ea89bb7421dbd1bce0a7c37a3ad51ad71379b74f4a174e17dbf0247')
+
'920d96f9427df21ccf3d87ae9fe4343543c2db19c1ad8bf8356939f4ffa261f51e54589d6eb63b1c56e2cd3ea527a9d3e0b5e2afd29658629747837ec1ec4fd3')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
 
 prepare() {

Modified: matterbridge.service
===
--- matterbridge.service2021-12-05 14:29:28 UTC (rev 1065154)
+++ matterbridge.service2021-12-05 14:30:37 UTC (rev 1065155)
@@ -27,7 +27,6 @@
 ProtectControlGroups=true
 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
 RestrictNamespaces=true
-MemoryDenyWriteExecute=true
 LockPersonality=true
 RestrictRealtime=true
 RestrictSUIDSGID=true



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 14:29:28
  Author: archange
Revision: 1065154

archrelease: copy trunk to community-any

Added:
  autopep8/repos/community-any/PKGBUILD
(from rev 1065153, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 14:29:04 UTC (rev 1065153)
+++ PKGBUILD2021-12-05 14:29:28 UTC (rev 1065154)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgname=autopep8
-pkgver=1.5.7
-pkgrel=2
-epoch=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="https://github.com/hhatto/autopep8;
-license=('MIT')
-depends=('python-pycodestyle' 'python-toml')
-source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
-
-build() {
-  cd autopep8-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-check() {
-  cd autopep8-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd autopep8-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-any/PKGBUILD (from rev 1065153, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 14:29:28 UTC (rev 1065154)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgname=autopep8
+pkgver=1.6.0
+pkgrel=1
+epoch=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="https://github.com/hhatto/autopep8;
+license=('MIT')
+depends=('python-pycodestyle' 'python-toml')
+source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
+
+build() {
+  cd autopep8-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd autopep8-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd autopep8-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 14:29:04
  Author: archange
Revision: 1065153

upgpkg: autopep8 1:1.6.0-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 13:58:10 UTC (rev 1065152)
+++ PKGBUILD2021-12-05 14:29:04 UTC (rev 1065153)
@@ -3,8 +3,8 @@
 # Contributor: Sergey Mastykov 
 
 pkgname=autopep8
-pkgver=1.5.7
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('python-pycodestyle' 'python-toml')
 
source=("https://github.com/hhatto/autopep8/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('997cf823e0313013d9ba2ee6df568ed41786d4b7d1baada3099fdc11c3698d543285f1eb4dd30401eb442bd908f386fe37c27afa4a1cb668a7b68568107bfaa0')
+sha512sums=('4e95c46ed8542de7dfdfb1d5e73e8551df2fce8f5371e34580359285441288abdaefde1edc4f2c9701c2883fd189a8448f761b3db0a23ea425db71f8af0ded53')
 
 build() {
   cd autopep8-$pkgver



[arch-commits] Commit in perl-test2-suite/repos/community-any (PKGBUILD PKGBUILD)

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 13:58:10
  Author: felixonmars
Revision: 1065152

archrelease: copy trunk to community-any

Added:
  perl-test2-suite/repos/community-any/PKGBUILD
(from rev 1065151, perl-test2-suite/trunk/PKGBUILD)
Deleted:
  perl-test2-suite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 13:57:59 UTC (rev 1065151)
+++ PKGBUILD2021-12-05 13:58:10 UTC (rev 1065152)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test2-suite
-pkgver=0.000143
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite;
-depends=('perl-module-pluggable' 'perl-importer' 'perl-scope-guard' 
'perl-sub-info'
- 'perl-term-table' 'perl-test-simple>=1.302176')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz;)
-sha512sums=('ddf7437c2dad595cb87ac315a51664fecfbed0c109ad705dd3a9fb2d2a234b9e7a25ba1ae0ffa9c0ca78703a3cc5053e6dfc918130de7a004254467fe6dce2d7')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test2-suite/repos/community-any/PKGBUILD (from rev 1065151, 
perl-test2-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 13:58:10 UTC (rev 1065152)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test2-suite
+pkgver=0.000144
+pkgrel=1
+pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test2-Suite;
+depends=('perl-module-pluggable' 'perl-importer' 'perl-scope-guard' 
'perl-sub-info'
+ 'perl-term-table' 'perl-test-simple>=1.302176')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz;)
+sha512sums=('ec88348cfef28879859c26a7ef13437ba30f684bb4bda12907d5d26f1da6fadeadd8461e282f44231f1bf01af504dc75c6291716b4e39d7190c968faac9f52ee')
+
+build() {
+  cd Test2-Suite-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test2-Suite-$pkgver
+  make test
+}
+
+package() {
+  cd Test2-Suite-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-test2-suite/trunk (PKGBUILD)

2021-12-05 Thread Felix Yan via arch-commits
Date: Sunday, December 5, 2021 @ 13:57:59
  Author: felixonmars
Revision: 1065151

upgpkg: perl-test2-suite 0.000144-1

Modified:
  perl-test2-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 13:23:24 UTC (rev 1065150)
+++ PKGBUILD2021-12-05 13:57:59 UTC (rev 1065151)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test2-suite
-pkgver=0.000143
+pkgver=0.000144
 pkgrel=1
 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
 arch=('any')
@@ -11,7 +11,7 @@
  'perl-term-table' 'perl-test-simple>=1.302176')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz;)
-sha512sums=('ddf7437c2dad595cb87ac315a51664fecfbed0c109ad705dd3a9fb2d2a234b9e7a25ba1ae0ffa9c0ca78703a3cc5053e6dfc918130de7a004254467fe6dce2d7')
+sha512sums=('ec88348cfef28879859c26a7ef13437ba30f684bb4bda12907d5d26f1da6fadeadd8461e282f44231f1bf01af504dc75c6291716b4e39d7190c968faac9f52ee')
 
 build() {
   cd Test2-Suite-$pkgver



[arch-commits] Commit in python-lsp-black/repos/community-staging-any (2 files)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 13:23:24
  Author: archange
Revision: 1065150

archrelease: copy trunk to community-staging-any

Added:
  python-lsp-black/repos/community-staging-any/PKGBUILD
(from rev 1065149, python-lsp-black/trunk/PKGBUILD)
Deleted:
  python-lsp-black/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 13:23:00 UTC (rev 1065149)
+++ PKGBUILD2021-12-05 13:23:24 UTC (rev 1065150)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=python-lsp-black
-pkgver=1.0.0
-pkgrel=4
-pkgdesc="python-lsp-server plugin that adds support to black autoformatter, 
forked from pyls-black"
-arch=(any)
-url="https://github.com/python-lsp/python-lsp-black;
-license=(MIT)
-depends=(python-black python-lsp-server python-toml)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('76e23e09e342b572c94b42a9d8c3cf10c3a1b1aed9969bd6817cb085e214432e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH="${PWD}/build/lib" pytest -v --color=yes tests --deselect 
tests/test_plugin.py::test_entry_point
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-lsp-black/repos/community-staging-any/PKGBUILD (from rev 
1065149, python-lsp-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 13:23:24 UTC (rev 1065150)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=python-lsp-black
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="python-lsp-server plugin that adds support to black autoformatter, 
forked from pyls-black"
+arch=(any)
+url="https://github.com/python-lsp/python-lsp-black;
+license=(MIT)
+depends=(python-black python-lsp-server python-toml)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('432666772a642e45536af72da39f9437d46662ebca924247ab3776090edc7e22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --skip-build
+  test-env/bin/python -m pytest -v --color=yes tests
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 13:23:00
  Author: archange
Revision: 1065149

upgpkg: python-lsp-black 1.0.1-1

Modified:
  python-lsp-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 13:15:51 UTC (rev 1065148)
+++ PKGBUILD2021-12-05 13:23:00 UTC (rev 1065149)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=python-lsp-black
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="python-lsp-server plugin that adds support to black autoformatter, 
forked from pyls-black"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-black;
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('76e23e09e342b572c94b42a9d8c3cf10c3a1b1aed9969bd6817cb085e214432e')
+sha256sums=('432666772a642e45536af72da39f9437d46662ebca924247ab3776090edc7e22')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -20,7 +20,9 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  PYTHONPATH="${PWD}/build/lib" pytest -v --color=yes tests --deselect 
tests/test_plugin.py::test_entry_point
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --skip-build
+  test-env/bin/python -m pytest -v --color=yes tests
 }
 
 package() {



[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 13:15:51
  Author: archange
Revision: 1065148

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 1065147, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 13:15:26 UTC (rev 1065147)
+++ PKGBUILD2021-12-05 13:15:51 UTC (rev 1065148)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-compute-runtime
-pkgver=21.47.21710
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva level-zero-headers igsc)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a58c2d24bd6e2cc72a97c606b0e6c1440ce863b2d1bf7552384ef9d0c5066017')
-
-build() {
-  # ${${pkgver#*.}%.*} not supported by bash?
-  cmake -B build -S compute-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
--DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
--DNEO_VERSION_BUILD=${pkgver##*.} \
--DSUPPORT_DG1=ON \
--DSKIP_UNIT_TESTS=1 \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
-  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-  
-  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 
1065147, intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 13:15:51 UTC (rev 1065148)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=21.48.21782
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva level-zero-headers igsc)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver level-zero-driver)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7e696e19099116875c3a61c7f70c8570e93921c274d20730854cdb54e688180e')
+
+build() {
+  # ${${pkgver#*.}%.*} not supported by bash?
+  cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
+-DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
+-DNEO_VERSION_BUILD=${pkgver##*.} \
+-DSUPPORT_DG1=ON \
+-DSKIP_UNIT_TESTS=1 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  
+  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
+}



[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 13:15:26
  Author: archange
Revision: 1065147

upgpkg: intel-compute-runtime 21.48.21782-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 12:43:05 UTC (rev 1065146)
+++ PKGBUILD2021-12-05 13:15:26 UTC (rev 1065147)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=21.47.21710
+pkgver=21.48.21782
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a58c2d24bd6e2cc72a97c606b0e6c1440ce863b2d1bf7552384ef9d0c5066017')
+sha256sums=('7e696e19099116875c3a61c7f70c8570e93921c274d20730854cdb54e688180e')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 12:43:05
  Author: archange
Revision: 1065146

archrelease: copy trunk to community-staging-any

Added:
  python-colorcet/repos/community-staging-any/PKGBUILD
(from rev 1065145, python-colorcet/trunk/PKGBUILD)
Deleted:
  python-colorcet/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 12:42:40 UTC (rev 1065145)
+++ PKGBUILD2021-12-05 12:43:05 UTC (rev 1065146)
@@ -1,26 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=colorcet
-pkgname=python-${_pkg}
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="Set of useful perceptually uniform colormaps for plotting scientific 
data"
-arch=(any)
-url="https://colorcet.holoviz.org/;
-license=(BSD)
-depends=(python-param python-pyct)
-makedepends=(python-setuptools)
-source=(https://github.com/holoviz/colorcet/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('dbd9fd99a7a4753f104f272e8b17f5279d8c94fa0bb4d0a4e147f0e44004c670')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-colorcet/repos/community-staging-any/PKGBUILD (from rev 1065145, 
python-colorcet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 12:43:05 UTC (rev 1065146)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=colorcet
+pkgname=python-${_pkg}
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Set of useful perceptually uniform colormaps for plotting scientific 
data"
+arch=(any)
+url="https://colorcet.holoviz.org/;
+license=(BSD)
+depends=(python-param python-pyct)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=(https://github.com/holoviz/colorcet/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('eac2282cc10af1a8bf07321969972cccde923933e28a6d70a6f6c628c1d05126')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest --color=yes colorcet
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 12:42:40
  Author: archange
Revision: 1065145

upgpkg: python-colorcet 3.0.0-1

Modified:
  python-colorcet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 12:40:33 UTC (rev 1065144)
+++ PKGBUILD2021-12-05 12:42:40 UTC (rev 1065145)
@@ -2,8 +2,8 @@
 
 _pkg=colorcet
 pkgname=python-${_pkg}
-pkgver=2.0.5
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Set of useful perceptually uniform colormaps for plotting scientific 
data"
 arch=(any)
 url="https://colorcet.holoviz.org/;
@@ -10,9 +10,10 @@
 license=(BSD)
 depends=(python-param python-pyct)
 makedepends=(python-setuptools)
+checkdepends=(python-pytest)
 
source=(https://github.com/holoviz/colorcet/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('dbd9fd99a7a4753f104f272e8b17f5279d8c94fa0bb4d0a4e147f0e44004c670')
+sha256sums=('eac2282cc10af1a8bf07321969972cccde923933e28a6d70a6f6c628c1d05126')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -19,6 +20,11 @@
   python setup.py build
 }
 
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest --color=yes colorcet
+}
+
 package() {
   cd ${_pkg}-${pkgver}
   python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1



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

2021-12-05 Thread Bruno Pagani via arch-commits
Date: Sunday, December 5, 2021 @ 12:29:00
  Author: archange
Revision: 1065143

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-05 12:28:37 UTC (rev 1065142)
+++ PKGBUILD2021-12-05 12:29:00 UTC (rev 1065143)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nlopt
-pkgver=2.7.0
-pkgrel=4
-pkgdesc="Nonlinear optimization library"
-arch=(x86_64)
-url="https://nlopt.readthedocs.io/en/latest/;
-license=(LGPL)
-depends=(gcc-libs)
-makedepends=(cmake python-numpy octave guile swig)
-optdepends=('python-numpy: to use with python')
-source=("https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f')
-
-build() {
-cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make -C build
-}
-
-check() {
-cd build
-ctest --output-on-failure
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-}

Copied: nlopt/repos/community-staging-x86_64/PKGBUILD (from rev 1065142, 
nlopt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-05 12:29:00 UTC (rev 1065143)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nlopt
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Nonlinear optimization library"
+arch=(x86_64)
+url="https://nlopt.readthedocs.io/en/latest/;
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(cmake python-numpy octave guile swig)
+optdepends=('python-numpy: to use with python')
+source=(https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make -C build
+}
+
+check() {
+  cd build
+  ctest --output-on-failure
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



  1   2   >