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

2021-12-01 Thread Antonio Rojas via arch-commits
Date: Thursday, December 2, 2021 @ 07:54:16
  Author: arojas
Revision: 1061573

archrelease: copy trunk to community-x86_64

Added:
  libblastrampoline/repos/
  libblastrampoline/repos/community-x86_64/
  libblastrampoline/repos/community-x86_64/PKGBUILD
(from rev 1061572, libblastrampoline/trunk/PKGBUILD)

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

Copied: libblastrampoline/repos/community-x86_64/PKGBUILD (from rev 1061572, 
libblastrampoline/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-12-02 07:54:16 UTC (rev 1061573)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libblastrampoline
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
+arch=(x86_64)
+url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6136cc2b5d090ceca67cffa55b4c8af4bcee874333d49297c867abdb0749b5f')
+
+build() {
+  cd $pkgname-$pkgver/src
+  make CFLAGS="$CFLAGS -fPIC" LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make prefix="$pkgdir"/usr install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in (3 files)

2021-12-01 Thread Antonio Rojas via arch-commits
Date: Thursday, December 2, 2021 @ 07:54:05
  Author: arojas
Revision: 1061572

Unbundle from julia

Added:
  libblastrampoline/
  libblastrampoline/trunk/
  libblastrampoline/trunk/PKGBUILD

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

Added: libblastrampoline/trunk/PKGBUILD
===
--- libblastrampoline/trunk/PKGBUILD(rev 0)
+++ libblastrampoline/trunk/PKGBUILD2021-12-02 07:54:05 UTC (rev 1061572)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libblastrampoline
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
+arch=(x86_64)
+url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6136cc2b5d090ceca67cffa55b4c8af4bcee874333d49297c867abdb0749b5f')
+
+build() {
+  cd $pkgname-$pkgver/src
+  make CFLAGS="$CFLAGS -fPIC" LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make prefix="$pkgdir"/usr install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in ruby-shadow/repos/community-x86_64 (3 files)

2021-12-01 Thread Tim Meusel via arch-commits
Date: Thursday, December 2, 2021 @ 07:47:45
  Author: bastelfreak
Revision: 1061571

archrelease: copy trunk to community-x86_64

Added:
  ruby-shadow/repos/community-x86_64/PKGBUILD
(from rev 1061570, ruby-shadow/trunk/PKGBUILD)
Deleted:
  ruby-shadow/repos/community-x86_64/PKGBUILD
  ruby-shadow/repos/community-x86_64/ruby-shadow-2.5.0-cflags.patch

+
 PKGBUILD   |   73 +--
 ruby-shadow-2.5.0-cflags.patch |   16 
 2 files changed, 33 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 07:47:38 UTC (rev 1061570)
+++ PKGBUILD2021-12-02 07:47:45 UTC (rev 1061571)
@@ -1,40 +0,0 @@
-# Maintainer: Tim Meusel 
-# Contributor: Jonathan Steel 
-# Contributor: Greg Sutcliffe >
-
-pkgname=ruby-shadow
-pkgver=2.5.0
-pkgrel=7
-pkgdesc="Shadow password module"
-arch=('x86_64')
-url="https://github.com/apalmblad/ruby-shadow;
-license=('CPL')
-depends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz
-ruby-shadow-2.5.0-cflags.patch)
-sha512sums=('66cf0405230c0cbc723f17bf016d84b5054be4db5b32bca55ede876b5725c0f8de849c537c6020f38053825f55177bebacd0fdbb20d49110ea8cb2d5b75df9da'
-
'7dfcb925a21a02d42fb595c4dc847e6fe8b952b0bf0a4a31a27ae0b0296bf361ddb6cc5eef745c8bbc93990967f3ea39dfcb448be72d9b835a589f9d28b3eacc')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Respect CFLAGS and fix build with Ruby 3.0.0
-  # https://github.com/apalmblad/ruby-shadow/issues/26
-  patch -Np0 -i ../ruby-shadow-2.5.0-cflags.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ruby extconf.rb
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' \
-sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ruby-shadow/repos/community-x86_64/PKGBUILD (from rev 1061570, 
ruby-shadow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 07:47:45 UTC (rev 1061571)
@@ -0,0 +1,33 @@
+# Maintainer: Tim Meusel 
+# Contributor: Jonathan Steel 
+# Contributor: Greg Sutcliffe >
+
+pkgname=ruby-shadow
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Shadow password module"
+arch=('x86_64')
+url="https://github.com/apalmblad/${pkgname};
+license=('Unlicense')
+depends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz)
+sha512sums=('04b73809fe2615b2a4b34b8e08ddce032fc5d7e6d55a93162424db9067e7b7bcb46fb48156ba4cc346a9f8bd0bc54163cdbbdeedb64f43b473269e6bf9e606af')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ruby extconf.rb
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' 
sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: ruby-shadow-2.5.0-cflags.patch
===
--- ruby-shadow-2.5.0-cflags.patch  2021-12-02 07:47:38 UTC (rev 1061570)
+++ ruby-shadow-2.5.0-cflags.patch  2021-12-02 07:47:45 UTC (rev 1061571)
@@ -1,16 +0,0 @@
 extconf.rb~2017-10-05 20:21:59.480315863 +0200
-+++ extconf.rb 2017-10-05 20:23:55.077931560 +0200
-@@ -6,12 +6,7 @@
- 
- require 'mkmf'
- require 'rbconfig'
--
--$CFLAGS = case RUBY_VERSION
--  when /^1\.9/; '-DRUBY19'
--  when /^2\./; '-DRUBY19'
--  else; ''
--  end
-+$CFLAGS = "#{$CFLAGS} -DRUBY19"
- 
- implementation = case CONFIG['host_os']
-  when /linux/i; 'shadow'



[arch-commits] Commit in ruby-shadow/trunk (PKGBUILD ruby-shadow-2.5.0-cflags.patch)

2021-12-01 Thread Tim Meusel via arch-commits
Date: Thursday, December 2, 2021 @ 07:47:38
  Author: bastelfreak
Revision: 1061570

update 2.5.0->2.5.1

Modified:
  ruby-shadow/trunk/PKGBUILD
Deleted:
  ruby-shadow/trunk/ruby-shadow-2.5.0-cflags.patch

+
 PKGBUILD   |   29 +++--
 ruby-shadow-2.5.0-cflags.patch |   16 
 2 files changed, 11 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 06:52:39 UTC (rev 1061569)
+++ PKGBUILD2021-12-02 07:47:38 UTC (rev 1061570)
@@ -3,28 +3,22 @@
 # Contributor: Greg Sutcliffe >
 
 pkgname=ruby-shadow
-pkgver=2.5.0
-pkgrel=7
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Shadow password module"
 arch=('x86_64')
-url="https://github.com/apalmblad/ruby-shadow;
-license=('CPL')
+url="https://github.com/apalmblad/${pkgname};
+license=('Unlicense')
 depends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz
-ruby-shadow-2.5.0-cflags.patch)
-sha512sums=('66cf0405230c0cbc723f17bf016d84b5054be4db5b32bca55ede876b5725c0f8de849c537c6020f38053825f55177bebacd0fdbb20d49110ea8cb2d5b75df9da'
-
'7dfcb925a21a02d42fb595c4dc847e6fe8b952b0bf0a4a31a27ae0b0296bf361ddb6cc5eef745c8bbc93990967f3ea39dfcb448be72d9b835a589f9d28b3eacc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz)
+sha512sums=('04b73809fe2615b2a4b34b8e08ddce032fc5d7e6d55a93162424db9067e7b7bcb46fb48156ba4cc346a9f8bd0bc54163cdbbdeedb64f43b473269e6bf9e606af')
 
 prepare() {
-  cd $pkgname-$pkgver
-
-  # Respect CFLAGS and fix build with Ruby 3.0.0
-  # https://github.com/apalmblad/ruby-shadow/issues/26
-  patch -Np0 -i ../ruby-shadow-2.5.0-cflags.patch
+  cd "${pkgname}-${pkgver}"
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
 
   ruby extconf.rb
   make
@@ -31,10 +25,9 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
 
-  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' \
-sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
+  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' 
sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: ruby-shadow-2.5.0-cflags.patch
===
--- ruby-shadow-2.5.0-cflags.patch  2021-12-02 06:52:39 UTC (rev 1061569)
+++ ruby-shadow-2.5.0-cflags.patch  2021-12-02 07:47:38 UTC (rev 1061570)
@@ -1,16 +0,0 @@
 extconf.rb~2017-10-05 20:21:59.480315863 +0200
-+++ extconf.rb 2017-10-05 20:23:55.077931560 +0200
-@@ -6,12 +6,7 @@
- 
- require 'mkmf'
- require 'rbconfig'
--
--$CFLAGS = case RUBY_VERSION
--  when /^1\.9/; '-DRUBY19'
--  when /^2\./; '-DRUBY19'
--  else; ''
--  end
-+$CFLAGS = "#{$CFLAGS} -DRUBY19"
- 
- implementation = case CONFIG['host_os']
-  when /linux/i; 'shadow'



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

2021-12-01 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 2, 2021 @ 06:52:39
  Author: jelle
Revision: 1061569

Add yaml dep

Modified:
  osbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 06:33:21 UTC (rev 1061568)
+++ PKGBUILD2021-12-02 06:52:39 UTC (rev 1061569)
@@ -7,7 +7,7 @@
 url="https://www.osbuild.org;
 arch=(any)
 license=(Apache)
-depends=(bubblewrap curl e2fsprogs qemu python util-linux)
+depends=(bubblewrap curl e2fsprogs qemu python util-linux python-yaml)
 makedepends=(make python-docutils python-setuptools)
 optdepends=('rpm: build rpm/dnf images')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)



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

2021-12-01 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 2, 2021 @ 06:33:21
  Author: jelle
Revision: 1061568

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 1061567, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  208 ++---
 1 file changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 06:33:14 UTC (rev 1061567)
+++ PKGBUILD2021-12-02 06:33:21 UTC (rev 1061568)
@@ -1,104 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=193
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-distro' 
'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'openssl: .p7c and .p7b certificates. support'
-  'pgpdump: PGP files support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'radare2: decompiler for executables'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'uboot-tools: FIT image support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('083ac0815607181cf00eeaab0c92ed6e4beb3902c38917365ce4d90be8343953a7c609e99a82213830dd5e66c128abc12e25b5ea449078907633307e95c5f891'
-'SKIP')
-b2sums=('67f5c17e0fd8048b09bcddf873af714d0ba723793f78e7163e99f118f0367b52ca0646a9a397f11932838f30f489bfa2b13f8ce297354c84966dc0513ecc6b79'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
--k 'not test_ppu and not test_superblock and not test_wasm and not 
test_text_proper_indentation and not test_different and not test_equal'
-# file upstream bug, see 2cd654b450ce82fb86f55223cc01ba1abdac58a8 in 
diffoscope.git
-# bug introduced by revert in https://bugs.archlinux.org/task/70261
-# unsquashfs output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 1061567, 
diffoscope/trunk/PKGBUILD)

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

2021-12-01 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 2, 2021 @ 06:33:14
  Author: jelle
Revision: 1061567

upgpkg: diffoscope 194-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 03:20:30 UTC (rev 1061566)
+++ PKGBUILD2021-12-02 06:33:14 UTC (rev 1061567)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=193
-pkgrel=2
+pkgver=194
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -66,9 +66,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('083ac0815607181cf00eeaab0c92ed6e4beb3902c38917365ce4d90be8343953a7c609e99a82213830dd5e66c128abc12e25b5ea449078907633307e95c5f891'
+sha512sums=('99eeca6a0f65c2ef38ee0b9c84db7d8b2a975a342d1891dd9f3b6fe088c846c9eaf491077f52e7a0a820d93461c2155debcb488ad59ca9b24f96c7bebd58da6b'
 'SKIP')
-b2sums=('67f5c17e0fd8048b09bcddf873af714d0ba723793f78e7163e99f118f0367b52ca0646a9a397f11932838f30f489bfa2b13f8ce297354c84966dc0513ecc6b79'
+b2sums=('55aa1e603414783ddcd41473ef61bd6b4f596589d104547f581be2296c5eaf38ac541eea12663294d3f714533c7bc738b973b2f8defecd89204e211c9de9c0b5'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:20:30
  Author: foutrelis
Revision: 1061566

archrelease: copy trunk to community-staging-any

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

-+
 PKGBUILD|   74 --
 python310.patch |   12 
 2 files changed, 51 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 03:20:25 UTC (rev 1061565)
+++ PKGBUILD2021-12-02 03:20:30 UTC (rev 1061566)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-fields
-pkgname=python-fields
-pkgver=5.0.0
-pkgrel=12
-arch=('any')
-pkgdesc='A totally different take on container boilerplate'
-url='https://github.com/ionelmc/python-fields'
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-attrs' 'python-characteristic')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-fields/archive/v$pkgver.tar.gz;)
-sha512sums=('feaba23b98271936d6dae20b1001978483c0fe89ccf217637fac536ae5814c2c02bac1c3ddc2a86dc0d2419a3b3658871018c0ea4b7905e1c2649aa905b8e5a3')
-
-prepare() {
-  sed -i 's/\[pytest\]/[tool:pytest]/;s/--benchmark-disable//' 
python-fields-$pkgver/setup.cfg
-}
-
-build() {
-  cd "$srcdir"/python-fields-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-fields-$pkgver
-  python -m pytest --deselect tests/test_perf.py
-}
-
-package_python-fields() {
-  cd python-fields-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fields/repos/community-staging-any/PKGBUILD (from rev 1061565, 
python-fields/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 03:20:30 UTC (rev 1061566)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-fields
+pkgname=python-fields
+pkgver=5.0.0
+pkgrel=13
+arch=('any')
+pkgdesc='A totally different take on container boilerplate'
+url='https://github.com/ionelmc/python-fields'
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-attrs' 'python-characteristic')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-fields/archive/v$pkgver.tar.gz;
+python310.patch)
+sha512sums=('feaba23b98271936d6dae20b1001978483c0fe89ccf217637fac536ae5814c2c02bac1c3ddc2a86dc0d2419a3b3658871018c0ea4b7905e1c2649aa905b8e5a3'
+
'72876eba870204558d4f1a8216be5e2240406e669929605919b1adeb03a9cf230909d7658c26197189e61bd4005bcb00665c652bff6f14a97cdff881e6b45f80')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../python310.patch
+  sed -i 's/\[pytest\]/[tool:pytest]/;s/--benchmark-disable//' setup.cfg
+}
+
+build() {
+  cd "$srcdir"/python-fields-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-fields-$pkgver
+  python -m pytest --deselect tests/test_perf.py
+}
+
+package_python-fields() {
+  cd python-fields-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-fields/repos/community-staging-any/python310.patch (from rev 
1061565, python-fields/trunk/python310.patch)
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-02 03:20:30 UTC (rev 1061566)
@@ -0,0 +1,12 @@
+diff -upr python-fields-5.0.0.orig/README.rst python-fields-5.0.0/README.rst
+--- python-fields-5.0.0.orig/README.rst2016-04-13 23:51:23.0 
+0300
 python-fields-5.0.0/README.rst 2021-12-02 05:18:29.428981402 +0200
+@@ -292,7 +292,7 @@ Ugly, inconsistent - you don't own the c
+ >>> MyContainer(field1=1, field2=2)
+ Traceback (most recent call last):
+ ...
+-TypeError: __init__() ... arguments...
++TypeError: ...__init__() ... arguments...
+ 
+ This is bananas. You have to write your class *around* these quirks.
+ 



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:20:25
  Author: foutrelis
Revision: 1061565

upgpkg: python-fields 5.0.0-13: Python 3.10 rebuild

Modified:
  python-fields/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 03:20:04 UTC (rev 1061564)
+++ PKGBUILD2021-12-02 03:20:25 UTC (rev 1061565)
@@ -3,7 +3,7 @@
 pkgbase=python-fields
 pkgname=python-fields
 pkgver=5.0.0
-pkgrel=12
+pkgrel=13
 arch=('any')
 pkgdesc='A totally different take on container boilerplate'
 url='https://github.com/ionelmc/python-fields'



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:20:04
  Author: foutrelis
Revision: 1061564

Fix doctest with Python 3.10

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 03:17:33 UTC (rev 1061563)
+++ PKGBUILD2021-12-02 03:20:04 UTC (rev 1061564)
@@ -11,11 +11,15 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-attrs' 'python-characteristic')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-fields/archive/v$pkgver.tar.gz;)
-sha512sums=('feaba23b98271936d6dae20b1001978483c0fe89ccf217637fac536ae5814c2c02bac1c3ddc2a86dc0d2419a3b3658871018c0ea4b7905e1c2649aa905b8e5a3')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-fields/archive/v$pkgver.tar.gz;
+python310.patch)
+sha512sums=('feaba23b98271936d6dae20b1001978483c0fe89ccf217637fac536ae5814c2c02bac1c3ddc2a86dc0d2419a3b3658871018c0ea4b7905e1c2649aa905b8e5a3'
+
'72876eba870204558d4f1a8216be5e2240406e669929605919b1adeb03a9cf230909d7658c26197189e61bd4005bcb00665c652bff6f14a97cdff881e6b45f80')
 
 prepare() {
-  sed -i 's/\[pytest\]/[tool:pytest]/;s/--benchmark-disable//' 
python-fields-$pkgver/setup.cfg
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../python310.patch
+  sed -i 's/\[pytest\]/[tool:pytest]/;s/--benchmark-disable//' setup.cfg
 }
 
 build() {

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-02 03:20:04 UTC (rev 1061564)
@@ -0,0 +1,12 @@
+diff -upr python-fields-5.0.0.orig/README.rst python-fields-5.0.0/README.rst
+--- python-fields-5.0.0.orig/README.rst2016-04-13 23:51:23.0 
+0300
 python-fields-5.0.0/README.rst 2021-12-02 05:18:29.428981402 +0200
+@@ -292,7 +292,7 @@ Ugly, inconsistent - you don't own the c
+ >>> MyContainer(field1=1, field2=2)
+ Traceback (most recent call last):
+ ...
+-TypeError: __init__() ... arguments...
++TypeError: ...__init__() ... arguments...
+ 
+ This is bananas. You have to write your class *around* these quirks.
+ 



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:17:33
  Author: foutrelis
Revision: 1061563

archrelease: copy trunk to community-staging-x86_64

Added:
  python-falcon/repos/community-staging-x86_64/PKGBUILD
(from rev 1061562, python-falcon/trunk/PKGBUILD)
Deleted:
  python-falcon/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 03:17:28 UTC (rev 1061562)
+++ PKGBUILD2021-12-02 03:17:33 UTC (rev 1061563)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-
-_name=falcon
-pkgname=python-falcon
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Web API framework for building fast and reliable microservices, 
proxies, and app backends in Python"
-arch=('x86_64')
-url="https://falconframework.org/;
-license=('Apache')
-depends=('python')
-makedepends=('cython' 'python-setuptools')
-# TODO: add python-daphne
-checkdepends=('gunicorn' 'hypercorn' 'python-aiofiles' 'python-cbor2'
-'python-httpx' 'python-jsonschema' 'python-mimeparse' 'python-msgpack'
-'python-mujson' 'python-orjson' 'python-pecan' 'python-pytest'
-'python-pytest-asyncio' 'python-pytest-runner' 'python-rapidjson'
-'python-requests' 'python-testtools' 'python-ujson' 'python-websockets'
-'python-yaml' 'uvicorn')
-optdepends=('python-django: for falcon-bench'
-'python-flask: for falcon-bench'
-'python-pecan: for falcon-bench'
-'python-bottle: for falcon-bench'
-'python-pprofile: for falcon-bench'
-'python-vmprof: for falcon-bench')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c59c9868aad1536a6872790ca658b47546f64db02a3c5bcacce55d6091f2f29707bf052940b8dee530ddd19a99c286d6c18f31517a9c83417a550deab082026f')
-b2sums=('34325b756695eaa05eb05940c256cd663c652779e6c1070187b0638dc9572db19b6f29519366b40f96b4c03c6160407c926453c9f0ff3c9f5f47e0355c3c3ddd')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  cd "$pkgname-$pkgver"
-  export 
PYTHONPATH="build/lib.linux-$CARCH-${python_version}:$PWD:${PYTHONPATH}"
-  pytest -v --ignore "tests/asgi/test_cythonized_asgi.py" tests
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-falcon/repos/community-staging-x86_64/PKGBUILD (from rev 
1061562, python-falcon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 03:17:33 UTC (rev 1061563)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+_name=falcon
+pkgname=python-falcon
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Web API framework for building fast and reliable microservices, 
proxies, and app backends in Python"
+arch=('x86_64')
+url="https://falconframework.org/;
+license=('Apache')
+depends=('python')
+makedepends=('cython' 'python-setuptools')
+# TODO: add python-daphne
+checkdepends=('gunicorn' 'hypercorn' 'python-aiofiles' 'python-cbor2'
+'python-httpx' 'python-jsonschema' 'python-mimeparse' 'python-msgpack'
+'python-mujson' 'python-orjson' 'python-pecan' 'python-pytest'
+'python-pytest-asyncio' 'python-pytest-runner' 'python-rapidjson'
+'python-requests' 'python-testtools' 'python-ujson' 'python-websockets'
+'python-yaml' 'uvicorn')
+optdepends=('python-django: for falcon-bench'
+'python-flask: for falcon-bench'
+'python-pecan: for falcon-bench'
+'python-bottle: for falcon-bench'
+'python-pprofile: for falcon-bench'
+'python-vmprof: for falcon-bench')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('c59c9868aad1536a6872790ca658b47546f64db02a3c5bcacce55d6091f2f29707bf052940b8dee530ddd19a99c286d6c18f31517a9c83417a550deab082026f')
+b2sums=('34325b756695eaa05eb05940c256cd663c652779e6c1070187b0638dc9572db19b6f29519366b40f96b4c03c6160407c926453c9f0ff3c9f5f47e0355c3c3ddd')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname-$pkgver"
+  export 
PYTHONPATH="build/lib.linux-$CARCH-${python_version}:$PWD:${PYTHONPATH}"
+  pytest -v --ignore "tests/asgi/test_cythonized_asgi.py" tests
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:17:28
  Author: foutrelis
Revision: 1061562

upgpkg: python-falcon 3.0.1-3: Python 3.10 rebuild

Modified:
  python-falcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 03:11:52 UTC (rev 1061561)
+++ PKGBUILD2021-12-02 03:17:28 UTC (rev 1061562)
@@ -3,7 +3,7 @@
 _name=falcon
 pkgname=python-falcon
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Web API framework for building fast and reliable microservices, 
proxies, and app backends in Python"
 arch=('x86_64')
 url="https://falconframework.org/;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:11:52
  Author: foutrelis
Revision: 1061561

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 03:11:46 UTC (rev 1061560)
+++ PKGBUILD2021-12-02 03:11:52 UTC (rev 1061561)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.11.2
-pkgrel=2
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-priority
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-_tag=6ab2ab9f187526d5da5c2a12220d7abfc7573d0b
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py310
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-staging-any/PKGBUILD (from rev 1061560, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 03:11:52 UTC (rev 1061561)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-priority
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+  python-pyproject2setuppy
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=98f0ccacd4071425a78b20b492fd5c8bc217954d
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python -m pyproject2setuppy.main build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py310
+}
+
+package() {
+  cd hypercorn
+
+  python -m pyproject2setuppy.main install --prefix=/usr --root="$pkgdir" 
--optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 03:11:46
  Author: foutrelis
Revision: 1061560

upgpkg: hypercorn 0.12.0-1: bump for Python 3.10 support

Modified:
  hypercorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:44:05 UTC (rev 1061559)
+++ PKGBUILD2021-12-02 03:11:46 UTC (rev 1061560)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=hypercorn
-pkgver=0.11.2
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
 url=https://gitlab.com/pgjones/hypercorn
 arch=(any)
@@ -18,6 +18,7 @@
 makedepends=(
   git
   python-setuptools
+  python-pyproject2setuppy
 )
 checkdepends=(
   python-distlib
@@ -32,7 +33,7 @@
 optdepends=(
   'python-trio: trio support'
 )
-_tag=6ab2ab9f187526d5da5c2a12220d7abfc7573d0b
+_tag=98f0ccacd4071425a78b20b492fd5c8bc217954d
 source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
 sha256sums=(SKIP)
 
@@ -45,7 +46,7 @@
 build() {
   cd hypercorn
 
-  python setup.py build
+  python -m pyproject2setuppy.main build
 }
 
 check() {
@@ -57,7 +58,7 @@
 package() {
   cd hypercorn
 
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  python -m pyproject2setuppy.main install --prefix=/usr --root="$pkgdir" 
--optimize=1
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
 }
 



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:44:05
  Author: foutrelis
Revision: 1061559

archrelease: copy trunk to community-staging-x86_64

Added:
  python-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 1061558, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 02:44:01 UTC (rev 1061558)
+++ PKGBUILD2021-12-02 02:44:05 UTC (rev 1061559)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=9.1
-pkgrel=2
-pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
-url='https://github.com/aaugustin/websockets'
-arch=('x86_64')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
-source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac')
-b2sums=('cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
1061558, python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 02:44:05 UTC (rev 1061559)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=10.1
+pkgrel=1
+pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
+url='https://github.com/aaugustin/websockets'
+arch=('x86_64')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+# disable docs until python-sphinx-furo is updated
+#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
+b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  #sphinx-build -b text docs docs/_build/text
+  #sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  #install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  #install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:44:01
  Author: foutrelis
Revision: 1061558

upgpkg: python-websockets 10.1-1: bump for Python 3.10 support

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:40:31 UTC (rev 1061557)
+++ PKGBUILD2021-12-02 02:44:01 UTC (rev 1061558)
@@ -3,23 +3,25 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=9.1
-pkgrel=2
+pkgver=10.1
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
+makedepends=('python-setuptools')
+# disable docs until python-sphinx-furo is updated
+#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac')
-b2sums=('cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd')
+sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
+b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
 
 build() {
   cd websockets-${pkgver}
   python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
+  #sphinx-build -b text docs docs/_build/text
+  #sphinx-build -b man docs docs/_build/man
 }
 
 check() {
@@ -32,8 +34,8 @@
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  #install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  #install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:40:31
  Author: foutrelis
Revision: 1061557

Fix PYTHONPATH

Modified:
  python-editdistance-s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:26:24 UTC (rev 1061556)
+++ PKGBUILD2021-12-02 02:40:31 UTC (rev 1061557)
@@ -20,7 +20,7 @@
 
 check() {
   cd editdistance-s-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.9" pytest
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.10" pytest
 }
 
 package() {



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:26:24
  Author: felixonmars
Revision: 1061556

archrelease: copy trunk to community-staging-any

Added:
  python-httplib2/repos/community-staging-any/PKGBUILD
(from rev 1061555, python-httplib2/trunk/PKGBUILD)
  python-httplib2/repos/community-staging-any/cert.patch
(from rev 1061555, python-httplib2/trunk/cert.patch)
Deleted:
  python-httplib2/repos/community-staging-any/PKGBUILD
  python-httplib2/repos/community-staging-any/cert.patch

+
 PKGBUILD   |   98 +--
 cert.patch |   74 ++--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 02:26:14 UTC (rev 1061555)
+++ PKGBUILD2021-12-02 02:26:24 UTC (rev 1061556)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Giorgio Lando 
-# Contributor: Nicolas Quienot 
-# Contributor: Jesse Young 
-# Contributor: Anton Eliasson 
-
-pkgbase=python-httplib2
-pkgname=python-httplib2
-pkgver=0.19.1
-pkgrel=2
-pkgdesc='Comprehensive HTTP client library, supporting many features'
-url='https://github.com/httplib2/httplib2'
-license=('MIT')
-arch=('any')
-depends=('python' 'ca-certificates')
-makedepends=('python-setuptools')
-checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
-  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
-  'python-future')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
-'cert.patch')
-sha512sums=('7059743d9023530abbe1be6010dede9dcf1c329be7ee5b634b38021602cec9334b080de37935250461f88c48443a704b4045017c5352eed459bbc27f4b8468da'
-
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
-
-prepare() {
-  cd httplib2-$pkgver
-  patch -p0 -i "$srcdir"/cert.patch
-  sed -i 's/==/>=/' requirements-test.txt
-}
-
-build() {
-  cd "$srcdir"/httplib2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd httplib2-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd httplib2-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-httplib2/repos/community-staging-any/PKGBUILD (from rev 1061555, 
python-httplib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 02:26:24 UTC (rev 1061556)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Giorgio Lando 
+# Contributor: Nicolas Quienot 
+# Contributor: Jesse Young 
+# Contributor: Anton Eliasson 
+
+pkgbase=python-httplib2
+pkgname=python-httplib2
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='Comprehensive HTTP client library, supporting many features'
+url='https://github.com/httplib2/httplib2'
+license=('MIT')
+arch=('any')
+depends=('python' 'ca-certificates')
+makedepends=('python-setuptools')
+checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
+  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
+  'python-future' 'python-cryptography')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
+'cert.patch')
+sha512sums=('6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae'
+
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
+
+prepare() {
+  cd httplib2-$pkgver
+  patch -p0 -i "$srcdir"/cert.patch
+  sed -i 's/==/>=/' requirements-test.txt
+}
+
+build() {
+  cd "$srcdir"/httplib2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd httplib2-$pkgver
+  PYTHONPATH=build/lib pytest
+}
+
+package() {
+  cd httplib2-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cert.patch
===
--- cert.patch  2021-12-02 02:26:14 UTC (rev 1061555)
+++ cert.patch  2021-12-02 02:26:24 UTC (rev 1061556)
@@ -1,37 +0,0 @@
 python2/httplib2/certs.py.orig 2018-11-15 20:09:04.605507207 +0800
-+++ python2/httplib2/certs.py  2018-11-15 20:10:35.122107327 +0800
-@@ -19,9 +19,7 @@
- pass
- 
- 
--BUILTIN_CA_CERTS = os.path.join(
--os.path.dirname(os.path.abspath(__file__)), "cacerts.txt"
--)
-+BUILTIN_CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
- 
- 
- def where():
 python3/httplib2/certs.py.orig 

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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:26:14
  Author: felixonmars
Revision: 1061555

upgpkg: python-httplib2 0.20.3-1: Python 3.10 rebuild

Modified:
  python-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:25:05 UTC (rev 1061554)
+++ PKGBUILD2021-12-02 02:26:14 UTC (rev 1061555)
@@ -9,7 +9,7 @@
 pkgbase=python-httplib2
 pkgname=python-httplib2
 pkgver=0.20.3
-pkgrel=0
+pkgrel=1
 pkgdesc='Comprehensive HTTP client library, supporting many features'
 url='https://github.com/httplib2/httplib2'
 license=('MIT')



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:25:05
  Author: foutrelis
Revision: 1061554

Bump for Python 3.10 rebuild

Modified:
  python-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:14:02 UTC (rev 1061553)
+++ PKGBUILD2021-12-02 02:25:05 UTC (rev 1061554)
@@ -8,8 +8,8 @@
 
 pkgbase=python-httplib2
 pkgname=python-httplib2
-pkgver=0.19.1
-pkgrel=2
+pkgver=0.20.3
+pkgrel=0
 pkgdesc='Comprehensive HTTP client library, supporting many features'
 url='https://github.com/httplib2/httplib2'
 license=('MIT')
@@ -18,10 +18,10 @@
 makedepends=('python-setuptools')
 checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
   'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
-  'python-future')
+  'python-future' 'python-cryptography')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
 'cert.patch')
-sha512sums=('7059743d9023530abbe1be6010dede9dcf1c329be7ee5b634b38021602cec9334b080de37935250461f88c48443a704b4045017c5352eed459bbc27f4b8468da'
+sha512sums=('6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae'
 
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
 
 prepare() {
@@ -37,7 +37,7 @@
 
 check() {
   cd httplib2-$pkgver
-  python setup.py test
+  PYTHONPATH=build/lib pytest
 }
 
 package() {



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:14:02
  Author: felixonmars
Revision: 1061553

archrelease: copy trunk to community-staging-any

Added:
  python-css-parser/repos/community-staging-any/PKGBUILD
(from rev 1061552, python-css-parser/trunk/PKGBUILD)
Deleted:
  python-css-parser/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 02:13:54 UTC (rev 1061552)
+++ PKGBUILD2021-12-02 02:14:02 UTC (rev 1061553)
@@ -1,34 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=css-parser
-pkgname=python-css-parser
-pkgver=1.0.6
-pkgrel=4
-pkgdesc="A CSS Cascading Style Sheets library for Python"
-arch=('any')
-url="https://github.com/ebook-utils/${_pkgname};
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4c623541e1145c91458e7e2028f6a0de652ae2189dc99672fc72f098799d6349edb051bafc0901258481fa3422346303d2ef634392889ee83a29814609cdbd43'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py test
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-css-parser/repos/community-staging-any/PKGBUILD (from rev 
1061552, python-css-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 02:14:02 UTC (rev 1061553)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=css-parser
+pkgname=python-css-parser
+pkgver=1.0.6
+pkgrel=5
+pkgdesc="A CSS Cascading Style Sheets library for Python"
+arch=('any')
+url="https://github.com/ebook-utils/${_pkgname};
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc}
+
$pkgname-python310.patch::https://github.com/ebook-utils/css-parser/commit/6b5e22217d69.patch)
+sha512sums=('4c623541e1145c91458e7e2028f6a0de652ae2189dc99672fc72f098799d6349edb051bafc0901258481fa3422346303d2ef634392889ee83a29814609cdbd43'
+'SKIP'
+
'02d3b42cade5c6d959b9c1676793dd5098c8abed21b74f60d08e4da538af9a286aaaf84cd994285bf9647e4f565ba58a2f1b8e2e18cdb898d165f7a945019d65')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+patch -Np1 -i ../$pkgname-python310.patch
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py test
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:13:54
  Author: felixonmars
Revision: 1061552

upgpkg: python-css-parser 1.0.6-5: Python 3.10 rebuild

Modified:
  python-css-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:12:47 UTC (rev 1061551)
+++ PKGBUILD2021-12-02 02:13:54 UTC (rev 1061552)
@@ -3,7 +3,7 @@
 _pkgname=css-parser
 pkgname=python-css-parser
 pkgver=1.0.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="https://github.com/ebook-utils/${_pkgname};



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:12:47
  Author: foutrelis
Revision: 1061551

Fix tests with Python 3.10

Modified:
  python-css-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:10:01 UTC (rev 1061550)
+++ PKGBUILD2021-12-02 02:12:47 UTC (rev 1061551)
@@ -10,11 +10,18 @@
 license=('LGPL')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc}
+
$pkgname-python310.patch::https://github.com/ebook-utils/css-parser/commit/6b5e22217d69.patch)
 
sha512sums=('4c623541e1145c91458e7e2028f6a0de652ae2189dc99672fc72f098799d6349edb051bafc0901258481fa3422346303d2ef634392889ee83a29814609cdbd43'
-'SKIP')
+'SKIP'
+
'02d3b42cade5c6d959b9c1676793dd5098c8abed21b74f60d08e4da538af9a286aaaf84cd994285bf9647e4f565ba58a2f1b8e2e18cdb898d165f7a945019d65')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+patch -Np1 -i ../$pkgname-python310.patch
+}
+
 build() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:10:01
  Author: felixonmars
Revision: 1061550

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 02:09:52 UTC (rev 1061549)
+++ PKGBUILD2021-12-02 02:10:01 UTC (rev 1061550)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=python-argh
-pkgver=0.26.2
-pkgrel=9
-pkgdesc="An unobtrusive argparse wrapper with natural syntax"
-arch=(any)
-url="https://pypi.python.org/pypi/argh;
-license=('LGPL3')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-iocapture')
-source=("https://github.com/neithere/argh/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('SKIP')
-
-build() {
-  cd argh-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd argh-$pkgver
-  py.test
-}
-
-package() {
-  cd argh-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-argh/repos/community-staging-any/PKGBUILD (from rev 1061549, 
python-argh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 02:10:01 UTC (rev 1061550)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=python-argh
+pkgver=0.26.2
+pkgrel=10
+pkgdesc="An unobtrusive argparse wrapper with natural syntax"
+arch=(any)
+url="https://pypi.python.org/pypi/argh;
+license=('LGPL3')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-iocapture')
+source=("https://github.com/neithere/argh/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('SKIP')
+
+build() {
+  cd argh-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd argh-$pkgver
+  # https://github.com/neithere/argh/issues/148#issuecomment-981508602
+  pytest --deselect test/test_integration.py::test_invalid_choice \
+ --deselect test/test_integration.py::test_explicit_cmd_name
+}
+
+package() {
+  cd argh-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 02:09:52
  Author: felixonmars
Revision: 1061549

upgpkg: python-argh 0.26.2-10: Python 3.10 rebuild

Modified:
  python-argh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:09:31 UTC (rev 1061548)
+++ PKGBUILD2021-12-02 02:09:52 UTC (rev 1061549)
@@ -3,7 +3,7 @@
 
 pkgname=python-argh
 pkgver=0.26.2
-pkgrel=9
+pkgrel=10
 pkgdesc="An unobtrusive argparse wrapper with natural syntax"
 arch=(any)
 url="https://pypi.python.org/pypi/argh;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:09:31
  Author: foutrelis
Revision: 1061548

Ignore two test failures

Modified:
  python-argh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:10:40 UTC (rev 1061547)
+++ PKGBUILD2021-12-02 02:09:31 UTC (rev 1061548)
@@ -21,7 +21,9 @@
 
 check() {
   cd argh-$pkgver
-  py.test
+  # https://github.com/neithere/argh/issues/148#issuecomment-981508602
+  pytest --deselect test/test_integration.py::test_invalid_choice \
+ --deselect test/test_integration.py::test_explicit_cmd_name
 }
 
 package() {



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 01:10:40
  Author: felixonmars
Revision: 1061547

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 01:10:32 UTC (rev 1061546)
+++ PKGBUILD2021-12-02 01:10:40 UTC (rev 1061547)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-soupsieve
-pkgver=2.2.1
-pkgrel=3
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
-source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  pytest
-}
-
-package() {
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-staging-any/PKGBUILD (from rev 
1061546, python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 01:10:40 UTC (rev 1061547)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-soupsieve
+pkgver=2.2.1
+pkgrel=4
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
+source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+--deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
+--deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
+}
+
+package() {
+  cd soupsieve-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Thursday, December 2, 2021 @ 01:10:32
  Author: felixonmars
Revision: 1061546

upgpkg: python-soupsieve 2.2.1-4: Python 3.10 rebuild

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:10:04 UTC (rev 1061545)
+++ PKGBUILD2021-12-02 01:10:32 UTC (rev 1061546)
@@ -2,7 +2,7 @@
 
 pkgname=python-soupsieve
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')



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

2021-12-01 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 2, 2021 @ 01:10:04
  Author: polyzen
Revision: 1061545

archrelease: copy trunk to community-any

Added:
  ublock-origin/repos/community-any/PKGBUILD
(from rev 1061544, ublock-origin/trunk/PKGBUILD)
Deleted:
  ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 01:09:55 UTC (rev 1061544)
+++ PKGBUILD2021-12-02 01:10:04 UTC (rev 1061545)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=('ublock-origin' 'firefox-ublock-origin')
-pkgbase=ublock-origin
-pkgver=1.39.0
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$pkgver?signed"
-"git+https://github.com/uBlockOrigin/uAssets.git;)
-b2sums=('SKIP'
-'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

-
-prepare() {
-  cd uBlock
-  git submodule init
-  git config submodule.submodules/uAssets.url ../uAssets
-  git submodule update
-}
-
-build() {
-  cd uBlock
-  make
-  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
-}
-
-check() {
-  cd uBlock
-  make test
-}
-
-package_ublock-origin() {
-  pkgdesc+=' (unpacked webextension)'
-  provides=('chromium-ublock-origin')
-  replaces=('chromium-ublock-origin')
-  cd uBlock/dist/build/uBlock0.chromium
-  install -d "$pkgdir"/usr/lib/$pkgbase
-  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
-}
-
-package_firefox-ublock-origin() {
-  groups=('firefox-addons')
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ublock-origin/repos/community-any/PKGBUILD (from rev 1061544, 
ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 01:10:04 UTC (rev 1061545)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgbase=ublock-origin
+pkgver=1.39.2
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
+source=("git+$url.git#commit=$pkgver?signed"
+"git+https://github.com/uBlockOrigin/uAssets.git;)
+b2sums=('SKIP'
+'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

+
+prepare() {
+  cd uBlock
+  git submodule init
+  git config submodule.submodules/uAssets.url ../uAssets
+  git submodule update
+}
+
+build() {
+  cd uBlock
+  make
+  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+}
+
+check() {
+  cd uBlock
+  make test
+}
+
+package_ublock-origin() {
+  pkgdesc+=' (unpacked webextension)'
+  provides=('chromium-ublock-origin')
+  replaces=('chromium-ublock-origin')
+  cd uBlock/dist/build/uBlock0.chromium
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-ublock-origin() {
+  groups=('firefox-addons')
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 01:09:55
  Author: foutrelis
Revision: 1061544

Ignore two tests that fail with libxml 2.9.11

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:09:43 UTC (rev 1061543)
+++ PKGBUILD2021-12-02 01:09:55 UTC (rev 1061544)
@@ -20,7 +20,10 @@
 
 check() {
   cd soupsieve-$pkgver
-  pytest
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+--deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
+--deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
 }
 
 package() {



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

2021-12-01 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 2, 2021 @ 01:09:43
  Author: polyzen
Revision: 1061543

upgpkg: ublock-origin 1.39.2-1

Modified:
  ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:04:40 UTC (rev 1061542)
+++ PKGBUILD2021-12-02 01:09:43 UTC (rev 1061543)
@@ -2,7 +2,7 @@
 
 pkgname=('ublock-origin' 'firefox-ublock-origin')
 pkgbase=ublock-origin
-pkgver=1.39.0
+pkgver=1.39.2
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')



[arch-commits] Commit in yaml-language-server/repos/community-any (PKGBUILD PKGBUILD)

2021-12-01 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 2, 2021 @ 01:04:40
  Author: polyzen
Revision: 1061542

archrelease: copy trunk to community-any

Added:
  yaml-language-server/repos/community-any/PKGBUILD
(from rev 1061541, yaml-language-server/trunk/PKGBUILD)
Deleted:
  yaml-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 01:04:22 UTC (rev 1061541)
+++ PKGBUILD2021-12-02 01:04:40 UTC (rev 1061542)
@@ -1,46 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: hexchain 
-
-pkgname=yaml-language-server
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='YAML Language Server'
-url=https://github.com/redhat-developer/yaml-language-server
-license=('MIT')
-arch=('any')
-depends=('nodejs')
-makedepends=('jq' 'yarn')
-options=('!emptydirs')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('875be271f93f02b5e8bdff25c83c55a593d1cf6e7d1807c32ed8636fea7be22c8a7a5e512e18519bc8422bd6840fd492334e48c0fa6f538af8bc4c091ffa9407')
-
-build() {
-  cd $pkgname-$pkgver
-  yarn --frozen-lockfile
-  yarn compile
-  yarn build:libs
-}
-
-check() {
-  cd $pkgname-$pkgver
-  yarn test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Emulate `npm prune --production`
-  cp package.json{,.bak}
-  read -ra devDependencies < <(jq -r '.devDependencies | keys | join(" ")' 
package.json)
-  yarn remove --frozen-lockfile "${devDependencies[@]}"
-  mv package.json{.bak,}
-
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-  cp -r bin lib node_modules out package.json \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yaml-language-server/repos/community-any/PKGBUILD (from rev 1061541, 
yaml-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 01:04:40 UTC (rev 1061542)
@@ -0,0 +1,46 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: hexchain 
+
+pkgname=yaml-language-server
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='YAML Language Server'
+url=https://github.com/redhat-developer/yaml-language-server
+license=('MIT')
+arch=('any')
+depends=('nodejs')
+makedepends=('jq' 'yarn')
+options=('!emptydirs')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('f6ed50bd24be059e6b601264e6b66b0bc2cc7bafbf7e0891d79b3a71d4673fe9996868b6769bf046403c5d87aa3634b3997e986e8ccbd178b0ea0dfd')
+
+build() {
+  cd $pkgname-$pkgver
+  yarn --frozen-lockfile
+  yarn compile
+  yarn build:libs
+}
+
+check() {
+  cd $pkgname-$pkgver
+  yarn test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Emulate `npm prune --production`
+  cp package.json{,.bak}
+  read -ra devDependencies < <(jq -r '.devDependencies | keys | join(" ")' 
package.json)
+  yarn remove --frozen-lockfile "${devDependencies[@]}"
+  mv package.json{.bak,}
+
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+  cp -r bin lib node_modules out package.json \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-01 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 2, 2021 @ 01:04:22
  Author: polyzen
Revision: 1061541

upgpkg: yaml-language-server 1.2.2-1

Modified:
  yaml-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 01:03:13 UTC (rev 1061540)
+++ PKGBUILD2021-12-02 01:04:22 UTC (rev 1061541)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 
 pkgname=yaml-language-server
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='YAML Language Server'
 url=https://github.com/redhat-developer/yaml-language-server
@@ -12,7 +12,7 @@
 makedepends=('jq' 'yarn')
 options=('!emptydirs')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('875be271f93f02b5e8bdff25c83c55a593d1cf6e7d1807c32ed8636fea7be22c8a7a5e512e18519bc8422bd6840fd492334e48c0fa6f538af8bc4c091ffa9407')
+b2sums=('f6ed50bd24be059e6b601264e6b66b0bc2cc7bafbf7e0891d79b3a71d4673fe9996868b6769bf046403c5d87aa3634b3997e986e8ccbd178b0ea0dfd')
 
 build() {
   cd $pkgname-$pkgver



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 01:03:13
  Author: foutrelis
Revision: 1061540

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 01:03:09 UTC (rev 1061539)
+++ PKGBUILD2021-12-02 01:03:13 UTC (rev 1061540)
@@ -1,54 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=2021.10.1
-pkgrel=2
-pkgdesc="Specification that python filesystems should adhere to."
-arch=(any)
-url="https://github.com/intake/filesystem_spec;
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(git
-python-pytest
-python-pytest-vcr
-python-aiohttp
-python-dask
-python-distributed
-python-libarchive-c
-python-paramiko
-python-pyarrow
-python-pygit2
-python-requests
-python-smbprotocol
-python-cloudpickle
-python-jinja
-python-lz4
-python-msgpack
-python-numpy
-python-pyftpdlib
-python-snappy
-python-zstandard
-jupyter-notebook
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # These tests do not work on CI, neither on our build server
-  pytest -v -rs --deselect 
fsspec/implementations/tests/test_http.py::test_processes
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-fsspec/repos/community-staging-any/PKGBUILD (from rev 1061539, 
python-fsspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 01:03:13 UTC (rev 1061540)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=2021.10.1
+pkgrel=3
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(git
+python-pytest
+python-pytest-vcr
+python-aiohttp
+python-dask
+python-distributed
+python-libarchive-c
+python-paramiko
+python-pyarrow
+python-pygit2
+python-requests
+python-smbprotocol
+python-cloudpickle
+python-jinja
+python-lz4
+python-msgpack
+python-numpy
+python-pyftpdlib
+python-snappy
+python-zstandard
+jupyter-notebook
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # These tests do not work on CI, neither on our build server
+  pytest -v -rs --deselect 
fsspec/implementations/tests/test_http.py::test_processes
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 01:03:09
  Author: foutrelis
Revision: 1061539

upgpkg: python-fsspec 2021.10.1-3: Python 3.10 rebuild

Modified:
  python-fsspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 00:59:30 UTC (rev 1061538)
+++ PKGBUILD2021-12-02 01:03:09 UTC (rev 1061539)
@@ -3,7 +3,7 @@
 _pkg=filesystem_spec
 pkgname=python-fsspec
 pkgver=2021.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
 url="https://github.com/intake/filesystem_spec;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:59:30
  Author: foutrelis
Revision: 1061538

archrelease: copy trunk to community-staging-x86_64

Added:
  python-lz4/repos/community-staging-x86_64/PKGBUILD
(from rev 1061537, python-lz4/trunk/PKGBUILD)
Deleted:
  python-lz4/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 00:59:26 UTC (rev 1061537)
+++ PKGBUILD2021-12-02 00:59:30 UTC (rev 1061538)
@@ -1,36 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Nissar Chababy 
-# Contributor: Thrasibule 
-# Contributor: David Manouchehri 
-# Contributor: Vladimir Tsanev 
-# Contributor: Andrew Reed 
-# Contributor: "Score_Under" 
-
-pkgname=python-lz4
-_pkgname=lz4
-pkgver=2.2.1
-pkgrel=7
-pkgdesc="LZ4 bindings for Python"
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/python-lz4/python-lz4;
-depends=('python')
-makedepends=('python-setuptools-scm' 'python-pkgconfig')
-checkdepends=('python-pytest' 'python-psutil')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
-sha512sums=('3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-lz4/repos/community-staging-x86_64/PKGBUILD (from rev 1061537, 
python-lz4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 00:59:30 UTC (rev 1061538)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Nissar Chababy 
+# Contributor: Thrasibule 
+# Contributor: David Manouchehri 
+# Contributor: Vladimir Tsanev 
+# Contributor: Andrew Reed 
+# Contributor: "Score_Under" 
+
+pkgname=python-lz4
+_pkgname=lz4
+pkgver=3.1.10
+pkgrel=7
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4;
+depends=('python')
+makedepends=('python-setuptools-scm' 'python-pkgconfig')
+checkdepends=('python-pytest' 'python-psutil')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
+sha512sums=('61983e77fa445f59503ccf8ed5fe0605d79754cdeb166e16a7093a856b23369634db7d105d57b3829e680dad0a3728adec9d18dccd92c994347b74c5af95580e')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:59:26
  Author: foutrelis
Revision: 1061537

upgpkg: python-lz4 3.1.10-7: Bump for Python 3.10 support

Modified:
  python-lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 00:40:33 UTC (rev 1061536)
+++ PKGBUILD2021-12-02 00:59:26 UTC (rev 1061537)
@@ -8,7 +8,7 @@
 
 pkgname=python-lz4
 _pkgname=lz4
-pkgver=2.2.1
+pkgver=3.1.10
 pkgrel=7
 pkgdesc="LZ4 bindings for Python"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools-scm' 'python-pkgconfig')
 checkdepends=('python-pytest' 'python-psutil')
 
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz;)
-sha512sums=('3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b')
+sha512sums=('61983e77fa445f59503ccf8ed5fe0605d79754cdeb166e16a7093a856b23369634db7d105d57b3829e680dad0a3728adec9d18dccd92c994347b74c5af95580e')
 
 build() {
   cd "$srcdir"/$_pkgname-$pkgver



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:40:33
  Author: foutrelis
Revision: 1061536

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 00:40:29 UTC (rev 1061535)
+++ PKGBUILD2021-12-02 00:40:33 UTC (rev 1061536)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jeepney
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Low-level, pure Python DBus protocol wrapper"
-url="https://gitlab.com/takluyver/jeepney;
-license=('MIT')
-arch=('any')
-depends=('python')
-checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 
'python-testpath'
-  'python-trio' 'python-async-timeout')
-source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz;)
-sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
-
-build() {
-  cd jeepney-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jeepney-$pkgver
-  pytest
-}
-
-package() {
-  cd jeepney-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jeepney/repos/community-staging-any/PKGBUILD (from rev 1061535, 
python-jeepney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 00:40:33 UTC (rev 1061536)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jeepney
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="Low-level, pure Python DBus protocol wrapper"
+url="https://gitlab.com/takluyver/jeepney;
+license=('MIT')
+arch=('any')
+depends=('python')
+checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 
'python-testpath'
+  'python-trio' 'python-async-timeout')
+source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz;)
+sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
+
+build() {
+  cd jeepney-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jeepney-$pkgver
+  pytest
+}
+
+package() {
+  cd jeepney-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:40:29
  Author: foutrelis
Revision: 1061535

upgpkg: python-jeepney 0.7.1-3: Python 3.10 rebuild

Modified:
  python-jeepney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 00:39:34 UTC (rev 1061534)
+++ PKGBUILD2021-12-02 00:40:29 UTC (rev 1061535)
@@ -2,7 +2,7 @@
 
 pkgname=python-jeepney
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Low-level, pure Python DBus protocol wrapper"
 url="https://gitlab.com/takluyver/jeepney;
 license=('MIT')



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:39:34
  Author: foutrelis
Revision: 1061534

archrelease: copy trunk to community-staging-any

Added:
  python-async-timeout/repos/community-staging-any/PKGBUILD
(from rev 1061533, python-async-timeout/trunk/PKGBUILD)
Deleted:
  python-async-timeout/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 00:39:30 UTC (rev 1061533)
+++ PKGBUILD2021-12-02 00:39:34 UTC (rev 1061534)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stunts 
-# Contributor: Phil Schaf 
-# Contributor: Carl George < arch at cgtx dot us >
-
-_pkgname=async-timeout
-pkgname=python-async-timeout
-pkgver=4.0.1
-pkgrel=4
-pkgdesc='Asyncio-compatible timeout class'
-url='https://github.com/aio-libs/async-timeout'
-arch=('any')
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
-source=(https://github.com/aio-libs/async-timeout/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('21e6caad3792d3c4b1ee8bf9bda8b63222afe4d38ab7bae0146ee38475afc279')
-sha512sums=('fccd09c1d90bdf594649f52cd3b9f8da13f3456af43437f031dce43b1ee4a70e90479122a6599929fe1e1fe98a88a0d8d775ce153783dfed180571fb842fbb5a')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  PYTHONPATH=. py.test tests
-}
-
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-async-timeout/repos/community-staging-any/PKGBUILD (from rev 
1061533, python-async-timeout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 00:39:34 UTC (rev 1061534)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stunts 
+# Contributor: Phil Schaf 
+# Contributor: Carl George < arch at cgtx dot us >
+
+_pkgname=async-timeout
+pkgname=python-async-timeout
+pkgver=4.0.1
+pkgrel=5
+pkgdesc='Asyncio-compatible timeout class'
+url='https://github.com/aio-libs/async-timeout'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
+source=(https://github.com/aio-libs/async-timeout/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('21e6caad3792d3c4b1ee8bf9bda8b63222afe4d38ab7bae0146ee38475afc279')
+sha512sums=('fccd09c1d90bdf594649f52cd3b9f8da13f3456af43437f031dce43b1ee4a70e90479122a6599929fe1e1fe98a88a0d8d775ce153783dfed180571fb842fbb5a')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=. py.test tests
+}
+
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:39:30
  Author: foutrelis
Revision: 1061533

upgpkg: python-async-timeout 4.0.1-5: depend on python-typing_extensions

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 00:31:03 UTC (rev 1061532)
+++ PKGBUILD2021-12-02 00:39:30 UTC (rev 1061533)
@@ -6,12 +6,12 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
 license=('Apache')
-depends=('python')
+depends=('python' 'python-typing_extensions')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(https://github.com/aio-libs/async-timeout/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)



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

2021-12-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 2, 2021 @ 00:34:05
  Author: anatolik
Revision: 430249

archrelease: copy trunk to testing-x86_64

Added:
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
(from rev 430248, strace/trunk/PKGBUILD)

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

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 430248, 
strace/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-02 00:34:05 UTC (rev 430249)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=strace
+pkgver=5.15
+pkgrel=1
+pkgdesc='A diagnostic, debugging and instructional userspace tracer'
+arch=(x86_64)
+url='https://strace.io/'
+license=(BSD)
+depends=(perl libunwind)
+source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
+sha1sums=('2cea29778e631838be676b451ea17ff381b673f0'
+  'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-libunwind --enable-mpers=no
+  make
+}
+
+check() {
+  # tests do not work in chroot environment. TODO: fixit.
+  # make -C $pkgname-$pkgver check
+  true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-12-01 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 2, 2021 @ 00:33:48
  Author: anatolik
Revision: 430248

upgpkg: strace 5.15-1

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:46:32 UTC (rev 430247)
+++ PKGBUILD2021-12-02 00:33:48 UTC (rev 430248)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=5.14
+pkgver=5.15
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha1sums=('6625b01b18c3940cd926c85e4d1feb10f162973d'
+sha1sums=('2cea29778e631838be676b451ea17ff381b673f0'
   'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



[arch-commits] Commit in dtc/repos/community-staging-x86_64 (3 files)

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:31:03
  Author: foutrelis
Revision: 1061532

archrelease: copy trunk to community-staging-x86_64

Added:
  dtc/repos/community-staging-x86_64/PKGBUILD
(from rev 1061531, dtc/trunk/PKGBUILD)
  dtc/repos/community-staging-x86_64/python310.patch
(from rev 1061531, dtc/trunk/python310.patch)
Deleted:
  dtc/repos/community-staging-x86_64/PKGBUILD

-+
 PKGBUILD|   71 --
 python310.patch |   28 +
 2 files changed, 65 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-02 00:30:54 UTC (rev 1061531)
+++ PKGBUILD2021-12-02 00:31:03 UTC (rev 1061532)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Frederic Bezies 
-
-pkgname=dtc
-pkgver=1.6.1
-pkgrel=2
-pkgdesc='Device Tree Compiler'
-url='https://www.devicetree.org/'
-arch=(x86_64)
-license=(GPL2)
-makedepends=(swig python)
-checkdepends=(valgrind)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473')
-
-prepare() {
-  cd dtc-$pkgver
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd dtc-$pkgver
-  make
-}
-
-check() {
-  cd dtc-$pkgver
-  make check
-}
-
-package() {
-  cd dtc-$pkgver
-  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
-}

Copied: dtc/repos/community-staging-x86_64/PKGBUILD (from rev 1061531, 
dtc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-02 00:31:03 UTC (rev 1061532)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies 
+
+pkgname=dtc
+pkgver=1.6.1
+pkgrel=3
+pkgdesc='Device Tree Compiler'
+url='https://www.devicetree.org/'
+arch=(x86_64)
+license=(GPL2)
+makedepends=(swig python)
+checkdepends=(valgrind)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
+python310.patch)
+sha256sums=('65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473'
+'767b6931887018a1dd7d41bfebebd16ab78a35de06a5689f530e376ab8c6b037')
+
+prepare() {
+  cd dtc-$pkgver
+  patch -Np1 -i ../python310.patch
+  sed -i 's/-Werror//' Makefile
+}
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
+}

Copied: dtc/repos/community-staging-x86_64/python310.patch (from rev 1061531, 
dtc/trunk/python310.patch)
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-02 00:31:03 UTC (rev 1061532)
@@ -0,0 +1,28 @@
+# Backported from https://github.com/dgibson/dtc/commit/383e148b70a4
+
+diff -upr dtc-1.6.1.orig/pylibfdt/libfdt.i dtc-1.6.1/pylibfdt/libfdt.i
+--- dtc-1.6.1.orig/pylibfdt/libfdt.i   2021-06-08 10:00:49.0 +0300
 dtc-1.6.1/pylibfdt/libfdt.i2021-12-02 02:27:27.747063911 +0200
+@@ -1044,9 +1044,9 @@ typedef uint32_t fdt32_t;
+   $result = Py_None;
+   else
+ %#if PY_VERSION_HEX >= 0x0300
+-$result = Py_BuildValue("y#", $1, *arg4);
++$result = Py_BuildValue("y#", $1, (Py_ssize_t)*arg4);
+ %#else
+-$result = Py_BuildValue("s#", $1, *arg4);
++$result = Py_BuildValue("s#", $1, (Py_ssize_t)*arg4);
+ %#endif
+ }
+ 
+diff -upr dtc-1.6.1.orig/pylibfdt/setup.py dtc-1.6.1/pylibfdt/setup.py
+--- dtc-1.6.1.orig/pylibfdt/setup.py   2021-06-08 10:00:49.0 +0300
 dtc-1.6.1/pylibfdt/setup.py2021-12-02 02:28:05.914736698 +0200
+@@ -42,6 +42,7 @@ def get_version():
+ libfdt_module = Extension(
+ '_libfdt',
+ sources=[os.path.join(srcdir, 'libfdt.i')],
++define_macros=[('PY_SSIZE_T_CLEAN', None)],
+ include_dirs=[os.path.join(srcdir, '../libfdt')],
+ libraries=['fdt'],
+ library_dirs=[os.path.join(top_builddir, 'libfdt')],



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:30:54
  Author: foutrelis
Revision: 1061531

upgpkg: dtc 1.6.1-3: Python 3.10 rebuild

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 00:29:52 UTC (rev 1061530)
+++ PKGBUILD2021-12-02 00:30:54 UTC (rev 1061531)
@@ -3,7 +3,7 @@
 
 pkgname=dtc
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Device Tree Compiler'
 url='https://www.devicetree.org/'
 arch=(x86_64)



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 00:29:52
  Author: foutrelis
Revision: 1061530

Fix build with Python 3.10

Added:
  dtc/trunk/python310.patch
Modified:
  dtc/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 python310.patch |   28 
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:58:15 UTC (rev 1061529)
+++ PKGBUILD2021-12-02 00:29:52 UTC (rev 1061530)
@@ -10,11 +10,14 @@
 license=(GPL2)
 makedepends=(swig python)
 checkdepends=(valgrind)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473')
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
+python310.patch)
+sha256sums=('65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473'
+'767b6931887018a1dd7d41bfebebd16ab78a35de06a5689f530e376ab8c6b037')
 
 prepare() {
   cd dtc-$pkgver
+  patch -Np1 -i ../python310.patch
   sed -i 's/-Werror//' Makefile
 }
 

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-02 00:29:52 UTC (rev 1061530)
@@ -0,0 +1,28 @@
+# Backported from https://github.com/dgibson/dtc/commit/383e148b70a4
+
+diff -upr dtc-1.6.1.orig/pylibfdt/libfdt.i dtc-1.6.1/pylibfdt/libfdt.i
+--- dtc-1.6.1.orig/pylibfdt/libfdt.i   2021-06-08 10:00:49.0 +0300
 dtc-1.6.1/pylibfdt/libfdt.i2021-12-02 02:27:27.747063911 +0200
+@@ -1044,9 +1044,9 @@ typedef uint32_t fdt32_t;
+   $result = Py_None;
+   else
+ %#if PY_VERSION_HEX >= 0x0300
+-$result = Py_BuildValue("y#", $1, *arg4);
++$result = Py_BuildValue("y#", $1, (Py_ssize_t)*arg4);
+ %#else
+-$result = Py_BuildValue("s#", $1, *arg4);
++$result = Py_BuildValue("s#", $1, (Py_ssize_t)*arg4);
+ %#endif
+ }
+ 
+diff -upr dtc-1.6.1.orig/pylibfdt/setup.py dtc-1.6.1/pylibfdt/setup.py
+--- dtc-1.6.1.orig/pylibfdt/setup.py   2021-06-08 10:00:49.0 +0300
 dtc-1.6.1/pylibfdt/setup.py2021-12-02 02:28:05.914736698 +0200
+@@ -42,6 +42,7 @@ def get_version():
+ libfdt_module = Extension(
+ '_libfdt',
+ sources=[os.path.join(srcdir, 'libfdt.i')],
++define_macros=[('PY_SSIZE_T_CLEAN', None)],
+ include_dirs=[os.path.join(srcdir, '../libfdt')],
+ libraries=['fdt'],
+ library_dirs=[os.path.join(top_builddir, 'libfdt')],



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

2021-12-01 Thread Kpcyrd via arch-commits
Date: Wednesday, December 1, 2021 @ 23:58:15
  Author: kpcyrd
Revision: 1061529

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:58:04 UTC (rev 1061528)
+++ PKGBUILD2021-12-01 23:58:15 UTC (rev 1061529)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=vultr-cli
-pkgver=2.11.1
-pkgrel=1
-pkgdesc='Official command line tool for Vultr services'
-url='https://github.com/vultr/vultr-cli'
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('806deb103c63707bd7421a9b13998217cbb2d51df330e25210a9c4db3a6546b34353819ed9a9374a2580bfed20ad71473fff70a2bb6835e6729c5844dac7b880')
-b2sums=('46a4ffc0403edf90a3c07db84792adba725a8e799ea856cc21fa2bf8112564e82932ac0d2444dc35162c0494a4706017fde283eea8ef7bf76fe8188a139e5dc9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
-  export VULTR_API_KEY=x
-  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
-  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
-  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vultr-cli/repos/community-x86_64/PKGBUILD (from rev 1061528, 
vultr-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:58:15 UTC (rev 1061529)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=vultr-cli
+pkgver=2.11.2
+pkgrel=1
+pkgdesc='Official command line tool for Vultr services'
+url='https://github.com/vultr/vultr-cli'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('721ea23ae93668eea46fbf422c92c6a0f754c98d319efcf19d7b2ed137ce9e1864cf6ee9c4db97747e57d6196b69db6a0abe217a0cd2f57aca849462800fc52f')
+b2sums=('9f2bbf0e8867a8b240e96f9e684508b7340d46364cb027bacfa21768c8d08c925e113cb026b537afebf16483ba3721f26d809947672cd8c43ff8ea481b9d9769')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
+  export VULTR_API_KEY=x
+  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
+  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
+  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-01 Thread Kpcyrd via arch-commits
Date: Wednesday, December 1, 2021 @ 23:58:04
  Author: kpcyrd
Revision: 1061528

upgpkg: vultr-cli 2.11.2-1

Modified:
  vultr-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:51:13 UTC (rev 1061527)
+++ PKGBUILD2021-12-01 23:58:04 UTC (rev 1061528)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=vultr-cli
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
 pkgdesc='Official command line tool for Vultr services'
 url='https://github.com/vultr/vultr-cli'
@@ -9,8 +9,8 @@
 license=('Apache')
 makedepends=('go')
 
source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('806deb103c63707bd7421a9b13998217cbb2d51df330e25210a9c4db3a6546b34353819ed9a9374a2580bfed20ad71473fff70a2bb6835e6729c5844dac7b880')
-b2sums=('46a4ffc0403edf90a3c07db84792adba725a8e799ea856cc21fa2bf8112564e82932ac0d2444dc35162c0494a4706017fde283eea8ef7bf76fe8188a139e5dc9')
+sha512sums=('721ea23ae93668eea46fbf422c92c6a0f754c98d319efcf19d7b2ed137ce9e1864cf6ee9c4db97747e57d6196b69db6a0abe217a0cd2f57aca849462800fc52f')
+b2sums=('9f2bbf0e8867a8b240e96f9e684508b7340d46364cb027bacfa21768c8d08c925e113cb026b537afebf16483ba3721f26d809947672cd8c43ff8ea481b9d9769')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in signal-desktop/repos/community-x86_64 (8 files)

2021-12-01 Thread Kpcyrd via arch-commits
Date: Wednesday, December 1, 2021 @ 23:51:13
  Author: kpcyrd
Revision: 1061527

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1061526, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1061526, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1061526, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1061526, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   26 +++
 signal-desktop.desktop  |   26 +++
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:50:50 UTC (rev 1061526)
+++ PKGBUILD2021-12-01 23:51:13 UTC (rev 1061527)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.24.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-fermium' 'npm6' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('38d9212322b7cd60a7597e34249161bc8bea87a14a6e6dbcc3c4efd49b6bb8b953fbd7a2674f6241fde5a493e8efb528627ac79748c6d5e6b25ebb7c65675d06'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'4bdb1812575072a838ce2183bab0b407e3f31bcdb81ee62f6a6424c459779bf7739e3c6c65cb06a191e5a10f940e140f51ddf50ab094023a8e8ce9497ed72e82')
-b2sums=('c97f8e239dcdf19bc74789f89eab8b66180e59109bb57f9b482d5ba945e655db572aa468bc3b579594d4e8bb80fabeb26e4c0c1fa9b7759c3d092ec017f0e08f'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'4d1c85e4f5b0c797a679ad33f685c4ec1693a6d73b23dd10565d1b1a560558ca50c283e7e652dbab891150c70f0accb1d5dd011c7c87a11efb9714ef1ab5e8c5')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1061526, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:51:13 UTC (rev 1061527)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.25.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('bb018da7f685aeb890fb0ab4ffc585f2f7934e3472837a810fa9ebcca1b52203cdbea2dd1984bb9f99d952d1e37bb6f7e7334081d780ab45172d622583659289'
+

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

2021-12-01 Thread Kpcyrd via arch-commits
Date: Wednesday, December 1, 2021 @ 23:50:50
  Author: kpcyrd
Revision: 1061526

upgpkg: signal-desktop 5.25.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:45:24 UTC (rev 1061525)
+++ PKGBUILD2021-12-01 23:50:50 UTC (rev 1061526)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -10,16 +10,16 @@
 arch=('x86_64')
 url="https://signal.org;
 depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-fermium' 'npm6' 'python')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('38d9212322b7cd60a7597e34249161bc8bea87a14a6e6dbcc3c4efd49b6bb8b953fbd7a2674f6241fde5a493e8efb528627ac79748c6d5e6b25ebb7c65675d06'
+sha512sums=('bb018da7f685aeb890fb0ab4ffc585f2f7934e3472837a810fa9ebcca1b52203cdbea2dd1984bb9f99d952d1e37bb6f7e7334081d780ab45172d622583659289'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'4bdb1812575072a838ce2183bab0b407e3f31bcdb81ee62f6a6424c459779bf7739e3c6c65cb06a191e5a10f940e140f51ddf50ab094023a8e8ce9497ed72e82')
-b2sums=('c97f8e239dcdf19bc74789f89eab8b66180e59109bb57f9b482d5ba945e655db572aa468bc3b579594d4e8bb80fabeb26e4c0c1fa9b7759c3d092ec017f0e08f'
+b2sums=('ffb52eeb298de81fe1b4eeeb7c55b0d4ecadcdec88fb0e5e259261a9332d036dd4cbe8a213f84c9c0e7afd2a52808e9f0b857c7a02ffcb02ce846b2eb8b1b4a2'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'4d1c85e4f5b0c797a679ad33f685c4ec1693a6d73b23dd10565d1b1a560558ca50c283e7e652dbab891150c70f0accb1d5dd011c7c87a11efb9714ef1ab5e8c5')
 



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:46:32
  Author: foutrelis
Revision: 430247

archrelease: copy trunk to staging-any

Added:
  python-prometheus_client/repos/staging-any/PKGBUILD
(from rev 430246, python-prometheus_client/trunk/PKGBUILD)
Deleted:
  python-prometheus_client/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:46:28 UTC (rev 430246)
+++ PKGBUILD2021-12-01 23:46:32 UTC (rev 430247)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-prometheus_client
-pkgver=0.11.0
-pkgrel=2
-
-pkgdesc="Prometheus instrumentation library for Python applications"
-url="https://github.com/prometheus/client_python;
-arch=('any')
-license=('APACHE')
-
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-twisted' 'python-pytest')
-
-source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-
-sha512sums=('5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc')
-
-build() {
-  cd client_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd client_python-$pkgver
-  # Make reproducible by not writing pyc files for test files. (rebuilderd 
does not run tests)
-  PYTHONDONTWRITEBYTECODE=1 python setup.py test
-}
-
-package() {
-  cd client_python-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: python-prometheus_client/repos/staging-any/PKGBUILD (from rev 430246, 
python-prometheus_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:46:32 UTC (rev 430247)
@@ -0,0 +1,34 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-prometheus_client
+pkgver=0.11.0
+pkgrel=3
+
+pkgdesc="Prometheus instrumentation library for Python applications"
+url="https://github.com/prometheus/client_python;
+arch=('any')
+license=('APACHE')
+
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-twisted' 'python-pytest')
+
+source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
+
+sha512sums=('5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc')
+
+build() {
+  cd client_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd client_python-$pkgver
+  # Make reproducible by not writing pyc files for test files. (rebuilderd 
does not run tests)
+  PYTHONDONTWRITEBYTECODE=1 python setup.py test
+}
+
+package() {
+  cd client_python-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:46:28
  Author: foutrelis
Revision: 430246

upgpkg: python-prometheus_client 0.11.0-3: Python 3.10 rebuild

Modified:
  python-prometheus_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:29:43 UTC (rev 430245)
+++ PKGBUILD2021-12-01 23:46:28 UTC (rev 430246)
@@ -2,7 +2,7 @@
 
 pkgname=python-prometheus_client
 pkgver=0.11.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Prometheus instrumentation library for Python applications"
 url="https://github.com/prometheus/client_python;



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:45:24
  Author: felixonmars
Revision: 1061525

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:45:16 UTC (rev 1061524)
+++ PKGBUILD2021-12-01 23:45:24 UTC (rev 1061525)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Morten Linderud 
-
-pkgname=python-vagrant
-pkgver=0.5.15
-pkgrel=6
-pkgdesc="Python bindings for interacting with Vagrant virtual machines."
-url="https://github.com/todddeluca/python-vagrant;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python' 'python-setuptools')
-#checkdepends=('vagrant')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/todddeluca/python-vagrant/archive/${pkgver}.tar.gz;)
-sha512sums=('3763b479fc0c540aec841f38d513d1f836eb17236703ee3490199cd22dde06585b362570ffb823ec63ef0dbdf94f1b38f68928b4be95557fad7137edc7410dd1')
-
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py build
-}
-
-# Disabled, because they need Vagrant. Systemd-nspawn doesn't support this.
-#check() {
-#  cd "${srcdir}/${pkgbase}-${pkgver}"
-#  python setup.py test
-#}
-
-package() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-vagrant/repos/community-staging-any/PKGBUILD (from rev 1061524, 
python-vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:45:24 UTC (rev 1061525)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Morten Linderud 
+
+pkgname=python-vagrant
+pkgver=0.5.15
+pkgrel=7
+pkgdesc="Python bindings for interacting with Vagrant virtual machines."
+url="https://github.com/todddeluca/python-vagrant;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python' 'python-setuptools')
+#checkdepends=('vagrant')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/todddeluca/python-vagrant/archive/${pkgver}.tar.gz;)
+sha512sums=('3763b479fc0c540aec841f38d513d1f836eb17236703ee3490199cd22dde06585b362570ffb823ec63ef0dbdf94f1b38f68928b4be95557fad7137edc7410dd1')
+
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+# Disabled, because they need Vagrant. Systemd-nspawn doesn't support this.
+#check() {
+#  cd "${srcdir}/${pkgbase}-${pkgver}"
+#  python setup.py test
+#}
+
+package() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:45:16
  Author: felixonmars
Revision: 1061524

upgpkg: python-vagrant 0.5.15-7: Python 3.10 rebuild

Modified:
  python-vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:45:05 UTC (rev 1061523)
+++ PKGBUILD2021-12-01 23:45:16 UTC (rev 1061524)
@@ -3,7 +3,7 @@
 
 pkgname=python-vagrant
 pkgver=0.5.15
-pkgrel=6
+pkgrel=7
 pkgdesc="Python bindings for interacting with Vagrant virtual machines."
 url="https://github.com/todddeluca/python-vagrant;
 license=('MIT')



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:45:01
  Author: foutrelis
Revision: 1061522

upgpkg: python-rx 3.2.0-3: Python 3.10 rebuild

Modified:
  python-rx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:44:14 UTC (rev 1061521)
+++ PKGBUILD2021-12-01 23:45:01 UTC (rev 1061522)
@@ -4,7 +4,7 @@
 
 pkgname=python-rx
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reactive Extensions for Python'
 arch=(any)
 url=http://reactivex.io



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:45:05
  Author: foutrelis
Revision: 1061523

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:45:01 UTC (rev 1061522)
+++ PKGBUILD2021-12-01 23:45:05 UTC (rev 1061523)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ilya Elenskiy 
-# Contributor: Julien Nicoulaud 
-
-pkgname=python-rx
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Reactive Extensions for Python'
-arch=(any)
-url=http://reactivex.io
-license=(APACHE)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-coverage
-  python-nose
-  python-pytest
-  python-pytest-asyncio
-)
-_tag=5054de8874f275ed0de55007b87cff4817b1d9f7
-source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd RxPY
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd RxPY
-  python setup.py build
-}
-
-check() {
-  cd RxPY
-  python -m pytest
-}
-
-package() {
-  cd RxPY
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-rx/repos/community-staging-any/PKGBUILD (from rev 1061522, 
python-rx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:45:05 UTC (rev 1061523)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ilya Elenskiy 
+# Contributor: Julien Nicoulaud 
+
+pkgname=python-rx
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='Reactive Extensions for Python'
+arch=(any)
+url=http://reactivex.io
+license=(APACHE)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-coverage
+  python-nose
+  python-pytest
+  python-pytest-asyncio
+)
+_tag=5054de8874f275ed0de55007b87cff4817b1d9f7
+source=(git+https://github.com/ReactiveX/RxPY.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd RxPY
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RxPY
+  # Remove deprecated loop parameter (#575)
+  # https://github.com/ReactiveX/RxPY/pull/575
+  git format-patch -1 --stdout 246eabfefd17 | patch -Np1
+}
+
+build() {
+  cd RxPY
+  python setup.py build
+}
+
+check() {
+  cd RxPY
+  python -m pytest
+}
+
+package() {
+  cd RxPY
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:44:14
  Author: foutrelis
Revision: 1061521

Fix build with Python 3.10

Modified:
  python-rx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:14:45 UTC (rev 1061520)
+++ PKGBUILD2021-12-01 23:44:14 UTC (rev 1061521)
@@ -29,6 +29,13 @@
   git describe --tags | sed 's/^v//'
 }
 
+prepare() {
+  cd RxPY
+  # Remove deprecated loop parameter (#575)
+  # https://github.com/ReactiveX/RxPY/pull/575
+  git format-patch -1 --stdout 246eabfefd17 | patch -Np1
+}
+
 build() {
   cd RxPY
   python setup.py build



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

2021-12-01 Thread Levente Polyak via arch-commits
Date: Wednesday, December 1, 2021 @ 23:29:43
  Author: anthraxx
Revision: 430245

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 430244, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 430244, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  412 -
 config   |20962 ++---
 2 files changed, 10687 insertions(+), 10687 deletions(-)

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


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

2021-12-01 Thread Levente Polyak via arch-commits
Date: Wednesday, December 1, 2021 @ 23:29:38
  Author: anthraxx
Revision: 430244

upgpkg: linux-hardened 5.15.6.hardened1-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:16:07 UTC (rev 430243)
+++ PKGBUILD2021-12-01 23:29:38 UTC (rev 430244)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.15.5.hardened1
+pkgver=5.15.6.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('e9565a301525ac81c142ceb832f9053dd5685e107dbcf753d0de4c58bc98851f'
+sha256sums=('b3e9ba06a299a3e2ead4a15753bc46a3e0c90d3b92ffeed1034ccc9f13a717f0'
 'SKIP'
-'ce4623ac3ac54054ff1159c7a0633db57cd00ab92c556a02dea4c85b6ae849c2'
+'2187021e38cc5c2d03cdaa5bfae16cace6ad31466f967b45c834aadb7503b2d9'
 'SKIP'
-'38582a283a8db9bd315d59b8b8bfa5950a2d594a22205916dc574711b9e5c3fc')
+'77206ce88a5b5c128f347998f0bc8471cb243cb3b5f8ae68a54d7361e3bee828')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-12-01 22:16:07 UTC (rev 430243)
+++ config  2021-12-01 23:29:38 UTC (rev 430244)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.5-hardened1 Kernel Configuration
+# Linux/x86 5.15.6-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:14:45
  Author: foutrelis
Revision: 1061520

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:14:41 UTC (rev 1061519)
+++ PKGBUILD2021-12-01 23:14:45 UTC (rev 1061520)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-sybil
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Automated testing for the examples in your documentation.'
-arch=('any')
-license=('MIT')
-url='https://github.com/cjw296/sybil'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058')
-
-build() {
-  cd sybil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sybil-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd sybil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sybil/repos/community-staging-any/PKGBUILD (from rev 1061519, 
python-sybil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:14:45 UTC (rev 1061520)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-sybil
+pkgver=2.0.1
+pkgrel=3
+pkgdesc='Automated testing for the examples in your documentation.'
+arch=('any')
+license=('MIT')
+url='https://github.com/cjw296/sybil'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;
+
'fix-tests-for-python-3-10.1.patch::https://github.com/simplistix/sybil/commit/3650f5e609a6da7e114224a578e4182e262cdec5.patch'
+
'fix-tests-for-python-3-10.2.patch::https://github.com/simplistix/sybil/commit/4c12bfc0340a77cbe6496ebcef2fc777006a9c0e.patch')
+sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058'
+
'84a8c0515dcc2b440e7785a05c6a4a2cb3a756a0cb4573b278e42cca711af4d9519102ad3df86ff93335e4d521db1e4be3b74d4c5b95e57d8be0f832586c3595'
+
'a0c7efdcf72eb54660599f3ef76346f2c3582c37f71e0ea27fb24f08dd223e4cff601a104e7690f08312ea8576664be2f09f9715641df22df7d5550028276096')
+
+prepare() {
+  cd sybil-$pkgver
+  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.1.patch
+  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.2.patch
+}
+
+build() {
+  cd sybil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sybil-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd sybil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:14:41
  Author: foutrelis
Revision: 1061519

upgpkg: python-sybil 2.0.1-3: Python 3.10 rebuild

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:14:07 UTC (rev 1061518)
+++ PKGBUILD2021-12-01 23:14:41 UTC (rev 1061519)
@@ -2,7 +2,7 @@
 
 pkgname=python-sybil
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')



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

2021-12-01 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 1, 2021 @ 23:14:07
  Author: demize
Revision: 1061518

Apply upstream patches to fix tests under Python 3.10

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:08:00 UTC (rev 1061517)
+++ PKGBUILD2021-12-01 23:14:07 UTC (rev 1061518)
@@ -10,9 +10,19 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;
+
'fix-tests-for-python-3-10.1.patch::https://github.com/simplistix/sybil/commit/3650f5e609a6da7e114224a578e4182e262cdec5.patch'
+
'fix-tests-for-python-3-10.2.patch::https://github.com/simplistix/sybil/commit/4c12bfc0340a77cbe6496ebcef2fc777006a9c0e.patch')
+sha512sums=('77892932f947ace293df1732a01c3272414ce22edefafc1ee09b28214b34278d5030edea1130aa0ffd7acce569cf0f877dbe21c21f32e4333ac8d25c5ec0a058'
+
'84a8c0515dcc2b440e7785a05c6a4a2cb3a756a0cb4573b278e42cca711af4d9519102ad3df86ff93335e4d521db1e4be3b74d4c5b95e57d8be0f832586c3595'
+
'a0c7efdcf72eb54660599f3ef76346f2c3582c37f71e0ea27fb24f08dd223e4cff601a104e7690f08312ea8576664be2f09f9715641df22df7d5550028276096')
 
+prepare() {
+  cd sybil-$pkgver
+  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.1.patch
+  patch -p1 <"$srcdir"/fix-tests-for-python-3-10.2.patch
+}
+
 build() {
   cd sybil-$pkgver
   python setup.py build



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:08:00
  Author: felixonmars
Revision: 1061517

archrelease: copy trunk to community-staging-any

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

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

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

Copied: python-testfixtures/repos/community-staging-any/PKGBUILD (from rev 
1061516, python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:08:00 UTC (rev 1061517)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testfixtures
+pkgver=6.18.3
+pkgrel=3
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+  'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;
+
'tests-fix-with-python-3-10.patch::https://github.com/simplistix/testfixtures/commit/8fb2122eea0f1d0de1ccca7a3a0f5426bc6d4964.patch')
+sha512sums=('1fdd3e8a9dc39be00ebb707c4febb30f4975e7c2c83d6edead14f180bb6171b8cd2625acf0f6285c1ecf5ea56ee3c1e40317a9c47fa0b01fd525303816ced69c'
+
'd91b46005525cbefa2100eee25720b1229c6ca8213aaf36578635ffc82edc50aeef278d8e009d13bdb14ab791d7969b5fd39ae70fb2becce8f255edee1256792')
+
+prepare() {
+  cd "$srcdir"/testfixtures-$pkgver
+  patch -p1 <"$srcdir"/tests-fix-with-python-3-10.patch
+}
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:07:51
  Author: felixonmars
Revision: 1061516

upgpkg: python-testfixtures 6.18.3-3: Python 3.10 rebuild

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:06:37 UTC (rev 1061515)
+++ PKGBUILD2021-12-01 23:07:51 UTC (rev 1061516)
@@ -2,7 +2,7 @@
 
 pkgname=python-testfixtures
 pkgver=6.18.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
 license=('MIT')



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

2021-12-01 Thread Johannes Löthberg via arch-commits
Date: Wednesday, December 1, 2021 @ 23:06:37
  Author: demize
Revision: 1061515

Apply patch fixing tests under Python 3.10

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:02:26 UTC (rev 1061514)
+++ PKGBUILD2021-12-01 23:06:37 UTC (rev 1061515)
@@ -11,9 +11,16 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
   'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('1fdd3e8a9dc39be00ebb707c4febb30f4975e7c2c83d6edead14f180bb6171b8cd2625acf0f6285c1ecf5ea56ee3c1e40317a9c47fa0b01fd525303816ced69c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;
+
'tests-fix-with-python-3-10.patch::https://github.com/simplistix/testfixtures/commit/8fb2122eea0f1d0de1ccca7a3a0f5426bc6d4964.patch')
+sha512sums=('1fdd3e8a9dc39be00ebb707c4febb30f4975e7c2c83d6edead14f180bb6171b8cd2625acf0f6285c1ecf5ea56ee3c1e40317a9c47fa0b01fd525303816ced69c'
+
'd91b46005525cbefa2100eee25720b1229c6ca8213aaf36578635ffc82edc50aeef278d8e009d13bdb14ab791d7969b5fd39ae70fb2becce8f255edee1256792')
 
+prepare() {
+  cd "$srcdir"/testfixtures-$pkgver
+  patch -p1 <"$srcdir"/tests-fix-with-python-3-10.patch
+}
+
 build() {
   cd "$srcdir"/testfixtures-$pkgver
   python setup.py build



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 23:02:26
  Author: foutrelis
Revision: 1061514

Fix PYTHONPATH

Modified:
  rdiff-backup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 23:00:51 UTC (rev 1061513)
+++ PKGBUILD2021-12-01 23:02:26 UTC (rev 1061514)
@@ -30,8 +30,8 @@
 check() {
   fakeroot tar xf rdiff-backup-filesrepo/rdiff-backup_testfiles.tar
   cd $pkgname
-  export PATH="$PWD/build/scripts-3.9:$PATH"
-  export PYTHONPATH="$PWD/build/lib.linux-x86_64-3.9"
+  export PATH="$PWD/build/scripts-3.10:$PATH"
+  export PYTHONPATH="$PWD/build/lib.linux-x86_64-3.10"
   python testing/commontest.py
   python testing/ctest.py
   python testing/timetest.py



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:00:51
  Author: felixonmars
Revision: 1061513

archrelease: copy trunk to community-staging-x86_64

Added:
  python-wsaccel/repos/community-staging-x86_64/PKGBUILD
(from rev 1061512, python-wsaccel/trunk/PKGBUILD)
Deleted:
  python-wsaccel/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 23:00:43 UTC (rev 1061512)
+++ PKGBUILD2021-12-01 23:00:51 UTC (rev 1061513)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-wsaccel
-pkgver=0.6.3
-pkgrel=3
-pkgdesc='Accelerator for ws4py and AutobahnPython'
-arch=('x86_64')
-url='https://github.com/methane/wsaccel'
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-pytest')
-source=("https://github.com/methane/wsaccel/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da')
-
-build() {
-  cd wsaccel-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd wsaccel-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.9" pytest
-}
-
-package() {
-  cd wsaccel-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: python-wsaccel/repos/community-staging-x86_64/PKGBUILD (from rev 
1061512, python-wsaccel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 23:00:51 UTC (rev 1061513)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-wsaccel
+pkgver=0.6.3
+pkgrel=4
+pkgdesc='Accelerator for ws4py and AutobahnPython'
+arch=('x86_64')
+url='https://github.com/methane/wsaccel'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+source=("https://github.com/methane/wsaccel/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da')
+
+build() {
+  cd wsaccel-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wsaccel-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.10" pytest
+}
+
+package() {
+  cd wsaccel-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 23:00:43
  Author: felixonmars
Revision: 1061512

upgpkg: python-wsaccel 0.6.3-4: Python 3.10 rebuild

Modified:
  python-wsaccel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:59:57 UTC (rev 1061511)
+++ PKGBUILD2021-12-01 23:00:43 UTC (rev 1061512)
@@ -2,7 +2,7 @@
 
 pkgname=python-wsaccel
 pkgver=0.6.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Accelerator for ws4py and AutobahnPython'
 arch=('x86_64')
 url='https://github.com/methane/wsaccel'



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 22:59:57
  Author: foutrelis
Revision: 1061511

Fix PYTHONPATH

Modified:
  python-wsaccel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:52:21 UTC (rev 1061510)
+++ PKGBUILD2021-12-01 22:59:57 UTC (rev 1061511)
@@ -20,7 +20,7 @@
 
 check() {
   cd wsaccel-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.9" pytest
+  PYTHONPATH="$PWD/build/lib.linux-x86_64-3.10" pytest
 }
 
 package() {



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 22:52:21
  Author: felixonmars
Revision: 1061510

archrelease: copy trunk to community-staging-x86_64

Added:
  python-logbook/repos/community-staging-x86_64/PKGBUILD
(from rev 1061509, python-logbook/trunk/PKGBUILD)
Deleted:
  python-logbook/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 22:52:13 UTC (rev 1061509)
+++ PKGBUILD2021-12-01 22:52:21 UTC (rev 1061510)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Tomas Schertel
-
-pkgname=python-logbook
-pkgver=1.5.3
-pkgrel=9
-pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
-arch=('x86_64')
-url="https://logbook.readthedocs.io/en/stable/;
-license=('BSD')
-depends=('python-six')
-makedepends=('python-setuptools' 'cython' 'python-six' )
-checkdepends=('redis' 'python-pytest' 'python-sqlalchemy'
-  'python-mock' 'python-redis' 'python-pyzmq'
-  'python-execnet' 'python-jinja' 'python-brotli' 
-  'pifpaf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/logbook/archive/$pkgver.tar.gz;
-
"python-logbook-1.5.3-reproducibility.patch::https://github.com/getlogbook/logbook/commit/7b51f1adbdfd71180b8da9b1462552db32350b1d.patch;)
-sha512sums=('c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686'
-
'c8e993de55d95ad7ca5087ab808462abebcd40a836bcdaf797b9febe02844bec15fdfc1f76ddf5ac303caf9dc81ce450fc91a0fd03919ff7e5e7c69005835eb6')
-
-prepare() {
-  cd "$srcdir"/logbook-$pkgver
-  # Make ordering of requires.txt reproducible 
(https://github.com/getlogbook/logbook/pull/313)
-  patch -Np1 -i "$srcdir/python-logbook-1.5.3-reproducibility.patch"
-}
-
-build() {
-  cd "$srcdir"/logbook-$pkgver
-  cython logbook/_speedups.pyx
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/logbook-$pkgver
-  LC_CTYPE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1 pifpaf run redis py.test tests
-}
-
-package() {
-  cd logbook-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-logbook/repos/community-staging-x86_64/PKGBUILD (from rev 
1061509, python-logbook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 22:52:21 UTC (rev 1061510)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Tomas Schertel
+
+pkgname=python-logbook
+pkgver=1.5.3
+pkgrel=10
+pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
+arch=('x86_64')
+url="https://logbook.readthedocs.io/en/stable/;
+license=('BSD')
+depends=('python-six')
+makedepends=('python-setuptools' 'cython' 'python-six' )
+checkdepends=('redis' 'python-pytest' 'python-sqlalchemy'
+  'python-mock' 'python-redis' 'python-pyzmq'
+  'python-execnet' 'python-jinja' 'python-brotli' 
+  'pifpaf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/logbook/archive/$pkgver.tar.gz;
+
"$pkgname-sqlalchemy-1.4.patch::https://github.com/getlogbook/logbook/pull/316.patch;
+
"python-logbook-1.5.3-reproducibility.patch::https://github.com/getlogbook/logbook/commit/7b51f1adbdfd71180b8da9b1462552db32350b1d.patch;)
+sha512sums=('c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686'
+
'445b063f84afb18f8d67b85a3ba077bfb020c8f01259d6957cde8559843957fc5a32794a0c6267f1dc274af2a86e9a0ac28ae0524cc5a8efd6d16eeceeda2593'
+
'c8e993de55d95ad7ca5087ab808462abebcd40a836bcdaf797b9febe02844bec15fdfc1f76ddf5ac303caf9dc81ce450fc91a0fd03919ff7e5e7c69005835eb6')
+
+prepare() {
+  cd "$srcdir"/logbook-$pkgver
+  patch -Np1 -i ../$pkgname-sqlalchemy-1.4.patch
+  # Make ordering of requires.txt reproducible 
(https://github.com/getlogbook/logbook/pull/313)
+  patch -Np1 -i "$srcdir/python-logbook-1.5.3-reproducibility.patch"
+}
+
+build() {
+  cd "$srcdir"/logbook-$pkgver
+  cython logbook/_speedups.pyx
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/logbook-$pkgver
+  LC_CTYPE=en_US.UTF-8 PYTHONDONTWRITEBYTECODE=1 pifpaf run redis py.test tests
+}
+
+package() {
+  cd logbook-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 22:52:13
  Author: felixonmars
Revision: 1061509

upgpkg: python-logbook 1.5.3-10: Python 3.10 rebuild

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:51:00 UTC (rev 1061508)
+++ PKGBUILD2021-12-01 22:52:13 UTC (rev 1061509)
@@ -3,7 +3,7 @@
 
 pkgname=python-logbook
 pkgver=1.5.3
-pkgrel=9
+pkgrel=10
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging 
module"
 arch=('x86_64')
 url="https://logbook.readthedocs.io/en/stable/;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 22:51:00
  Author: foutrelis
Revision: 1061508

Fix test_basic_ticketing with sqlalchemy 1.4

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:46:50 UTC (rev 1061507)
+++ PKGBUILD2021-12-01 22:51:00 UTC (rev 1061508)
@@ -15,12 +15,15 @@
   'python-execnet' 'python-jinja' 'python-brotli' 
   'pifpaf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/logbook/archive/$pkgver.tar.gz;
+
"$pkgname-sqlalchemy-1.4.patch::https://github.com/getlogbook/logbook/pull/316.patch;
 
"python-logbook-1.5.3-reproducibility.patch::https://github.com/getlogbook/logbook/commit/7b51f1adbdfd71180b8da9b1462552db32350b1d.patch;)
 
sha512sums=('c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686'
+
'445b063f84afb18f8d67b85a3ba077bfb020c8f01259d6957cde8559843957fc5a32794a0c6267f1dc274af2a86e9a0ac28ae0524cc5a8efd6d16eeceeda2593'
 
'c8e993de55d95ad7ca5087ab808462abebcd40a836bcdaf797b9febe02844bec15fdfc1f76ddf5ac303caf9dc81ce450fc91a0fd03919ff7e5e7c69005835eb6')
 
 prepare() {
   cd "$srcdir"/logbook-$pkgver
+  patch -Np1 -i ../$pkgname-sqlalchemy-1.4.patch
   # Make ordering of requires.txt reproducible 
(https://github.com/getlogbook/logbook/pull/313)
   patch -Np1 -i "$srcdir/python-logbook-1.5.3-reproducibility.patch"
 }



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 22:46:50
  Author: foutrelis
Revision: 1061507

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 22:46:46 UTC (rev 1061506)
+++ PKGBUILD2021-12-01 22:46:50 UTC (rev 1061507)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: pumpkin 
-# Contributor: Vsevolod Balashov 
-
-pkgname=gunicorn
-pkgver=20.1.0
-pkgrel=2
-pkgdesc='WSGI HTTP Server for UNIX'
-arch=('any')
-url='https://gunicorn.org/'
-license=('MIT')
-depends=('python-setuptools')
-optdepends=('python-eventlet: For asynchronous request handling with eventlet.'
-'python-gevent: For asynchronous request handling with gevent.')
-checkdepends=('python-aiohttp' 'python-coverage' 'python-pytest' 
'python-pytest-cov'
-  'python-eventlet' 'python-gevent')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111')
-
-prepare() {
-  sed -e 's/==/>=/' -e 's/,<.*$//' -i gunicorn-$pkgver/requirements_test.txt
-}
-
-build() {
-  cd gunicorn-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd gunicorn-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd gunicorn-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gunicorn/repos/community-staging-any/PKGBUILD (from rev 1061506, 
gunicorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 22:46:50 UTC (rev 1061507)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: pumpkin 
+# Contributor: Vsevolod Balashov 
+
+pkgname=gunicorn
+pkgver=20.1.0
+pkgrel=3
+pkgdesc='WSGI HTTP Server for UNIX'
+arch=('any')
+url='https://gunicorn.org/'
+license=('MIT')
+depends=('python-setuptools')
+optdepends=('python-eventlet: For asynchronous request handling with eventlet.'
+'python-gevent: For asynchronous request handling with gevent.')
+checkdepends=('python-aiohttp' 'python-coverage' 'python-pytest' 
'python-pytest-cov'
+  'python-eventlet' 'python-gevent')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz;
+
"$pkgname-eventlet-0.30.3.patch::https://github.com/benoitc/gunicorn/commit/6a8ebb4844b2.patch;)
+sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111'
+
'b9c11eab4725a05fffc21b74636518674139d458eb7267729cfbad5f96470600396f71faa1027160dd51e610d74ff785fc03e2d661837808062328a66d6a0442')
+
+prepare() {
+  cd gunicorn-$pkgver
+  sed -e 's/==/>=/' -e 's/,<.*$//' -i requirements_test.txt
+
+  # https://github.com/benoitc/gunicorn/pull/2581
+  patch -Np1 -i ../$pkgname-eventlet-0.30.3.patch
+}
+
+build() {
+  cd gunicorn-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd gunicorn-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd gunicorn-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 22:46:46
  Author: foutrelis
Revision: 1061506

upgpkg: gunicorn 20.1.0-3: Python 3.10 rebuild

Modified:
  gunicorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:46:15 UTC (rev 1061505)
+++ PKGBUILD2021-12-01 22:46:46 UTC (rev 1061506)
@@ -5,7 +5,7 @@
 
 pkgname=gunicorn
 pkgver=20.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='https://gunicorn.org/'



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 22:46:15
  Author: foutrelis
Revision: 1061505

Add upstream fix for eventlet API change

Modified:
  gunicorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 22:34:57 UTC (rev 1061504)
+++ PKGBUILD2021-12-01 22:46:15 UTC (rev 1061505)
@@ -15,11 +15,17 @@
 'python-gevent: For asynchronous request handling with gevent.')
 checkdepends=('python-aiohttp' 'python-coverage' 'python-pytest' 
'python-pytest-cov'
   'python-eventlet' 'python-gevent')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/$pkgname/archive/$pkgver.tar.gz;
+
"$pkgname-eventlet-0.30.3.patch::https://github.com/benoitc/gunicorn/commit/6a8ebb4844b2.patch;)
+sha512sums=('4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111'
+
'b9c11eab4725a05fffc21b74636518674139d458eb7267729cfbad5f96470600396f71faa1027160dd51e610d74ff785fc03e2d661837808062328a66d6a0442')
 
 prepare() {
-  sed -e 's/==/>=/' -e 's/,<.*$//' -i gunicorn-$pkgver/requirements_test.txt
+  cd gunicorn-$pkgver
+  sed -e 's/==/>=/' -e 's/,<.*$//' -i requirements_test.txt
+
+  # https://github.com/benoitc/gunicorn/pull/2581
+  patch -Np1 -i ../$pkgname-eventlet-0.30.3.patch
 }
 
 build() {



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:44
  Author: felixonmars
Revision: 1061254

upgpkg: python-python-socks 2.0.0-4: Python 3.10 rebuild

Modified:
  python-python-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:40 UTC (rev 1061253)
+++ PKGBUILD2021-12-01 21:50:44 UTC (rev 1061254)
@@ -2,7 +2,7 @@
 pkgname=python-python-socks
 pkgver=2.0.0
 _tag=c56dd42d51e2d88f04ecf23c05da9f0ce8bdabde # git rev-parse "v$pkgver"
-pkgrel=3
+pkgrel=4
 pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
 arch=('any')
 url='https://github.com/romis2012/python-socks'



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:40
  Author: foutrelis
Revision: 1061253

archrelease: copy trunk to community-staging-any

Added:
  python-dotty-dict/repos/community-staging-any/PKGBUILD
(from rev 1061252, python-dotty-dict/trunk/PKGBUILD)
Deleted:
  python-dotty-dict/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:37 UTC (rev 1061252)
+++ PKGBUILD2021-12-01 21:50:40 UTC (rev 1061253)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: George Rawlinson 
-
-pkgname=python-dotty-dict
-_pkgname="${pkgname#python-}"
-_name="${_pkgname/-/_}"
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="Dictionary wrapper for quick access to deeply nested keys"
-arch=('any')
-url="https://github.com/pawelzny/dotty_dict;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('2552ca6578e92c0de8284bc74fe81425fa4f814aa8247531a9d5ed80f3a8e738d2acb3a0cafeffc14a99a67788e2d97b685b5221caff47b012f377a1afdf4644')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_name-$pkgver"
-  pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-dotty-dict/repos/community-staging-any/PKGBUILD (from rev 
1061252, python-dotty-dict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:40 UTC (rev 1061253)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: George Rawlinson 
+
+pkgname=python-dotty-dict
+_pkgname="${pkgname#python-}"
+_name="${_pkgname/-/_}"
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="Dictionary wrapper for quick access to deeply nested keys"
+arch=('any')
+url="https://github.com/pawelzny/dotty_dict;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+b2sums=('2552ca6578e92c0de8284bc74fe81425fa4f814aa8247531a9d5ed80f3a8e738d2acb3a0cafeffc14a99a67788e2d97b685b5221caff47b012f377a1afdf4644')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_name-$pkgver"
+  pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:37
  Author: felixonmars
Revision: 1061252

archrelease: copy trunk to community-staging-any

Added:
  python-queuelib/repos/community-staging-any/
  python-queuelib/repos/community-staging-any/PKGBUILD
(from rev 1061250, python-queuelib/trunk/PKGBUILD)

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

Copied: python-queuelib/repos/community-staging-any/PKGBUILD (from rev 1061250, 
python-queuelib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 21:50:37 UTC (rev 1061252)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+
+pkgname=python-queuelib
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Collection of persistent (disk-based) queues."
+arch=('any')
+license=('BSD')
+url="https://scrapy.org;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz;)
+sha512sums=('f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091')
+
+build() {
+  cd queuelib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd queuelib-$pkgver
+  py.test
+}
+
+package() {
+  cd queuelib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 README.rst -t "$pkgdir"/usr/share/doc/$pkgname
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:37
  Author: foutrelis
Revision: 1061251

upgpkg: python-dotty-dict 1.3.0-5: Python 3.10 rebuild

Modified:
  python-dotty-dict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:33 UTC (rev 1061250)
+++ PKGBUILD2021-12-01 21:50:37 UTC (rev 1061251)
@@ -5,7 +5,7 @@
 _pkgname="${pkgname#python-}"
 _name="${_pkgname/-/_}"
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Dictionary wrapper for quick access to deeply nested keys"
 arch=('any')
 url="https://github.com/pawelzny/dotty_dict;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:33
  Author: foutrelis
Revision: 1061250

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:30 UTC (rev 1061249)
+++ PKGBUILD2021-12-01 21:50:33 UTC (rev 1061250)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-_name=Yapsy
-pkgname=python-yapsy
-pkgver=1.12.2
-pkgrel=6
-pkgdesc="A simple plugin system for Python applications"
-arch=('any')
-url="http://yapsy.sourceforge.net/;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('3fdb4de1a6d8f836e22d82354492b99ec9883443c389393d25ea40a08bb0b6ae03db9c947af55237b67764facd4d55a09a36cdba107c8d9202f3700fd55c31fa')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python runtests.py
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --prefix=/usr \
-  --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 {CHANGELOG,README}.txt \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-yapsy/repos/community-staging-any/PKGBUILD (from rev 1061249, 
python-yapsy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:33 UTC (rev 1061250)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+_name=Yapsy
+pkgname=python-yapsy
+pkgver=1.12.2
+pkgrel=7
+pkgdesc="A simple plugin system for Python applications"
+arch=('any')
+url="http://yapsy.sourceforge.net/;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('3fdb4de1a6d8f836e22d82354492b99ec9883443c389393d25ea40a08bb0b6ae03db9c947af55237b67764facd4d55a09a36cdba107c8d9202f3700fd55c31fa')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python runtests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --prefix=/usr \
+  --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 {CHANGELOG,README}.txt \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-cssselect/repos/staging-any (PKGBUILD PKGBUILD)

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:36
  Author: felixonmars
Revision: 430221

archrelease: copy trunk to staging-any

Added:
  python-cssselect/repos/staging-any/PKGBUILD
(from rev 430220, python-cssselect/trunk/PKGBUILD)
Deleted:
  python-cssselect/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:32 UTC (rev 430220)
+++ PKGBUILD2021-12-01 21:50:36 UTC (rev 430221)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-
-pkgname=python-cssselect
-pkgver=1.1.0
-pkgrel=8
-license=('BSD')
-arch=('any')
-url="https://pypi.python.org/pypi/cssselect;
-pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-lxml')
-source=("https://github.com/scrapy/cssselect/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b33bca6a026f4de37b75606fd238dbd170b57d06288fbff3ea97ce79685a99af275fb8522b04ea9d6693aba5a18541d70b657191fdad881be79718bcf2e7655c')
-
-build() {
-  cd cssselect-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cssselect-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cssselect-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cssselect/repos/staging-any/PKGBUILD (from rev 430220, 
python-cssselect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:36 UTC (rev 430221)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+
+pkgname=python-cssselect
+pkgver=1.1.0
+pkgrel=9
+license=('BSD')
+arch=('any')
+url="https://pypi.python.org/pypi/cssselect;
+pkgdesc="A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-lxml')
+source=("https://github.com/scrapy/cssselect/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b33bca6a026f4de37b75606fd238dbd170b57d06288fbff3ea97ce79685a99af275fb8522b04ea9d6693aba5a18541d70b657191fdad881be79718bcf2e7655c')
+
+build() {
+  cd cssselect-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cssselect-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cssselect-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:29
  Author: felixonmars
Revision: 1061248

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |  236 ++---
 1 file changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:29 UTC (rev 1061247)
+++ PKGBUILD2021-12-01 21:50:29 UTC (rev 1061248)
@@ -1,118 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: ponsfoot 
-
-pkgbase=marisa
-pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
-pkgver=0.2.6
-pkgrel=7
-arch=('x86_64')
-url="https://github.com/s-yata/marisa-trie;
-license=('BSD' 'LGPL')
-makedepends=('python' 'ruby' 'perl' 'swig')
-source=("marisa-trie-$pkgver.tar.gz::https://github.com/s-yata/marisa-trie/archive/v$pkgver.tar.gz;)
-sha512sums=('c094e4b22e1457efdd20f2b978ee421b53e36ed94e4fdbd8944136c0ba23da4f6ba9fe3a2c64729c1426aee4dbe8098bfa5eebb943ae7fdaa4eec760485c564d')
-
-prepare() {
-  cd marisa-trie-$pkgver
-  autoreconf -i
-}
-
-build() {
-  cd marisa-trie-$pkgver
-  # sse2 is part of amd64
-  ./configure --prefix=/usr --disable-static --enable-sse2
-# --enable-popcnt
-# --enable-sse3
-# --enable-ssse3
-# --enable-sse4.1
-# --enable-sse4.2
-# --enable-sse4
-# --enable-sse4a
-
-  make
-
-  # Regenerate swig bindings
-  # remove ruby because it's broken for now
-  make -C bindings -j1 swig-perl swig-python
-
-  # Perl bindings
-  cd "$srcdir"/marisa-trie-$pkgver/bindings/perl
-  perl Makefile.PL \
-INC=-I"$srcdir"/marisa-trie-$pkgver/include \
-LIBS=-L"$srcdir"/marisa-trie-$pkgver/lib/marisa/.libs \
-INSTALLDIRS=vendor
-  make
-
-  # Python bindings
-  cd "$srcdir"/marisa-trie-$pkgver/bindings/python
-  python setup.py build_ext \
---include-dirs="$srcdir"/marisa-trie-$pkgver/include \
---library-dirs="$srcdir"/marisa-trie-$pkgver/lib/marisa/.libs
-  python setup.py build
-
-  # Ruby bindings
-  cd "$srcdir"/marisa-trie-$pkgver/bindings/ruby
-  ruby extconf.rb \
---with-opt-include="$srcdir"/marisa-trie-$pkgver/include \
---with-opt-lib="$srcdir"/marisa-trie-$pkgver/lib/marisa/.libs \
---vendor
-  make
-}
-
-package_marisa() {
-  pkgdesc="Static and space-efficient trie data structure library"
-  depends=('gcc-libs')
-
-  cd marisa-trie-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/$pkgbase-$pkgver
-  install -m 644 docs/* "$pkgdir"/usr/share/doc/$pkgbase-$pkgver/
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_perl-marisa() {
-  pkgdesc="Perl language binding for marisa"
-  depends=('perl' 'marisa')
-
-  cd marisa-trie-$pkgver/bindings/perl
-  make DESTDIR="$pkgdir" install
-
-  cd ../..
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python-marisa() {
-  pkgdesc="Python language binding for marisa"
-  depends=('python' 'marisa')
-
-  cd marisa-trie-$pkgver/bindings/python
-  python setup.py install -O1 --root="$pkgdir"
-
-  cd ../..
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_ruby-marisa() {
-  pkgdesc="Ruby language binding for marisa"
-  depends=('ruby' 'marisa')
-
-  # ruby version without the patch number, e.g. 2.4
-  local _rubyver=$(ruby -e"puts 
Gem.ruby_version.to_s.split('.')[0..1].join('.')")
-
-  cd marisa-trie-$pkgver/bindings/ruby
-_hdrdir=$(pkg-config --variable=rubyhdrdir ruby-$_rubyver)
-_arch=$(pkg-config --variable=arch ruby-$_rubyver)
-  make DESTDIR="$pkgdir" install \
-hdrdir="$_hdrdir" \
-arch_hdrdir="${_hdrdir}/${_arch}" \
-rubyhdrdir="$_hdrdir"
-
-  cd ../..
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: marisa/repos/community-staging-x86_64/PKGBUILD (from rev 1061246, 
marisa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:29 UTC (rev 1061248)
@@ -0,0 +1,118 @@
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+pkgbase=marisa
+pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
+pkgver=0.2.6
+pkgrel=8
+arch=('x86_64')
+url="https://github.com/s-yata/marisa-trie;
+license=('BSD' 'LGPL')
+makedepends=('python' 'ruby' 'perl' 'swig')
+source=("marisa-trie-$pkgver.tar.gz::https://github.com/s-yata/marisa-trie/archive/v$pkgver.tar.gz;)

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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:30
  Author: felixonmars
Revision: 1061249

upgpkg: python-queuelib 1.6.2-2: Python 3.10 rebuild

Modified:
  python-queuelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:29 UTC (rev 1061248)
+++ PKGBUILD2021-12-01 21:50:30 UTC (rev 1061249)
@@ -3,7 +3,7 @@
 
 pkgname=python-queuelib
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of persistent (disk-based) queues."
 arch=('any')
 license=('BSD')



[arch-commits] Commit in python-pyelftools/repos/staging-any (PKGBUILD PKGBUILD)

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:32
  Author: foutrelis
Revision: 430220

archrelease: copy trunk to staging-any

Added:
  python-pyelftools/repos/staging-any/PKGBUILD
(from rev 430219, python-pyelftools/trunk/PKGBUILD)
Deleted:
  python-pyelftools/repos/staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:28 UTC (rev 430219)
+++ PKGBUILD2021-12-01 21:50:32 UTC (rev 430220)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=python-pyelftools
-_pkgname=pyelftools
-pkgver=0.27
-pkgrel=2
-pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
-url='https://github.com/eliben/pyelftools'
-arch=('any')
-license=('custom:Public Domain')
-makedepends=('python' 'python-setuptools')
-depends=('python')
-options=('!strip')
-source=(https://github.com/eliben/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('bb0a00e5500016e3d4f64be0a728e190f84b11a805f78d668b5a74716a30400e6794946f198ef4a3f3b8f64a63deb1b5a96180b09e56b7357b988b28e25fad0a')
-b2sums=('74e6e17c68b197d0ecdddedba81a96601003c41a9c095bc72dff7630511705d36d1bc2732005a87ad1420c99497d729c5b771eca7bf5409c0da77d7b348d9c1b')
-
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test/run_all_unittests.py
-  python test/run_examples_test.py
-  if [ "${CARCH}" == "x86_64" ]; then
-python test/run_readelf_tests.py
-  else
-echo "Skipping readelf tests (require x86_64)"
-  fi
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pyelftools/repos/staging-any/PKGBUILD (from rev 430219, 
python-pyelftools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:32 UTC (rev 430220)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=python-pyelftools
+_pkgname=pyelftools
+pkgver=0.27
+pkgrel=3
+pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
+url='https://github.com/eliben/pyelftools'
+arch=('any')
+license=('custom:Public Domain')
+makedepends=('python' 'python-setuptools')
+depends=('python')
+options=('!strip')
+source=(https://github.com/eliben/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+sha512sums=('bb0a00e5500016e3d4f64be0a728e190f84b11a805f78d668b5a74716a30400e6794946f198ef4a3f3b8f64a63deb1b5a96180b09e56b7357b988b28e25fad0a')
+b2sums=('74e6e17c68b197d0ecdddedba81a96601003c41a9c095bc72dff7630511705d36d1bc2732005a87ad1420c99497d729c5b771eca7bf5409c0da77d7b348d9c1b')
+
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python test/run_all_unittests.py
+  python test/run_examples_test.py
+  if [ "${CARCH}" == "x86_64" ]; then
+python test/run_readelf_tests.py
+  else
+echo "Skipping readelf tests (require x86_64)"
+  fi
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:28
  Author: foutrelis
Revision: 430219

upgpkg: python-pyelftools 0.27-3: Python 3.10 rebuild

Modified:
  python-pyelftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:27 UTC (rev 430218)
+++ PKGBUILD2021-12-01 21:50:28 UTC (rev 430219)
@@ -4,7 +4,7 @@
 pkgname=python-pyelftools
 _pkgname=pyelftools
 pkgver=0.27
-pkgrel=2
+pkgrel=3
 pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
 url='https://github.com/eliben/pyelftools'
 arch=('any')



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:29
  Author: foutrelis
Revision: 1061247

upgpkg: python-yapsy 1.12.2-7: Python 3.10 rebuild

Modified:
  python-yapsy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:25 UTC (rev 1061246)
+++ PKGBUILD2021-12-01 21:50:29 UTC (rev 1061247)
@@ -2,7 +2,7 @@
 _name=Yapsy
 pkgname=python-yapsy
 pkgver=1.12.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A simple plugin system for Python applications"
 arch=('any')
 url="http://yapsy.sourceforge.net/;



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:27
  Author: felixonmars
Revision: 430218

upgpkg: python-cssselect 1.1.0-9: Python 3.10 rebuild

Modified:
  python-cssselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:23 UTC (rev 430217)
+++ PKGBUILD2021-12-01 21:50:27 UTC (rev 430218)
@@ -3,7 +3,7 @@
 
 pkgname=python-cssselect
 pkgver=1.1.0
-pkgrel=8
+pkgrel=9
 license=('BSD')
 arch=('any')
 url="https://pypi.python.org/pypi/cssselect;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:25
  Author: foutrelis
Revision: 1061246

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:21 UTC (rev 1061245)
+++ PKGBUILD2021-12-01 21:50:25 UTC (rev 1061246)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=torrentool
-pkgname=python-torrentool
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="The tool to work with torrent files"
-arch=('any')
-url="https://github.com/idlesign/torrentool;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-datafixtures'
-'python-pytest-responsemock')
-optdepends=('python-click: for torrentool')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7f884b5bf78d1b43954822574116323a2dddf35cb4cd8135f70aaf56091fa47f36e2cc9b15f8c9e95f8a4e15547956d9ff2efdb41c1270bfbb76b96e31d020ec')
-b2sums=('d1e434fc99fedf71a7a14f60bacd573f42a4801909bee695a72300a0e95da8b32009e828cbdf312e0e62f03a7a11d183c9bd04e6158eb33dcac4886bab9d40ce')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGELOG,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-torrentool/repos/community-staging-any/PKGBUILD (from rev 
1061245, python-torrentool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:25 UTC (rev 1061246)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=torrentool
+pkgname=python-torrentool
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="The tool to work with torrent files"
+arch=('any')
+url="https://github.com/idlesign/torrentool;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-datafixtures'
+'python-pytest-responsemock')
+optdepends=('python-click: for torrentool')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7f884b5bf78d1b43954822574116323a2dddf35cb4cd8135f70aaf56091fa47f36e2cc9b15f8c9e95f8a4e15547956d9ff2efdb41c1270bfbb76b96e31d020ec')
+b2sums=('d1e434fc99fedf71a7a14f60bacd573f42a4801909bee695a72300a0e95da8b32009e828cbdf312e0e62f03a7a11d183c9bd04e6158eb33dcac4886bab9d40ce')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGELOG,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in net-snmp/repos/staging-x86_64 (6 files)

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:23
  Author: felixonmars
Revision: 430217

archrelease: copy trunk to staging-x86_64

Added:
  net-snmp/repos/staging-x86_64/PKGBUILD
(from rev 430216, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/staging-x86_64/snmpd.service
(from rev 430216, net-snmp/trunk/snmpd.service)
  net-snmp/repos/staging-x86_64/snmptrapd.service
(from rev 430216, net-snmp/trunk/snmptrapd.service)
Deleted:
  net-snmp/repos/staging-x86_64/PKGBUILD
  net-snmp/repos/staging-x86_64/snmpd.service
  net-snmp/repos/staging-x86_64/snmptrapd.service

---+
 PKGBUILD  |  112 ++--
 snmpd.service |   24 +--
 snmptrapd.service |   24 +--
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:11 UTC (rev 430216)
+++ PKGBUILD2021-12-01 21:50:23 UTC (rev 430217)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Dale Blount 
-
-pkgname=net-snmp
-pkgver=5.9.1
-pkgrel=2
-pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
-arch=('x86_64')
-url="http://www.net-snmp.org/;
-license=('BSD')
-depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre')
-makedepends=('python-setuptools')
-optdepends=('perl-term-readkey: for snmpcheck application'
-'perl-tk: for snmpcheck and tkmib applications'
-'python: for the python modules')
-options=('!emptydirs' '!makeflags')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.service snmptrapd.service)
-sha512sums=('30989e43034e17433b885854490f2f37470a532cb7cab0d2a3beb37f5f3c2b10e803af125a5177d87fc0a36cecc266fefc016b609427b558f36567c2f1a84b20'
-'SKIP'
-
'802057d08f4fe69fa9fafed349d37c0f8a6092002b933292563568db274890ae8932a000ecb60c5db0db792ecca30723fc803c0af6da147d148bf059b7f137eb'
-
'82b05b805db5f6870242ea4dfaa58de2865c367208cacfa4fc543c9f2a310d7229dee94ea6054d35c4bab69393f33fd367551727279da4411052589ed37bb4a4')
-validpgpkeys=('8AAA779B597B405BBC329B6376CF47B8A77C5329'
-  '27CAA4A32E371383A33ED0587D5F9576E0F81533'
-  'D0F8F495DA6160C44EFFBF10F07B9D2DACB19FD6')  # Net-SNMP 
Administrators
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -i
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc --sbindir=/usr/bin \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version="3" \
---with-sys-contact="root@localhost" \
---with-sys-location="Unknown" \
---with-logfile="/var/log/snmpd.log" \
---with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod ucd-snmp/lmsensorsMib" \
---with-persistent-directory="/var/net-snmp"
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}:" Makefile
-  make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
-  install -D -m644 "${srcdir}/snmpd.service" 
"${pkgdir}/usr/lib/systemd/system/snmpd.service"
-  install -D -m644 "${srcdir}/snmptrapd.service" 
"${pkgdir}/usr/lib/systemd/system/snmptrapd.service"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: net-snmp/repos/staging-x86_64/PKGBUILD (from rev 430216, 
net-snmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:23 UTC (rev 430217)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
+
+pkgname=net-snmp
+pkgver=5.9.1
+pkgrel=3
+pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
+arch=('x86_64')
+url="http://www.net-snmp.org/;
+license=('BSD')
+depends=('libnsl' 'libpcap' 'lm_sensors' 'pciutils' 'pcre')
+makedepends=('python-setuptools')
+optdepends=('perl-term-readkey: for snmpcheck application'
+'perl-tk: for snmpcheck and tkmib applications'
+'python: for the python modules')
+options=('!emptydirs' '!makeflags')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+snmpd.service snmptrapd.service)
+sha512sums=('30989e43034e17433b885854490f2f37470a532cb7cab0d2a3beb37f5f3c2b10e803af125a5177d87fc0a36cecc266fefc016b609427b558f36567c2f1a84b20'
+'SKIP'
+
'802057d08f4fe69fa9fafed349d37c0f8a6092002b933292563568db274890ae8932a000ecb60c5db0db792ecca30723fc803c0af6da147d148bf059b7f137eb'
+
'82b05b805db5f6870242ea4dfaa58de2865c367208cacfa4fc543c9f2a310d7229dee94ea6054d35c4bab69393f33fd367551727279da4411052589ed37bb4a4')

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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:21
  Author: foutrelis
Revision: 1061245

upgpkg: python-torrentool 1.1.1-3: Python 3.10 rebuild

Modified:
  python-torrentool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:18 UTC (rev 1061244)
+++ PKGBUILD2021-12-01 21:50:21 UTC (rev 1061245)
@@ -3,7 +3,7 @@
 _name=torrentool
 pkgname=python-torrentool
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The tool to work with torrent files"
 arch=('any')
 url="https://github.com/idlesign/torrentool;



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:15
  Author: foutrelis
Revision: 1061242

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:12 UTC (rev 1061241)
+++ PKGBUILD2021-12-01 21:50:15 UTC (rev 1061242)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-waitress
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Waitress WSGI server"
-arch=('any')
-license=('ZPL')
-url="https://github.com/Pylons/waitress;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-runner')
-source=("https://github.com/Pylons/waitress/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a5bdac4adbd52803baf58795e74fb1a2cda994e44345cba2d19e29d606f7f6ab503fc459db419b76b7c8278b38fbfb85c258002df597f97c00e61c90e3982cc5')
-
-build() {
-  cd waitress-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd waitress-$pkgver
-  python setup.py pytest
-}
-
-package_python-waitress() {
-  cd waitress-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-waitress/repos/community-staging-any/PKGBUILD (from rev 1061241, 
python-waitress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:15 UTC (rev 1061242)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-waitress
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-runner')
+source=("https://github.com/Pylons/waitress/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a5bdac4adbd52803baf58795e74fb1a2cda994e44345cba2d19e29d606f7f6ab503fc459db419b76b7c8278b38fbfb85c258002df597f97c00e61c90e3982cc5')
+
+build() {
+  cd waitress-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd waitress-$pkgver
+  python setup.py pytest
+}
+
+package_python-waitress() {
+  cd waitress-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:18
  Author: felixonmars
Revision: 1061243

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD
(from rev 1061241, python-pycryptodomex/trunk/PKGBUILD)
Deleted:
  python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:15 UTC (rev 1061242)
+++ PKGBUILD2021-12-01 21:50:18 UTC (rev 1061243)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: BlackIkeEagle 
-# Contributor: Ivan Shapovalov 
-
-pkgname=python-pycryptodomex
-pkgver=3.10.1
-pkgrel=2
-
-pkgdesc='A self-contained Python package of low-level cryptographic primitives'
-url='https://www.pycryptodome.org/'
-arch=('x86_64')
-license=('BSD')
-
-depends=('python')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
-sha512sums=('0ffd37e75caf6472529bbc231c7e74290267094eb3a6013a55d32dc6e11313017bb8161bdfef6c96e911e788b837caa445a9e1fe3e17e5e0254c139378f2a5e6')
-
-build() {
-   cd "$srcdir"/pycryptodomex-$pkgver
-   python setup.py build
-}
-
-package_python-pycryptodomex() {
-   cd pycryptodomex-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-pycryptodomex/repos/community-staging-x86_64/PKGBUILD (from rev 
1061241, python-pycryptodomex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:18 UTC (rev 1061243)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: BlackIkeEagle 
+# Contributor: Ivan Shapovalov 
+
+pkgname=python-pycryptodomex
+pkgver=3.10.1
+pkgrel=3
+
+pkgdesc='A self-contained Python package of low-level cryptographic primitives'
+url='https://www.pycryptodome.org/'
+arch=('x86_64')
+license=('BSD')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-$pkgver.tar.gz;)
+sha512sums=('0ffd37e75caf6472529bbc231c7e74290267094eb3a6013a55d32dc6e11313017bb8161bdfef6c96e911e788b837caa445a9e1fe3e17e5e0254c139378f2a5e6')
+
+build() {
+   cd "$srcdir"/pycryptodomex-$pkgver
+   python setup.py build
+}
+
+package_python-pycryptodomex() {
+   cd pycryptodomex-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+   install -Dm644 LICENSE.rst 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:18
  Author: felixonmars
Revision: 1061244

upgpkg: marisa 0.2.6-8: Python 3.10 rebuild

Modified:
  marisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:18 UTC (rev 1061243)
+++ PKGBUILD2021-12-01 21:50:18 UTC (rev 1061244)
@@ -4,7 +4,7 @@
 pkgbase=marisa
 pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
 pkgver=0.2.6
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 url="https://github.com/s-yata/marisa-trie;
 license=('BSD' 'LGPL')



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:11
  Author: felixonmars
Revision: 1061240

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:09 UTC (rev 1061239)
+++ PKGBUILD2021-12-01 21:50:11 UTC (rev 1061240)
@@ -1,29 +0,0 @@
-# Maintainer: Jianchen YANG 
-
-pkgname=python-justbases
-_pkgname=justbases
-pkgver=0.15
-pkgrel=2
-pkgdesc="conversion of ints and rationals to any base"
-url="https://github.com/mulkieran/justbases;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-hypothesis')
-license=('GPL')
-arch=('any')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('2527651c3783b374e59fc137e653715e')
-
-check() {
-cd "$srcdir/${_pkgname}-$pkgver"
-nosetests
-}
-build() {
-cd "$srcdir/${_pkgname}-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$srcdir/${_pkgname}-$pkgver"
-python setup.py install --root="$pkgdir" --optimize=1 
-}

Copied: python-justbases/repos/community-staging-any/PKGBUILD (from rev 
1061238, python-justbases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:11 UTC (rev 1061240)
@@ -0,0 +1,29 @@
+# Maintainer: Jianchen YANG 
+
+pkgname=python-justbases
+_pkgname=justbases
+pkgver=0.15
+pkgrel=3
+pkgdesc="conversion of ints and rationals to any base"
+url="https://github.com/mulkieran/justbases;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-hypothesis')
+license=('GPL')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz;)
+md5sums=('2527651c3783b374e59fc137e653715e')
+
+check() {
+cd "$srcdir/${_pkgname}-$pkgver"
+nosetests
+}
+build() {
+cd "$srcdir/${_pkgname}-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$srcdir/${_pkgname}-$pkgver"
+python setup.py install --root="$pkgdir" --optimize=1 
+}



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:12
  Author: foutrelis
Revision: 1061241

upgpkg: python-waitress 2.0.0-3: Python 3.10 rebuild

Modified:
  python-waitress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:11 UTC (rev 1061240)
+++ PKGBUILD2021-12-01 21:50:12 UTC (rev 1061241)
@@ -2,7 +2,7 @@
 
 pkgname=python-waitress
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Waitress WSGI server"
 arch=('any')
 license=('ZPL')



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:11
  Author: felixonmars
Revision: 430216

upgpkg: net-snmp 5.9.1-3: Python 3.10 rebuild

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:49:46 UTC (rev 430215)
+++ PKGBUILD2021-12-01 21:50:11 UTC (rev 430216)
@@ -3,7 +3,7 @@
 
 pkgname=net-snmp
 pkgver=5.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('x86_64')
 url="http://www.net-snmp.org/;



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:09
  Author: felixonmars
Revision: 1061239

upgpkg: python-pycryptodomex 3.10.1-3: Python 3.10 rebuild

Modified:
  python-pycryptodomex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:08 UTC (rev 1061238)
+++ PKGBUILD2021-12-01 21:50:09 UTC (rev 1061239)
@@ -4,7 +4,7 @@
 
 pkgname=python-pycryptodomex
 pkgver=3.10.1
-pkgrel=2
+pkgrel=3
 
 pkgdesc='A self-contained Python package of low-level cryptographic primitives'
 url='https://www.pycryptodome.org/'



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:08
  Author: foutrelis
Revision: 1061238

archrelease: copy trunk to community-staging-any

Added:
  python-docstring-to-markdown/repos/community-staging-any/PKGBUILD
(from rev 1061237, python-docstring-to-markdown/trunk/PKGBUILD)
Deleted:
  python-docstring-to-markdown/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:05 UTC (rev 1061237)
+++ PKGBUILD2021-12-01 21:50:08 UTC (rev 1061238)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Hugo Osvaldo Barrera 
-
-_name=docstring-to-markdown
-pkgname=python-docstring-to-markdown
-pkgver=0.9
-pkgrel=3
-pkgdesc='On the fly conversion of Python docstrings to markdown'
-arch=('any')
-url=https://github.com/krassowski/docstring-to-markdown
-license=('LGPL2.1')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha256sums=('0b810e6e16737d2d0ede6182f66f513f814a11fad1222e645fbc14acde78e171')
-b2sums=('f44359ceb7d46b109f9d4615159d790954a346f4a49919cae2aeac0e50e05d62522167cff9ef0af72e71d505f1d5d655fbf597bacee836db7d13b26ce9822895')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-docstring-to-markdown/repos/community-staging-any/PKGBUILD (from 
rev 1061237, python-docstring-to-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 21:50:08 UTC (rev 1061238)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Hugo Osvaldo Barrera 
+
+_name=docstring-to-markdown
+pkgname=python-docstring-to-markdown
+pkgver=0.9
+pkgrel=4
+pkgdesc='On the fly conversion of Python docstrings to markdown'
+arch=('any')
+url=https://github.com/krassowski/docstring-to-markdown
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha256sums=('0b810e6e16737d2d0ede6182f66f513f814a11fad1222e645fbc14acde78e171')
+b2sums=('f44359ceb7d46b109f9d4615159d790954a346f4a49919cae2aeac0e50e05d62522167cff9ef0af72e71d505f1d5d655fbf597bacee836db7d13b26ce9822895')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-docstring-to-markdown/trunk (PKGBUILD)

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:05
  Author: foutrelis
Revision: 1061237

upgpkg: python-docstring-to-markdown 0.9-4: Python 3.10 rebuild

Modified:
  python-docstring-to-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:03 UTC (rev 1061236)
+++ PKGBUILD2021-12-01 21:50:05 UTC (rev 1061237)
@@ -4,7 +4,7 @@
 _name=docstring-to-markdown
 pkgname=python-docstring-to-markdown
 pkgver=0.9
-pkgrel=3
+pkgrel=4
 pkgdesc='On the fly conversion of Python docstrings to markdown'
 arch=('any')
 url=https://github.com/krassowski/docstring-to-markdown



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 21:50:03
  Author: felixonmars
Revision: 1061235

upgpkg: python-justbases 0.15-3: Python 3.10 rebuild

Modified:
  python-justbases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 21:50:01 UTC (rev 1061234)
+++ PKGBUILD2021-12-01 21:50:03 UTC (rev 1061235)
@@ -3,7 +3,7 @@
 pkgname=python-justbases
 _pkgname=justbases
 pkgver=0.15
-pkgrel=2
+pkgrel=3
 pkgdesc="conversion of ints and rationals to any base"
 url="https://github.com/mulkieran/justbases;
 depends=('python')



  1   2   3   4   5   6   7   8   9   10   >