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

2020-12-28 Thread Jelle van der Waa via arch-commits
Date: Monday, December 28, 2020 @ 20:39:26
  Author: jelle
Revision: 405072

archrelease: copy trunk to extra-any

Added:
  arch-signoff/repos/extra-any/PKGBUILD
(from rev 405071, arch-signoff/trunk/PKGBUILD)
Deleted:
  arch-signoff/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-28 20:39:20 UTC (rev 405071)
+++ PKGBUILD2020-12-28 20:39:26 UTC (rev 405072)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=arch-signoff
-pkgver=0.5
-pkgrel=2
-pkgdesc='Sign off Arch Linux testing packages'
-arch=(any)
-url="https://github.com/archlinux/arch-signoff;
-license=("custom:ISC")
-depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
- 'python-requests' 'python-setuptools')
-makedepends=('python-setuptools-scm' 'asciidoc' 'git')
-source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git?signed#tag=$pkgver;)
-validpgpkeys=(
-'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa
-)
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-  python setup.py build
-  make -C man
-}
-
-package() {
-  cd "$pkgname"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
-}

Copied: arch-signoff/repos/extra-any/PKGBUILD (from rev 405071, 
arch-signoff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-28 20:39:26 UTC (rev 405072)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=arch-signoff
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Sign off Arch Linux testing packages'
+arch=(any)
+url="https://github.com/archlinux/arch-signoff;
+license=("custom:ISC")
+depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
+ 'python-requests' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'asciidoc' 'git')
+source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git?signed#tag=$pkgver;)
+validpgpkeys=(
+'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa
+)
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  python setup.py build
+  make -C man
+}
+
+package() {
+  cd "$pkgname"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
+}


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

2020-12-28 Thread Jelle van der Waa via arch-commits
Date: Monday, December 28, 2020 @ 20:39:20
  Author: jelle
Revision: 405071

upgpkg: arch-signoff 0.5.1-1

Modified:
  arch-signoff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 18:45:04 UTC (rev 405070)
+++ PKGBUILD2020-12-28 20:39:20 UTC (rev 405071)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=arch-signoff
-pkgver=0.5
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc='Sign off Arch Linux testing packages'
 arch=(any)
 url="https://github.com/archlinux/arch-signoff;


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

2020-12-22 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 22, 2020 @ 21:37:40
  Author: jelle
Revision: 783007

archrelease: copy trunk to community-x86_64

Added:
  mdbook/repos/community-x86_64/
  mdbook/repos/community-x86_64/PKGBUILD
(from rev 783006, mdbook/trunk/PKGBUILD)

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

Copied: mdbook/repos/community-x86_64/PKGBUILD (from rev 783006, 
mdbook/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-22 21:37:40 UTC (rev 783007)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Moritz Schönherr 
+
+pkgname=mdbook
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
+url="https://github.com/rust-lang-nursery/mdBook;
+arch=(x86_64)
+license=(MPL2)
+depends=(glibc)
+makedepends=(rust cargo)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz;)
+sha256sums=('eaf01085bd25e2efa07b561148afa5e3da3386e5f2c35b245961dc485562c154')
+# https://github.com/rust-lang-nursery/mdBook/blob/master/CHANGELOG.md
+
+build() {
+  cd "mdBook-${pkgver}"
+  cargo build --release
+}
+
+check() {
+  cd "mdBook-${pkgver}"
+  cargo test
+}
+
+package() {
+  cd "mdBook-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}


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

2020-12-22 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 22, 2020 @ 21:37:30
  Author: jelle
Revision: 783006

upgpkg: mdbook 0.4.4-2

Modified:
  mdbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 21:36:58 UTC (rev 783005)
+++ PKGBUILD2020-12-22 21:37:30 UTC (rev 783006)
@@ -9,6 +9,7 @@
 url="https://github.com/rust-lang-nursery/mdBook;
 arch=(x86_64)
 license=(MPL2)
+depends=(glibc)
 makedepends=(rust cargo)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz;)
 sha256sums=('eaf01085bd25e2efa07b561148afa5e3da3386e5f2c35b245961dc485562c154')


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

2020-12-22 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 22, 2020 @ 21:32:40
  Author: jelle
Revision: 783003

Add mdbook pkgbuild

Added:
  mdbook/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 21:32:40 UTC (rev 783003)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Moritz Schönherr 
+
+pkgname=mdbook
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
+url="https://github.com/rust-lang-nursery/mdBook;
+arch=(x86_64)
+license=(MPL2)
+makedepends=(rust cargo)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz;)
+sha256sums=('eaf01085bd25e2efa07b561148afa5e3da3386e5f2c35b245961dc485562c154')
+# https://github.com/rust-lang-nursery/mdBook/blob/master/CHANGELOG.md
+
+build() {
+  cd "mdBook-${pkgver}"
+  cargo build --release
+}
+
+check() {
+  cd "mdBook-${pkgver}"
+  cargo test
+}
+
+package() {
+  cd "mdBook-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}


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

2020-12-22 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 22, 2020 @ 21:25:23
  Author: jelle
Revision: 782992

Add mdbook to the repos

Added:
  mdbook/
  mdbook/repos/
  mdbook/trunk/


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 21:09:01
  Author: jelle
Revision: 780711

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 21:08:55 UTC (rev 780710)
+++ PKGBUILD2020-12-20 21:09:01 UTC (rev 780711)
@@ -1,28 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=python-xtarfile
-pkgver=0.0.4
-pkgrel=2
-pkgdesc='Wrapper around tarfile to add support for more compression formats'
-arch=('any')
-url=https://github.com/ascoderu/xtarfile
-license=('Apache')
-depends=('python-zstandard')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz;)
-sha256sums=('abaf87e34f23b9da85368defe4701fda043d1816f396ec330d27c5d77ad9a710')
-
-build() {
-  cd xtarfile-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd xtarfile-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd xtarfile-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xtarfile/repos/community-any/PKGBUILD (from rev 780710, 
python-xtarfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 21:09:01 UTC (rev 780711)
@@ -0,0 +1,28 @@
+# Maintainer: Robin Broda 
+
+pkgname=python-xtarfile
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Wrapper around tarfile to add support for more compression formats'
+arch=('any')
+url=https://github.com/ascoderu/xtarfile
+license=('Apache')
+depends=('python-zstandard' 'python-lz4')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz;)
+sha256sums=('604c52efa2736944d724184cd0d669909b78400240a09f4a98a17fb9712420da')
+
+build() {
+  cd xtarfile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xtarfile-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd xtarfile-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 21:08:55
  Author: jelle
Revision: 780710

upgpkg: python-xtarfile 0.1.0-1

Modified:
  python-xtarfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 20:45:10 UTC (rev 780709)
+++ PKGBUILD2020-12-20 21:08:55 UTC (rev 780710)
@@ -1,16 +1,16 @@
 # Maintainer: Robin Broda 
 
 pkgname=python-xtarfile
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
 pkgdesc='Wrapper around tarfile to add support for more compression formats'
 arch=('any')
 url=https://github.com/ascoderu/xtarfile
 license=('Apache')
-depends=('python-zstandard')
+depends=('python-zstandard' 'python-lz4')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz;)
-sha256sums=('abaf87e34f23b9da85368defe4701fda043d1816f396ec330d27c5d77ad9a710')
+sha256sums=('604c52efa2736944d724184cd0d669909b78400240a09f4a98a17fb9712420da')
 
 build() {
   cd xtarfile-$pkgver


[arch-commits] Commit in (time)

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:48:43
  Author: jelle
Revision: 404704

extra2community: Moving time from extra to community

Deleted:
  time/


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:48:28
  Author: jelle
Revision: 780434

archrelease: copy trunk to community-x86_64

Added:
  time/repos/community-x86_64/
  time/repos/community-x86_64/PKGBUILD
(from rev 780433, time/trunk/PKGBUILD)

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

Copied: time/repos/community-x86_64/PKGBUILD (from rev 780433, 
time/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-20 14:48:28 UTC (rev 780434)
@@ -0,0 +1,41 @@
+# Maintainer: Dave Reisner 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Daniel J Griffiths 
+# Contributor: damir 
+
+pkgname=time
+pkgver=1.9
+pkgrel=3
+pkgdesc="Utility for monitoring a program's use of system resources"
+arch=('x86_64')
+url='https://www.gnu.org/software/time/'
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+source=(https://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+
git://git.savannah.gnu.org/gnulib.git#commit=9462eb64fbf6646e9109b003a6768538d2b7dad4)
+sha1sums=('724d5857f555261c847d80f2783ca41891879c86'
+  'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  ./bootstrap --no-git --gnulib-srcdir="$srcdir/gnulib"
+} 
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
+}


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:48:23
  Author: jelle
Revision: 780433

extra2community: Moving time from extra to community

Added:
  time/
  time/repos/
  time/trunk/
  time/trunk/PKGBUILD

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

Added: time/trunk/PKGBUILD
===
--- time/trunk/PKGBUILD (rev 0)
+++ time/trunk/PKGBUILD 2020-12-20 14:48:23 UTC (rev 780433)
@@ -0,0 +1,41 @@
+# Maintainer: Dave Reisner 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Daniel J Griffiths 
+# Contributor: damir 
+
+pkgname=time
+pkgver=1.9
+pkgrel=3
+pkgdesc="Utility for monitoring a program's use of system resources"
+arch=('x86_64')
+url='https://www.gnu.org/software/time/'
+license=('GPL')
+depends=('glibc')
+makedepends=('git')
+source=(https://git.savannah.gnu.org/cgit/time.git/snapshot/time-$pkgver.tar.gz
+
git://git.savannah.gnu.org/gnulib.git#commit=9462eb64fbf6646e9109b003a6768538d2b7dad4)
+sha1sums=('724d5857f555261c847d80f2783ca41891879c86'
+  'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  ./bootstrap --no-git --gnulib-srcdir="$srcdir/gnulib"
+} 
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make exec_prefix="$pkgdir/usr" infodir="$pkgdir/usr/share/info" install
+}


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:45:36
  Author: jelle
Revision: 780432

archrelease: copy trunk to community-x86_64

Added:
  nawk/repos/community-x86_64/
  nawk/repos/community-x86_64/PKGBUILD
(from rev 780431, nawk/trunk/PKGBUILD)
  nawk/repos/community-x86_64/manpage-naming.patch
(from rev 780431, nawk/trunk/manpage-naming.patch)

--+
 PKGBUILD |   55 +
 manpage-naming.patch |   41 
 2 files changed, 96 insertions(+)

Copied: nawk/repos/community-x86_64/PKGBUILD (from rev 780431, 
nawk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-20 14:45:36 UTC (rev 780432)
@@ -0,0 +1,55 @@
+# Maintainer: Dave Reisner 
+
+pkgname=nawk
+pkgver=20180827
+pkgrel=2
+pkgdesc="The one, true implementation of AWK"
+url="https://github.com/onetrueawk/awk;
+license=('custom')
+arch=('x86_64')
+options=('!makeflags')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/onetrueawk/awk#tag=$pkgver
+'manpage-naming.patch')
+md5sums=('SKIP'
+ '5413692140f8366f8ae6bcecc9a40f2f')
+
+pkgver() {
+  cd awk
+
+  git describe --tags
+}
+
+prepare() {
+  cd awk
+
+  # awk -> nawk
+  patch -Np1 <"$srcdir"/manpage-naming.patch
+
+  bsdtar xf awktest.tar
+}
+
+check() {
+  cd awk
+
+  ./REGRESS
+}
+
+build() {
+  cd awk
+
+  # the final linking step doesn't honor LDFLAGS, so let's just throw it all
+  # together into CFLAGS.
+  make \
+"CPPFLAGS=-DHAS_ISBLANK $CPPFLAGS" \
+"CFLAGS=$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd awk
+
+  install -Dm755 a.out "$pkgdir/usr/bin/nawk"
+  install -Dm644 awk.1 "$pkgdir/usr/share/man/man1/nawk.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/nawk/LICENSE"
+}

Copied: nawk/repos/community-x86_64/manpage-naming.patch (from rev 780431, 
nawk/trunk/manpage-naming.patch)
===
--- community-x86_64/manpage-naming.patch   (rev 0)
+++ community-x86_64/manpage-naming.patch   2020-12-20 14:45:36 UTC (rev 
780432)
@@ -0,0 +1,41 @@
+diff --git a/awk.1 b/awk.1
+index 5830143..339271e 100644
+--- a/awk.1
 b/awk.1
+@@ -7,12 +7,12 @@
+ .fi
+ .ft 1
+ ..
+-.TH AWK 1
++.TH NAWK 1
+ .CT 1 files prog_other
+ .SH NAME
+-awk \- pattern-directed scanning and processing language
++nawk \- pattern-directed scanning and processing language
+ .SH SYNOPSIS
+-.B awk
++.B nawk
+ [
+ .BI \-F
+ .I fs
+@@ -31,7 +31,7 @@ awk \- pattern-directed scanning and processing language
+ .I file ...
+ ]
+ .SH DESCRIPTION
+-.I Awk
++.I Nawk
+ scans each input
+ .I file
+ for lines that match any of a set of patterns specified literally in
+@@ -426,7 +426,7 @@ and
+ do not combine with other patterns.
+ They may appear multiple times in a program and execute
+ in the order they are read by
+-.IR awk .
++.IR nawk .
+ .PP
+ Variable names with special meanings:
+ .TF FILENAME
+-- 
+2.18.0
+


[arch-commits] Commit in (nawk)

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:45:51
  Author: jelle
Revision: 404702

extra2community: Moving nawk from extra to community

Deleted:
  nawk/


[arch-commits] Commit in (5 files)

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:45:31
  Author: jelle
Revision: 780431

extra2community: Moving nawk from extra to community

Added:
  nawk/
  nawk/repos/
  nawk/trunk/
  nawk/trunk/PKGBUILD
  nawk/trunk/manpage-naming.patch

--+
 PKGBUILD |   55 +
 manpage-naming.patch |   41 
 2 files changed, 96 insertions(+)

Added: nawk/trunk/PKGBUILD
===
--- nawk/trunk/PKGBUILD (rev 0)
+++ nawk/trunk/PKGBUILD 2020-12-20 14:45:31 UTC (rev 780431)
@@ -0,0 +1,55 @@
+# Maintainer: Dave Reisner 
+
+pkgname=nawk
+pkgver=20180827
+pkgrel=2
+pkgdesc="The one, true implementation of AWK"
+url="https://github.com/onetrueawk/awk;
+license=('custom')
+arch=('x86_64')
+options=('!makeflags')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/onetrueawk/awk#tag=$pkgver
+'manpage-naming.patch')
+md5sums=('SKIP'
+ '5413692140f8366f8ae6bcecc9a40f2f')
+
+pkgver() {
+  cd awk
+
+  git describe --tags
+}
+
+prepare() {
+  cd awk
+
+  # awk -> nawk
+  patch -Np1 <"$srcdir"/manpage-naming.patch
+
+  bsdtar xf awktest.tar
+}
+
+check() {
+  cd awk
+
+  ./REGRESS
+}
+
+build() {
+  cd awk
+
+  # the final linking step doesn't honor LDFLAGS, so let's just throw it all
+  # together into CFLAGS.
+  make \
+"CPPFLAGS=-DHAS_ISBLANK $CPPFLAGS" \
+"CFLAGS=$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd awk
+
+  install -Dm755 a.out "$pkgdir/usr/bin/nawk"
+  install -Dm644 awk.1 "$pkgdir/usr/share/man/man1/nawk.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/nawk/LICENSE"
+}

Added: nawk/trunk/manpage-naming.patch
===
--- nawk/trunk/manpage-naming.patch (rev 0)
+++ nawk/trunk/manpage-naming.patch 2020-12-20 14:45:31 UTC (rev 780431)
@@ -0,0 +1,41 @@
+diff --git a/awk.1 b/awk.1
+index 5830143..339271e 100644
+--- a/awk.1
 b/awk.1
+@@ -7,12 +7,12 @@
+ .fi
+ .ft 1
+ ..
+-.TH AWK 1
++.TH NAWK 1
+ .CT 1 files prog_other
+ .SH NAME
+-awk \- pattern-directed scanning and processing language
++nawk \- pattern-directed scanning and processing language
+ .SH SYNOPSIS
+-.B awk
++.B nawk
+ [
+ .BI \-F
+ .I fs
+@@ -31,7 +31,7 @@ awk \- pattern-directed scanning and processing language
+ .I file ...
+ ]
+ .SH DESCRIPTION
+-.I Awk
++.I Nawk
+ scans each input
+ .I file
+ for lines that match any of a set of patterns specified literally in
+@@ -426,7 +426,7 @@ and
+ do not combine with other patterns.
+ They may appear multiple times in a program and execute
+ in the order they are read by
+-.IR awk .
++.IR nawk .
+ .PP
+ Variable names with special meanings:
+ .TF FILENAME
+-- 
+2.18.0
+


[arch-commits] Commit in (expac)

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:44:01
  Author: jelle
Revision: 404700

extra2community: Moving expac from extra to community

Deleted:
  expac/


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:43:45
  Author: jelle
Revision: 780428

archrelease: copy trunk to community-x86_64

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

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

Copied: expac/repos/community-x86_64/PKGBUILD (from rev 780427, 
expac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-20 14:43:45 UTC (rev 780428)
@@ -0,0 +1,37 @@
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=10
+pkgrel=2
+pkgdesc="pacman database extraction utility"
+arch=('x86_64')
+url="https://github.com/falconindy/expac;
+license=('GPL')
+depends=('pacman')
+makedepends=('git' 'perl' 'meson')
+source=("git+https://github.com/falconindy/expac?signed=$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  sed '/\*\//q' src/expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname"
+
+  meson build
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 14:43:40
  Author: jelle
Revision: 780427

extra2community: Moving expac from extra to community

Added:
  expac/
  expac/repos/
  expac/trunk/
  expac/trunk/PKGBUILD

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

Added: expac/trunk/PKGBUILD
===
--- expac/trunk/PKGBUILD(rev 0)
+++ expac/trunk/PKGBUILD2020-12-20 14:43:40 UTC (rev 780427)
@@ -0,0 +1,37 @@
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=10
+pkgrel=2
+pkgdesc="pacman database extraction utility"
+arch=('x86_64')
+url="https://github.com/falconindy/expac;
+license=('GPL')
+depends=('pacman')
+makedepends=('git' 'perl' 'meson')
+source=("git+https://github.com/falconindy/expac?signed=$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  sed '/\*\//q' src/expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname"
+
+  meson build
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh


[arch-commits] Commit in (icewm)

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 13:43:15
  Author: jelle
Revision: 404698

extra2community: Moving icewm from extra to community

Deleted:
  icewm/


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 13:42:58
  Author: jelle
Revision: 780422

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/
  icewm/repos/community-x86_64/PKGBUILD
(from rev 780421, icewm/trunk/PKGBUILD)

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

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 780421, 
icewm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-20 13:42:58 UTC (rev 780422)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A Window Manager designed for speed, usability, and consistency"
+arch=('x86_64')
+url="https://ice-wm.org/;
+license=('LGPL')
+depends=('libxrandr' 'libxinerama' 'libsndfile' 'alsa-lib' 'libxcomposite' 
'libxdamage' 'libxpm' 'imlib2' 'librsvg')
+makedepends=('xorg-mkfontdir' 'asciidoctor')
+optdepends=('perl: for icewm-menu-xrandr')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+sha256sums=('4478172b936f7f7dcfc2120be8d8f153fd755933bf98b8e98e3eae50c414939c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-12-20 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 20, 2020 @ 13:42:54
  Author: jelle
Revision: 780421

extra2community: Moving icewm from extra to community

Added:
  icewm/
  icewm/repos/
  icewm/trunk/
  icewm/trunk/PKGBUILD

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

Added: icewm/trunk/PKGBUILD
===
--- icewm/trunk/PKGBUILD(rev 0)
+++ icewm/trunk/PKGBUILD2020-12-20 13:42:54 UTC (rev 780421)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A Window Manager designed for speed, usability, and consistency"
+arch=('x86_64')
+url="https://ice-wm.org/;
+license=('LGPL')
+depends=('libxrandr' 'libxinerama' 'libsndfile' 'alsa-lib' 'libxcomposite' 
'libxdamage' 'libxpm' 'imlib2' 'librsvg')
+makedepends=('xorg-mkfontdir' 'asciidoctor')
+optdepends=('perl: for icewm-menu-xrandr')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+sha256sums=('4478172b936f7f7dcfc2120be8d8f153fd755933bf98b8e98e3eae50c414939c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-12-17 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 17, 2020 @ 20:36:34
  Author: jelle
Revision: 778022

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-17 20:36:26 UTC (rev 778021)
+++ PKGBUILD2020-12-17 20:36:34 UTC (rev 778022)
@@ -1,100 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=161
-pkgrel=3
-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-setuptools' 
'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'
-  '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'
-  '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' 'mono-tools' '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')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('91c0779d720e56341075b5c715270cf87492300bd6ad1d940ba3afa409e4c61fdd599a5ad24df92bb66aca2df383ee5c4d8132cf4998c5d0b571dadb9c60f564'
-'SKIP')
-b2sums=('9cc51227d09a0705094aedfc4a245cc09b6761be815fdb0da49774d63d94b9fcb4718fe2abb33861822f67b2b7510779121b0f4e818953c67e00b15b82366b96'
-'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' # unsquashfs 
output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  export PYTHONHASHSEED=0
-  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 778021, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-17 20:36:34 UTC (rev 778022)
@@ -0,0 +1,100 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=163
+pkgrel=1
+pkgdesc='Tool for 

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

2020-12-17 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 17, 2020 @ 20:36:26
  Author: jelle
Revision: 778021

upgpkg: diffoscope 163-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 20:33:24 UTC (rev 778020)
+++ PKGBUILD2020-12-17 20:36:26 UTC (rev 778021)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=161
-pkgrel=3
+pkgver=163
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -64,9 +64,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')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('91c0779d720e56341075b5c715270cf87492300bd6ad1d940ba3afa409e4c61fdd599a5ad24df92bb66aca2df383ee5c4d8132cf4998c5d0b571dadb9c60f564'
+sha512sums=('c8a89408ac7104d2fda70824bc497d4a8f982aceb2be83e7c1a56ca3aadd8e9b9a24662b89ffe44692ab04a902c23e9b17fc2529137f75c4c43830493b80cba0'
 'SKIP')
-b2sums=('9cc51227d09a0705094aedfc4a245cc09b6761be815fdb0da49774d63d94b9fcb4718fe2abb33861822f67b2b7510779121b0f4e818953c67e00b15b82366b96'
+b2sums=('cccf645224945aad10bf7309c8b109f73830b2143274a526eb6fc4623219cad75b056feaeec564b025d0cf72bb1b4924be3a61e18889b36e56636a75d741a4b5'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-12-17 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 17, 2020 @ 19:58:37
  Author: jelle
Revision: 404457

archrelease: copy trunk to testing-x86_64

Added:
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 404456, s-nail/trunk/PKGBUILD)

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

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 404456, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-17 19:58:37 UTC (rev 404457)
@@ -0,0 +1,51 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.20
+pkgrel=1
+pkgdesc='Environment for sending and receiving mail'
+url='https://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('06aa2418d0b9dead568efb589c3da2e36e0da017c285260db5a2efa8a999e4ea'
+'SKIP')
+
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-12-17 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 17, 2020 @ 19:58:32
  Author: jelle
Revision: 404456

upgpkg: s-nail 14.9.20-1

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 19:54:33 UTC (rev 404455)
+++ PKGBUILD2020-12-17 19:58:32 UTC (rev 404456)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.9.19
-pkgrel=2
+pkgver=14.9.20
+pkgrel=1
 pkgdesc='Environment for sending and receiving mail'
 url='https://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')
@@ -14,7 +14,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('84f249a233a4592cf0c0bda9644c5b2d12e63a4807c0e292c13ef5068d3ca2bd'
+sha256sums=('06aa2418d0b9dead568efb589c3da2e36e0da017c285260db5a2efa8a999e4ea'
 'SKIP')
 
 backup=('etc/mail.rc')


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

2020-12-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 15, 2020 @ 20:12:20
  Author: jelle
Revision: 776154

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 776153, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 20:12:11 UTC (rev 776153)
+++ PKGBUILD2020-12-15 20:12:20 UTC (rev 776154)
@@ -1,34 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=4.3.7
-pkgrel=4
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging')
-makedepends=('git')
-checkdepends=('python-pytest')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a20e49e3b50130d1c3baa46db0e926ebfd6616cb99dd920952cb1481e7b267b3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 776153, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 20:12:20 UTC (rev 776154)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=4.3.7
+pkgrel=5
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('MIT')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 
'python-packaging')
+makedepends=('git')
+checkdepends=('python-pytest')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a20e49e3b50130d1c3baa46db0e926ebfd6616cb99dd920952cb1481e7b267b3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-12-15 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 15, 2020 @ 20:12:11
  Author: jelle
Revision: 776153

Make package reproducible by setting PYTHONHASHSEED

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 20:11:23 UTC (rev 776152)
+++ PKGBUILD2020-12-15 20:12:11 UTC (rev 776153)
@@ -4,7 +4,7 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint;
@@ -29,6 +29,6 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 15:57:22
  Author: jelle
Revision: 774496

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 774495, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/translations-location.patch
(from rev 774495, cppcheck/trunk/translations-location.patch)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD
  cppcheck/repos/community-x86_64/translations-location.patch

-+
 PKGBUILD|  135 --
 translations-location.patch |   40 ++--
 2 files changed, 87 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 15:57:13 UTC (rev 774495)
+++ PKGBUILD2020-12-13 15:57:22 UTC (rev 774496)
@@ -1,68 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=2.3
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('python-pygments' 'tinyxml2')
-makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
-optdepends=('qt5-base: run cppcheck-gui'
-'python-pygments: cppcheck-htmlreport'
-'clang: for cppcheck-gui integration')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
-translations-location.patch cppcheck-2.2-tinyxml.patch)
-sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
-  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
-  'd83e1202770b7389c14a91885d7d838c097d7680')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-   patch -Np1 -i $srcdir/translations-location.patch
-
-   mkdir build
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-
-   # Manuals
-   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
-   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
-   pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s 
--number-sections --toc
-
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
- -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes \
- -DBUILD_GUI=yes -DBUILD_SHARED_LIBS:BOOL=OFF \
- -DBUILD_TESTS=yes -DFILESDIR=/usr/share/cppcheck \
- -DUSE_BUNDLED_TINYXML2=OFF  \
- ..
-
-   make
-}
-
-
-check() {
-   cd "${pkgname}-${pkgver}/build/bin"
-   ./testrunner -g -q
-}
-
-package() {
-   cd "${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-
-   cd ..
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-   install -D -p -m 755 htmlreport/cppcheck-htmlreport 
"${pkgdir}"/usr/bin/cppcheck-htmlreport
-
-   # Fix location of language files
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   mv "${pkgdir}"/usr/bin/cppcheck_*.qm 
"${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 774495, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 15:57:22 UTC (rev 774496)
@@ -0,0 +1,67 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=2.3
+pkgrel=2
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('python-pygments' 'tinyxml2')
+makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
+optdepends=('qt5-base: run cppcheck-gui'
+'python-pygments: cppcheck-htmlreport'
+'clang: for cppcheck-gui integration')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
+translations-location.patch)
+sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
+  '03b0888438cf92ccdcbf307dbc3c35e65c91b844')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+   patch -Np1 -i $srcdir/translations-location.patch
+
+   mkdir build
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+
+   # Manuals
+   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
+   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
+   pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s 
--number-sections --toc
+
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+ -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes \
+ -DBUILD_GUI=yes -DBUILD_SHARED_LIBS:BOOL=OFF \
+ -DBUILD_TESTS=yes 

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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 15:57:13
  Author: jelle
Revision: 774495

Fix sources=()

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 15:57:00 UTC (rev 774494)
+++ PKGBUILD2020-12-13 15:57:13 UTC (rev 774495)
@@ -3,7 +3,7 @@
 
 pkgname=cppcheck
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
 url="http://cppcheck.sourceforge.net/;
@@ -14,10 +14,9 @@
 'python-pygments: cppcheck-htmlreport'
 'clang: for cppcheck-gui integration')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
-translations-location.patch cppcheck-2.2-tinyxml.patch)
+translations-location.patch)
 sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
-  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
-  'd83e1202770b7389c14a91885d7d838c097d7680')
+  '03b0888438cf92ccdcbf307dbc3c35e65c91b844')
 
 prepare() {
cd "${pkgname}-${pkgver}"


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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 14:57:26
  Author: jelle
Revision: 774396

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 14:57:17 UTC (rev 774395)
+++ PKGBUILD2020-12-13 14:57:26 UTC (rev 774396)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-pkgver=3.8.15
-pkgrel=1
-pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
-arch=('any')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-depends=(python python-setuptools python-numpy)
-checkdepends=(python-scipy python-networkx python-rtree python-lxml
-  python-shapely python-pillow python-sympy python-requests
-  python-msgpack python-pyglet python-jsonschema
-  python-svg.path python-collada)
-optdepends=('python-networkx: graph operations'
-'python-pyglet: preview windows'
-'python-rtree: vector path handling'
-'python-scipy: convex hulls'
-'python-shapely: vector path handling'
-'python-pillow: load images'
-'python-jsonschema: validate JSON schemas like GLTF'
-'python-requests: network requests'
-'python-msgpack: serialize into msgpack'
-'python-lxml: handle XML better and faster than built- in XML'
-'python-sympy: do analytical math'
-'python-svg.path: handle SVG format path strings'
-'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
-'python-collada: parse collada/dae/zae files')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd trimesh-${pkgver}
-  python -m unittest discover tests
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 774395, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 14:57:26 UTC (rev 774396)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.8.15
+pkgrel=2
+pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
+arch=('any')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+depends=(python python-setuptools python-numpy)
+checkdepends=(python-scipy python-networkx python-rtree python-lxml
+  python-shapely python-pillow python-sympy python-requests
+  python-msgpack python-pyglet python-jsonschema
+  python-svg.path python-collada)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-svg.path: handle SVG format path strings'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
+'python-collada: parse collada/dae/zae files')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
+package() {
+  cd trimesh-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 14:57:17
  Author: jelle
Revision: 774395

Make package reproducible

Modified:
  python-trimesh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 14:56:58 UTC (rev 774394)
+++ PKGBUILD2020-12-13 14:57:17 UTC (rev 774395)
@@ -2,7 +2,7 @@
 
 pkgname=python-trimesh
 pkgver=3.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh;
@@ -41,7 +41,7 @@
 
 package() {
   cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 
--skip-build
 
   install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 14:13:45
  Author: jelle
Revision: 774322

archrelease: copy trunk to community-any

Added:
  
python-pytz/repos/community-any/0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
(from rev 774321, 
python-pytz/trunk/0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch)
  python-pytz/repos/community-any/PKGBUILD
(from rev 774321, python-pytz/trunk/PKGBUILD)
Deleted:
  
python-pytz/repos/community-any/0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
  python-pytz/repos/community-any/PKGBUILD

+
 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch |  138 +--
 PKGBUILD   |  116 -
 2 files changed, 127 insertions(+), 127 deletions(-)

Deleted: 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
===
--- 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch  2020-12-13 
14:13:34 UTC (rev 774321)
+++ 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch  2020-12-13 
14:13:45 UTC (rev 774322)
@@ -1,69 +0,0 @@
-From 74baf31e5505d03a71df49894d57e1011e771eb9 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Mon, 4 May 2020 15:26:01 -0400
-Subject: [PATCH] Use the system zoneinfo from the tzdata package.
-
-We don't need to ship these vendored blobs as our system copy works
-quite well.
-
-Signed-off-by: Eli Schwartz 

- src/pytz/__init__.py | 13 +
- src/pytz/tzfile.py   |  2 +-
- src/setup.py |  2 --
- 3 files changed, 2 insertions(+), 15 deletions(-)
-
-diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
-index c25a1d1..3cc59ef 100644
 a/src/pytz/__init__.py
-+++ b/src/pytz/__init__.py
-@@ -92,19 +92,8 @@ def open_resource(name):
- if zoneinfo_dir is not None:
- filename = os.path.join(zoneinfo_dir, *name_parts)
- else:
--filename = os.path.join(os.path.dirname(__file__),
-+filename = os.path.join('/usr', 'share',
- 'zoneinfo', *name_parts)
--if not os.path.exists(filename):
--# http://bugs.launchpad.net/bugs/383171 - we avoid using this
--# unless absolutely necessary to help when a broken version of
--# pkg_resources is installed.
--try:
--from pkg_resources import resource_stream
--except ImportError:
--resource_stream = None
--
--if resource_stream is not None:
--return resource_stream(__name__, 'zoneinfo/' + name)
- return open(filename, 'rb')
- 
- 
-diff --git a/src/pytz/tzfile.py b/src/pytz/tzfile.py
-index 25117f3..98eba05 100644
 a/src/pytz/tzfile.py
-+++ b/src/pytz/tzfile.py
-@@ -126,7 +126,7 @@ def build_tzinfo(zone, fp):
- if __name__ == '__main__':
- import os.path
- from pprint import pprint
--base = os.path.join(os.path.dirname(__file__), 'zoneinfo')
-+base = os.path.join('/usr', 'share', 'zoneinfo')
- tz = build_tzinfo('Australia/Melbourne',
-   open(os.path.join(base, 'Australia', 'Melbourne'), 
'rb'))
- tz = build_tzinfo('US/Eastern',
-diff --git a/src/setup.py b/src/setup.py
-index fa9a592..675618c 100644
 a/src/setup.py
-+++ b/src/setup.py
-@@ -22,8 +22,6 @@ for dirpath, dirnames, filenames in 
os.walk(os.path.join('pytz', 'zoneinfo')):
-  for filename in filenames])
- package_data = {'pytz': resources}
- 
--assert len(resources) > 10, 'zoneinfo files not found!'
--
- setup(
- name='pytz',
- version=pytz.VERSION,
--- 
-2.26.2
-

Copied: 
python-pytz/repos/community-any/0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch
 (from rev 774321, 
python-pytz/trunk/0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch)
===
--- 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch  
(rev 0)
+++ 0001-Use-the-system-zoneinfo-from-the-tzdata-package.patch  2020-12-13 
14:13:45 UTC (rev 774322)
@@ -0,0 +1,69 @@
+From 74baf31e5505d03a71df49894d57e1011e771eb9 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 4 May 2020 15:26:01 -0400
+Subject: [PATCH] Use the system zoneinfo from the tzdata package.
+
+We don't need to ship these vendored blobs as our system copy works
+quite well.
+
+Signed-off-by: Eli Schwartz 
+---
+ src/pytz/__init__.py | 13 +
+ src/pytz/tzfile.py   |  2 +-
+ src/setup.py |  2 --
+ 3 files changed, 2 insertions(+), 15 deletions(-)
+
+diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
+index c25a1d1..3cc59ef 100644
+--- a/src/pytz/__init__.py
 b/src/pytz/__init__.py
+@@ -92,19 +92,8 @@ def open_resource(name):
+ if zoneinfo_dir is not None:
+ filename = os.path.join(zoneinfo_dir, *name_parts)
+ else:
+-filename = 

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

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 14:13:34
  Author: jelle
Revision: 774321

Make package reproducible by setting PYTHONHASHSEED

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 14:12:26 UTC (rev 774320)
+++ PKGBUILD2020-12-13 14:13:34 UTC (rev 774321)
@@ -5,7 +5,7 @@
 
 pkgname=('python-pytz' 'python2-pytz')
 pkgver=2020.4
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://pypi.python.org/pypi/pytz;
 license=("MIT")
@@ -40,7 +40,7 @@
 
 cd pytz-$pkgver
 
-python3 setup.py install --root="$pkgdir"/
+PYTHONHASHSEED=1 python3 setup.py install --root="$pkgdir"/
 
 install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:49:16
  Author: jelle
Revision: 773479

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:49:08 UTC (rev 773478)
+++ PKGBUILD2020-12-12 16:49:16 UTC (rev 773479)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-meilisearch
-pkgver=0.13.0
-pkgrel=2
-pkgdesc='Python client for MeiliSearch API'
-arch=(any)
-license=('MIT')
-url='https://pypi.org/project/meilisearch/'
-depends=(python)
-makedepends=(python-requests)
-checkdepends=('python-pytest' 'python-pytest-ordering')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('64e5a2365466a22a60082bd1669b15736515b2b96a4fcabf1ac190a94cc2159719088ab67ff002c3fd9d301bc058f6bcd7976e41905663e5bf3527b6f6775739')
-
-build() {
-  cd "meilisearch-python-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  # requires running meilisearch 
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
-  cd "meilisearch-python-${pkgver}"
-  #pytest .
-}
-
-package() {
-  cd "meilisearch-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-meilisearch/repos/community-any/PKGBUILD (from rev 773478, 
python-meilisearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:49:16 UTC (rev 773479)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-meilisearch
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Python client for MeiliSearch API'
+arch=(any)
+license=('MIT')
+url='https://pypi.org/project/meilisearch/'
+depends=(python)
+makedepends=(python-requests)
+checkdepends=('python-pytest' 'python-pytest-ordering')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
+sha512sums=('8c431346a0566a3cb2a12f4dd8bc979d2e1217ada3ad5b82feb81a2a2d6dee4bb935cce5c9a6b711ed02b66d53f840bc49e2cc10886acbf21c8a4ffd19a52c7d')
+
+build() {
+  cd "meilisearch-python-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  # requires running meilisearch 
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
+  cd "meilisearch-python-${pkgver}"
+  #pytest .
+}
+
+package() {
+  cd "meilisearch-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:49:08
  Author: jelle
Revision: 773478

upgpkg: python-meilisearch 0.14.0-1

Modified:
  python-meilisearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:48:28 UTC (rev 773477)
+++ PKGBUILD2020-12-12 16:49:08 UTC (rev 773478)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-meilisearch
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='Python client for MeiliSearch API'
 arch=(any)
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=(python-requests)
 checkdepends=('python-pytest' 'python-pytest-ordering')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('64e5a2365466a22a60082bd1669b15736515b2b96a4fcabf1ac190a94cc2159719088ab67ff002c3fd9d301bc058f6bcd7976e41905663e5bf3527b6f6775739')
+sha512sums=('8c431346a0566a3cb2a12f4dd8bc979d2e1217ada3ad5b82feb81a2a2d6dee4bb935cce5c9a6b711ed02b66d53f840bc49e2cc10886acbf21c8a4ffd19a52c7d')
 
 build() {
   cd "meilisearch-python-${pkgver}"


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:46:15
  Author: jelle
Revision: 773474

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:46:10 UTC (rev 773473)
+++ PKGBUILD2020-12-12 16:46:15 UTC (rev 773474)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
-
-build() {
-  cd ${_name}-${pkgver}
-  PYTHONHASHSEED=1 python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 773473, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:46:15 UTC (rev 773474)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.6.0
+pkgrel=3
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
+
+build() {
+  cd ${_name}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONDONTWRITEBYTECODE=1 
PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  PYTHONHASHSEED=0 python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:46:10
  Author: jelle
Revision: 773473

Make atom really reproducible with repro

Modified:
  python-atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:46:03 UTC (rev 773472)
+++ PKGBUILD2020-12-12 16:46:10 UTC (rev 773473)
@@ -3,7 +3,7 @@
 _name=atom
 pkgname=python-atom
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Memory efficient Python objects'
 arch=(x86_64)
 url='https://github.com/nucleic/atom'
@@ -15,7 +15,7 @@
 
 build() {
   cd ${_name}-${pkgver}
-  PYTHONHASHSEED=1 python setup.py build
+  python setup.py build
 }
 
 check() {
@@ -22,11 +22,11 @@
   cd ${_name}-${pkgver}
   local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
 
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+  PYTHONDONTWRITEBYTECODE=1 
PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
 }
 
 package() {
   cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  PYTHONHASHSEED=0 python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:45:28
  Author: jelle
Revision: 773471

archrelease: copy trunk to community-x86_64

Added:
  meilisearch/repos/community-x86_64/PKGBUILD
(from rev 773470, meilisearch/trunk/PKGBUILD)
  meilisearch/repos/community-x86_64/meilisearch.conf
(from rev 773470, meilisearch/trunk/meilisearch.conf)
  meilisearch/repos/community-x86_64/meilisearch.service
(from rev 773470, meilisearch/trunk/meilisearch.service)
  meilisearch/repos/community-x86_64/meilisearch.sysusers
(from rev 773470, meilisearch/trunk/meilisearch.sysusers)
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles
(from rev 773470, meilisearch/trunk/meilisearch.tmpfiles)
Deleted:
  meilisearch/repos/community-x86_64/PKGBUILD
  meilisearch/repos/community-x86_64/meilisearch.conf
  meilisearch/repos/community-x86_64/meilisearch.service
  meilisearch/repos/community-x86_64/meilisearch.sysusers
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles

--+
 PKGBUILD |   82 -
 meilisearch.conf |   10 ++---
 meilisearch.service  |   68 
 meilisearch.sysusers |4 +-
 meilisearch.tmpfiles |2 -
 5 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:45:13 UTC (rev 773470)
+++ PKGBUILD2020-12-12 16:45:28 UTC (rev 773471)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgname=MeiliSearch
-pkgname=meilisearch
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
-arch=(x86_64)
-url="https://docs.meilisearch.com/;
-license=('MIT')
-depends=(gcc-libs)
-makedepends=(rust)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
-${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('26030186439f4cc49ac46b5e590f2ab2799ae71fca6c4365c8d55775e27260e55d9235609bbaed8bc90251a3b4795495524cd31138bf41cb5c332cb0f551d220'
-
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
-
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
-
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
-
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')
-validpgpkeys=()
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release --locked --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -D -m644 "${srcdir}/meilisearch.service"  
"${pkgdir}/usr/lib/systemd/system/meilisearch.service"
-  install -D -m644 "${srcdir}/meilisearch.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.conf" 
"${pkgdir}/etc//meilisearch.conf"
-}

Copied: meilisearch/repos/community-x86_64/PKGBUILD (from rev 773470, 
meilisearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:45:28 UTC (rev 773471)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgname=MeiliSearch
+pkgname=meilisearch
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
+arch=(x86_64)
+url="https://docs.meilisearch.com/;
+license=('MIT')
+depends=(gcc-libs)
+makedepends=(rust)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
+${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
+sha512sums=('93891141cb91487c1974e7029c54617b5da47521839f67eb08eec1dcd0fe67517fb0f2fd62a81f7a9efb86f86621bb257835aad3502901a9478355790fb0812e'
+
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
+
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
+
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
+
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')

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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:45:13
  Author: jelle
Revision: 773470

upgpkg: meilisearch 0.17.0-1

Modified:
  meilisearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:42:53 UTC (rev 773469)
+++ PKGBUILD2020-12-12 16:45:13 UTC (rev 773470)
@@ -2,7 +2,7 @@
 
 _pkgname=MeiliSearch
 pkgname=meilisearch
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(rust)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
 ${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('26030186439f4cc49ac46b5e590f2ab2799ae71fca6c4365c8d55775e27260e55d9235609bbaed8bc90251a3b4795495524cd31138bf41cb5c332cb0f551d220'
+sha512sums=('93891141cb91487c1974e7029c54617b5da47521839f67eb08eec1dcd0fe67517fb0f2fd62a81f7a9efb86f86621bb257835aad3502901a9478355790fb0812e'
 
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
 
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
 
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:27:38
  Author: jelle
Revision: 773441

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 16:27:29 UTC (rev 773440)
+++ PKGBUILD2020-12-12 16:27:38 UTC (rev 773441)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-crc16
-pkgver=0.1.1
-pkgrel=5
-arch=(x86_64)
-pkgdesc='Python library for calculating CRC16'
-url="https://pypi.org/project/crc16/;
-depends=(python-setuptools python)
-license=('LGPL')
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
-sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
-
-build() {
-  cd "${pkgname#python-}-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname#python-}-$pkgver"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
-}
-
-package() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-crc16/repos/community-x86_64/PKGBUILD (from rev 773440, 
python-crc16/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 16:27:38 UTC (rev 773441)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-crc16
+pkgver=0.1.1
+pkgrel=6
+arch=(x86_64)
+pkgdesc='Python library for calculating CRC16'
+url="https://pypi.org/project/crc16/;
+depends=(python-setuptools python)
+license=('LGPL')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
+sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
+
+build() {
+  cd "${pkgname#python-}-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname#python-}-$pkgver"
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  
python -m crc16.test
+}
+
+package() {
+  cd "${pkgname#python-}-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}


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

2020-12-12 Thread Jelle van der Waa via arch-commits
Date: Saturday, December 12, 2020 @ 16:27:29
  Author: jelle
Revision: 773440

Make reproducible with `repro`.

Modified:
  python-crc16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 16:27:25 UTC (rev 773439)
+++ PKGBUILD2020-12-12 16:27:29 UTC (rev 773440)
@@ -2,7 +2,7 @@
 
 pkgname=python-crc16
 pkgver=0.1.1
-pkgrel=5
+pkgrel=6
 arch=(x86_64)
 pkgdesc='Python library for calculating CRC16'
 url="https://pypi.org/project/crc16/;
@@ -14,16 +14,16 @@
 
 build() {
   cd "${pkgname#python-}-$pkgver"
-  export PYTHONHASHSEED=0
   python setup.py build
 }
 
 check() {
   cd "${pkgname#python-}-$pkgver"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
+  PYTHONDONTWRITEBYTECODE=1 PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  
python -m crc16.test
 }
 
 package() {
   cd "${pkgname#python-}-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
 }


[arch-commits] Commit in cppcheck/repos/community-x86_64 (5 files)

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 21:43:32
  Author: jelle
Revision: 773221

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 773220, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/translations-location.patch
(from rev 773220, cppcheck/trunk/translations-location.patch)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD
  cppcheck/repos/community-x86_64/cppcheck-2.2-tinyxml.patch
  cppcheck/repos/community-x86_64/translations-location.patch

-+
 PKGBUILD|  139 --
 cppcheck-2.2-tinyxml.patch  |   90 ---
 translations-location.patch |   40 ++--
 3 files changed, 88 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 21:43:23 UTC (rev 773220)
+++ PKGBUILD2020-12-11 21:43:32 UTC (rev 773221)
@@ -1,71 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=2.2
-pkgrel=2
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('python-pygments' 'tinyxml2')
-makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
-optdepends=('qt5-base: run cppcheck-gui'
-'python-pygments: cppcheck-htmlreport'
-'clang: for cppcheck-gui integration')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
-translations-location.patch cppcheck-2.2-tinyxml.patch)
-sha1sums=('11bdc2f82269cf74f9882719f761cde79443a928'
-  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
-  'd83e1202770b7389c14a91885d7d838c097d7680')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-   patch -Np1 -i $srcdir/translations-location.patch
-   patch -Np1 -i $srcdir/cppcheck-2.2-tinyxml.patch
-
-   # Make sure bundled tinyxml is not used
-   rm -r externals/tinyxml
-
-   mkdir build
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-
-   # Manuals
-   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
-   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
-   pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s 
--number-sections --toc
-
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
- -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes \
- -DBUILD_GUI=yes -DBUILD_SHARED_LIBS:BOOL=OFF \
- -DBUILD_TESTS=yes -DFILESDIR=/usr/share/cppcheck \
- ..
-
-   make
-}
-
-
-check() {
-   cd "${pkgname}-${pkgver}/build/bin"
-   ./testrunner -g -q
-}
-
-package() {
-   cd "${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-
-   cd ..
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-   install -D -p -m 755 htmlreport/cppcheck-htmlreport 
"${pkgdir}"/usr/bin/cppcheck-htmlreport
-
-   # Fix location of language files
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   mv "${pkgdir}"/usr/bin/cppcheck_*.qm 
"${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 773220, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 21:43:32 UTC (rev 773221)
@@ -0,0 +1,68 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=2.3
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('python-pygments' 'tinyxml2')
+makedepends=('docbook-xsl' 'qt5-tools' 'qt5-base' 'python' 'pandoc' 'cmake' 
'clang')
+optdepends=('qt5-base: run cppcheck-gui'
+'python-pygments: cppcheck-htmlreport'
+'clang: for cppcheck-gui integration')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
+translations-location.patch cppcheck-2.2-tinyxml.patch)
+sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
+  '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
+  'd83e1202770b7389c14a91885d7d838c097d7680')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+   patch -Np1 -i $srcdir/translations-location.patch
+
+   mkdir build
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+
+   # Manuals
+   xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
+   pandoc man/manual.md -o man/manual.html -s --number-sections --toc
+   pandoc man/reference-cfg-format.md -o 

[arch-commits] Commit in cppcheck/trunk (PKGBUILD cppcheck-2.2-tinyxml.patch)

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 21:43:23
  Author: jelle
Revision: 773220

Use new cmake switch to use system and update to 2.3

Modified:
  cppcheck/trunk/PKGBUILD
Deleted:
  cppcheck/trunk/cppcheck-2.2-tinyxml.patch

+
 PKGBUILD   |   11 +
 cppcheck-2.2-tinyxml.patch |   90 ---
 2 files changed, 4 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 21:11:45 UTC (rev 773219)
+++ PKGBUILD2020-12-11 21:43:23 UTC (rev 773220)
@@ -2,8 +2,8 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
 url="http://cppcheck.sourceforge.net/;
@@ -15,7 +15,7 @@
 'clang: for cppcheck-gui integration')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
 translations-location.patch cppcheck-2.2-tinyxml.patch)
-sha1sums=('11bdc2f82269cf74f9882719f761cde79443a928'
+sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
   '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
   'd83e1202770b7389c14a91885d7d838c097d7680')
 
@@ -22,11 +22,7 @@
 prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i $srcdir/translations-location.patch
-   patch -Np1 -i $srcdir/cppcheck-2.2-tinyxml.patch
 
-   # Make sure bundled tinyxml is not used
-   rm -r externals/tinyxml
-
mkdir build
 }
 
@@ -45,6 +41,7 @@
  -DUSE_MATCHCOMPILER=yes -DHAVE_RULES=yes \
  -DBUILD_GUI=yes -DBUILD_SHARED_LIBS:BOOL=OFF \
  -DBUILD_TESTS=yes -DFILESDIR=/usr/share/cppcheck \
+ -DUSE_BUNDLED_TINYXML2=OFF  \
  ..
 
make

Deleted: cppcheck-2.2-tinyxml.patch
===
--- cppcheck-2.2-tinyxml.patch  2020-12-11 21:11:45 UTC (rev 773219)
+++ cppcheck-2.2-tinyxml.patch  2020-12-11 21:43:23 UTC (rev 773220)
@@ -1,90 +0,0 @@
-diff -up cppcheck-2.2/cli/CMakeLists.txt.orig cppcheck-2.2/cli/CMakeLists.txt
 cppcheck-2.2/cli/CMakeLists.txt.orig   2020-10-03 11:05:53.0 
+0200
-+++ cppcheck-2.2/cli/CMakeLists.txt2020-10-04 06:47:29.867450500 +0200
-@@ -1,5 +1,4 @@
- include_directories(${PROJECT_SOURCE_DIR}/lib/)
--include_directories(SYSTEM ${PROJECT_SOURCE_DIR}/externals/tinyxml/)
- include_directories(${PROJECT_SOURCE_DIR}/externals/simplecpp/)
- 
- file(GLOB hdrs "*.h")
-@@ -8,7 +7,7 @@ file(GLOB mainfile "main.cpp")
- list(REMOVE_ITEM srcs ${mainfile})
- 
- add_library(cli_objs OBJECT ${hdrs} ${srcs}) 
--add_executable(cppcheck ${hdrs} ${mainfile} $ 
$ $ 
$)
-+add_executable(cppcheck ${hdrs} ${mainfile} $ 
$ $)
- if (HAVE_RULES)
- target_link_libraries(cppcheck ${PCRE_LIBRARY})
- endif()
-@@ -18,6 +17,7 @@ endif()
- if (WIN32 AND NOT BORLAND)
- target_link_libraries(cppcheck Shlwapi.lib)
- endif()
-+target_link_libraries(cppcheck tinyxml2)
- 
- install(TARGETS cppcheck
- RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
-diff -up cppcheck-2.2/CMakeLists.txt.orig cppcheck-2.2/CMakeLists.txt
 cppcheck-2.2/CMakeLists.txt.orig   2020-10-03 11:05:53.0 +0200
-+++ cppcheck-2.2/CMakeLists.txt2020-10-04 06:48:18.324566600 +0200
-@@ -23,7 +23,6 @@ if (BUILD_TESTS)
- enable_testing()
- endif()
- 
--add_subdirectory(externals/tinyxml)
- add_subdirectory(externals/simplecpp)
- add_subdirectory(lib)   # CppCheck Library 
- add_subdirectory(cli)   # Client application
-diff -up cppcheck-2.2/gui/CMakeLists.txt.orig cppcheck-2.2/gui/CMakeLists.txt
 cppcheck-2.2/gui/CMakeLists.txt.orig   2020-10-03 11:05:53.0 
+0200
-+++ cppcheck-2.2/gui/CMakeLists.txt2020-10-04 07:36:13.199769100 +0200
-@@ -10,7 +10,6 @@ if (BUILD_GUI)
- endif()
- 
- include_directories(${PROJECT_SOURCE_DIR}/lib/)
--include_directories(SYSTEM ${PROJECT_SOURCE_DIR}/externals/tinyxml/)
- 
- file(GLOB hdrs "*.h")
- file(GLOB srcs "*.cpp")
-@@ -20,14 +19,14 @@ if (BUILD_GUI)
- QT5_ADD_RESOURCES(resources "gui.qrc")
- QT5_ADD_TRANSLATION(qms ${tss})
- 
--add_executable(cppcheck-gui ${hdrs} ${srcs} ${uis_hdrs} ${resources} 
${qms} $ $ 
$)
-+add_executable(cppcheck-gui ${hdrs} ${srcs} ${uis_hdrs} ${resources} 
${qms} $ $)
- if (HAVE_RULES)
- target_link_libraries(cppcheck-gui ${PCRE_LIBRARY})
- endif()
- if (USE_Z3)
- target_link_libraries(cppcheck-gui ${Z3_LIBRARIES})
- endif()
--target_link_libraries(cppcheck-gui Qt5::Core Qt5::Gui Qt5::Widgets 
Qt5::PrintSupport Qt5::Help)
-+target_link_libraries(cppcheck-gui tinyxml2 Qt5::Core Qt5::Gui 
Qt5::Widgets Qt5::PrintSupport Qt5::Help)
- if(WITH_QCHART)
- target_compile_definitions (cppcheck-gui PRIVATE HAVE_QCHART )
- target_link_libraries(cppcheck-gui Qt5::Charts)
-diff -up cppcheck-2.2/test/CMakeLists.txt.orig 

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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 21:11:45
  Author: jelle
Revision: 773219

archrelease: copy trunk to community-any

Added:
  bandit/repos/community-any/PKGBUILD
(from rev 773218, bandit/trunk/PKGBUILD)
Deleted:
  bandit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 21:11:38 UTC (rev 773218)
+++ PKGBUILD2020-12-11 21:11:45 UTC (rev 773219)
@@ -1,18 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=bandit
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='Python security linter from OpenStack Security'
-arch=('any')
-url='https://github.com/PyCQA/bandit'
-license=('Apache')
-depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
-makedepends=('python-setuptools' 'git')
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
-
-package() {
-cd bandit-$pkgver
-python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: bandit/repos/community-any/PKGBUILD (from rev 773218, 
bandit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 21:11:45 UTC (rev 773219)
@@ -0,0 +1,18 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=bandit
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='Python security linter from OpenStack Security'
+arch=('any')
+url='https://github.com/PyCQA/bandit'
+license=('Apache')
+depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
+makedepends=('python-setuptools' 'git')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('56132b018698f3e495f8d6f94b81808a37bad24b64d7f92a73cce89f36ea7f2a2f7cecde719b3249aaa44669cf6e782aebea20c8f0308070271c711fcc313ba7')
+
+package() {
+cd bandit-$pkgver
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 21:11:38
  Author: jelle
Revision: 773218

Bumpd to 1.6.3 and make reproducible

Modified:
  bandit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 21:00:37 UTC (rev 773217)
+++ PKGBUILD2020-12-11 21:11:38 UTC (rev 773218)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=bandit
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='Python security linter from OpenStack Security'
 arch=('any')
 url='https://github.com/PyCQA/bandit'
@@ -10,9 +10,9 @@
 depends=('python-yaml' 'python-stevedore' 'python-appdirs' 'python-six' 
'python-pbr')
 makedepends=('python-setuptools' 'git')
 
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f')
+sha512sums=('56132b018698f3e495f8d6f94b81808a37bad24b64d7f92a73cce89f36ea7f2a2f7cecde719b3249aaa44669cf6e782aebea20c8f0308070271c711fcc313ba7')
 
 package() {
 cd bandit-$pkgver
-python setup.py install --root="$pkgdir" --optimize=1
+PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1
 }


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:54:30
  Author: jelle
Revision: 773216

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 20:54:24 UTC (rev 773215)
+++ PKGBUILD2020-12-11 20:54:30 UTC (rev 773216)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=atom
-pkgname=python-atom
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Memory efficient Python objects'
-arch=(x86_64)
-url='https://github.com/nucleic/atom'
-license=('BSD' 'custom')
-depends=(python python-setuptools)
-checkdepends=(python-pytest)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
-sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
-
-build() {
-  cd ${_name}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_name}-${pkgver}
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
-}
-
-package() {
-  cd ${_name}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-atom/repos/community-x86_64/PKGBUILD (from rev 773215, 
python-atom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 20:54:30 UTC (rev 773216)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+_name=atom
+pkgname=python-atom
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Memory efficient Python objects'
+arch=(x86_64)
+url='https://github.com/nucleic/atom'
+license=('BSD' 'custom')
+depends=(python python-setuptools)
+checkdepends=(python-pytest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nucleic/atom/archive/$pkgver.tar.gz)
+sha512sums=('ff02baa80c1cfaf113a0dc153f825dc76cc01084aea0f34c6bb2f3e6926290d105ee433ab0abb2ad27a87fb5e76303fc2b4456c25fde3bab666234c4d3bbb4be')
+
+build() {
+  cd ${_name}-${pkgver}
+  PYTHONHASHSEED=1 python setup.py build
+}
+
+check() {
+  cd ${_name}-${pkgver}
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" pytest
+}
+
+package() {
+  cd ${_name}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:54:24
  Author: jelle
Revision: 773215

Make package reproducible by setting PYTHONHASHSEED

Modified:
  python-atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 20:49:05 UTC (rev 773214)
+++ PKGBUILD2020-12-11 20:54:24 UTC (rev 773215)
@@ -3,7 +3,7 @@
 _name=atom
 pkgname=python-atom
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Memory efficient Python objects'
 arch=(x86_64)
 url='https://github.com/nucleic/atom'
@@ -15,7 +15,7 @@
 
 build() {
   cd ${_name}-${pkgver}
-  python setup.py build
+  PYTHONHASHSEED=1 python setup.py build
 }
 
 check() {


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:49:05
  Author: jelle
Revision: 773214

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 20:48:57 UTC (rev 773213)
+++ PKGBUILD2020-12-11 20:49:05 UTC (rev 773214)
@@ -1,27 +0,0 @@
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-pkgname=python-gflags
-pkgver=3.1.2
-pkgrel=5
-pkgdesc="Commandline flags module for Python"
-arch=('any')
-url="https://github.com/google/python-gflags;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('f1692c79ccf4a55d13895dcd195f0db1ebd55c71024b431ec953703b38d73f96')
-
-build() {
-cd ${pkgname}-${pkgver}
-python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  chmod +x "${pkgdir}"/usr/bin/gflags2man.py
-  #chmod +r "${pkgdir}"/* -R
-  #install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm644 AUTHORS "${pkgdir}"/usr/share/licenses/${pkgname}/AUTHORS
-  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: python-gflags/repos/community-any/PKGBUILD (from rev 773213, 
python-gflags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 20:49:05 UTC (rev 773214)
@@ -0,0 +1,28 @@
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=python-gflags
+pkgver=3.1.2
+pkgrel=6
+pkgdesc="Commandline flags module for Python"
+arch=('any')
+url="https://github.com/google/python-gflags;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('f1692c79ccf4a55d13895dcd195f0db1ebd55c71024b431ec953703b38d73f96')
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHONHASHSEED=1 python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  chmod +x "${pkgdir}"/usr/bin/gflags2man.py
+  #chmod +r "${pkgdir}"/* -R
+  #install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 AUTHORS "${pkgdir}"/usr/share/licenses/${pkgname}/AUTHORS
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:48:57
  Author: jelle
Revision: 773213

Make reproducible by setting PYTHONHASHSEED=0

Modified:
  python-gflags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 20:33:21 UTC (rev 773212)
+++ PKGBUILD2020-12-11 20:48:57 UTC (rev 773213)
@@ -1,7 +1,8 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
 pkgname=python-gflags
 pkgver=3.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Commandline flags module for Python"
 arch=('any')
 url="https://github.com/google/python-gflags;
@@ -13,7 +14,7 @@
 
 build() {
 cd ${pkgname}-${pkgver}
-python setup.py build
+PYTHONHASHSEED=1 python setup.py build
 }
 
 package() {


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:33:21
  Author: jelle
Revision: 773212

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 20:33:13 UTC (rev 773211)
+++ PKGBUILD2020-12-11 20:33:21 UTC (rev 773212)
@@ -1,28 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-crc16
-pkgver=0.1.1
-pkgrel=4
-arch=(x86_64)
-pkgdesc='Python library for calculating CRC16'
-url="https://pypi.org/project/crc16/;
-depends=(python-setuptools python)
-license=('LGPL')
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
-sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
-
-build() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname#python-}-$pkgver"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
-}
-
-package() {
-  cd "${pkgname#python-}-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-crc16/repos/community-x86_64/PKGBUILD (from rev 773211, 
python-crc16/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 20:33:21 UTC (rev 773212)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-crc16
+pkgver=0.1.1
+pkgrel=5
+arch=(x86_64)
+pkgdesc='Python library for calculating CRC16'
+url="https://pypi.org/project/crc16/;
+depends=(python-setuptools python)
+license=('LGPL')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
+sha512sums=('45d5e8e13b1ac5f885b40516872a9233514f09aa8990915904b214eec2ef6084016f8f0c15bb411aaa1ffc32e8207020916f723e48eee726a7e6989901c9e65d')
+
+build() {
+  cd "${pkgname#python-}-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname#python-}-$pkgver"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9"  python -m crc16.test
+}
+
+package() {
+  cd "${pkgname#python-}-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-12-11 Thread Jelle van der Waa via arch-commits
Date: Friday, December 11, 2020 @ 20:33:13
  Author: jelle
Revision: 773211

Make package reproducible by setting PYTHONHASHSEED

Modified:
  python-crc16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 19:41:10 UTC (rev 773210)
+++ PKGBUILD2020-12-11 20:33:13 UTC (rev 773211)
@@ -2,7 +2,7 @@
 
 pkgname=python-crc16
 pkgver=0.1.1
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc='Python library for calculating CRC16'
 url="https://pypi.org/project/crc16/;
@@ -14,6 +14,7 @@
 
 build() {
   cd "${pkgname#python-}-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:51:52
  Author: jelle
Revision: 773083

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 20:51:47 UTC (rev 773082)
+++ PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-_name=progressbar2
-pkgname=python-progressbar
-pkgdesc="A progress bar for Python"
-pkgver=3.53.1
-pkgrel=4
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
-'SKIP')
-b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest config
-  rm -v pytest.ini
-}
-
-build() {
-  export PYTHONHASHSEED=0
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 773082, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+_name=progressbar2
+pkgname=python-progressbar
+pkgdesc="A progress bar for Python"
+pkgver=3.53.1
+pkgrel=5
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
+'SKIP')
+b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # don't care about custom pytest config
+  rm -v pytest.ini
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  # Don't write pyc files of tests so the package is reproducible.
+  PYTHONDONTWRITEBYTECODE=1 pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:51:47
  Author: jelle
Revision: 773082

Make package reproducible by not installing test pyc files

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:46:06 UTC (rev 773081)
+++ PKGBUILD2020-12-10 20:51:47 UTC (rev 773082)
@@ -6,7 +6,7 @@
 pkgname=python-progressbar
 pkgdesc="A progress bar for Python"
 pkgver=3.53.1
-pkgrel=4
+pkgrel=5
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=('any')
@@ -28,7 +28,6 @@
 }
 
 build() {
-  export PYTHONHASHSEED=0
   cd "${pkgname}-${pkgver}"
   python setup.py build
 }
@@ -36,7 +35,8 @@
 check() {
   cd "${pkgname}-${pkgver}"
   export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
+  # Don't write pyc files of tests so the package is reproducible.
+  PYTHONDONTWRITEBYTECODE=1 pytest -v
 }
 
 package() {


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:31
  Author: jelle
Revision: 773073

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 773072, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 773072, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 773072, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 773072, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 773072, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  188 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++--
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 20:02:17 UTC (rev 773072)
+++ PKGBUILD2020-12-10 20:02:31 UTC (rev 773073)
@@ -1,94 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.3.4
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 20:02:17
  Author: jelle
Revision: 773072

upgpkg: grafana 7.3.5-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:58:48 UTC (rev 773071)
+++ PKGBUILD2020-12-10 20:02:17 UTC (rev 773072)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.3.4
+pkgver=7.3.5
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 18:17:12
  Author: jelle
Revision: 773060

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 18:17:03 UTC (rev 773059)
+++ PKGBUILD2020-12-10 18:17:12 UTC (rev 773060)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-_name=progressbar2
-pkgname=python-progressbar
-pkgdesc="A progress bar for Python"
-pkgver=3.53.1
-pkgrel=3
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
-'SKIP')
-b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest config
-  rm -v pytest.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-progressbar/repos/community-any/PKGBUILD (from rev 773059, 
python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-10 18:17:12 UTC (rev 773060)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+_name=progressbar2
+pkgname=python-progressbar
+pkgdesc="A progress bar for Python"
+pkgver=3.53.1
+pkgrel=4
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4817bbb45d0f51ee2b3feceec56b3177ed5d0561894a13eea53a30e8b9aad5805483b5b669af93f3fd0cc958984b8a5c2a14ba3591e0a85be12180d057bc2f81'
+'SKIP')
+b2sums=('80f406adf42c5c57ecad87002426115e1254339d5cd310dd42f560f48a1123702dffbba8f26114a01f2bd5be75a29cb12cc1c091d5554509b6282ceb2b66fb76'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # don't care about custom pytest config
+  rm -v pytest.ini
+}
+
+build() {
+  export PYTHONHASHSEED=0
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-10 Thread Jelle van der Waa via arch-commits
Date: Thursday, December 10, 2020 @ 18:17:03
  Author: jelle
Revision: 773059

Make package reproducible by settings PYTHONHASHSEED

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 18:16:05 UTC (rev 773058)
+++ PKGBUILD2020-12-10 18:17:03 UTC (rev 773059)
@@ -6,7 +6,7 @@
 pkgname=python-progressbar
 pkgdesc="A progress bar for Python"
 pkgver=3.53.1
-pkgrel=3
+pkgrel=4
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=('any')
@@ -28,6 +28,7 @@
 }
 
 build() {
+  export PYTHONHASHSEED=0
   cd "${pkgname}-${pkgver}"
   python setup.py build
 }


[arch-commits] Commit in swift/trunk (4 files)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 22:32:47
  Author: jelle
Revision: 771296

FS#68081 Fix build with Qt 5.15

Fix build with Qt 5.15 and Boost and add FULL RELRO.

Added:
  swift/trunk/swift-4.0.2-boost-1.69-compatibility.patch
  swift/trunk/swift-4.0.2-qt-5.11-compatibility.patch
  swift/trunk/swift-4.0.2-qt-5.15-compatibility.patch
Modified:
  swift/trunk/PKGBUILD

+
 PKGBUILD   |   20 ---
 swift-4.0.2-boost-1.69-compatibility.patch |   77 +++
 swift-4.0.2-qt-5.11-compatibility.patch|   35 
 swift-4.0.2-qt-5.15-compatibility.patch|   10 +++
 4 files changed, 135 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:31:17 UTC (rev 771295)
+++ PKGBUILD2020-12-06 22:32:47 UTC (rev 771296)
@@ -13,21 +13,27 @@
 makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
  'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
 
source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz;
-   "build-fix.patch")
+'swift-4.0.2-boost-1.69-compatibility.patch'
+'swift-4.0.2-qt-5.11-compatibility.patch'
+'swift-4.0.2-qt-5.15-compatibility.patch')
 sha256sums=('1c7c9fb981ecb9b589890c36523dbbabde2f0a708f71a66eb71e9526bf8e0a70'
-'f1b710245c5630aea585378875b334aa05dea7cb85a80f156e8494d1d5ad9a47')
+'d166362c146f859ec89c535f8676ac12c6e51e281e6c88c5e36b25e4ea5655d1'
+'7970844d39c38ff6d36c2d1e26c145495ff8f5a5a31a399467eca66854dc3e67'
+'18feef21870b0f441a6fb0faf7b35a826cfec4fe4a1d717bbb1c373a8c1ccb95')
 
 # Those options need to be consistent between each scons invocation.
-_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
+_scons_options=(max_jobs=1 optimize=1 debug=0 swiften_dll=1 
cflags="${CPPFLAGS} ${CFLAGS}" cxxflags="${CPPFLAGS} ${CFLAGS}" 
linkflags="${LDFLAGS}")
 
 prepare() {
   cd $pkgbase-$pkgver
-  patch -p1 <"$srcdir"/build-fix.patch
+  patch -p1 -i ../swift-4.0.2-boost-1.69-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.11-compatibility.patch
+  patch -p1 -i ../swift-4.0.2-qt-5.15-compatibility.patch
 }
 
 build() {
   cd $pkgbase-$pkgver
-  ./scons $_scons_options Swift Swiften
+  ./scons "${_scons_options[@]}" Swift Swiften
 }
 
 package_swift-im() {
@@ -36,7 +42,7 @@
'qt5-x11extras' 'qt5-svg' 'libxss' 'hicolor-icon-theme')
 
   cd $pkgbase-$pkgver
-  ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+  ./scons "${_scons_options[@]}" SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
 }
 
 package_swiften() {
@@ -44,5 +50,5 @@
   depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl')
 
   cd $pkgbase-$pkgver
-  ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+  ./scons "${_scons_options[@]}" SWIFTEN_INSTALLDIR="$pkgdir"/usr/ 
"$pkgdir"/usr/
 }

Added: swift-4.0.2-boost-1.69-compatibility.patch
===
--- swift-4.0.2-boost-1.69-compatibility.patch  (rev 0)
+++ swift-4.0.2-boost-1.69-compatibility.patch  2020-12-06 22:32:47 UTC (rev 
771296)
@@ -0,0 +1,77 @@
+From a21993d750396d755717df21e331df87af8a0c6a Mon Sep 17 00:00:00 2001
+From: Bruce Stephens 
+Date: Wed, 9 Jan 2019 16:21:20 +
+Subject: [PATCH] Don't assume that tribool has an implicit bool conversion
+
+In boost 1.68.0 the conversion is implicit, but in 1.69.0 it's
+explicit and we must explicitly call it.
+
+Change-Id: I24eb78be7510c89b88342d28c539cad4977f99fd
+---
+ Swiften/Network/PlatformNATTraversalWorker.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Swiften/Network/PlatformNATTraversalWorker.cpp 
b/Swiften/Network/PlatformNATTraversalWorker.cpp
+index f56de0b78b..eaa13b30d3 100644
+--- a/Swiften/Network/PlatformNATTraversalWorker.cpp
 b/Swiften/Network/PlatformNATTraversalWorker.cpp
+@@ -157,7 +157,7 @@ NATTraversalInterface* 
PlatformNATTraversalWorker::getNATTraversalInterface() co
+ miniUPnPInterface = new MiniUPnPInterface();
+ miniUPnPSupported = miniUPnPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << miniUPnPSupported 
<< std::endl;
++SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << 
static_cast(miniUPnPSupported) << std::endl;
+ if (miniUPnPSupported) {
+ return miniUPnPInterface;
+ }
+@@ -168,7 +168,7 @@ NATTraversalInterface* 
PlatformNATTraversalWorker::getNATTraversalInterface() co
+ natPMPInterface = new NATPMPInterface();
+ natPMPSupported = natPMPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
++SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
static_cast(natPMPSupported) << std::endl;
+ 

[arch-commits] Commit in imagescan/trunk (PKGBUILD boost-1.74.patch)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 22:05:16
  Author: jelle
Revision: 771249

Add boost 1.74 compatibility patch

Added:
  imagescan/trunk/boost-1.74.patch
Modified:
  imagescan/trunk/PKGBUILD

--+
 PKGBUILD |6 +++-
 boost-1.74.patch |   68 +
 2 files changed, 72 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 22:05:05 UTC (rev 771248)
+++ PKGBUILD2020-12-06 22:05:16 UTC (rev 771249)
@@ -13,9 +13,10 @@
 makedepends=(boost systemd)
 optdepends=('tesseract: OCR support')
 
source=(https://support.epson.net/linux/src/scanner/imagescanv3/common/imagescan_$pkgver.orig.tar.gz
-imagescan-gcc10.patch)
+imagescan-gcc10.patch boost-1.74.patch)
 sha256sums=('439fb18054293b6e743b168739d85f2ceba66498d68590cfa68dbbc7ad971a94'
-'de64458187846d40e0c5dd06fa0c32962a22863803929d7ae61419153a5272bf')
+'de64458187846d40e0c5dd06fa0c32962a22863803929d7ae61419153a5272bf'
+'e7da445c970a4a99b476b3bb994d0d18f327e0cd166cd87ba24fcd16abee7d49')
 backup=('etc/utsushi/utsushi.conf')
 
 prepare() {
@@ -22,6 +23,7 @@
   cd utsushi-$_utsushiver
 
   patch -p1 -i ../imagescan-gcc10.patch # Fix build with GCC 10
+  patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74
   sed -e 's|-Werror||g' -i configure.ac
   rm -r upstream/boost # Remove vendored libraries
   autoreconf -vif

Added: boost-1.74.patch
===
--- boost-1.74.patch(rev 0)
+++ boost-1.74.patch2020-12-06 22:05:16 UTC (rev 771249)
@@ -0,0 +1,68 @@
+From ae1e2b6c738d5af0cb8a121f5c5146e113930cc4 Mon Sep 17 00:00:00 2001
+From: Olaf Meeuwissen 
+Date: Sun, 18 Oct 2020 10:13:30 +0900
+Subject: [PATCH] Fix compile errors with boost-1.74.0.  Fixes #94
+
+Courtesy of @loqs.
+---
+ drivers/esci/verify.cpp | 2 ++
+ gtkmm/pump.cpp  | 2 ++
+ lib/monitor.cpp | 2 ++
+ sane/handle.cpp | 2 ++
+ 4 files changed, 8 insertions(+)
+
+diff --git a/drivers/esci/verify.cpp b/drivers/esci/verify.cpp
+index b9463e8..35d4ec9 100644
+--- a/drivers/esci/verify.cpp
 b/drivers/esci/verify.cpp
+@@ -59,6 +59,8 @@ namespace but = boost::unit_test;
+ using namespace utsushi;
+ using namespace _drv_::esci;
+ 
++using namespace boost::placeholders;
++
+ using std::basic_string;
+ using std::ios_base;
+ using std::make_pair;
+diff --git a/gtkmm/pump.cpp b/gtkmm/pump.cpp
+index 2c5a2d4..7c5c1ea 100644
+--- a/gtkmm/pump.cpp
 b/gtkmm/pump.cpp
+@@ -31,6 +31,8 @@
+ namespace utsushi {
+ namespace gtkmm {
+ 
++using namespace boost::placeholders;
++
+ pump::pump (idevice::ptr idev)
+   : utsushi::pump (idev)
+   , idev_ptr_(idev)
+diff --git a/lib/monitor.cpp b/lib/monitor.cpp
+index 964670a..0460f55 100644
+--- a/lib/monitor.cpp
 b/lib/monitor.cpp
+@@ -50,6 +50,8 @@ namespace utsushi {
+ 
+ using boost::filesystem::exists;
+ 
++using namespace boost::placeholders;
++
+ class monitor::impl
+ {
+ public:
+diff --git a/sane/handle.cpp b/sane/handle.cpp
+index cac6ce5..9c5a802 100644
+--- a/sane/handle.cpp
 b/sane/handle.cpp
+@@ -66,6 +66,8 @@ using utsushi::_flt_::deskew;
+ using utsushi::_flt_::autocrop;
+ using utsushi::_flt_::pnm;
+ 
++using namespace boost::placeholders;
++
+ namespace sane {
+ 
+ //! Keep backend options separate from frontend options
+-- 
+GitLab
+


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 19:01:34
  Author: jelle
Revision: 771084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 19:01:28 UTC (rev 771083)
+++ PKGBUILD2020-12-06 19:01:34 UTC (rev 771084)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-betamax
-pkgname=('python-betamax' 'python2-betamax')
-pkgver=0.8.1
-pkgrel=6
-pkgdesc="A VCR imitation for python-requests"
-arch=('any')
-license=('GPL')
-url='https://github.com/sigmavirus24/betamax'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;
-
betamax-pytest4.patch::"https://github.com/betamaxpy/betamax/commit/165cc321.patch;)
-sha512sums=('3888aa5f1e249faf496a32c03fb7d37096d7bbde573048c2ff3d1ba0fa03ebaeb4ff4e72191478da5f1a04d813204e31d3897469bd5f5eea4c5db2c72aae1374'
-
'258bd6729286dc9374829308c23cca73ea640c4597ca8747ebb8281bcf7723bba3dfee5b55cadff0459e8dc4511d85228d37911e981859dd0af55a3753ae9e22')
-
-prepare() {
-  (cd betamax-$pkgver
-   patch -p1 -i ../betamax-pytest4.patch # Fix tests with pytest 4
-   # Disable some failing tests; taken from Gentoo
-   sed -i -e 's:test_records:_&:' -e 's:test_replaces:_&:' -e 
's:test_replays:_&:' \
- tests/integration/test_record_modes.py
-  )
-  cp -a betamax-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir"/betamax-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/betamax-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-betamax() {
-  depends=('python-requests')
-
-  cd betamax-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-betamax() {
-  depends=('python2-requests')
-
-  cd betamax-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-betamax/repos/community-any/PKGBUILD (from rev 771083, 
python-betamax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 19:01:34 UTC (rev 771084)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-betamax
+pkgname=python-betamax
+pkgver=0.8.1
+pkgrel=7
+pkgdesc="A VCR imitation for python-requests"
+arch=('any')
+license=('GPL')
+url='https://github.com/sigmavirus24/betamax'
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;
+
betamax-pytest4.patch::"https://github.com/betamaxpy/betamax/commit/165cc321.patch;)
+sha512sums=('3888aa5f1e249faf496a32c03fb7d37096d7bbde573048c2ff3d1ba0fa03ebaeb4ff4e72191478da5f1a04d813204e31d3897469bd5f5eea4c5db2c72aae1374'
+
'258bd6729286dc9374829308c23cca73ea640c4597ca8747ebb8281bcf7723bba3dfee5b55cadff0459e8dc4511d85228d37911e981859dd0af55a3753ae9e22')
+
+prepare() {
+  (cd betamax-$pkgver
+   patch -p1 -i ../betamax-pytest4.patch # Fix tests with pytest 4
+   # Disable some failing tests; taken from Gentoo
+   sed -i -e 's:test_records:_&:' -e 's:test_replaces:_&:' -e 
's:test_replays:_&:' \
+ tests/integration/test_record_modes.py
+  )
+}
+
+check() {
+  cd "$srcdir"/betamax-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd betamax-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 19:01:28
  Author: jelle
Revision: 771083

upgpkg: python-betamax 0.8.1-7

Modified:
  python-betamax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 19:01:27 UTC (rev 771082)
+++ PKGBUILD2020-12-06 19:01:28 UTC (rev 771083)
@@ -1,16 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgbase=python-betamax
-pkgname=('python-betamax' 'python2-betamax')
+pkgname=python-betamax
 pkgver=0.8.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A VCR imitation for python-requests"
 arch=('any')
 license=('GPL')
 url='https://github.com/sigmavirus24/betamax'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;
 
betamax-pytest4.patch::"https://github.com/betamaxpy/betamax/commit/165cc321.patch;)
 
sha512sums=('3888aa5f1e249faf496a32c03fb7d37096d7bbde573048c2ff3d1ba0fa03ebaeb4ff4e72191478da5f1a04d813204e31d3897469bd5f5eea4c5db2c72aae1374'
 
'258bd6729286dc9374829308c23cca73ea640c4597ca8747ebb8281bcf7723bba3dfee5b55cadff0459e8dc4511d85228d37911e981859dd0af55a3753ae9e22')
@@ -22,29 +23,15 @@
sed -i -e 's:test_records:_&:' -e 's:test_replaces:_&:' -e 
's:test_replays:_&:' \
  tests/integration/test_record_modes.py
   )
-  cp -a betamax-$pkgver{,-py2}
 }
 
 check() {
   cd "$srcdir"/betamax-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/betamax-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-betamax() {
-  depends=('python-requests')
-
+package() {
   cd betamax-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-betamax() {
-  depends=('python2-requests')
-
-  cd betamax-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 18:57:38
  Author: jelle
Revision: 402978

archrelease: copy trunk to staging-x86_64

Added:
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 402977, boost/trunk/PKGBUILD)

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

Copied: boost/repos/staging-x86_64/PKGBUILD (from rev 402977, 
boost/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-12-06 18:57:38 UTC (rev 402978)
@@ -0,0 +1,129 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marius Knaust 
+# Contributor: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.74.0
+_boostver=${pkgver//./_}
+pkgrel=1
+pkgdesc='Free peer-reviewed portable C++ source libraries'
+url='https://www.boost.org/'
+arch=('x86_64')
+license=('custom')
+makedepends=('icu' 'python' 'python-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 
'findutils')
+source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2)
+sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1')
+b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63')
+
+build() {
+   export _stagedir="${srcdir}/stagedir"
+   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh \
+ --with-toolset=gcc \
+ --with-icu \
+ --with-python=/usr/bin/python3 \
+
+   install -Dm755 tools/build/src/engine/b2 "${_stagedir}"/bin/b2
+
+   # Support for OpenMPI
+   echo "using mpi ;" >> project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 "${_stagedir}"/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
+
+   # default "minimal" install: "release link=shared,static
+   # runtime-link=shared threading=single,multi"
+   # --layout=tagged will add the "-mt" suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   "${_stagedir}"/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=3.9 \
+  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
+  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
+  linkflags="${LDFLAGS}" \
+  --layout=system \
+  ${JOBS} \
+  \
+  --prefix="${_stagedir}" \
+  install
+}
+
+package_boost() {
+   pkgdesc+=' - development headers'
+   depends=("boost-libs=${pkgver}")
+   optdepends=('python: for python bindings')
+   options=('staticlibs')
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/{bin,include,share} "${pkgdir}"/usr
+
+   install -d "${pkgdir}"/usr/lib
+   cp -a "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
+   cp -a "${_stagedir}"/lib/cmake "${pkgdir}"/usr/lib/
+
+   install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
+
+   ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
+}
+
+package_boost-libs() {
+   pkgdesc+=' - runtime libraries'
+   depends=('bzip2' 'zlib' 'icu' 'zstd')
+   optdepends=('openmpi: for mpi support')
+   provides=(libboost_atomic.so libboost_chrono.so libboost_container.so
+ libboost_context.so libboost_contract.so libboost_coroutine.so
+ libboost_date_time.so libboost_fiber.so libboost_filesystem.so
+ libboost_graph.so libboost_graph_parallel.so libboost_iostreams.so
+ libboost_locale.so libboost_log.so libboost_log_setup.so
+ libboost_math_c99.so libboost_math_c99f.so libboost_math_c99l.so
+ libboost_math_tr1.so libboost_math_tr1f.so libboost_math_tr1l.so
+ libboost_mpi.so libboost_numpy39.so
+ libboost_prg_exec_monitor.so libboost_program_options.so
+ libboost_python39.so libboost_random.so
+ libboost_regex.so libboost_serialization.so
+ libboost_stacktrace_addr2line.so libboost_stacktrace_basic.so
+ libboost_stacktrace_noop.so libboost_system.so libboost_thread.so
+ libboost_timer.so libboost_type_erasure.so libboost_unit_test_framework.so
+ libboost_wave.so libboost_wserialization.so)
+
+   install -dm755 "${pkgdir}"/usr
+   cp -a "${_stagedir}"/lib "${pkgdir}"/usr
+   rm "${pkgdir}"/usr/lib/*.a
+   rm -r "${pkgdir}"/usr/lib/cmake
+
+   # https://github.com/boostorg/mpi/issues/112
+   install -d "${pkgdir}/usr/lib/python3.9/site-packages/boost"
+   touch 

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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 18:57:27
  Author: jelle
Revision: 402977

Update boost to 1.74

Update boost to the long awaited 1.74 release which marks the removal of the
Python 2 boost as no package requires it. Fix the importing of the mpi so for
python as upstream does not install it in the correct directory.

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 18:36:19 UTC (rev 402976)
+++ PKGBUILD2020-12-06 18:57:27 UTC (rev 402977)
@@ -10,17 +10,17 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.72.0
+pkgver=1.74.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
 pkgdesc='Free peer-reviewed portable C++ source libraries'
 url='https://www.boost.org/'
 arch=('x86_64')
 license=('custom')
-makedepends=('icu' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 
'zlib' 'openmpi' 'zstd' 'findutils')
+makedepends=('icu' 'python' 'python-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 
'findutils')
 
source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2)
-sha256sums=('59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722')
-b2sums=('ab270a0e3cb24da687d86785e2d2e6d7731b4dbc07bd839eadb642dfa5a428ad584acb1f3529661a8de9a986008ff3427491041059ea2b742348d02e00761cd8')
+sha256sums=('83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1')
+b2sums=('2982f64fccf6fdb3b4b74452e603f459242d7abb42df4162278d9b558b637786a2eb97442126967b19088d591777c64ced8f60a23e71eaa0b7545e80f800de63')
 
 build() {
export _stagedir="${srcdir}/stagedir"
@@ -28,7 +28,10 @@
 
cd ${pkgbase}_${_boostver}
 
-   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+   ./bootstrap.sh \
+ --with-toolset=gcc \
+ --with-icu \
+ --with-python=/usr/bin/python3 \
 
install -Dm755 tools/build/src/engine/b2 "${_stagedir}"/bin/b2
 
@@ -52,7 +55,7 @@
   runtime-link=shared \
   link=shared,static \
   toolset=gcc \
-  python=2.7 \
+  python=3.9 \
   cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
   cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
   linkflags="${LDFLAGS}" \
@@ -61,41 +64,12 @@
   \
   --prefix="${_stagedir}" \
   install
-
-   # because b2 in boost 1.62.0 doesn't seem to respect python parameter, we
-   # need another run for liboost_python3.so
-
-   ./bootstrap.sh \
- --with-toolset=gcc \
- --with-icu \
- --with-python=/usr/bin/python3 \
- --with-libraries=python
-
-   "${_stagedir}"/bin/b2 clean
-   "${_stagedir}"/bin/b2 \
-  variant=release \
-  debug-symbols=off \
-  threading=multi \
-  runtime-link=shared \
-  link=shared,static \
-  toolset=gcc \
-  python=3.9 \
-  cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
-  cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
-  linkflags="${LDFLAGS}" \
-  --layout=system \
-  ${JOBS} \
-  \
-  --prefix="${_stagedir}/python3" \
-  --with-python \
-  install
 }
 
 package_boost() {
pkgdesc+=' - development headers'
depends=("boost-libs=${pkgver}")
-   optdepends=('python: for python bindings'
-   'python2: for python2 bindings')
+   optdepends=('python: for python bindings')
options=('staticlibs')
 
install -dm755 "${pkgdir}"/usr
@@ -108,10 +82,6 @@
install -Dm644 "${srcdir}/"${pkgbase}_${_boostver}/LICENSE_1_0.txt \
   "${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
 
-   install -Dm644 "${_stagedir}"/python3/lib/libboost_*.a \
-  "${pkgdir}"/usr/lib/
-   cp -a "${_stagedir}"/python3/lib/cmake/* "${pkgdir}"/usr/lib/cmake/
-
ln -s /usr/bin/b2 "$pkgdir"/usr/bin/bjam
 }
 
@@ -126,9 +96,9 @@
  libboost_locale.so libboost_log.so libboost_log_setup.so
  libboost_math_c99.so libboost_math_c99f.so libboost_math_c99l.so
  libboost_math_tr1.so libboost_math_tr1f.so libboost_math_tr1l.so
- libboost_mpi.so libboost_numpy27.so libboost_numpy39.so
+ libboost_mpi.so libboost_numpy39.so
  libboost_prg_exec_monitor.so libboost_program_options.so
- libboost_python27.so libboost_python39.so libboost_random.so
+ libboost_python39.so libboost_random.so
  libboost_regex.so libboost_serialization.so
  libboost_stacktrace_addr2line.so libboost_stacktrace_basic.so
  libboost_stacktrace_noop.so libboost_system.so libboost_thread.so
@@ -137,13 +107,18 @@
 
install -dm755 "${pkgdir}"/usr
cp -a "${_stagedir}"/lib "${pkgdir}"/usr
-   cp -a "${_stagedir}"/python3/lib/libboost_* "${pkgdir}"/usr/lib
rm "${pkgdir}"/usr/lib/*.a
rm -r "${pkgdir}"/usr/lib/cmake
 
+   # https://github.com/boostorg/mpi/issues/112
+   install -d "${pkgdir}/usr/lib/python3.9/site-packages/boost"
+   touch 

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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 18:40:41
  Author: jelle
Revision: 771072

archrelease: copy trunk to community-any

Added:
  reprotest/repos/community-any/PKGBUILD
(from rev 771071, reprotest/trunk/PKGBUILD)
Deleted:
  reprotest/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 18:40:30 UTC (rev 771071)
+++ PKGBUILD2020-12-06 18:40:41 UTC (rev 771072)
@@ -1,42 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: kpcyrd 
-
-pkgname=('reprotest')
-pkgver=0.7.13
-pkgrel=2
-pkgdesc="Run a process twice and check the output for reproducibility"
-arch=('any')
-license=('GPL3')
-url="https://salsa.debian.org/reproducible-builds/reprotest;
-depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 
'python-distro' 'libfaketime')
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=('python-pytest' 'disorderfs')
-optdepends=(
-'disorderfs: to enable the shuffle-dirents option'
-'python-progressbar: to show a progress bar during diffoscope')
-source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver};)
-sha512sums=('SKIP')
-
-validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
-  "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
-  "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
-  "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
-
-build() {
-  cd "$srcdir/${pkgname}"
-  python setup.py build
-
-  make -C doc
-}
-
-check() {
-  cd "$srcdir/${pkgname}"
-  # real reprotest tests don't run in a chroot.
-  PYTHONPATH=".:${PYTHONPATH}" py.test tests/test_shell.py 
tests/test_mdiffconf.py
-}
-
-package() {
-  cd "$srcdir/${pkgname}"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644  doc/reprotest.1 "${pkgdir}/usr/share/man/man1/reprotest.1"
-}

Copied: reprotest/repos/community-any/PKGBUILD (from rev 771071, 
reprotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 18:40:41 UTC (rev 771072)
@@ -0,0 +1,43 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: kpcyrd 
+
+pkgname=('reprotest')
+pkgver=0.7.15
+pkgrel=1
+pkgdesc="Run a process twice and check the output for reproducibility"
+arch=('any')
+license=('GPL3')
+url="https://salsa.debian.org/reproducible-builds/reprotest;
+depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 
'python-distro' 'libfaketime')
+makedepends=('help2man' 'python-docutils' 'git')
+checkdepends=('python-pytest' 'disorderfs')
+optdepends=(
+'disorderfs: to enable the shuffle-dirents option'
+'python-progressbar: to show a progress bar during diffoscope')
+source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver};)
+sha512sums=('SKIP')
+
+validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
+  "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
+  "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
+  "F0ADA5240891831165DF98EA7CFCD8CD257721E9" # Vagrant Cascadian
+  "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
+
+build() {
+  cd "$srcdir/${pkgname}"
+  python setup.py build
+
+  make -C doc
+}
+
+check() {
+  cd "$srcdir/${pkgname}"
+  # real reprotest tests don't run in a chroot.
+  PYTHONPATH=".:${PYTHONPATH}" py.test tests/test_shell.py 
tests/test_mdiffconf.py
+}
+
+package() {
+  cd "$srcdir/${pkgname}"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644  doc/reprotest.1 "${pkgdir}/usr/share/man/man1/reprotest.1"
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 18:40:30
  Author: jelle
Revision: 771071

upgpkg: reprotest 0.7.15-1

Modified:
  reprotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 18:22:56 UTC (rev 771070)
+++ PKGBUILD2020-12-06 18:40:30 UTC (rev 771071)
@@ -2,8 +2,8 @@
 # Contributor: kpcyrd 
 
 pkgname=('reprotest')
-pkgver=0.7.13
-pkgrel=2
+pkgver=0.7.15
+pkgrel=1
 pkgdesc="Run a process twice and check the output for reproducibility"
 arch=('any')
 license=('GPL3')
@@ -20,6 +20,7 @@
 validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
   "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
   "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
+  "F0ADA5240891831165DF98EA7CFCD8CD257721E9" # Vagrant Cascadian
   "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
 
 build() {


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 16:01:48
  Author: jelle
Revision: 771049

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 16:01:43 UTC (rev 771048)
+++ PKGBUILD2020-12-06 16:01:48 UTC (rev 771049)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-pkgver=3.8.12
-pkgrel=2
-pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
-arch=('any')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-depends=(python python-setuptools python-numpy)
-optdepends=('python-networkx: graph operations'
-'python-pyglet: preview windows'
-'python-rtree: vector path handling'
-'python-scipy: convex hulls'
-'python-shapely: vector path handling'
-'python-pillow: load images'
-'python-jsonschema: validate JSON schemas like GLTF'
-'python-requests: network requests'
-'python-msgpack: serialize into msgpack'
-'python-lxml: handle XML better and faster than built- in XML'
-'python-sympy: do analytical math'
-'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 771048, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 16:01:48 UTC (rev 771049)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.8.15
+pkgrel=1
+pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
+arch=('any')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+depends=(python python-setuptools python-numpy)
+checkdepends=(python-scipy python-networkx python-rtree python-lxml
+  python-shapely python-pillow python-sympy python-requests
+  python-msgpack python-pyglet python-jsonschema
+  python-svg.path python-collada)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-svg.path: handle SVG format path strings'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
+'python-collada: parse collada/dae/zae files')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
+package() {
+  cd trimesh-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 16:01:43
  Author: jelle
Revision: 771048

upgpkg: python-trimesh 3.8.15-1

Modified:
  python-trimesh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 15:55:02 UTC (rev 771047)
+++ PKGBUILD2020-12-06 16:01:43 UTC (rev 771048)
@@ -1,13 +1,17 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.12
-pkgrel=2
+pkgver=3.8.15
+pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh;
 license=('MIT')
 depends=(python python-setuptools python-numpy)
+checkdepends=(python-scipy python-networkx python-rtree python-lxml
+  python-shapely python-pillow python-sympy python-requests
+  python-msgpack python-pyglet python-jsonschema
+  python-svg.path python-collada)
 optdepends=('python-networkx: graph operations'
 'python-pyglet: preview windows'
 'python-rtree: vector path handling'
@@ -19,9 +23,11 @@
 'python-msgpack: serialize into msgpack'
 'python-lxml: handle XML better and faster than built- in XML'
 'python-sympy: do analytical math'
-'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
+'python-svg.path: handle SVG format path strings'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
+'python-collada: parse collada/dae/zae files')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
+sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
 
 build() {
   cd trimesh-${pkgver}
@@ -28,6 +34,11 @@
   python setup.py build
 }
 
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
 package() {
   cd trimesh-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 15:55:02
  Author: jelle
Revision: 771047

archrelease: copy trunk to community-any

Added:
  python-collada/repos/community-any/
  python-collada/repos/community-any/PKGBUILD
(from rev 771046, python-collada/trunk/PKGBUILD)

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

Copied: python-collada/repos/community-any/PKGBUILD (from rev 771046, 
python-collada/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-12-06 15:55:02 UTC (rev 771047)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-collada
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="python library for reading and writing collada documents"
+arch=(any)
+url="https://github.com/pycollada/pycollada;
+license=('BSD')
+depends=(python python-dateutil python-numpy python-lxml)
+makedepends=(python-setuptools)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pycollada/pycollada/archive/v${pkgver}.tar.gz)
+sha512sums=('ac4d88b2398bf0364beaaf3e2e468be9131dc0f8088bfce8be18d9eb5a7c093db84a364931884fa7c493dfae81036ec63bc7c689ebf49e961eefc0c4853a0131')
+
+build() {
+  cd "pycollada-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "pycollada-${pkgver}/collada"
+  PYTHONPATH=../ python -m unittest discover tests
+}
+
+package() {
+  cd "pycollada-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 15:16:25
  Author: jelle
Revision: 771046

archrelease: copy trunk to community-any

Added:
  python-svg.path/repos/community-any/PKGBUILD
(from rev 771045, python-svg.path/trunk/PKGBUILD)
Deleted:
  python-svg.path/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 15:16:17 UTC (rev 771045)
+++ PKGBUILD2020-12-06 15:16:25 UTC (rev 771046)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-svg.path
-pkgver=4.0.2
-pkgrel=1
-url="https://github.com/regebro/svg.path;
-license=('MIT')
-depends=(python)
-makedepends=(python-setuptools)
-arch=(any)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/regebro/svg.path/archive/${pkgver}.tar.gz)
-sha512sums=('0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510')
-
-build() {
-  cd "svg.path-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "svg.path-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "svg.path-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-svg.path/repos/community-any/PKGBUILD (from rev 771045, 
python-svg.path/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 15:16:25 UTC (rev 771046)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-svg.path
+pkgver=4.0.2
+pkgrel=2
+pkgdesc="SVG path objects and parser"
+url="https://github.com/regebro/svg.path;
+license=('MIT')
+depends=(python)
+makedepends=(python-setuptools)
+arch=(any)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/regebro/svg.path/archive/${pkgver}.tar.gz)
+sha512sums=('0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510')
+
+build() {
+  cd "svg.path-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "svg.path-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "svg.path-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-svg.path/trunk (PKGBUILD)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 15:16:17
  Author: jelle
Revision: 771045

Add missing pkgdesc

Modified:
  python-svg.path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 15:15:01 UTC (rev 771044)
+++ PKGBUILD2020-12-06 15:16:17 UTC (rev 771045)
@@ -2,7 +2,8 @@
 
 pkgname=python-svg.path
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
+pkgdesc="SVG path objects and parser"
 url="https://github.com/regebro/svg.path;
 license=('MIT')
 depends=(python)


[arch-commits] Commit in (4 files)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 15:15:01
  Author: jelle
Revision: 771044

Depdency of python-trimesh

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

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

Added: python-collada/trunk/PKGBUILD
===
--- python-collada/trunk/PKGBUILD   (rev 0)
+++ python-collada/trunk/PKGBUILD   2020-12-06 15:15:01 UTC (rev 771044)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-collada
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="python library for reading and writing collada documents"
+arch=(any)
+url="https://github.com/pycollada/pycollada;
+license=('BSD')
+depends=(python python-dateutil python-numpy python-lxml)
+makedepends=(python-setuptools)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pycollada/pycollada/archive/v${pkgver}.tar.gz)
+sha512sums=('ac4d88b2398bf0364beaaf3e2e468be9131dc0f8088bfce8be18d9eb5a7c093db84a364931884fa7c493dfae81036ec63bc7c689ebf49e961eefc0c4853a0131')
+
+build() {
+  cd "pycollada-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "pycollada-${pkgver}/collada"
+  PYTHONPATH=../ python -m unittest discover tests
+}
+
+package() {
+  cd "pycollada-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 14:09:32
  Author: jelle
Revision: 771030

archrelease: copy trunk to community-any

Added:
  python-svg.path/repos/community-any/
  python-svg.path/repos/community-any/PKGBUILD
(from rev 771029, python-svg.path/trunk/PKGBUILD)

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

Copied: python-svg.path/repos/community-any/PKGBUILD (from rev 771029, 
python-svg.path/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-12-06 14:09:32 UTC (rev 771030)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-svg.path
+pkgver=4.0.2
+pkgrel=1
+url="https://github.com/regebro/svg.path;
+license=('MIT')
+depends=(python)
+makedepends=(python-setuptools)
+arch=(any)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/regebro/svg.path/archive/${pkgver}.tar.gz)
+sha512sums=('0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510')
+
+build() {
+  cd "svg.path-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "svg.path-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "svg.path-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 14:07:03
  Author: jelle
Revision: 771029

Add python-svg.path for python-trimesh

Added:
  python-svg.path/
  python-svg.path/repos/
  python-svg.path/trunk/
  python-svg.path/trunk/PKGBUILD

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

Added: python-svg.path/trunk/PKGBUILD
===
--- python-svg.path/trunk/PKGBUILD  (rev 0)
+++ python-svg.path/trunk/PKGBUILD  2020-12-06 14:07:03 UTC (rev 771029)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-svg.path
+pkgver=4.0.2
+pkgrel=1
+url="https://github.com/regebro/svg.path;
+license=('MIT')
+depends=(python)
+makedepends=(python-setuptools)
+arch=(any)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/regebro/svg.path/archive/${pkgver}.tar.gz)
+sha512sums=('0659c3d012b81cca83306c2895480bcc770cf23f4fc98dc4f167b6799a9c5618a90aabd81e2c91e6b7c57998d42f04a47d8f0fa966546111cd165127df239510')
+
+build() {
+  cd "svg.path-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "svg.path-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "svg.path-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 13:30:36
  Author: jelle
Revision: 402967

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |  108 
 prometheus-memcached-exporter.conf|4 -
 prometheus-memcached-exporter.service |   56 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 13:30:29 UTC (rev 402966)
+++ PKGBUILD2020-12-06 13:30:36 UTC (rev 402967)
@@ -1,54 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-memcached-exporter
-pkgver=0.7.0
-pkgrel=3
-pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
-arch=('x86_64')
-url="https://github.com/prometheus/memcached_exporter;
-license=('Apache')
-depends=(glibc memcached)
-makedepends=(go)
-backup=('etc/conf.d/prometheus-memcached-exporter')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
-prometheus-memcached-exporter.conf)
-sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
-
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
-
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
-
-check() {
-  cd memcached_exporter-$pkgver
-  memcached_pids=()
-  memcached -p 11211 -U 11211 >/dev/null& memcached_pids+=($!)
-
-  local ret=0
-  go test ./... || ret=1
-
-  kill ${memcached_pids[@]}
-
-  return $ret
-}
-
-build() {
-  cd memcached_exporter-$pkgver
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\" \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-memcached-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-memcached-exporter.service
-  install -Dm644 prometheus-memcached-exporter.conf 
"${pkgdir}"/etc/conf.d/prometheus-memcached-exporter
-
-  cd memcached_exporter-$pkgver
-  install -Dm755 memcached_exporter 
"$pkgdir"/usr/bin/prometheus-memcached-exporter
-}

Copied: prometheus-memcached-exporter/repos/extra-x86_64/PKGBUILD (from rev 
402966, prometheus-memcached-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 13:30:36 UTC (rev 402967)
@@ -0,0 +1,54 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-memcached-exporter
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
+arch=('x86_64')
+url="https://github.com/prometheus/memcached_exporter;
+license=('Apache')
+depends=(glibc memcached)
+makedepends=(go)
+backup=('etc/conf.d/prometheus-memcached-exporter')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
+prometheus-memcached-exporter.conf)
+sha512sums=('dac99c425f51ea939ec2e96ed7e51fe4b657f3e5b3ce0cb650d2614994ac6565b9bd31e4ededaac8394b35ac4a7977d11e2d9155a04df1f78a8e97c86ae26bdc'
+
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
+
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
+
+check() {
+  cd memcached_exporter-$pkgver
+  memcached_pids=()
+  memcached -p 11211 -U 11211 >/dev/null& 

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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 13:30:29
  Author: jelle
Revision: 402966

upgpkg: prometheus-memcached-exporter 0.8.0-1

Modified:
  prometheus-memcached-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 12:07:46 UTC (rev 402965)
+++ PKGBUILD2020-12-06 13:30:29 UTC (rev 402966)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-memcached-exporter
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
 url="https://github.com/prometheus/memcached_exporter;
@@ -12,7 +12,7 @@
 backup=('etc/conf.d/prometheus-memcached-exporter')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
 prometheus-memcached-exporter.conf)
-sha512sums=('5df59a73142e12c86bdc2da49627128c49a22a8bd380d3e44c091cb54c6d0f78d51fd3f95b884bd0260537f87b68989bfd24838abac21805c1b56506ef1bea82'
+sha512sums=('dac99c425f51ea939ec2e96ed7e51fe4b657f3e5b3ce0cb650d2614994ac6565b9bd31e4ededaac8394b35ac4a7977d11e2d9155a04df1f78a8e97c86ae26bdc'
 
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
 
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
 
@@ -42,7 +42,7 @@
   -X github.com/prometheus/common/version.Branch=tarball \
   -X github.com/prometheus/common/version.BuildUser=someone@builder \
   -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
+-o memcached_exporter cmd/memcached_exporter/main.go
 }
 
 package() {


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 12:07:46
  Author: jelle
Revision: 402965

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 12:07:41 UTC (rev 402964)
+++ PKGBUILD2020-12-06 12:07:46 UTC (rev 402965)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-asgiref
-pkgver=3.3.0
-pkgrel=3
-pkgdesc="Reference ASGI adapters and channel layers"
-arch=(any)
-url="http://github.com/django/asgiref;
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=(python-pytest python-pytest-asyncio)
-depends=('python')
-source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('cd88907ecaec59d78e4ac00ea665b03e571cb37e3a0e37b3702af1a9e86c365a')
-
-build() {
-cd "asgiref-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "asgiref-${pkgver}"
-PYTHONPATH=. pytest .
-}
-
-package() {
-cd "asgiref-${pkgver}"
-python setup.py install --root=${pkgdir} --optimize=1
-
-install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 402964, 
python-asgiref/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 12:07:46 UTC (rev 402965)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-asgiref
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
+sha256sums=('7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0')
+
+build() {
+cd "asgiref-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "asgiref-${pkgver}"
+PYTHONPATH=. pytest .
+}
+
+package() {
+cd "asgiref-${pkgver}"
+python setup.py install --root=${pkgdir} --optimize=1
+
+install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 12:07:41
  Author: jelle
Revision: 402964

upgpkg: python-asgiref 3.3.1-1

Modified:
  python-asgiref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 12:02:58 UTC (rev 402963)
+++ PKGBUILD2020-12-06 12:07:41 UTC (rev 402964)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-asgiref
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Reference ASGI adapters and channel layers"
 arch=(any)
 url="http://github.com/django/asgiref;
@@ -11,7 +11,7 @@
 checkdepends=(python-pytest python-pytest-asyncio)
 depends=('python')
 source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('cd88907ecaec59d78e4ac00ea665b03e571cb37e3a0e37b3702af1a9e86c365a')
+sha256sums=('7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0')
 
 build() {
 cd "asgiref-${pkgver}"


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 12:02:58
  Author: jelle
Revision: 402963

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 402962, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 12:02:50 UTC (rev 402962)
+++ PKGBUILD2020-12-06 12:02:58 UTC (rev 402963)
@@ -1,48 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=3.1.3
-pkgrel=3
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-checkdepends=('python-pytest' 'python-tblib')
-makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
-optdepends=('python-psycopg2: for PostgreSQL backend')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('0f49316dc61a299a257313c27051852e948337491047bacb2221c9c753a5cf4bafb2ed686311ad5345dd3045260331afccb013c21503891538340225a469d1ad')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  cd "$srcdir/Django-$pkgver"
-
-  # fix reproducibility of .pyc files
-  export PYTHONHASHSEED=0
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-check() {
-  cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 402962, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 12:02:58 UTC (rev 402963)
@@ -0,0 +1,48 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django')
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+checkdepends=('python-pytest' 'python-tblib')
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
+optdepends=('python-psycopg2: for PostgreSQL backend')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('02cfaabb25e5f932dcbf659faba2f0afe298e4bee4f510f7adebfff181bdd13c3a0b08e8ce379bcc59326d904be8699db4ce31065d93566b93cad758365207f5')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  cd "$srcdir/Django-$pkgver"
+
+  # fix reproducibility of .pyc files
+  export PYTHONHASHSEED=0
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+check() {
+  cd "$srcdir/Django-$pkgver"
+  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
+}


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

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 12:02:50
  Author: jelle
Revision: 402962

upgpkg: django 3.1.4-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 11:37:55 UTC (rev 402961)
+++ PKGBUILD2020-12-06 12:02:50 UTC (rev 402962)
@@ -4,8 +4,8 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=3.1.3
-pkgrel=3
+pkgver=3.1.4
+pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
 license=('BSD')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 
'python-asgiref')
 optdepends=('python-psycopg2: for PostgreSQL backend')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('0f49316dc61a299a257313c27051852e948337491047bacb2221c9c753a5cf4bafb2ed686311ad5345dd3045260331afccb013c21503891538340225a469d1ad')
+sha512sums=('02cfaabb25e5f932dcbf659faba2f0afe298e4bee4f510f7adebfff181bdd13c3a0b08e8ce379bcc59326d904be8699db4ce31065d93566b93cad758365207f5')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2020-12-02 Thread Jelle van der Waa via arch-commits
Date: Wednesday, December 2, 2020 @ 11:05:54
  Author: jelle
Revision: 769140

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
(from rev 769139, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-02 11:05:49 UTC (rev 769139)
+++ PKGBUILD2020-12-02 11:05:54 UTC (rev 769140)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Marcin Kornat 
-# Contributor: MatejSpindler 
-
-pkgname=esptool
-pkgver=2.8
-pkgrel=3
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
-arch=('any')
-url="https://github.com/espressif/esptool;
-license=('GPL2')
-makedepends=('git' 'python-setuptools')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
-source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
-sha512sums=('14528197e760779f3bf50e2a44d477979675dd42451fa405e2ae87502158b21f999fb94561980c9eb0634d2d1fd3729779b78266403de858ed1d32e8d29604cc')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 769139, 
esptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-02 11:05:54 UTC (rev 769140)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Marcin Kornat 
+# Contributor: MatejSpindler 
+
+pkgname=esptool
+pkgver=3.0
+pkgrel=1
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
+arch=('any')
+url="https://github.com/espressif/esptool;
+license=('GPL2')
+makedepends=('git' 'python-setuptools')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 
'python-reedsolo')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
+sha512sums=('b522d30b11e9ab4e426009116bf1872e587116b7a3b517f841d34d3e860f6454345be89a2e28b8eef5aa5e59318e991504697644a3f4f90d7e63c037025716eb')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-12-02 Thread Jelle van der Waa via arch-commits
Date: Wednesday, December 2, 2020 @ 11:05:49
  Author: jelle
Revision: 769139

upgpkg: esptool 3.0-1

Modified:
  esptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 10:57:26 UTC (rev 769138)
+++ PKGBUILD2020-12-02 11:05:49 UTC (rev 769139)
@@ -4,16 +4,16 @@
 # Contributor: MatejSpindler 
 
 pkgname=esptool
-pkgver=2.8
-pkgrel=3
+pkgver=3.0
+pkgrel=1
 pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
 arch=('any')
 url="https://github.com/espressif/esptool;
 license=('GPL2')
 makedepends=('git' 'python-setuptools')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 
'python-reedsolo')
 source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
-sha512sums=('14528197e760779f3bf50e2a44d477979675dd42451fa405e2ae87502158b21f999fb94561980c9eb0634d2d1fd3729779b78266403de858ed1d32e8d29604cc')
+sha512sums=('b522d30b11e9ab4e426009116bf1872e587116b7a3b517f841d34d3e860f6454345be89a2e28b8eef5aa5e59318e991504697644a3f4f90d7e63c037025716eb')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-12-02 Thread Jelle van der Waa via arch-commits
Date: Wednesday, December 2, 2020 @ 10:53:03
  Author: jelle
Revision: 769136

archrelease: copy trunk to community-x86_64

Added:
  python-reedsolo/repos/community-x86_64/
  python-reedsolo/repos/community-x86_64/PKGBUILD
(from rev 769135, python-reedsolo/trunk/PKGBUILD)

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

Copied: python-reedsolo/repos/community-x86_64/PKGBUILD (from rev 769135, 
python-reedsolo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-02 10:53:03 UTC (rev 769136)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-reedsolo
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
+arch=('x86_64')
+url="https://github.com/tomerfiliba/reedsolomon;
+license=('MIT')
+makedepends=('python' 'cython')
+depends=('python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
+sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
+
+build() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py build
+}
+
+check() {
+  cd "reedsolomon-${pkgver}"
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m 
unittest discover tests
+}
+
+package() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-02 Thread Jelle van der Waa via arch-commits
Date: Wednesday, December 2, 2020 @ 10:52:58
  Author: jelle
Revision: 769135

upgpkg: python-reedsolo 1.5.4-1

New dependency of esptool

Modified:
  python-reedsolo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 10:22:41 UTC (rev 769134)
+++ PKGBUILD2020-12-02 10:52:58 UTC (rev 769135)
@@ -1,16 +1,15 @@
 # Maintainer: Jelle van der Waa 
 
-pkgname=python-reedsolomon
+pkgname=python-reedsolo
 pkgver=1.5.4
 pkgrel=1
-pkgdesc='A pure-python universal errors-and-erasures Reed-Solomon Codec'
+pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
 arch=('x86_64')
 url="https://github.com/tomerfiliba/reedsolomon;
-license=('custom')
-depends=('python' )
-makedepends=('git' 'python-setuptools' 'python-nose' 'cython')
+license=('MIT')
+makedepends=('python' 'cython')
 depends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
 
sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
 
 build() {
@@ -21,6 +20,7 @@
 check() {
   cd "reedsolomon-${pkgver}"
   local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m 
unittest discover tests
 }
 


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

2020-11-30 Thread Jelle van der Waa via arch-commits
Date: Monday, November 30, 2020 @ 12:22:58
  Author: jelle
Revision: 766556

archrelease: copy trunk to community-x86_64

Added:
  wabt/repos/community-x86_64/PKGBUILD
(from rev 766555, wabt/trunk/PKGBUILD)
Deleted:
  wabt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 12:22:53 UTC (rev 766555)
+++ PKGBUILD2020-11-30 12:22:58 UTC (rev 766556)
@@ -1,52 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor:  Konstantin Gorodinskii 
-
-pkgname=wabt
-pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
-url="https://github.com/WebAssembly/wabt;
-pkgver=1.0.19
-pkgrel=1
-arch=('x86_64')
-license=('APACHE')
-depends=(glibc gcc-libs)
-makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
-source=("git+https://github.com/WebAssembly/wabt#commit=cd5ff133f84854f0b269f5cb06193ad8205f05d3;
-"git+https://github.com/WebAssembly/testsuite;
-"git+https://github.com/google/googletest;
-"git+https://github.com/dabeaz/ply;)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd ${pkgname}
-
-  git submodule init
-  git config submodule."external/testsuite".url "${srcdir}/testsuite"
-  git config submodule."external/googletest".url "${srcdir}/googletest"
-  git config submodule."external/ply".url "${srcdir}/ply"
-  git submodule update --recursive
-
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-
-  make
-}
-
-check() {
-  cd ${pkgname}
-#  make test
-}
-
-package() {
-  cd ${pkgname}/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: wabt/repos/community-x86_64/PKGBUILD (from rev 766555, 
wabt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 12:22:58 UTC (rev 766556)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Contributor:  Konstantin Gorodinskii 
+
+pkgname=wabt
+pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
+url="https://github.com/WebAssembly/wabt;
+pkgver=1.0.20
+pkgrel=1
+arch=('x86_64')
+license=('APACHE')
+depends=(glibc gcc-libs)
+makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest')
+source=("git+https://github.com/WebAssembly/wabt#commit=cd5ff133f84854f0b269f5cb06193ad8205f05d3;
+"git+https://github.com/WebAssembly/testsuite;
+"git+https://github.com/google/googletest;
+"git+https://github.com/dabeaz/ply;)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}
+
+  git submodule init
+  git config submodule."external/testsuite".url "${srcdir}/testsuite"
+  git config submodule."external/googletest".url "${srcdir}/googletest"
+  git config submodule."external/ply".url "${srcdir}/ply"
+  git submodule update --recursive
+
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+
+  make
+}
+
+check() {
+  cd ${pkgname}
+#  make test
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}


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

2020-11-30 Thread Jelle van der Waa via arch-commits
Date: Monday, November 30, 2020 @ 12:22:53
  Author: jelle
Revision: 766555

upgpkg: wabt 1.0.20-1

Modified:
  wabt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 11:50:02 UTC (rev 766554)
+++ PKGBUILD2020-11-30 12:22:53 UTC (rev 766555)
@@ -4,7 +4,7 @@
 pkgname=wabt
 pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly"
 url="https://github.com/WebAssembly/wabt;
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 arch=('x86_64')
 license=('APACHE')


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

2020-11-27 Thread Jelle van der Waa via arch-commits
Date: Friday, November 27, 2020 @ 17:16:47
  Author: jelle
Revision: 764446

archrelease: copy trunk to community-x86_64

Added:
  
hey/repos/community-x86_64/0001-Handle-Request.Host-containing-the-server-port.patch
(from rev 76, 
hey/trunk/0001-Handle-Request.Host-containing-the-server-port.patch)
  hey/repos/community-x86_64/PKGBUILD
(from rev 76, hey/trunk/PKGBUILD)
Deleted:
  
hey/repos/community-x86_64/0001-Handle-Request.Host-containing-the-server-port.patch
  hey/repos/community-x86_64/PKGBUILD

---+
 0001-Handle-Request.Host-containing-the-server-port.patch |   88 ++--
 PKGBUILD  |   70 +
 2 files changed, 81 insertions(+), 77 deletions(-)

Deleted: 0001-Handle-Request.Host-containing-the-server-port.patch
===
--- 0001-Handle-Request.Host-containing-the-server-port.patch   2020-11-27 
17:16:47 UTC (rev 764445)
+++ 0001-Handle-Request.Host-containing-the-server-port.patch   2020-11-27 
17:16:47 UTC (rev 764446)
@@ -1,44 +0,0 @@
-From 292dd07ebd79a5236921231d82c85bcb3874f188 Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Thu, 19 Nov 2020 14:51:31 +0100
-Subject: [PATCH] Handle Request.Host containing the server port
-
-As written in the net/http/#Request documentation Host may be of the
-form "host:port" and as defined in rfc4366 section-3.1 the serverName
-should not contain the port or colon.

- requester/requester.go | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/requester/requester.go b/requester/requester.go
-index fd7277e..924d945 100644
 a/requester/requester.go
-+++ b/requester/requester.go
-@@ -20,6 +20,7 @@ import (
-   "crypto/tls"
-   "io"
-   "io/ioutil"
-+  "net"
-   "net/http"
-   "net/http/httptrace"
-   "net/url"
-@@ -235,10 +236,15 @@ func (b *Work) runWorkers() {
-   var wg sync.WaitGroup
-   wg.Add(b.C)
- 
-+  hostName, _, err := net.SplitHostPort(b.Request.Host);
-+  if err != nil {
-+  hostName = b.Request.Host;
-+  }
-+
-   tr := {
-   TLSClientConfig: {
-   InsecureSkipVerify: true,
--  ServerName: b.Request.Host,
-+  ServerName: hostName,
-   },
-   MaxIdleConnsPerHost: min(b.C, maxIdleConn),
-   DisableCompression:  b.DisableCompression,
--- 
-2.29.2
-

Copied: 
hey/repos/community-x86_64/0001-Handle-Request.Host-containing-the-server-port.patch
 (from rev 76, 
hey/trunk/0001-Handle-Request.Host-containing-the-server-port.patch)
===
--- 0001-Handle-Request.Host-containing-the-server-port.patch   
(rev 0)
+++ 0001-Handle-Request.Host-containing-the-server-port.patch   2020-11-27 
17:16:47 UTC (rev 764446)
@@ -0,0 +1,44 @@
+From 292dd07ebd79a5236921231d82c85bcb3874f188 Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Thu, 19 Nov 2020 14:51:31 +0100
+Subject: [PATCH] Handle Request.Host containing the server port
+
+As written in the net/http/#Request documentation Host may be of the
+form "host:port" and as defined in rfc4366 section-3.1 the serverName
+should not contain the port or colon.
+---
+ requester/requester.go | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/requester/requester.go b/requester/requester.go
+index fd7277e..924d945 100644
+--- a/requester/requester.go
 b/requester/requester.go
+@@ -20,6 +20,7 @@ import (
+   "crypto/tls"
+   "io"
+   "io/ioutil"
++  "net"
+   "net/http"
+   "net/http/httptrace"
+   "net/url"
+@@ -235,10 +236,15 @@ func (b *Work) runWorkers() {
+   var wg sync.WaitGroup
+   wg.Add(b.C)
+ 
++  hostName, _, err := net.SplitHostPort(b.Request.Host);
++  if err != nil {
++  hostName = b.Request.Host;
++  }
++
+   tr := {
+   TLSClientConfig: {
+   InsecureSkipVerify: true,
+-  ServerName: b.Request.Host,
++  ServerName: hostName,
+   },
+   MaxIdleConnsPerHost: min(b.C, maxIdleConn),
+   DisableCompression:  b.DisableCompression,
+-- 
+2.29.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-27 17:16:47 UTC (rev 764445)
+++ PKGBUILD2020-11-27 17:16:47 UTC (rev 764446)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=hey
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='HTTP load generator'
-url="https://github.com/rakyll/hey;
-arch=(x86_64)
-license=('GPL')
-depends=('glibc')
-makedepends=('go')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz
-

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

2020-11-27 Thread Jelle van der Waa via arch-commits
Date: Friday, November 27, 2020 @ 17:16:39
  Author: jelle
Revision: 76

upgpkg: hey 0.1.4-3

Modified:
  hey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 17:16:37 UTC (rev 764443)
+++ PKGBUILD2020-11-27 17:16:39 UTC (rev 76)
@@ -2,7 +2,7 @@
 
 pkgname=hey
 pkgver=0.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc='HTTP load generator'
 url="https://github.com/rakyll/hey;
 arch=(x86_64)
@@ -14,6 +14,10 @@
 
sha512sums=('f71ad13c401e9c9c45e1176924de49eb33df9b180dc10907997d1e500a4e5c6e28dd0293cef5d3fe8fabf0bfbade353938327bf3fce894c271209ec86e265ead'
 
'97c2e54d4f9b67c8beda5b3c034e501cdec9d6636bfaaf7d33a27927c96915b73906400dc2a17888144a4748a0f37462ccd2c90b35ca4f3221f3a410cf81af16')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i 
${srcdir}/0001-Handle-Request.Host-containing-the-server-port.patch
+}
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 26, 2020 @ 19:47:13
  Author: jelle
Revision: 402095

archrelease: copy trunk to extra-any

Added:
  rebuilderd-website/repos/extra-any/PKGBUILD
(from rev 402094, rebuilderd-website/trunk/PKGBUILD)
Deleted:
  rebuilderd-website/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 19:47:05 UTC (rev 402094)
+++ PKGBUILD2020-11-26 19:47:13 UTC (rev 402095)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=rebuilderd-website
-pkgver=0.5
-pkgrel=2
-pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
-license=('MIT')
-arch=(any)
-depends=()
-makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
-url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
-validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
-
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
-sha512sums=('SKIP'
-'SKIP')
-
-build() {
-  cd ${pkgname}
-  make dist
-}
-
-package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/webapps/${pkgname}
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install web files
-  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
-  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
-  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
-
-  # TODO: Fix in Makefile
-  install -d ${pkgdir}/usr/share/webapps/${pkgname}/icons
-  install -Dm644 public/icons/note-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/note-16.svg"
-  install -Dm644 public/icons/search-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/search-16.svg"
-}

Copied: rebuilderd-website/repos/extra-any/PKGBUILD (from rev 402094, 
rebuilderd-website/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 19:47:13 UTC (rev 402095)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=rebuilderd-website
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
+license=('MIT')
+arch=(any)
+depends=()
+makedepends=('yarn' 'ruby-sass' 'make' 'git' 'svgcleaner')
+url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;
+
"git+https://gitlab.archlinux.org/archlinux/archlinux-common-style.git;)
+sha512sums=('SKIP'
+'SKIP')
+
+build() {
+  cd ${pkgname}
+  make dist
+}
+
+package() {
+  cd ${pkgname}
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install web files
+  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
+  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
+  install -Dm644 dist/${pkgname}-${pkgver}/archlogo-${pkgver}.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo-${pkgver}.svg"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
+
+  # TODO: Fix in Makefile
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}/icons
+  install -Dm644 public/icons/note-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/note-16.svg"
+  install -Dm644 public/icons/search-16.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/icons/search-16.svg"
+}


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

2020-11-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 26, 2020 @ 19:47:05
  Author: jelle
Revision: 402094

upgpkg: rebuilderd-website 0.5.1-1

Modified:
  rebuilderd-website/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 18:46:49 UTC (rev 402093)
+++ PKGBUILD2020-11-26 19:47:05 UTC (rev 402094)
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=rebuilderd-website
-pkgver=0.5
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
 license=('MIT')
 arch=(any)
@@ -29,7 +29,7 @@
   # Install web files
   install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
   install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
-  install -Dm644 dist/${pkgname}-${pkgver}/archlogo.8a05bc7f6cd1.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo.8a05bc7f6cd1.svg"
+  install -Dm644 dist/${pkgname}-${pkgver}/archlogo-${pkgver}.svg 
"${pkgdir}/usr/share/webapps/${pkgname}/archlogo-${pkgver}.svg"
   install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.css"
   install -Dm644 dist/${pkgname}-${pkgver}/bundle-${pkgver}.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle-${pkgver}.js"
 


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

2020-11-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 26, 2020 @ 18:46:49
  Author: jelle
Revision: 402093

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  158 +-
 prometheus.conf |2 
 prometheus.service  |   60 +-
 prometheus.sysusers |2 
 4 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 18:46:41 UTC (rev 402092)
+++ PKGBUILD2020-11-26 18:46:49 UTC (rev 402093)
@@ -1,79 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.22.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers
-prometheus.conf)
-
-sha256sums=('79a143c8ae294be17b49a566cec90257510b18eb2469453a933217a328108d29'
-'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
-'6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-  install -Dm644 prometheus.conf "${pkgdir}"/etc/conf.d/prometheus
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 402092, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 18:46:49 UTC (rev 402093)
@@ -0,0 +1,79 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.23.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers
+prometheus.conf)
+
+sha256sums=('7ef1d61052fe3dace20b89ab287a6a0e835f8f111ab41584aa39b80f6093842b'
+'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
+'6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X 

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

2020-11-26 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 26, 2020 @ 18:46:41
  Author: jelle
Revision: 402092

upgpkg: prometheus 2.23.0-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 16:39:17 UTC (rev 402091)
+++ PKGBUILD2020-11-26 18:46:41 UTC (rev 402092)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.22.2
+pkgver=2.23.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -19,7 +19,7 @@
 prometheus.sysusers
 prometheus.conf)
 
-sha256sums=('79a143c8ae294be17b49a566cec90257510b18eb2469453a933217a328108d29'
+sha256sums=('7ef1d61052fe3dace20b89ab287a6a0e835f8f111ab41584aa39b80f6093842b'
 'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
 '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')


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

2020-11-24 Thread Jelle van der Waa via arch-commits
Date: Tuesday, November 24, 2020 @ 19:29:34
  Author: jelle
Revision: 761006

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 761005, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 761005, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 761005, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 761005, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 761005, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  188 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++--
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 19:29:25 UTC (rev 761005)
+++ PKGBUILD2020-11-24 19:29:34 UTC (rev 761006)
@@ -1,94 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.3.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2020-11-24 Thread Jelle van der Waa via arch-commits
Date: Tuesday, November 24, 2020 @ 19:29:25
  Author: jelle
Revision: 761005

upgpkg: grafana 7.3.4-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 18:42:44 UTC (rev 761004)
+++ PKGBUILD2020-11-24 19:29:25 UTC (rev 761005)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.3.2
+pkgver=7.3.4
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2020-11-22 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 22, 2020 @ 16:29:07
  Author: jelle
Revision: 759222

Update PKGBUILD to latest version with tests

Modified:
  python-reedsolo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 16:29:03 UTC (rev 759221)
+++ PKGBUILD2020-11-22 16:29:07 UTC (rev 759222)
@@ -20,7 +20,8 @@
 
 check() {
   cd "reedsolomon-${pkgver}"
-  python3 setup.py test
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m 
unittest discover tests
 }
 
 package() {


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

2020-11-22 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 22, 2020 @ 16:05:07
  Author: jelle
Revision: 759212

archrelease: copy trunk to community-x86_64

Added:
  openrct2/repos/community-x86_64/PKGBUILD
(from rev 759211, openrct2/trunk/PKGBUILD)
Deleted:
  openrct2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 16:04:58 UTC (rev 759211)
+++ PKGBUILD2020-11-22 16:05:07 UTC (rev 759212)
@@ -1,46 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Graham Edgecombe 
-
-pkgname=openrct2
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires 
full
- copy of the game)'
-arch=('x86_64')
-url='https://openrct2.io'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'sdl2' 'curl' 'jansson' 'speexdsp' 'fontconfig'
- 'libpng' 'openssl' 'libzip' 'icu' 'duktape' 'benchmark')
-makedepends=('cmake' 'nlohmann-json')
-optdepends=('zenity: System dialog box support (GNOME/GTK)'
-'kdialog: System dialog box support (KDE)'
-'alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=($pkgname-$pkgver.tar.gz::https://github.com/OpenRCT2/OpenRCT2/archive/v$pkgver.tar.gz)
-sha256sums=('66c1c7ae8c765397e324b1aac59907bd5197dbad88597133aaba8a9480627c36')
-
-build() {
-  cd "$srcdir/OpenRCT2-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSTATIC=off -DWITH_TESTS=on -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
-  make all g2
-}
-
-check() {
-  cd "$srcdir/OpenRCT2-$pkgver"
-
-  mkdir -p build
-  make test
-}
-
-package() {
-  cd "$srcdir/OpenRCT2-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir/usr/lib/libopenrct2.a"
-  rmdir "$pkgdir/usr/lib"
-}

Copied: openrct2/repos/community-x86_64/PKGBUILD (from rev 759211, 
openrct2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-22 16:05:07 UTC (rev 759212)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Graham Edgecombe 
+
+pkgname=openrct2
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires 
full
+ copy of the game)'
+arch=('x86_64')
+url='https://openrct2.io'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'sdl2' 'curl' 'speexdsp' 'fontconfig'
+ 'libpng' 'openssl' 'libzip' 'icu' 'duktape' 'benchmark')
+makedepends=('cmake' 'nlohmann-json')
+optdepends=('zenity: System dialog box support (GNOME/GTK)'
+'kdialog: System dialog box support (KDE)'
+'alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=($pkgname-$pkgver.tar.gz::https://github.com/OpenRCT2/OpenRCT2/archive/v$pkgver.tar.gz)
+sha256sums=('66c1c7ae8c765397e324b1aac59907bd5197dbad88597133aaba8a9480627c36')
+
+build() {
+  cd "$srcdir/OpenRCT2-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSTATIC=off -DWITH_TESTS=on -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
+  make all g2
+}
+
+check() {
+  cd "$srcdir/OpenRCT2-$pkgver"
+
+  mkdir -p build
+  make test
+}
+
+package() {
+  cd "$srcdir/OpenRCT2-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/usr/lib/libopenrct2.a"
+  rmdir "$pkgdir/usr/lib"
+}


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

2020-11-22 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 22, 2020 @ 16:04:58
  Author: jelle
Revision: 759211

Fix FS#68419 - remove unrequired jansson dependency

Modified:
  openrct2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 16:02:02 UTC (rev 759210)
+++ PKGBUILD2020-11-22 16:04:58 UTC (rev 759211)
@@ -3,13 +3,13 @@
 
 pkgname=openrct2
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires 
full
  copy of the game)'
 arch=('x86_64')
 url='https://openrct2.io'
 license=('GPL3')
-depends=('hicolor-icon-theme' 'sdl2' 'curl' 'jansson' 'speexdsp' 'fontconfig'
+depends=('hicolor-icon-theme' 'sdl2' 'curl' 'speexdsp' 'fontconfig'
  'libpng' 'openssl' 'libzip' 'icu' 'duktape' 'benchmark')
 makedepends=('cmake' 'nlohmann-json')
 optdepends=('zenity: System dialog box support (GNOME/GTK)'


[arch-commits] Commit in (4 files)

2020-11-22 Thread Jelle van der Waa via arch-commits
Date: Sunday, November 22, 2020 @ 15:32:02
  Author: jelle
Revision: 759204

new dependency of esptool

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

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

Added: python-reedsolo/trunk/PKGBUILD
===
--- python-reedsolo/trunk/PKGBUILD  (rev 0)
+++ python-reedsolo/trunk/PKGBUILD  2020-11-22 15:32:02 UTC (rev 759204)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-reedsolomon
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='A pure-python universal errors-and-erasures Reed-Solomon Codec'
+arch=('x86_64')
+url="https://github.com/tomerfiliba/reedsolomon;
+license=('custom')
+depends=('python' )
+makedepends=('git' 'python-setuptools' 'python-nose' 'cython')
+depends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz;)
+sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
+
+build() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py build
+}
+
+check() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py test
+}
+
+package() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-21 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 21, 2020 @ 15:00:36
  Author: jelle
Revision: 758491

archrelease: copy trunk to community-x86_64

Added:
  oxipng/repos/community-x86_64/PKGBUILD
(from rev 758490, oxipng/trunk/PKGBUILD)
Deleted:
  oxipng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-21 15:00:30 UTC (rev 758490)
+++ PKGBUILD2020-11-21 15:00:36 UTC (rev 758491)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Nicolas F. 
-
-pkgname=oxipng
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A lossless PNG compression optimiser"
-arch=(x86_64)
-url="https://github.com/shssoichiro/oxipng;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('10308fb78bc5b1b00b7450d812f652bfe6fb6d98d68a0c540bb5d3b9cfd56e68')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: oxipng/repos/community-x86_64/PKGBUILD (from rev 758490, 
oxipng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-21 15:00:36 UTC (rev 758491)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nicolas F. 
+
+pkgname=oxipng
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A lossless PNG compression optimiser"
+arch=(x86_64)
+url="https://github.com/shssoichiro/oxipng;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c5684730757a49a55c3bac66de139da5a1fdcd190f8ea3b9a95e1fc8feccb106')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-21 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 21, 2020 @ 15:00:30
  Author: jelle
Revision: 758490

upgpkg: oxipng 4.0.1-1

Modified:
  oxipng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 14:45:24 UTC (rev 758489)
+++ PKGBUILD2020-11-21 15:00:30 UTC (rev 758490)
@@ -2,7 +2,7 @@
 # Contributor: Nicolas F. 
 
 pkgname=oxipng
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="A lossless PNG compression optimiser"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('10308fb78bc5b1b00b7450d812f652bfe6fb6d98d68a0c540bb5d3b9cfd56e68')
+sha256sums=('c5684730757a49a55c3bac66de139da5a1fdcd190f8ea3b9a95e1fc8feccb106')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-11-20 Thread Jelle van der Waa via arch-commits
Date: Friday, November 20, 2020 @ 20:19:06
  Author: jelle
Revision: 401578

archrelease: copy trunk to staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 20:18:56 UTC (rev 401577)
+++ PKGBUILD2020-11-20 20:19:06 UTC (rev 401578)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-prometheus_client
-pkgver=0.8.0
-pkgrel=4
-
-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=('a9d49bc4dac77168f94edf51344042bc5210b07ed01031dc50e323f86ea8292df7370956a4fbd9d9f85a0857a8ec9abaef30c0c2cd4dc5502df7264816eecc8f')
-
-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 401577, 
python-prometheus_client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 20:19:06 UTC (rev 401578)
@@ -0,0 +1,34 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-prometheus_client
+pkgver=0.9.0
+pkgrel=1
+
+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=('1d68ca35169972c50bb56ede88c47408ee27b3e795fcf03798313aed2dbc5db5532fe6886998c118258b76e431c6e49aa0ac19b9206cad63711901497258aaa5')
+
+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/repos (community-staging-any)

2020-11-20 Thread Jelle van der Waa via arch-commits
Date: Friday, November 20, 2020 @ 20:18:56
  Author: jelle
Revision: 401577

not community, silly

Deleted:
  python-prometheus_client/repos/community-staging-any/


  1   2   3   4   5   6   7   8   9   10   >