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

2020-07-23 Thread Morten Linderud via arch-commits
Date: Thursday, July 23, 2020 @ 16:36:34
  Author: foxboron
Revision: 665011

upgpkg: python-docs 3.8.5-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 14:51:46 UTC (rev 665010)
+++ PKGBUILD2020-07-23 16:36:34 UTC (rev 665011)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.8.4
+pkgver=3.8.5
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
+sha256sums=('293cf0f428debb50e99aef5c8e7fb646e111a873b9527d452c459e7327ebee2f')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2020-07-20 Thread Morten Linderud via arch-commits
Date: Monday, July 20, 2020 @ 21:48:25
  Author: foxboron
Revision: 664659

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 21:48:17 UTC (rev 664658)
+++ PKGBUILD2020-07-20 21:48:25 UTC (rev 664659)
@@ -1,83 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.14.5
-pkgrel=1
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go perl)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-
-  cd "$pkgname/src"
-  ./make.bash --no-clean -v
-
-  PATH="$GOBIN:$PATH" go install -v -race std
-  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgname/src
-  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
-   # Should only affect containers
-   # so lets just say No.
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 664658, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 21:48:25 UTC (rev 664659)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.14.6
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOPATH="$srcdir/"
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+
+  cd "$pkgname/src"
+  ./make.bash --no-clean -v
+
+  PATH="$GOBIN:$PATH" go install -v -race std
+  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+}
+
+check() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # 

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

2020-07-20 Thread Morten Linderud via arch-commits
Date: Monday, July 20, 2020 @ 21:48:17
  Author: foxboron
Revision: 664658

upgpkg: go 2:1.14.6-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 21:17:41 UTC (rev 664657)
+++ PKGBUILD2020-07-20 21:48:17 UTC (rev 664658)
@@ -13,7 +13,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.14.5
+pkgver=1.14.6
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 options=(!strip staticlibs)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
+sha256sums=('73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09'
 'SKIP')
 
 build() {


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

2020-07-18 Thread Morten Linderud via arch-commits
Date: Saturday, July 18, 2020 @ 20:17:03
  Author: foxboron
Revision: 664466

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 664465, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 664465, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +++
 PKGBUILD  |   68 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-07-18 20:16:19 UTC (rev 664465)
+++ ChangeLog   2020-07-18 20:17:03 UTC (rev 664466)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 664465, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-07-18 20:17:03 UTC (rev 664466)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 20:16:19 UTC (rev 664465)
+++ PKGBUILD2020-07-18 20:17:03 UTC (rev 664466)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.42
-pkgrel=3
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 664465, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 20:17:03 UTC (rev 664466)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.44
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('670650970c7ba7164cf6340bcd182e7e933eff5d65183af98ee77b40cc25a438')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-07-18 Thread Morten Linderud via arch-commits
Date: Saturday, July 18, 2020 @ 20:16:19
  Author: foxboron
Revision: 664465

upgpkg: python-reportlab 3.5.44-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 20:03:26 UTC (rev 664464)
+++ PKGBUILD2020-07-18 20:16:19 UTC (rev 664465)
@@ -4,8 +4,8 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.42
-pkgrel=3
+pkgver=3.5.44
+pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://bitbucket.org/rptlab/reportlab;
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
+sha256sums=('670650970c7ba7164cf6340bcd182e7e933eff5d65183af98ee77b40cc25a438')
 
 build() {
 cd ${_origname}-${pkgver}


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

2020-07-18 Thread Morten Linderud via arch-commits
Date: Saturday, July 18, 2020 @ 17:46:58
  Author: foxboron
Revision: 664449

upgpkg: qutebrowser 1.13.1-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 17:40:36 UTC (rev 664448)
+++ PKGBUILD2020-07-18 17:46:58 UTC (rev 664449)
@@ -4,8 +4,8 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
 url="https://www.qutebrowser.org/;
@@ -24,7 +24,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('d3e930ad6705fecf707d221ac253b60352d8cac91cc2ed88d68169cd2a5000f7'
+sha256sums=('2896851f07c6258cf8991975eed200ca8477ae393a6a7a40249035b2f36ee2d8'
 'SKIP')
 
 build() {


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

2020-07-18 Thread Morten Linderud via arch-commits
Date: Saturday, July 18, 2020 @ 17:47:05
  Author: foxboron
Revision: 664450

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 664449, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 17:46:58 UTC (rev 664449)
+++ PKGBUILD2020-07-18 17:47:05 UTC (rev 664450)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.13.0
-pkgrel=2
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
- "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('d3e930ad6705fecf707d221ac253b60352d8cac91cc2ed88d68169cd2a5000f7'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-export PYTHONHASHSEED=0
-make -f misc/Makefile all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 664449, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 17:47:05 UTC (rev 664450)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+ "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('2896851f07c6258cf8991975eed200ca8477ae393a6a7a40249035b2f36ee2d8'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
+make -f misc/Makefile all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 21:13:52
  Author: foxboron
Revision: 664214

upgpkg: hy 0.19.0-2

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 21:10:30 UTC (rev 664213)
+++ PKGBUILD2020-07-16 21:13:52 UTC (rev 664214)
@@ -2,7 +2,7 @@
 # Contributor: JP Cimalando 
 
 pkgname=hy
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=2
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
-sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
+sha256sums=('3a24f02a22ab8679783b1b817eba5fd1cfa1b9fb334e16fad74fc1887d257efc')
 
 prepare() {
 cd "$pkgname-$pkgver"


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 21:13:58
  Author: foxboron
Revision: 664215

archrelease: copy trunk to community-any

Added:
  hy/repos/community-any/PKGBUILD
(from rev 664214, hy/trunk/PKGBUILD)
Deleted:
  hy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 21:13:52 UTC (rev 664214)
+++ PKGBUILD2020-07-16 21:13:58 UTC (rev 664215)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: JP Cimalando 
-
-pkgname=hy
-pkgver=0.18.0
-pkgrel=2
-pkgdesc="A dialect of Lisp that's embedded in Python"
-arch=('any')
-url="http://hylang.org/;
-license=('MIT')
-depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
-sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# usually generated from git metadata and aded to PyPI sdist
-# PyPI does not include testsuite files.
-echo "__version__ = '$pkgver'" > hy/version.py
-}
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check(){
-cd "$pkgname-$pkgver"
-
-python setup.py develop --user
-PATH="$HOME/.local/bin:$PATH"
-python setup.py pytest #--addopts "-k 'not test_bin'"
-
-# Hy does magic to the bytecode, but we need this gone from check.
-# this should be generated as part of the build step
-for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
-   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
-   hy/contrib/__pycache__/loop.cpython-*.pyc \
-   hy/contrib/__pycache__/sequences.cpython-*.pyc \
-   hy/contrib/__pycache__/walk.cpython-*.pyc \
-   hy/core/__pycache__/__init__.cpython-*.pyc \
-   hy/core/__pycache__/bootstrap.cpython-*.pyc \
-   hy/core/__pycache__/language.cpython-*.pyc \
-   hy/core/__pycache__/macros.cpython-*.pyc \
-   hy/core/__pycache__/shadow.cpython-*.pyc \
-   hy/extra/__pycache__/__init__.cpython-*.pyc \
-   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
-   hy/extra/__pycache__/reserved.cpython-*.pyc
-do
-rm "$file"
-done
-
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-rm -rf "$pkgdir/usr/get_version"
-}

Copied: hy/repos/community-any/PKGBUILD (from rev 664214, hy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 21:13:58 UTC (rev 664215)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Contributor: JP Cimalando 
+
+pkgname=hy
+pkgver=0.19.0
+pkgrel=2
+pkgdesc="A dialect of Lisp that's embedded in Python"
+arch=('any')
+url="http://hylang.org/;
+license=('MIT')
+depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
+sha256sums=('3a24f02a22ab8679783b1b817eba5fd1cfa1b9fb334e16fad74fc1887d257efc')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# usually generated from git metadata and aded to PyPI sdist
+# PyPI does not include testsuite files.
+echo "__version__ = '$pkgver'" > hy/version.py
+}
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check(){
+cd "$pkgname-$pkgver"
+
+python setup.py develop --user
+PATH="$HOME/.local/bin:$PATH"
+python setup.py pytest #--addopts "-k 'not test_bin'"
+
+# Hy does magic to the bytecode, but we need this gone from check.
+# this should be generated as part of the build step
+for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
+   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
+   hy/contrib/__pycache__/loop.cpython-*.pyc \
+   hy/contrib/__pycache__/sequences.cpython-*.pyc \
+   hy/contrib/__pycache__/walk.cpython-*.pyc \
+   hy/core/__pycache__/__init__.cpython-*.pyc \
+   hy/core/__pycache__/bootstrap.cpython-*.pyc \
+   hy/core/__pycache__/language.cpython-*.pyc \
+   hy/core/__pycache__/macros.cpython-*.pyc \
+   hy/core/__pycache__/shadow.cpython-*.pyc \
+   hy/extra/__pycache__/__init__.cpython-*.pyc \
+   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
+   hy/extra/__pycache__/reserved.cpython-*.pyc
+do
+rm "$file"
+done
+
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -D -m644 

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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 21:10:23
  Author: foxboron
Revision: 664212

upgpkg: barrier 2.3.3-1 - fix build

Modified:
  barrier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 21:07:31 UTC (rev 664211)
+++ PKGBUILD2020-07-16 21:10:23 UTC (rev 664212)
@@ -2,8 +2,8 @@
 # Contributor: Tilman BLUMENBACH 
 
 pkgname=(barrier barrier-headless)
-pkgver=2.3.2
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
 pkgdesc="Open-source KVM software based on Synergy"
 arch=(x86_64)
 url="https://github.com/debauchee/barrier;
@@ -12,10 +12,17 @@
 depends=(curl avahi libx11 libxrandr libxext
 libxinerama xorgproto libxtst libxi
 libsm libice openssl)
-makedepends=(cmake qt5-base hicolor-icon-theme)
+makedepends=(cmake qt5-base hicolor-icon-theme gtest gmock)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/debauchee/barrier/archive/v${pkgver}.tar.gz;)
-sha256sums=('6b92a70c5f4d625065842d133386982ec2ad1db2a809af47e46ab8ce2acd39b5')
+sha256sums=('259e75c150ca16d9db51870b026dc7aad56c410fa3d2f5fdccc19d4b6024bdc5')
 
+prepare() {
+cd "barrier-${pkgver}"
+# Doesn't build!
+rm -rf ext/{gmock,gtest}
+sed -i 's|add_library.*||g' src/test/CMakeLists.txt 
+sed -i 's|set_target_properties.*||g' src/test/CMakeLists.txt 
+}
 
 build() {
 cd "barrier-${pkgver}"
@@ -32,6 +39,7 @@
 make
 }
 
+
 _package_common() {
 # Install binaries:
 cd "barrier-${pkgver}/build"


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 21:10:30
  Author: foxboron
Revision: 664213

archrelease: copy trunk to community-x86_64

Added:
  barrier/repos/community-x86_64/CHANGELOG.rst
(from rev 664212, barrier/trunk/CHANGELOG.rst)
  barrier/repos/community-x86_64/PKGBUILD
(from rev 664212, barrier/trunk/PKGBUILD)
Deleted:
  barrier/repos/community-x86_64/CHANGELOG.rst
  barrier/repos/community-x86_64/PKGBUILD

---+
 CHANGELOG.rst |  120 ++---
 PKGBUILD  |  180 +---
 2 files changed, 154 insertions(+), 146 deletions(-)

Deleted: CHANGELOG.rst
===
--- CHANGELOG.rst   2020-07-16 21:10:23 UTC (rev 664212)
+++ CHANGELOG.rst   2020-07-16 21:10:30 UTC (rev 664213)
@@ -1,60 +0,0 @@
-Changelog for package base ``barrier``
-==
-
-2.3.2-1 - 2019-10-12
-
-
-- Updated to upstream release 2.3.2_, for which there is no upstream
-  changelog available (apart from the VCS history).
-
-2.3.1-1 - 2019-09-25
-
-
-- Updated to upstream release 2.3.1_.
-
-  Upstream release notes since version 2.1.2_:
-
-  * Fixes for the international US keyboard (2.3.1_)
-  * Misc. Fixes and Improvements (2.3.0_)
-
-2.1.2-2 - 2018-12-29
-
-
-- The ``barrier`` package now only contains the Barrier GUI, while
-  a new package ``barrier-headless`` contains the server and client
-  CLI binaries. Users that don't require the GUI can now install only
-  the ``barrier-headless`` package and avoid the ``qt5-base`` dependency
-  required by the Barrier GUI.
-
-  The ``barrier`` package automatically pulls in the ``barrier-headless``
-  package.
-
-2.1.2-1 - 2018-12-29
-
-
-- Updated to upstream release 2.1.2_, for which there is no upstream
-  changelog available (apart from the VCS history).
-
-**Note:** While this release has been tagged as ``2.1.2`` by upstream,
-the actual version number shown by the Barrier programs is ``2.2.0``.
-
-2.1.1-2 - 2018-05-30
-
-
-- Work around Barrier `issue 49`_.
-
-2.1.1-1 - 2018-05-20
-
-
-- Updated to upstream release 2.1.1_, which contains the following
-  changes:
-
-  * Fixed ``.desktop`` file.
-
-
-.. _2.1.1: https://github.com/debauchee/barrier/releases/tag/v2.1.1
-.. _2.1.2: https://github.com/debauchee/barrier/releases/tag/v2.1.2
-.. _2.3.0: https://github.com/debauchee/barrier/releases/tag/v2.3.0
-.. _2.3.1: https://github.com/debauchee/barrier/releases/tag/v2.3.1
-.. _2.3.2: https://github.com/debauchee/barrier/releases/tag/v2.3.2
-.. _issue 49: https://github.com/debauchee/barrier/issues/49

Copied: barrier/repos/community-x86_64/CHANGELOG.rst (from rev 664212, 
barrier/trunk/CHANGELOG.rst)
===
--- CHANGELOG.rst   (rev 0)
+++ CHANGELOG.rst   2020-07-16 21:10:30 UTC (rev 664213)
@@ -0,0 +1,60 @@
+Changelog for package base ``barrier``
+==
+
+2.3.2-1 - 2019-10-12
+
+
+- Updated to upstream release 2.3.2_, for which there is no upstream
+  changelog available (apart from the VCS history).
+
+2.3.1-1 - 2019-09-25
+
+
+- Updated to upstream release 2.3.1_.
+
+  Upstream release notes since version 2.1.2_:
+
+  * Fixes for the international US keyboard (2.3.1_)
+  * Misc. Fixes and Improvements (2.3.0_)
+
+2.1.2-2 - 2018-12-29
+
+
+- The ``barrier`` package now only contains the Barrier GUI, while
+  a new package ``barrier-headless`` contains the server and client
+  CLI binaries. Users that don't require the GUI can now install only
+  the ``barrier-headless`` package and avoid the ``qt5-base`` dependency
+  required by the Barrier GUI.
+
+  The ``barrier`` package automatically pulls in the ``barrier-headless``
+  package.
+
+2.1.2-1 - 2018-12-29
+
+
+- Updated to upstream release 2.1.2_, for which there is no upstream
+  changelog available (apart from the VCS history).
+
+**Note:** While this release has been tagged as ``2.1.2`` by upstream,
+the actual version number shown by the Barrier programs is ``2.2.0``.
+
+2.1.1-2 - 2018-05-30
+
+
+- Work around Barrier `issue 49`_.
+
+2.1.1-1 - 2018-05-20
+
+
+- Updated to upstream release 2.1.1_, which contains the following
+  changes:
+
+  * Fixed ``.desktop`` file.
+
+
+.. _2.1.1: https://github.com/debauchee/barrier/releases/tag/v2.1.1
+.. _2.1.2: https://github.com/debauchee/barrier/releases/tag/v2.1.2
+.. _2.3.0: https://github.com/debauchee/barrier/releases/tag/v2.3.0
+.. _2.3.1: https://github.com/debauchee/barrier/releases/tag/v2.3.1
+.. _2.3.2: https://github.com/debauchee/barrier/releases/tag/v2.3.2
+.. _issue 49: https://github.com/debauchee/barrier/issues/49

Deleted: 

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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:38:34
  Author: foxboron
Revision: 664115

upgpkg: conmon 1:2.0.19-1

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:24:18 UTC (rev 664114)
+++ PKGBUILD2020-07-16 11:38:34 UTC (rev 664115)
@@ -2,8 +2,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.0.18
-pkgrel=2
+pkgver=2.0.19
+pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(glibc glib2 systemd)
 makedepends=(git)
-_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
+_commit=25585dd8e8ebff68baa00f695115eff4191ca1f9 # tags/v2.0.19
 source=("git+https://github.com/containers/conmon#commit=${_commit};)
 md5sums=('SKIP')
 


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:38:41
  Author: foxboron
Revision: 664116

archrelease: copy trunk to community-x86_64

Added:
  conmon/repos/community-x86_64/PKGBUILD
(from rev 664115, conmon/trunk/PKGBUILD)
Deleted:
  conmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:38:34 UTC (rev 664115)
+++ PKGBUILD2020-07-16 11:38:41 UTC (rev 664116)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=conmon
-pkgver=2.0.18
-pkgrel=2
-epoch=1
-pkgdesc='OCI container runtime monitor'
-arch=(x86_64)
-url='https://github.com/containers/conmon'
-license=(APACHE)
-depends=(glibc glib2 systemd)
-makedepends=(git)
-_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
-source=("git+https://github.com/containers/conmon#commit=${_commit};)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd conmon
-  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
-}
-
-package() {
-  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
-}

Copied: conmon/repos/community-x86_64/PKGBUILD (from rev 664115, 
conmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 11:38:41 UTC (rev 664116)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=conmon
+pkgver=2.0.19
+pkgrel=1
+epoch=1
+pkgdesc='OCI container runtime monitor'
+arch=(x86_64)
+url='https://github.com/containers/conmon'
+license=(APACHE)
+depends=(glibc glib2 systemd)
+makedepends=(git)
+_commit=25585dd8e8ebff68baa00f695115eff4191ca1f9 # tags/v2.0.19
+source=("git+https://github.com/containers/conmon#commit=${_commit};)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd conmon
+  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
+}
+
+package() {
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
+}


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:24:18
  Author: foxboron
Revision: 664114

archrelease: copy trunk to community-x86_64

Added:
  python-m2crypto/repos/community-x86_64/LICENSE
(from rev 664113, python-m2crypto/trunk/LICENSE)
  python-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 664113, python-m2crypto/trunk/PKGBUILD)
Deleted:
  python-m2crypto/repos/community-x86_64/LICENSE
  python-m2crypto/repos/community-x86_64/PKGBUILD
  python-m2crypto/repos/community-x86_64/socketio.patch

+
 LICENSE|   52 +--
 PKGBUILD   |  103 +--
 socketio.patch |   47 -
 3 files changed, 74 insertions(+), 128 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-16 11:15:54 UTC (rev 664113)
+++ LICENSE 2020-07-16 11:24:18 UTC (rev 664114)
@@ -1,26 +0,0 @@
-Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
-
-Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
-All rights reserved.
-
-Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
-All rights reserved.
-
-Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation.
-
-THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-m2crypto/repos/community-x86_64/LICENSE (from rev 664113, 
python-m2crypto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-16 11:24:18 UTC (rev 664114)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:15:54 UTC (rev 664113)
+++ PKGBUILD2020-07-16 11:24:18 UTC (rev 664114)
@@ -1,55 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=python-m2crypto
-pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.35.2
-pkgrel=3
-pkgdesc="A crypto and SSL toolkit for Python"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/M2Crypto;
-license=('BSD')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
- 'swig')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
-"socketio.patch"
-"LICENSE")
-sha256sums=('57220b06de0622d0fad464ec2f16abe6f7aaa6d8ab5ab11372e6a17d7b52550b'
-'d4937399c15c00986088f35c3a813584c4b171bea631ffe1a71e483c8236c304'
-'4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
-

[arch-commits] Commit in python-m2crypto/trunk (socketio.patch)

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:15:54
  Author: foxboron
Revision: 664113

deleted patch

Deleted:
  python-m2crypto/trunk/socketio.patch

+
 socketio.patch |   47 ---
 1 file changed, 47 deletions(-)

Deleted: socketio.patch
===
--- socketio.patch  2020-07-16 11:15:17 UTC (rev 664112)
+++ socketio.patch  2020-07-16 11:15:54 UTC (rev 664113)
@@ -1,47 +0,0 @@
-From d3a43ffe1bfe4c128d6ab7c390419dee68f4ca5a Mon Sep 17 00:00:00 2001
-From: lethliel 
-Date: Wed, 19 Feb 2020 11:53:05 +0100
-Subject: [PATCH] wrap SocketIO in io.Buffered* for makefile
-
-In python3.8 the fp is wrapped in a Buffer.
-SSL.Connection.makefile returns a socketIO which is no buffer.
-
-SocketIO in 'r' mode:
-use io.BufferedReader
-
-SocketIO in 'rw' mode:
-use io.BufferedRWPair

- M2Crypto/SSL/Connection.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/M2Crypto/SSL/Connection.py b/M2Crypto/SSL/Connection.py
-index 7053aa6b..01bb61c5 100644
 a/M2Crypto/SSL/Connection.py
-+++ b/M2Crypto/SSL/Connection.py
-@@ -12,6 +12,7 @@ Copyright 2008 Heikki Toivonen. All rights reserved.
- 
- import logging
- import socket
-+import io
- 
- from M2Crypto import BIO, Err, X509, m2, py27plus, six, util  # noqa
- from M2Crypto.SSL import Checker, Context, timeout  # noqa
-@@ -582,9 +583,12 @@ class Connection(object):
- return m2.ssl_set_cipher_list(self.ssl, cipher_list)
- 
- def makefile(self, mode='rb', bufsize=-1):
--# type: (AnyStr, int) -> socket._fileobject
-+# type: (AnyStr, int) -> Union[io.BufferedRWPair,io.BufferedReader]
- if six.PY3:
--return socket.SocketIO(self, mode)
-+raw = socket.SocketIO(self, mode)
-+if 'rw' in mode:
-+return io.BufferedRWPair(raw, raw)
-+return io.BufferedReader(raw, io.DEFAULT_BUFFER_SIZE)
- else:
- return socket._fileobject(self, mode, bufsize)
- 
--- 
-2.26.2
-


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:15:17
  Author: foxboron
Revision: 664112

upgpkg: python-m2crypto 0.36.0-1

Modified:
  python-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:11:26 UTC (rev 664111)
+++ PKGBUILD2020-07-16 11:15:17 UTC (rev 664112)
@@ -5,8 +5,8 @@
 
 pkgbase=python-m2crypto
 pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.35.2
-pkgrel=3
+pkgver=0.36.0
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -15,19 +15,12 @@
  'python2' 'python2-setuptools'
  'swig')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
-"socketio.patch"
-"LICENSE")
-sha256sums=('57220b06de0622d0fad464ec2f16abe6f7aaa6d8ab5ab11372e6a17d7b52550b'
-'d4937399c15c00986088f35c3a813584c4b171bea631ffe1a71e483c8236c304'
+"LICENSE")
+sha256sums=('18e23c5a4d5962a5bd44feba00a521f662c4f7a391b27b8464df095494f21eda'
 '4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
 
 prepare() {
   mv m2crypto-${pkgver}-* m2crypto-${pkgver}
-
-  cd "m2crypto-$pkgver"
-  patch -Np1 < "$srcdir/socketio.patch"
-  cd ..
-
   cp -a m2crypto-$pkgver{,-py2}
 }
 


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:04:46
  Author: foxboron
Revision: 664109

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 664108, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:04:38 UTC (rev 664108)
+++ PKGBUILD2020-07-16 11:04:46 UTC (rev 664109)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.13.1
-pkgrel=2
-pkgdesc="Iconic font designed for Bootstrap"
-url="https://fontawesome.com/;
-license=('custom:OFL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('26cae227514f3f77f9a43ad4e4f6a383702e08a5ec2a2fcb055cd35e033b7dd2')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 664108, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 11:04:46 UTC (rev 664109)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="https://fontawesome.com/;
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
+sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:04:38
  Author: foxboron
Revision: 664108

upgpkg: font-awesome 5.14.0-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 10:10:40 UTC (rev 664107)
+++ PKGBUILD2020-07-16 11:04:38 UTC (rev 664108)
@@ -3,14 +3,14 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.13.1
-pkgrel=2
+pkgver=5.14.0
+pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="https://fontawesome.com/;
 license=('custom:OFL')
 arch=('any')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('26cae227514f3f77f9a43ad4e4f6a383702e08a5ec2a2fcb055cd35e033b7dd2')
+sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2020-07-15 Thread Morten Linderud via arch-commits
Date: Wednesday, July 15, 2020 @ 22:22:36
  Author: foxboron
Revision: 664020

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 664019, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 664019, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +++
 PKGBUILD  |   68 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-07-15 22:22:00 UTC (rev 664019)
+++ ChangeLog   2020-07-15 22:22:36 UTC (rev 664020)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 664019, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-07-15 22:22:36 UTC (rev 664020)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 22:22:00 UTC (rev 664019)
+++ PKGBUILD2020-07-15 22:22:36 UTC (rev 664020)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.42
-pkgrel=2
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-   rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 664019, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 22:22:36 UTC (rev 664020)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.42
+pkgrel=3
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-07-15 Thread Morten Linderud via arch-commits
Date: Wednesday, July 15, 2020 @ 22:22:00
  Author: foxboron
Revision: 664019

upgpkg: python-reportlab 3.5.42-3 - fixes FS#67292

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 22:03:49 UTC (rev 664018)
+++ PKGBUILD2020-07-15 22:22:00 UTC (rev 664019)
@@ -5,7 +5,7 @@
 _origname=reportlab
 pkgname=python-reportlab
 pkgver=3.5.42
-pkgrel=2
+pkgrel=3
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://bitbucket.org/rptlab/reportlab;
@@ -16,7 +16,7 @@
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
 sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
 
-package() {
+build() {
 cd ${_origname}-${pkgver}
 python setup.py build
 }
@@ -24,7 +24,7 @@
 check() {
 cd ${_origname}-${pkgver}
 python setup.py tests
-   rm tests/_i_am_actually_a_*
+rm tests/_i_am_actually_a_*
 }
 
 package() {


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

2020-07-15 Thread Morten Linderud via arch-commits
Date: Wednesday, July 15, 2020 @ 13:58:49
  Author: foxboron
Revision: 663973

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 663972, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 663972, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +-
 PKGBUILD  |   62 
 2 files changed, 52 insertions(+), 46 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-07-15 13:57:17 UTC (rev 663972)
+++ ChangeLog   2020-07-15 13:58:49 UTC (rev 663973)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 663972, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-07-15 13:58:49 UTC (rev 663973)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-15 13:57:17 UTC (rev 663972)
+++ PKGBUILD2020-07-15 13:58:49 UTC (rev 663973)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.42
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 663972, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-15 13:58:49 UTC (rev 663973)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.42
+pkgrel=2
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+   rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-07-15 Thread Morten Linderud via arch-commits
Date: Wednesday, July 15, 2020 @ 13:57:17
  Author: foxboron
Revision: 663972

upgpkg: python-reportlab 3.5.42-2 - reproducible builds

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 13:50:04 UTC (rev 663971)
+++ PKGBUILD2020-07-15 13:57:17 UTC (rev 663972)
@@ -1,4 +1,4 @@
-# Maintainer:
+# Maintainer: Morten Linderud 
 # Contributor: Angel 'angvp' Velasquez 
 # Contributor: William Rea 
 
@@ -5,7 +5,7 @@
 _origname=reportlab
 pkgname=python-reportlab
 pkgver=3.5.42
-pkgrel=1
+pkgrel=2
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://bitbucket.org/rptlab/reportlab;
@@ -18,11 +18,17 @@
 
 package() {
 cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+python setup.py build
 }
 
 check() {
 cd ${_origname}-${pkgver}
 python setup.py tests
+   rm tests/_i_am_actually_a_*
 }
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


[arch-commits] Commit in (pathological)

2020-07-15 Thread Morten Linderud via arch-commits
Date: Wednesday, July 15, 2020 @ 11:59:52
  Author: foxboron
Revision: 663961

Removed pathological

Deleted:
  pathological/


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 20:00:07
  Author: foxboron
Revision: 663785

upgpkg: go 2:1.14.5-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:40:40 UTC (rev 663784)
+++ PKGBUILD2020-07-14 20:00:07 UTC (rev 663785)
@@ -13,7 +13,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 options=(!strip staticlibs)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584'
+sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
 'SKIP')
 
 build() {
@@ -53,6 +53,9 @@
   export GO_TEST_TIMEOUT_SCALE=2
 
   cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # Should only affect containers
+   # so lets just say No.
   ./run.bash --no-rebuild -v -v -v -k
 }
 


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 20:00:14
  Author: foxboron
Revision: 663786

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 20:00:07 UTC (rev 663785)
+++ PKGBUILD2020-07-14 20:00:14 UTC (rev 663786)
@@ -1,80 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.14.4
-pkgrel=1
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go perl)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-
-  cd "$pkgname/src"
-  ./make.bash --no-clean -v
-
-  PATH="$GOBIN:$PATH" go install -v -race std
-  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgname/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 663785, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 20:00:14 UTC (rev 663786)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.14.5
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOPATH="$srcdir/"
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+
+  cd "$pkgname/src"
+  ./make.bash --no-clean -v
+
+  PATH="$GOBIN:$PATH" go install -v -race std
+  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+}
+
+check() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # Should only affect containers
+   # so lets just say No.
+  ./run.bash --no-rebuild -v -v -v -k
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin" 

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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:32:22
  Author: foxboron
Revision: 663761

upgpkg: sqlite-replication 3.32.3.4-1

Modified:
  sqlite-replication/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
+++ PKGBUILD2020-07-14 13:32:22 UTC (rev 663761)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname="sqlite-replication"
-pkgver=3.32.1.4
+pkgver=3.32.3.4
 pkgrel=1
 _pkgver="${pkgver%.*}"
 _replication="${pkgver##*.}"
@@ -16,7 +16,7 @@
 makedepends=('tcl')
 
source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz;
 license.txt)
-sha256sums=('0a451907b81bc21e546264aaf18fc28af2a4bad1a8ac009075f4dfccb93cf32b'
+sha256sums=('8caab8703e8b7314e93dfcd6aa09ff306e416fb398bf421f194368ced821d4e6'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 
 build() {


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:32:30
  Author: foxboron
Revision: 663762

archrelease: copy trunk to community-x86_64

Added:
  sqlite-replication/repos/community-x86_64/PKGBUILD
(from rev 663761, sqlite-replication/trunk/PKGBUILD)
  sqlite-replication/repos/community-x86_64/license.txt
(from rev 663761, sqlite-replication/trunk/license.txt)
Deleted:
  sqlite-replication/repos/community-x86_64/PKGBUILD
  sqlite-replication/repos/community-x86_64/license.txt

-+
 PKGBUILD|  110 +-
 license.txt |   66 +-
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:32:22 UTC (rev 663761)
+++ PKGBUILD2020-07-14 13:32:30 UTC (rev 663762)
@@ -1,55 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-# Contributor: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgname="sqlite-replication"
-pkgver=3.32.1.4
-pkgrel=1
-_pkgver="${pkgver%.*}"
-_replication="${pkgver##*.}"
-pkgdesc="Replication Enabled SQL Database Engine in a C Library"
-arch=('x86_64')
-license=('custom:Public Domain')
-url="https://github.com/canonical/sqlite;
-depends=('readline' 'zlib')
-makedepends=('tcl')
-source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz;
-license.txt)
-sha256sums=('0a451907b81bc21e546264aaf18fc28af2a4bad1a8ac009075f4dfccb93cf32b'
-'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
-
-build() {
-  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  # build sqlite
-  cd sqlite-version-${_pkgver}-replication${_replication}
-  ./configure --prefix=/usr \
-   --libdir=/usr/lib/$pkgname \
-   --includedir=/usr/include/$pkgname \
-   --disable-static \
-   --disable-amalgamation \
-   --enable-fts3 \
-   --enable-fts4 \
-   --enable-fts5 \
-   --enable-rtree \
-   --enable-json1 \
-   --enable-replication
-  make
-}
-
-package() {
-  cd sqlite-version-${_pkgver}-replication${_replication}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgbase}/license.txt"
-
-  rm -rf "${pkgdir}/usr/bin"
-  rm -rf "${pkgdir}/usr/lib/tcl"*
-}

Copied: sqlite-replication/repos/community-x86_64/PKGBUILD (from rev 663761, 
sqlite-replication/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:32:30 UTC (rev 663762)
@@ -0,0 +1,55 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+# Contributor: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgname="sqlite-replication"
+pkgver=3.32.3.4
+pkgrel=1
+_pkgver="${pkgver%.*}"
+_replication="${pkgver##*.}"
+pkgdesc="Replication Enabled SQL Database Engine in a C Library"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://github.com/canonical/sqlite;
+depends=('readline' 'zlib')
+makedepends=('tcl')
+source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz;
+license.txt)
+sha256sums=('8caab8703e8b7314e93dfcd6aa09ff306e416fb398bf421f194368ced821d4e6'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-version-${_pkgver}-replication${_replication}
+  ./configure --prefix=/usr \
+   --libdir=/usr/lib/$pkgname \
+   --includedir=/usr/include/$pkgname \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   --enable-replication
+  make
+}
+
+package() {
+  cd sqlite-version-${_pkgver}-replication${_replication}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgbase}/license.txt"
+
+  rm -rf "${pkgdir}/usr/bin"
+  rm -rf "${pkgdir}/usr/lib/tcl"*
+}

Deleted: license.txt

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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:28:34
  Author: foxboron
Revision: 663759

upgpkg: slirp4netns 1.1.4-1

Modified:
  slirp4netns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
+++ PKGBUILD2020-07-14 13:28:34 UTC (rev 663759)
@@ -3,7 +3,7 @@
 
 pkgname=slirp4netns
 pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/rootless-containers/slirp4netns;
@@ -11,7 +11,7 @@
 depends=(glibc glib2 libcap libseccomp libslirp)
 makedepends=(git)
 # TODO: Check if they are going to continue signing the commits
-_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
+_commit=b66ffa8e262507e37fca689822d23430f3357fe8 # tags/v1.1.4
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:28:41
  Author: foxboron
Revision: 663760

archrelease: copy trunk to community-x86_64

Added:
  slirp4netns/repos/community-x86_64/PKGBUILD
(from rev 663759, slirp4netns/trunk/PKGBUILD)
Deleted:
  slirp4netns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:28:34 UTC (rev 663759)
+++ PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=slirp4netns
-pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.3
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/rootless-containers/slirp4netns;
-license=(GPL2)
-depends=(glibc glib2 libcap libseccomp libslirp)
-makedepends=(git)
-# TODO: Check if they are going to continue signing the commits
-_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: slirp4netns/repos/community-x86_64/PKGBUILD (from rev 663759, 
slirp4netns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:28:41 UTC (rev 663760)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=slirp4netns
+pkgdesc='User-mode networking for unprivileged network namespaces'
+pkgver=1.1.4
+pkgrel=1
+arch=(x86_64)
+url="https://github.com/rootless-containers/slirp4netns;
+license=(GPL2)
+depends=(glibc glib2 libcap libseccomp libslirp)
+makedepends=(git)
+# TODO: Check if they are going to continue signing the commits
+_commit=b66ffa8e262507e37fca689822d23430f3357fe8 # tags/v1.1.4
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:26:22
  Author: foxboron
Revision: 663758

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 663757, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:26:15 UTC (rev 663757)
+++ PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft;
-license=('LGPL3')
-depends=('libuv')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   make check || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 663757, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:26:22 UTC (rev 663758)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft;
+license=('LGPL3')
+depends=('libuv')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('5c555dc9b69f122636660b30e6e3b065e09032a38499f7fe367c489d2dfda9ea')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   make check || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   rm -rf "${pkgdir}/usr/bin"
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:26:15
  Author: foxboron
Revision: 663757

upgpkg: raft 0.9.24-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
+++ PKGBUILD2020-07-14 13:26:15 UTC (rev 663757)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=raft
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 depends=('libuv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e4bda601b1f632c2ea9ec74e59c311e773503e16b798bd07f3764244fbbfc82f')
+sha256sums=('5c555dc9b69f122636660b30e6e3b065e09032a38499f7fe367c489d2dfda9ea')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:21:37
  Author: foxboron
Revision: 663756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:21:30 UTC (rev 663755)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 663755, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:21:37 UTC (rev 663756)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:21:30
  Author: foxboron
Revision: 663755

upgpkg: python-docs 3.8.4-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
+++ PKGBUILD2020-07-14 13:21:30 UTC (rev 663755)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.8.2
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('e12135b29ef231fce0d20c5865cf7fb37cecea11f2304e389325b04e9281558a')
+sha256sums=('9729231cdaa85640c91b741a05e307bed0c222fbb35b59d73927468850f70cae')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:02:27
  Author: foxboron
Revision: 663754

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 13:02:19 UTC (rev 663753)
+++ PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris Baker 
-
-pkgname=python-nltk
-pkgver=3.5
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='https://www.nltk.org/'
-license=('APACHE')
-depends=('python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
-optdepends=('nltk-data: test data'
-   'python-numpy: used for calculations'
-   'python-matplotlib: used for plotting')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz;)
-sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
-
-build() {
-  cd nltk-$pkgver
-  python setup.py build
-}
-
-# Need to fix the nltk-data split
-#check(){
-#  cd nltk-$pkgver
-#  python ./nltk/test/runtests.py
-#}
-
-package() {
-  cd nltk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 663753, 
python-nltk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 13:02:27 UTC (rev 663754)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Baker 
+
+pkgname=python-nltk
+pkgver=3.5
+pkgrel=2
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='https://www.nltk.org/'
+license=('APACHE')
+depends=('python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
+optdepends=('nltk-data: test data'
+   'python-numpy: used for calculations'
+   'python-matplotlib: used for plotting')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz;)
+sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
+
+build() {
+  cd nltk-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+# Need to fix the nltk-data split
+#check(){
+#  cd nltk-$pkgver
+#  python ./nltk/test/runtests.py
+#}
+
+package() {
+  cd nltk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 13:02:19
  Author: foxboron
Revision: 663753

upgpkg: python-nltk 3.5-2 - reproducible builds

Modified:
  python-nltk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:57:56 UTC (rev 663752)
+++ PKGBUILD2020-07-14 13:02:19 UTC (rev 663753)
@@ -5,7 +5,7 @@
 
 pkgname=python-nltk
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Natural language processing in Python'
 arch=('any')
 url='https://www.nltk.org/'
@@ -14,13 +14,14 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
 optdepends=('nltk-data: test data'
-   'python-numpy: used for calculations'
-   'python-matplotlib: used for plotting')
+   'python-numpy: used for calculations'
+   'python-matplotlib: used for plotting')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz;)
 sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
 
 build() {
   cd nltk-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:47:11
  Author: foxboron
Revision: 663750

archrelease: copy trunk to community-any

Added:
  hy/repos/community-any/PKGBUILD
(from rev 663749, hy/trunk/PKGBUILD)
Deleted:
  hy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:47:04 UTC (rev 663749)
+++ PKGBUILD2020-07-14 12:47:11 UTC (rev 663750)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: JP Cimalando 
-
-pkgname=hy
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A dialect of Lisp that's embedded in Python"
-arch=('any')
-url="http://hylang.org/;
-license=('MIT')
-depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
-sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# usually generated from git metadata and aded to PyPI sdist
-# PyPI does not include testsuite files.
-echo "__version__ = '$pkgver'" > hy/version.py
-}
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check(){
-cd "$pkgname-$pkgver"
-python setup.py develop --user
-PATH="$HOME/.local/bin:$PATH"
-python setup.py pytest #--addopts "-k 'not test_bin'"
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-rm -rf "$pkgdir/usr/get_version"
-}

Copied: hy/repos/community-any/PKGBUILD (from rev 663749, hy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:47:11 UTC (rev 663750)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Contributor: JP Cimalando 
+
+pkgname=hy
+pkgver=0.18.0
+pkgrel=2
+pkgdesc="A dialect of Lisp that's embedded in Python"
+arch=('any')
+url="http://hylang.org/;
+license=('MIT')
+depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
+sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# usually generated from git metadata and aded to PyPI sdist
+# PyPI does not include testsuite files.
+echo "__version__ = '$pkgver'" > hy/version.py
+}
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check(){
+cd "$pkgname-$pkgver"
+
+python setup.py develop --user
+PATH="$HOME/.local/bin:$PATH"
+python setup.py pytest #--addopts "-k 'not test_bin'"
+
+# Hy does magic to the bytecode, but we need this gone from check.
+# this should be generated as part of the build step
+for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
+   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
+   hy/contrib/__pycache__/loop.cpython-*.pyc \
+   hy/contrib/__pycache__/sequences.cpython-*.pyc \
+   hy/contrib/__pycache__/walk.cpython-*.pyc \
+   hy/core/__pycache__/__init__.cpython-*.pyc \
+   hy/core/__pycache__/bootstrap.cpython-*.pyc \
+   hy/core/__pycache__/language.cpython-*.pyc \
+   hy/core/__pycache__/macros.cpython-*.pyc \
+   hy/core/__pycache__/shadow.cpython-*.pyc \
+   hy/extra/__pycache__/__init__.cpython-*.pyc \
+   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
+   hy/extra/__pycache__/reserved.cpython-*.pyc
+do
+rm "$file"
+done
+
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+rm -rf "$pkgdir/usr/get_version"
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:47:04
  Author: foxboron
Revision: 663749

upgpkg: hy 0.18.0-2 - reproducible builds

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:39:10 UTC (rev 663748)
+++ PKGBUILD2020-07-14 12:47:04 UTC (rev 663749)
@@ -3,7 +3,7 @@
 
 pkgname=hy
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/;
@@ -29,9 +29,30 @@
 
 check(){
 cd "$pkgname-$pkgver"
+
 python setup.py develop --user
 PATH="$HOME/.local/bin:$PATH"
 python setup.py pytest #--addopts "-k 'not test_bin'"
+
+# Hy does magic to the bytecode, but we need this gone from check.
+# this should be generated as part of the build step
+for file in hy/contrib/__pycache__/__init__.cpython-*.pyc \
+   hy/contrib/__pycache__/hy_repr.cpython-*.pyc \
+   hy/contrib/__pycache__/loop.cpython-*.pyc \
+   hy/contrib/__pycache__/sequences.cpython-*.pyc \
+   hy/contrib/__pycache__/walk.cpython-*.pyc \
+   hy/core/__pycache__/__init__.cpython-*.pyc \
+   hy/core/__pycache__/bootstrap.cpython-*.pyc \
+   hy/core/__pycache__/language.cpython-*.pyc \
+   hy/core/__pycache__/macros.cpython-*.pyc \
+   hy/core/__pycache__/shadow.cpython-*.pyc \
+   hy/extra/__pycache__/__init__.cpython-*.pyc \
+   hy/extra/__pycache__/anaphoric.cpython-*.pyc \
+   hy/extra/__pycache__/reserved.cpython-*.pyc
+do
+rm "$file"
+done
+
 }
 
 package() {


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:18:04
  Author: foxboron
Revision: 663727

archrelease: copy trunk to community-any

Added:
  python2-typing/repos/community-any/PKGBUILD
(from rev 663726, python2-typing/trunk/PKGBUILD)
Deleted:
  python2-typing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 12:17:58 UTC (rev 663726)
+++ PKGBUILD2020-07-14 12:18:04 UTC (rev 663727)
@@ -1,25 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Morten Linderud 
-
-pkgname=python2-typing
-pkgver=3.7.4.2
-pkgrel=1
-pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
-url="https://pypi.python.org/pypi/typing;
-arch=('any')
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
-sha256sums=('6f6f3553709d2234e412092e5daa93a42ea1854505442280b39f9311707f')
-
-build() {
-   cd typing-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd typing-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-typing/repos/community-any/PKGBUILD (from rev 663726, 
python2-typing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 12:18:04 UTC (rev 663727)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Morten Linderud 
+
+pkgname=python2-typing
+pkgver=3.7.4.3
+pkgrel=1
+pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
+url="https://pypi.python.org/pypi/typing;
+arch=('any')
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
+sha256sums=('1187fb9c82fd670d10aa07bbb6cfcfe4bdda42d6fab8d5134f04e8c4d0b71cc9')
+
+build() {
+   cd typing-$pkgver
+   python2 setup.py build
+}
+
+package() {
+   cd typing-$pkgver
+   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-14 Thread Morten Linderud via arch-commits
Date: Tuesday, July 14, 2020 @ 12:17:58
  Author: foxboron
Revision: 663726

upgpkg: python2-typing 3.7.4.3-1

Modified:
  python2-typing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 12:16:01 UTC (rev 663725)
+++ PKGBUILD2020-07-14 12:17:58 UTC (rev 663726)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python2-typing
-pkgver=3.7.4.2
+pkgver=3.7.4.3
 pkgrel=1
 pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
 url="https://pypi.python.org/pypi/typing;
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
-sha256sums=('6f6f3553709d2234e412092e5daa93a42ea1854505442280b39f9311707f')
+sha256sums=('1187fb9c82fd670d10aa07bbb6cfcfe4bdda42d6fab8d5134f04e8c4d0b71cc9')
 
 build() {
cd typing-$pkgver


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:16:22
  Author: foxboron
Revision: 663530

archrelease: copy trunk to community-any

Added:
  
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
(from rev 663529, 
python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch)
  python-pipenv/repos/community-any/PKGBUILD
(from rev 663529, python-pipenv/trunk/PKGBUILD)
Deleted:
  
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
  python-pipenv/repos/community-any/PKGBUILD

-+
 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch |   64 
+-
 PKGBUILD|   63 
+
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
===
--- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:15:41 UTC (rev 663529)
+++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:16:22 UTC (rev 663530)
@@ -1,32 +0,0 @@
-From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Wed, 15 Aug 2018 22:37:12 -0400
-Subject: [PATCH] setup: don't setup_requires on things used to run development
- tasks
-
-It's not actually needed for setup.py, and is only used for:
-- `invoke release.bump-version`
-- `invoke release.tag-version`
-
-Including it in setup_requires is just something which ends up being
-downloaded from PyPI as an egg, when doing possibly offline distro
-packaging.

- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 7c87a2d6..179359f0 100644
 a/setup.py
-+++ b/setup.py
-@@ -130,7 +130,6 @@ setup(
- ],
- },
- python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
--setup_requires=["invoke", "parver"],
- install_requires=required,
- extras_require={},
- include_package_data=True,
--- 
-2.18.0
-

Copied: 
python-pipenv/repos/community-any/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch
 (from rev 663529, 
python-pipenv/trunk/0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch)
===
--- 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
(rev 0)
+++ 0001-setup-don-t-setup_requires-on-things-used-to-run-dev.patch 
2020-07-13 19:16:22 UTC (rev 663530)
@@ -0,0 +1,32 @@
+From 29c76d50b90fd7b9494c61b0f028287580172940 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Wed, 15 Aug 2018 22:37:12 -0400
+Subject: [PATCH] setup: don't setup_requires on things used to run development
+ tasks
+
+It's not actually needed for setup.py, and is only used for:
+- `invoke release.bump-version`
+- `invoke release.tag-version`
+
+Including it in setup_requires is just something which ends up being
+downloaded from PyPI as an egg, when doing possibly offline distro
+packaging.
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 7c87a2d6..179359f0 100644
+--- a/setup.py
 b/setup.py
+@@ -130,7 +130,6 @@ setup(
+ ],
+ },
+ python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
+-setup_requires=["invoke", "parver"],
+ install_requires=required,
+ extras_require={},
+ include_package_data=True,
+-- 
+2.18.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:15:41 UTC (rev 663529)
+++ PKGBUILD2020-07-13 19:16:22 UTC (rev 663530)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Andrew Crerar 
-# Contributor: Maikel Wever 
-
-pkgname=python-pipenv
-pkgver=2020.6.2
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
-
-build() {
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:12:41
  Author: foxboron
Revision: 663527

upgpkg: python-pipenv 2020.6.2-2 - reproducible builds

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
+++ PKGBUILD2020-07-13 19:12:41 UTC (rev 663527)
@@ -4,7 +4,7 @@
 
 pkgname=python-pipenv
 pkgver=2020.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -16,7 +16,8 @@
 
sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
 
 build() {
-  cd "$srcdir/pipenv-$pkgver"
+  cd "pipenv-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:03:06
  Author: foxboron
Revision: 663526

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 19:02:59 UTC (rev 663525)
+++ PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.34.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"flake8: for code linting"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
-  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
-  "python-numpy" "python-pandas" "python-matplotlib")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d')
-
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-sed -i "s/ujson.*/ujson'/" setup.py
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test -k 'not test_pyqt_completion'
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 663525, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 19:03:06 UTC (rev 663526)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.34.1
+pkgrel=2
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-setuptools" "python-jsonrpc-server" "python-future" 
"python-jedi" "python-pluggy" "python-ujson")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"flake8: for code linting"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+  "python-numpy" "python-pandas" "python-matplotlib")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('b96ff466b5aa24e212493de863899298f229a9e250e7353972563c7f2495d23d')
+
+
+prepare(){
+cd "${pkgname}-${pkgver}"
+sed -i "s/ujson.*/ujson'/" setup.py
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test -k 'not test_pyqt_completion'
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 19:02:59
  Author: foxboron
Revision: 663525

upgpkg: python-language-server 0.34.1-2 - reproducible builds

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
+++ PKGBUILD2020-07-13 19:02:59 UTC (rev 663525)
@@ -4,7 +4,7 @@
 
 pkgname=python-language-server
 pkgver=0.34.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server;
@@ -34,6 +34,7 @@
 
 build() {
 cd "${pkgname}-${pkgver}"
+export PYTHONHASHSEED=0
 python setup.py build
 }
 


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 18:43:10
  Author: foxboron
Revision: 663523

upgpkg: rclone 1.52.2-2 - reproducible builds

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 18:20:57 UTC (rev 663522)
+++ PKGBUILD2020-07-13 18:43:10 UTC (rev 663523)
@@ -3,7 +3,7 @@
 
 pkgname=rclone
 pkgver=1.52.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
 url="https://rclone.org/;
@@ -11,12 +11,15 @@
 depends=('glibc')
 optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;
+   
"repro.patch::https://patch-diff.githubusercontent.com/raw/rclone/rclone/pull/4433.patch;)
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418'
+
'c547393e033828a7c02f49e1ba826a21d4dffd5da881415ed79cf636643d15e651c6a44afacf842f6bb26655f1116b1b86b69a33743313b0e4b157127fa0d4ed')
 
 prepare() {
   cd "rclone-$pkgver"
   sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+  patch -Np1 < "$srcdir/repro.patch"
 }
 
 build() {


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 18:43:17
  Author: foxboron
Revision: 663524

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 663523, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 18:43:10 UTC (rev 663523)
+++ PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=rclone
-pkgver=1.52.2
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/;
-license=('MIT')
-depends=('glibc')
-optdepends=('fuse2: for rclone mount')
-makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418')
-
-prepare() {
-  cd "rclone-$pkgver"
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-}
-
-build() {
-  cd "rclone-$pkgver"
-  
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-
-  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
- ./rclone genautocomplete bash rclone.bash_completion
- ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd "rclone-$pkgver"
-  make TAG=v$pkgver test
-}
-
-package() {
-  cd "rclone-$pkgver"
-
-  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 663523, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 18:43:17 UTC (rev 663524)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=rclone
+pkgver=1.52.2
+pkgrel=2
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/;
+license=('MIT')
+depends=('glibc')
+optdepends=('fuse2: for rclone mount')
+makedepends=('python' 'pandoc' 'go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;
+   
"repro.patch::https://patch-diff.githubusercontent.com/raw/rclone/rclone/pull/4433.patch;)
+sha512sums=('f49f0dcf8bfa105b01b35921daa655a6c1161f6505e2299f027a4059d196adcc673038b1718320e6f0b8bb053fad8d2de7714f66fa245dd90ea0a791e848a418'
+
'c547393e033828a7c02f49e1ba826a21d4dffd5da881415ed79cf636643d15e651c6a44afacf842f6bb26655f1116b1b86b69a33743313b0e4b157127fa0d4ed')
+
+prepare() {
+  cd "rclone-$pkgver"
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+  patch -Np1 < "$srcdir/repro.patch"
+}
+
+build() {
+  cd "rclone-$pkgver"
+  
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+
+  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
+ ./rclone genautocomplete bash rclone.bash_completion
+ ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd "rclone-$pkgver"
+  make TAG=v$pkgver test
+}
+
+package() {
+  cd "rclone-$pkgver"
+
+  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:42:44
  Author: foxboron
Revision: 663434

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 16:42:37 UTC (rev 663433)
+++ PKGBUILD2020-07-13 16:42:44 UTC (rev 663434)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.34.2
-pkgrel=2
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel;
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python-pytest-cov' 'python-keyring' 
'python-keyrings-alt'
-  'python-xdg')
-source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
-sha512sums=('fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab')
-
-prepare() {
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd wheel-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
-}
-
-package_python-wheel() {
-  depends=('python')
-  optdepends=('python-keyring: for wheel.signatures')
-  optdepends=('python-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2')
-  optdepends=('python2-keyring: for wheel.signatures')
-  optdepends=('python2-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 663433, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 16:42:44 UTC (rev 663434)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.34.2
+pkgrel=3
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel;
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python-pytest' 'python-keyring' 
'python-keyrings-alt'
+  'python-xdg')
+source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz;)
+sha512sums=('fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab')
+
+prepare() {
+  # don't depend on python-coverage for tests
+  sed -i 's/--cov=wheel//' wheel-$pkgver/setup.cfg
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  export PYTHONHASHSEED=0
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd wheel-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
py.test
+}
+
+package_python-wheel() {
+  depends=('python')
+  optdepends=('python-keyring: for wheel.signatures')
+  optdepends=('python-xdg: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-wheel() {
+  depends=('python2')
+  optdepends=('python2-keyring: for wheel.signatures')
+  optdepends=('python2-xdg: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENSE.txt 

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:42:37
  Author: foxboron
Revision: 663433

upgpkg: python-wheel 0.34.2-3 - reproducible builds

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 16:32:18 UTC (rev 663432)
+++ PKGBUILD2020-07-13 16:42:37 UTC (rev 663433)
@@ -6,7 +6,7 @@
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
 pkgver=0.34.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A built-package format for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/wheel;
@@ -26,6 +26,8 @@
 }
 
 build() {
+  export PYTHONHASHSEED=0
+
   cd "$srcdir/wheel-$pkgver"
   python setup.py build
 


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:32:11
  Author: foxboron
Revision: 663431

upgpkg: mypy 0.782-2 - reproducible builds

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 16:30:43 UTC (rev 663430)
+++ PKGBUILD2020-07-13 16:32:11 UTC (rev 663431)
@@ -4,7 +4,7 @@
 
 pkgname=mypy
 pkgver=0.782
-pkgrel=1
+pkgrel=2
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
 arch=('any')
@@ -16,6 +16,7 @@
 
 build() {
 cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
 python setup.py build
 }
 


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:32:18
  Author: foxboron
Revision: 663432

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 663431, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 16:32:11 UTC (rev 663431)
+++ PKGBUILD2020-07-13 16:32:18 UTC (rev 663432)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.782
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 663431, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 16:32:18 UTC (rev 663432)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.782
+pkgrel=2
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
+
+build() {
+cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:23:30
  Author: foxboron
Revision: 663425

upgpkg: udiskie 2.2.0-2 - reproducible builds

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 16:21:45 UTC (rev 663424)
+++ PKGBUILD2020-07-13 16:23:30 UTC (rev 663425)
@@ -5,7 +5,7 @@
 
 pkgname=udiskie
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
 url="https://pypi.python.org/pypi/udiskie;
@@ -18,6 +18,7 @@
 
 build(){
cd "$pkgname-$pkgver"
+   export PYTHONHASHSEED=0
python setup.py build
make -C doc
 }


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:23:36
  Author: foxboron
Revision: 663426

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 663425, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 16:23:30 UTC (rev 663425)
+++ PKGBUILD2020-07-13 16:23:36 UTC (rev 663426)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("libappindicator-gtk3: --appindicator support")
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50')
-
-build(){
-   cd "$pkgname-$pkgver"
-   python setup.py build
-   make -C doc
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 663425, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 16:23:36 UTC (rev 663426)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("libappindicator-gtk3: --appindicator support")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+sha256sums=('1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50')
+
+build(){
+   cd "$pkgname-$pkgver"
+   export PYTHONHASHSEED=0
+   python setup.py build
+   make -C doc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
+}


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:06:44
  Author: foxboron
Revision: 663420

archrelease: copy trunk to community-any

Added:
  vim-ultisnips/repos/community-any/PKGBUILD
(from rev 663419, vim-ultisnips/trunk/PKGBUILD)
Deleted:
  vim-ultisnips/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 16:06:38 UTC (rev 663419)
+++ PKGBUILD2020-07-13 16:06:44 UTC (rev 663420)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Fleischer 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=vim-ultisnips
-pkgver=3.2
-pkgrel=2
-pkgdesc='TextMate-style snippets for Vim.'
-arch=('any')
-url='https://github.com/SirVer/ultisnips'
-license=('GPL3')
-depends=('vim' 'python')
-groups=('vim-plugins')
-replaces=('vim-snipmate')
-makedepends=('git')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz;
-git+https://github.com/honza/vim-snippets.git)
-sha256sums=('550365cdf6bf030b9e5b77e511b4e6b1427660ea6a117c4b6bb77afcb950c4ce'
-'SKIP')
-
-package() {
-  cd "ultisnips-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share/vim/vimfiles/"
-  cp -r -t "$pkgdir/usr/share/vim/vimfiles/" pythonx after doc ftdetect 
autoload\
-  ftplugin plugin syntax
-
-  cd "${srcdir}/vim-snippets"
-
-  install -dm755 "$pkgdir/usr/share/vim/vimfiles/"
-  cp -r -t "$pkgdir/usr/share/vim/vimfiles/" UltiSnips autoload snippets
-
-  # compile .pyc and .pyo files (fixes FS#43121)
-  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
-  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
-}

Copied: vim-ultisnips/repos/community-any/PKGBUILD (from rev 663419, 
vim-ultisnips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 16:06:44 UTC (rev 663420)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Fleischer 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=vim-ultisnips
+pkgver=3.2
+pkgrel=3
+pkgdesc='TextMate-style snippets for Vim.'
+arch=('any')
+url='https://github.com/SirVer/ultisnips'
+license=('GPL3')
+depends=('vim' 'python')
+groups=('vim-plugins')
+replaces=('vim-snipmate')
+makedepends=('git')
+_commit=2a4beefc7dfff8419f40f2672cfaaa726bdbff72
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz;
+git+https://github.com/honza/vim-snippets.git#commit=$_commit)
+sha256sums=('550365cdf6bf030b9e5b77e511b4e6b1427660ea6a117c4b6bb77afcb950c4ce'
+'SKIP')
+
+package() {
+  cd "ultisnips-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share/vim/vimfiles/"
+  cp -r -t "$pkgdir/usr/share/vim/vimfiles/" pythonx after doc ftdetect 
autoload\
+  ftplugin plugin syntax
+
+  cd "${srcdir}/vim-snippets"
+
+  install -dm755 "$pkgdir/usr/share/vim/vimfiles/"
+  cp -r -t "$pkgdir/usr/share/vim/vimfiles/" UltiSnips autoload snippets
+
+  # compile .pyc and .pyo files (fixes FS#43121)
+  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
+  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
+}


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 16:06:38
  Author: foxboron
Revision: 663419

upgpkg: vim-ultisnips 3.2-3 - reproducible builds

Modified:
  vim-ultisnips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 15:57:23 UTC (rev 663418)
+++ PKGBUILD2020-07-13 16:06:38 UTC (rev 663419)
@@ -4,7 +4,7 @@
 
 pkgname=vim-ultisnips
 pkgver=3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='TextMate-style snippets for Vim.'
 arch=('any')
 url='https://github.com/SirVer/ultisnips'
@@ -13,8 +13,9 @@
 groups=('vim-plugins')
 replaces=('vim-snipmate')
 makedepends=('git')
+_commit=2a4beefc7dfff8419f40f2672cfaaa726bdbff72
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/SirVer/ultisnips/archive/${pkgver}.tar.gz;
-git+https://github.com/honza/vim-snippets.git)
+git+https://github.com/honza/vim-snippets.git#commit=$_commit)
 sha256sums=('550365cdf6bf030b9e5b77e511b4e6b1427660ea6a117c4b6bb77afcb950c4ce'
 'SKIP')
 


[arch-commits] Commit in mopidy/repos/community-any (8 files)

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 15:57:23
  Author: foxboron
Revision: 663418

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 663417, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 663417, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 663417, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.sysusers
(from rev 663417, mopidy/trunk/mopidy.sysusers)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.sysusers

-+
 PKGBUILD|  142 +++---
 logging.conf|   42 +++
 mopidy.conf |   30 +--
 mopidy.sysusers |4 -
 4 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 15:57:14 UTC (rev 663417)
+++ PKGBUILD2020-07-13 15:57:23 UTC (rev 663418)
@@ -1,71 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="An extensible music server written in Python"
-arch=('any')
-url="https://www.mopidy.com;
-license=('APACHE')
-depends=('python' 'python-pykka' 'python-setuptools' 'python-requests' 
'gstreamer'
- 'gst-python' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 
'gst-plugins-base'
- 'python-dbus')
-checkdepends=('python-gobject' 'python-pytest' 'python-responses')
-makedepends=('python-sphinx' 'python-sphinx_rtd_theme')
-backup=('etc/mopidy/mopidy.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf'
-'mopidy.sysusers')
-sha512sums=('bf1f30b207be3b82ce7bf8fc432c232d64bf5f951bd7e1ad28b3a54cfb8ec16e707eaf156c45e124a95749eca32db4b4adeeb94b1f9f47608ef70b86c9296b4c'
-
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
-
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
-
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  python setup.py build_sphinx -b man
-  python setup.py build_sphinx -b html
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r build/sphinx/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c build/sphinx/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz"
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/mopidy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 663417, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 15:57:23 UTC (rev 663418)
@@ -0,0 +1,71 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="An extensible music server written in Python"
+arch=('any')
+url="https://www.mopidy.com;
+license=('APACHE')
+depends=('python' 'python-pykka' 'python-setuptools' 'python-requests' 
'gstreamer'
+ 'gst-python' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 
'gst-plugins-base'
+ 'python-dbus')

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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 15:57:14
  Author: foxboron
Revision: 663417

upgpkg: mopidy 3.0.2-2 - reproducible builds

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 15:51:49 UTC (rev 663416)
+++ PKGBUILD2020-07-13 15:57:14 UTC (rev 663417)
@@ -4,7 +4,7 @@
 
 pkgname=mopidy
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="https://www.mopidy.com;
@@ -46,10 +46,10 @@
   cp -r build/sphinx/html "${pkgdir}/usr/share/doc/mopidy"
 
   install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c build/sphinx/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz"
+  gzip -n -c build/sphinx/man/mopidy.1 > 
"${pkgdir}/usr/share/man/man1/mopidy.1.gz"
 
   install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
+  gzip -n -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
 
   install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
   install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 14:38:13
  Author: foxboron
Revision: 663411

upgpkg: gopass 1.9.2-3 - reproducible builds fixup

I suspect mixing old-style trimpaths and new-style trimpaths causes the
internal buildid hash to change. Remove them!

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 13:18:39 UTC (rev 663410)
+++ PKGBUILD2020-07-13 14:38:13 UTC (rev 663411)
@@ -2,7 +2,7 @@
 
 pkgname=gopass
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/gopasspw/gopass;
@@ -14,16 +14,19 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
 
sha512sums=('90be234718c4c26ee6e92565ce609d5f075d5e574827e15ff57a6d9e71f1933add7d76aa26b39602d5a72485890bfe8e158dc89213098377899d0f721aacf1d7')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
+}
+
 build(){
   cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-  make completion
+  make 
 }
 
 package() {


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

2020-07-13 Thread Morten Linderud via arch-commits
Date: Monday, July 13, 2020 @ 14:38:19
  Author: foxboron
Revision: 663412

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 663411, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-13 14:38:13 UTC (rev 663411)
+++ PKGBUILD2020-07-13 14:38:19 UTC (rev 663412)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=gopass
-pkgver=1.9.2
-pkgrel=2
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
-sha512sums=('90be234718c4c26ee6e92565ce609d5f075d5e574827e15ff57a6d9e71f1933add7d76aa26b39602d5a72485890bfe8e158dc89213098377899d0f721aacf1d7')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 663411, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-13 14:38:19 UTC (rev 663412)
@@ -0,0 +1,36 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.9.2
+pkgrel=3
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha512sums=('90be234718c4c26ee6e92565ce609d5f075d5e574827e15ff57a6d9e71f1933add7d76aa26b39602d5a72485890bfe8e158dc89213098377899d0f721aacf1d7')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make 
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 21:14:32
  Author: foxboron
Revision: 663370

archrelease: copy trunk to community-x86_64

Added:
  influxdb/repos/community-x86_64/PKGBUILD
(from rev 663369, influxdb/trunk/PKGBUILD)
  influxdb/repos/community-x86_64/influxdb.sysusers
(from rev 663369, influxdb/trunk/influxdb.sysusers)
  influxdb/repos/community-x86_64/influxdb.tmpfiles
(from rev 663369, influxdb/trunk/influxdb.tmpfiles)
Deleted:
  influxdb/repos/community-x86_64/PKGBUILD
  influxdb/repos/community-x86_64/influxdb.sysusers
  influxdb/repos/community-x86_64/influxdb.tmpfiles

---+
 PKGBUILD  |  140 ++--
 influxdb.sysusers |2 
 influxdb.tmpfiles |8 +-
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 21:14:22 UTC (rev 663369)
+++ PKGBUILD2020-07-12 21:14:32 UTC (rev 663370)
@@ -1,70 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Nicolas Leclercq 
-# Contributor: Adam S Levy 
-# Contributor: Charles B. Johnson 
-# Contributor: Daichi Shinozaki 
-# Contributor: Ben Alex 
-
-pkgname=influxdb
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
-arch=('x86_64')
-url='https://github.com/InfluxData/influxdb'
-license=('MIT')
-makedepends=('go' 'git' 'asciidoc' 'xmlto' 'dep')
-backup=('etc/influxdb/influxdb.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
-
"fix-go114.patch::https://github.com/Foxboron/influxdb/commit/f8453b48862b50fe44021e320332f75e32457f29.patch;
-"influxdb.sysusers"
-"influxdb.tmpfiles")
-sha256sums=('a20a03caac651ba8a1c6ee317c207d835feb51d4c266c4aa4986f196a7686623'
-'2812f5cd31bdf6b9f587d471c249fb90ea58c4000ce52e3b91de7b17ca74dc7d'
-'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
-'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "../fix-go114.patch"
-}
-
-build(){
-  cd "$pkgname-$pkgver"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  _LDFLAGS="-X main.version=$pkgver -X main.branch=master"
-  mkdir -p build
-  go build -v -ldflags="$_LDFLAGS" -o build ./cmd/...
-  cd "man"
-  make
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  go test ./...
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 ../influxdb.sysusers 
"$pkgdir/usr/lib/sysusers.d/influxdb.conf"
-  install -Dm644 ../influxdb.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/influxdb.conf"
-
-  install -d "$pkgdir/usr/bin/"
-  install -Dm755 build/influx "$pkgdir/usr/bin/"
-  install -Dm755 build/influxd"$pkgdir/usr/bin/"
-  install -Dm755 build/influx_inspect "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_stress  "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_tools   "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_tsm "$pkgdir/usr/bin/"
-  # install -Dm755 store  "$pkgdir/usr/bin/"
-
-  install -Dm644 scripts/influxdb.service 
"$pkgdir/usr/lib/systemd/system/influxdb.service"
-  install -Dm644 etc/config.sample.toml   "$pkgdir/etc/influxdb/influxdb.conf"
-  install -Dm644 LICENSE  
"$pkgdir/usr/share/licenses/influxdb/LICENSE"
-
-  # Install man pages
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 man/*.1 "$pkgdir/usr/share/man/man1/"
-}

Copied: influxdb/repos/community-x86_64/PKGBUILD (from rev 663369, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 21:14:32 UTC (rev 663370)
@@ -0,0 +1,70 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname=influxdb
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
+arch=('x86_64')
+url='https://github.com/InfluxData/influxdb'
+license=('MIT')
+makedepends=('go' 'git' 'asciidoc' 'xmlto' 'dep')
+backup=('etc/influxdb/influxdb.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
+
"fix-go114.patch::https://github.com/Foxboron/influxdb/commit/f8453b48862b50fe44021e320332f75e32457f29.patch;
+"influxdb.sysusers"
+"influxdb.tmpfiles")
+sha256sums=('d811be2ec684ea224e1097bd0051e0f6dfcd30cdd1656d55e48883d61ce47ce9'
+'2812f5cd31bdf6b9f587d471c249fb90ea58c4000ce52e3b91de7b17ca74dc7d'
+'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
+'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
+prepare() {
+  cd 

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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 21:14:22
  Author: foxboron
Revision: 663369

upgpkg: influxdb 1.8.1-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 21:10:19 UTC (rev 663368)
+++ PKGBUILD2020-07-12 21:14:22 UTC (rev 663369)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex 
 
 pkgname=influxdb
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
"fix-go114.patch::https://github.com/Foxboron/influxdb/commit/f8453b48862b50fe44021e320332f75e32457f29.patch;
 "influxdb.sysusers"
 "influxdb.tmpfiles")
-sha256sums=('a20a03caac651ba8a1c6ee317c207d835feb51d4c266c4aa4986f196a7686623'
+sha256sums=('d811be2ec684ea224e1097bd0051e0f6dfcd30cdd1656d55e48883d61ce47ce9'
 '2812f5cd31bdf6b9f587d471c249fb90ea58c4000ce52e3b91de7b17ca74dc7d'
 '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
 'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:59:06
  Author: foxboron
Revision: 663364

archrelease: copy trunk to community-x86_64

Added:
  crun/repos/community-x86_64/PKGBUILD
(from rev 663363, crun/trunk/PKGBUILD)
Deleted:
  crun/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 20:58:59 UTC (rev 663363)
+++ PKGBUILD2020-07-12 20:59:06 UTC (rev 663364)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=0.14
-pkgrel=1
-pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
-url="https://github.com/containers/crun;
-license=('LGPL')
-arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('cf3d005dfd0579f3d3b7a493444e9a2a901e0cfceafd11ff3dadbc1af4b6b3fd'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-./configure \
---prefix=/usr \
---enable-dynamic
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 663363, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 20:59:06 UTC (rev 663364)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
+url="https://github.com/containers/crun;
+license=('LGPL')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('8269b183fad6b20611d235be381f937790d003399567def6a222fbc46e8b5787'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+./configure \
+--prefix=/usr \
+--enable-dynamic
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:58:59
  Author: foxboron
Revision: 663363

upgpkg: crun 0.14.1-1

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 20:55:45 UTC (rev 663362)
+++ PKGBUILD2020-07-12 20:58:59 UTC (rev 663363)
@@ -2,7 +2,7 @@
 # Contributor: hexchian 
 
 pkgname=crun
-pkgver=0.14
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
 url="https://github.com/containers/crun;
@@ -12,7 +12,7 @@
 makedepends=('libtool' 'python' 'go-md2man' 'systemd')
 
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('cf3d005dfd0579f3d3b7a493444e9a2a901e0cfceafd11ff3dadbc1af4b6b3fd'
+sha256sums=('8269b183fad6b20611d235be381f937790d003399567def6a222fbc46e8b5787'
 'SKIP')
 
 build() {


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:55:38
  Author: foxboron
Revision: 663361

upgpkg: podman 2.0.2-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 20:46:19 UTC (rev 663360)
+++ PKGBUILD2020-07-12 20:55:38 UTC (rev 663361)
@@ -3,7 +3,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -23,8 +23,10 @@
 
 build() {
   export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath"
 
   cd libpod


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:55:45
  Author: foxboron
Revision: 663362

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 663361, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 20:55:38 UTC (rev 663361)
+++ PKGBUILD2020-07-12 20:55:45 UTC (rev 663362)
@@ -1,51 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc
- slirp4netns libsystemd fuse-overlayfs skopeo)
-makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  make
-}
-
-package_podman() {
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 663361, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 20:55:45 UTC (rev 663362)
@@ -0,0 +1,53 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc
+ slirp4netns libsystemd fuse-overlayfs skopeo)
+makedepends=(go go-md2man git btrfs-progs)
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  make
+}
+
+package_podman() {
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:46:12
  Author: foxboron
Revision: 663359

upgpkg: slirp4netns 1.1.3-1

Modified:
  slirp4netns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 20:44:22 UTC (rev 663358)
+++ PKGBUILD2020-07-12 20:46:12 UTC (rev 663359)
@@ -3,7 +3,7 @@
 
 pkgname=slirp4netns
 pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/rootless-containers/slirp4netns;
@@ -11,7 +11,7 @@
 depends=(glibc glib2 libcap libseccomp libslirp)
 makedepends=(git)
 # TODO: Check if they are going to continue signing the commits
-_commit=0806e04b1f786070cc1695d7f9b6abd43862bb5a # tags/v1.1.2
+_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:46:19
  Author: foxboron
Revision: 663360

archrelease: copy trunk to community-x86_64

Added:
  slirp4netns/repos/community-x86_64/PKGBUILD
(from rev 663359, slirp4netns/trunk/PKGBUILD)
Deleted:
  slirp4netns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 20:46:12 UTC (rev 663359)
+++ PKGBUILD2020-07-12 20:46:19 UTC (rev 663360)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=slirp4netns
-pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.2
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/rootless-containers/slirp4netns;
-license=(GPL2)
-depends=(glibc glib2 libcap libseccomp libslirp)
-makedepends=(git)
-# TODO: Check if they are going to continue signing the commits
-_commit=0806e04b1f786070cc1695d7f9b6abd43862bb5a # tags/v1.1.2
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: slirp4netns/repos/community-x86_64/PKGBUILD (from rev 663359, 
slirp4netns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 20:46:19 UTC (rev 663360)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=slirp4netns
+pkgdesc='User-mode networking for unprivileged network namespaces'
+pkgver=1.1.3
+pkgrel=1
+arch=(x86_64)
+url="https://github.com/rootless-containers/slirp4netns;
+license=(GPL2)
+depends=(glibc glib2 libcap libseccomp libslirp)
+makedepends=(git)
+# TODO: Check if they are going to continue signing the commits
+_commit=b6a004dfc2170c1ea16ed7934c3326100f0e32f9 # tags/v1.1.3
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:44:22
  Author: foxboron
Revision: 663358

archrelease: copy trunk to community-x86_64

Added:
  libslirp/repos/community-x86_64/PKGBUILD
(from rev 663357, libslirp/trunk/PKGBUILD)
Deleted:
  libslirp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 20:44:15 UTC (rev 663357)
+++ PKGBUILD2020-07-12 20:44:22 UTC (rev 663358)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=libslirp
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='General purpose TCP-IP emulator'
-arch=(x86_64)
-url='https://gitlab.freedesktop.org/slirp/libslirp'
-license=(BSD MIT)
-depends=(glib2)
-makedepends=(git meson)
-_commit=3b478b0028d210518b5cc16ec9f208192ad31caa # tags/v4.3.0
-source=("git+$url#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dm644 $pkgname/COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libslirp/repos/community-x86_64/PKGBUILD (from rev 663357, 
libslirp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 20:44:22 UTC (rev 663358)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=libslirp
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='General purpose TCP-IP emulator'
+arch=(x86_64)
+url='https://gitlab.freedesktop.org/slirp/libslirp'
+license=(BSD MIT)
+depends=(glib2)
+makedepends=(git meson)
+_commit=a62d36734ffe9828d0f70df1b3898a3b4fbda755 # tags/v4.3.1
+source=("git+$url#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dm644 $pkgname/COPYRIGHT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:44:15
  Author: foxboron
Revision: 663357

upgpkg: libslirp 4.3.1-1

Modified:
  libslirp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 20:41:51 UTC (rev 663356)
+++ PKGBUILD2020-07-12 20:44:15 UTC (rev 663357)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=libslirp
-pkgver=4.3.0
+pkgver=4.3.1
 pkgrel=1
 pkgdesc='General purpose TCP-IP emulator'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(BSD MIT)
 depends=(glib2)
 makedepends=(git meson)
-_commit=3b478b0028d210518b5cc16ec9f208192ad31caa # tags/v4.3.0
+_commit=a62d36734ffe9828d0f70df1b3898a3b4fbda755 # tags/v4.3.1
 source=("git+$url#commit=$_commit")
 md5sums=('SKIP')
 


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:41:51
  Author: foxboron
Revision: 663356

archrelease: copy trunk to community-any

Added:
  python2-typing/repos/community-any/PKGBUILD
(from rev 663355, python2-typing/trunk/PKGBUILD)
Deleted:
  python2-typing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 20:41:44 UTC (rev 663355)
+++ PKGBUILD2020-07-12 20:41:51 UTC (rev 663356)
@@ -1,25 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Morten Linderud 
-
-pkgname=python2-typing
-pkgver=3.7.4.1
-pkgrel=1
-pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
-url="https://pypi.python.org/pypi/typing;
-arch=('any')
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
-sha256sums=('91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23')
-
-build() {
-   cd typing-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd typing-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-typing/repos/community-any/PKGBUILD (from rev 663355, 
python2-typing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 20:41:51 UTC (rev 663356)
@@ -0,0 +1,25 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Morten Linderud 
+
+pkgname=python2-typing
+pkgver=3.7.4.2
+pkgrel=1
+pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
+url="https://pypi.python.org/pypi/typing;
+arch=('any')
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
+sha256sums=('6f6f3553709d2234e412092e5daa93a42ea1854505442280b39f9311707f')
+
+build() {
+   cd typing-$pkgver
+   python2 setup.py build
+}
+
+package() {
+   cd typing-$pkgver
+   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-12 Thread Morten Linderud via arch-commits
Date: Sunday, July 12, 2020 @ 20:41:44
  Author: foxboron
Revision: 663355

upgpkg: python2-typing 3.7.4.2-1

Modified:
  python2-typing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 19:45:57 UTC (rev 663354)
+++ PKGBUILD2020-07-12 20:41:44 UTC (rev 663355)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python2-typing
-pkgver=3.7.4.1
+pkgver=3.7.4.2
 pkgrel=1
 pkgdesc="Backport of the standard library typing module to Python versions 
older than 3.6"
 url="https://pypi.python.org/pypi/typing;
@@ -11,7 +11,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz;)
-sha256sums=('91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23')
+sha256sums=('6f6f3553709d2234e412092e5daa93a42ea1854505442280b39f9311707f')
 
 build() {
cd typing-$pkgver


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 13:20:49
  Author: foxboron
Revision: 658423

upgpkg: lostfiles 4.04-1

Modified:
  lostfiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:20:39 UTC (rev 658422)
+++ PKGBUILD2020-07-07 13:20:49 UTC (rev 658423)
@@ -2,22 +2,15 @@
 # Contributor: graysky 
 
 pkgname=lostfiles
-pkgver=4.03
-pkgrel=3
+pkgver=4.04
+pkgrel=1
 pkgdesc='Find orphaned files not owned by any Arch packages'
 arch=('any')
 license=('GPL2')
 url="https://github.com/graysky2/lostfiles;
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;
-
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
-'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
 
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 < "$srcdir/repro-patch.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
   make 


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 13:20:57
  Author: foxboron
Revision: 658426

archrelease: copy trunk to community-any

Added:
  lostfiles/repos/community-any/PKGBUILD
(from rev 658425, lostfiles/trunk/PKGBUILD)
Deleted:
  lostfiles/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 13:20:50 UTC (rev 658425)
+++ PKGBUILD2020-07-07 13:20:57 UTC (rev 658426)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=3
-pkgdesc='Find orphaned files not owned by any Arch packages'
-arch=('any')
-license=('GPL2')
-url="https://github.com/graysky2/lostfiles;
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;
-
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
-'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 < "$srcdir/repro-patch.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658425, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 13:20:57 UTC (rev 658426)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.04
+pkgrel=1
+pkgdesc='Find orphaned files not owned by any Arch packages'
+arch=('any')
+license=('GPL2')
+url="https://github.com/graysky2/lostfiles;
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nvme-cli/repos/community-x86_64 (3 files)

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 13:19:24
  Author: foxboron
Revision: 658410

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 658409, nvme-cli/trunk/PKGBUILD)
  nvme-cli/repos/community-x86_64/nvme-cli.install
(from rev 658409, nvme-cli/trunk/nvme-cli.install)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 -
 nvme-cli.install |8 +
 2 files changed, 47 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 13:19:15 UTC (rev 658409)
+++ PKGBUILD2020-07-07 13:19:24 UTC (rev 658410)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=1.12
-pkgrel=1
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli;
-license=('GPL')
-makedepends=('libsystemd')
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-# Tests require a working NVME disk.
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  make test
-# }
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 658409, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 13:19:24 UTC (rev 658410)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=1.12
+pkgrel=2
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli;
+license=('GPL')
+makedepends=('libsystemd')
+depends=('util-linux')
+install=nvme-cli.install
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+# Tests require a working NVME disk.
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  make test
+# }
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install-spec
+
+   # This is done because we don't want the hostnqn and hostid files 
tracked.
+   # they are supposed to be unique
+   rm $pkgdir/etc/nvme/host{nqn,id}
+}

Copied: nvme-cli/repos/community-x86_64/nvme-cli.install (from rev 658409, 
nvme-cli/trunk/nvme-cli.install)
===
--- nvme-cli.install(rev 0)
+++ nvme-cli.install2020-07-07 13:19:24 UTC (rev 658410)
@@ -0,0 +1,8 @@
+post_install(){
+   if [ ! -f /etc/nvme/hostnqn ]; then
+   nvme gen-hostnqn > /etc/nvme/hostnqn
+   fi
+   if [ ! -f /etc/nvme/hostid ]; then
+   uuidgen > /etc/nvme/hostid
+   fi
+}


[arch-commits] Commit in nvme-cli/trunk (PKGBUILD nvme-cli.install)

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 13:19:15
  Author: foxboron
Revision: 658409

upgpkg: nvme-cli 1.12-2 - repro fixing

Added:
  nvme-cli/trunk/nvme-cli.install
Modified:
  nvme-cli/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 nvme-cli.install |8 
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:18:52 UTC (rev 658408)
+++ PKGBUILD2020-07-07 13:19:15 UTC (rev 658409)
@@ -6,12 +6,14 @@
 
 pkgname=nvme-cli
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
 url="https://github.com/linux-nvme/nvme-cli;
 license=('GPL')
 makedepends=('libsystemd')
+depends=('util-linux')
+install=nvme-cli.install
 # checkdepends=('python2-nose' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991')
@@ -29,5 +31,9 @@
 
 package() {
cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
+   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install-spec
+
+   # This is done because we don't want the hostnqn and hostid files 
tracked.
+   # they are supposed to be unique
+   rm $pkgdir/etc/nvme/host{nqn,id}
 }

Added: nvme-cli.install
===
--- nvme-cli.install(rev 0)
+++ nvme-cli.install2020-07-07 13:19:15 UTC (rev 658409)
@@ -0,0 +1,8 @@
+post_install(){
+   if [ ! -f /etc/nvme/hostnqn ]; then
+   nvme gen-hostnqn > /etc/nvme/hostnqn
+   fi
+   if [ ! -f /etc/nvme/hostid ]; then
+   uuidgen > /etc/nvme/hostid
+   fi
+}


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 11:50:52
  Author: foxboron
Revision: 658115

upgpkg: qutebrowser 1.13.0-2 - repro builds fixup

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 11:24:32 UTC (rev 658114)
+++ PKGBUILD2020-07-07 11:50:52 UTC (rev 658115)
@@ -5,7 +5,7 @@
 
 pkgname=qutebrowser
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
 url="https://www.qutebrowser.org/;
@@ -29,6 +29,7 @@
 
 build() {
 cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
 make -f misc/Makefile all
 }
 


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 11:51:00
  Author: foxboron
Revision: 658116

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 658115, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 11:50:52 UTC (rev 658115)
+++ PKGBUILD2020-07-07 11:51:00 UTC (rev 658116)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
- "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('d3e930ad6705fecf707d221ac253b60352d8cac91cc2ed88d68169cd2a5000f7'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile all
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 658115, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 11:51:00 UTC (rev 658116)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.13.0
+pkgrel=2
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+ "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('d3e930ad6705fecf707d221ac253b60352d8cac91cc2ed88d68169cd2a5000f7'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
+make -f misc/Makefile all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 11:24:23
  Author: foxboron
Revision: 658113

upgpkg: lostfiles 4.03-3 - repro builds patches

Modified:
  lostfiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 10:55:30 UTC (rev 658112)
+++ PKGBUILD2020-07-07 11:24:23 UTC (rev 658113)
@@ -3,14 +3,21 @@
 
 pkgname=lostfiles
 pkgver=4.03
-pkgrel=2
+pkgrel=3
 pkgdesc='Find orphaned files not owned by any Arch packages'
 arch=('any')
 license=('GPL2')
 url="https://github.com/graysky2/lostfiles;
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;
+
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
+sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
+'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
 
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/repro-patch.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
   make 


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 11:24:32
  Author: foxboron
Revision: 658114

archrelease: copy trunk to community-any

Added:
  lostfiles/repos/community-any/PKGBUILD
(from rev 658113, lostfiles/trunk/PKGBUILD)
Deleted:
  lostfiles/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 11:24:23 UTC (rev 658113)
+++ PKGBUILD2020-07-07 11:24:32 UTC (rev 658114)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=2
-pkgdesc='Find orphaned files not owned by any Arch packages'
-arch=('any')
-license=('GPL2')
-url="https://github.com/graysky2/lostfiles;
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658113, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 11:24:32 UTC (rev 658114)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=3
+pkgdesc='Find orphaned files not owned by any Arch packages'
+arch=('any')
+license=('GPL2')
+url="https://github.com/graysky2/lostfiles;
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;
+
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
+sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
+'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/repro-patch.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-06 Thread Morten Linderud via arch-commits
Date: Monday, July 6, 2020 @ 11:20:41
  Author: foxboron
Revision: 657978

upgpkg: slirp4netns 1.1.2-1

Modified:
  slirp4netns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 10:54:45 UTC (rev 657977)
+++ PKGBUILD2020-07-06 11:20:41 UTC (rev 657978)
@@ -3,7 +3,7 @@
 
 pkgname=slirp4netns
 pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 arch=(x86_64)
 url="https://github.com/rootless-containers/slirp4netns;
@@ -11,7 +11,7 @@
 depends=(glibc glib2 libcap libseccomp libslirp)
 makedepends=(git)
 # TODO: Check if they are going to continue signing the commits
-_commit=bbf27c5acd4356edb97fa639b4e15e0cd56a39d5 # tags/v1.1.1
+_commit=0806e04b1f786070cc1695d7f9b6abd43862bb5a # tags/v1.1.2
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-06 Thread Morten Linderud via arch-commits
Date: Monday, July 6, 2020 @ 11:20:49
  Author: foxboron
Revision: 657979

archrelease: copy trunk to community-x86_64

Added:
  slirp4netns/repos/community-x86_64/PKGBUILD
(from rev 657978, slirp4netns/trunk/PKGBUILD)
Deleted:
  slirp4netns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 11:20:41 UTC (rev 657978)
+++ PKGBUILD2020-07-06 11:20:49 UTC (rev 657979)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=slirp4netns
-pkgdesc='User-mode networking for unprivileged network namespaces'
-pkgver=1.1.1
-pkgrel=1
-arch=(x86_64)
-url="https://github.com/rootless-containers/slirp4netns;
-license=(GPL2)
-depends=(glibc glib2 libcap libseccomp libslirp)
-makedepends=(git)
-# TODO: Check if they are going to continue signing the commits
-_commit=bbf27c5acd4356edb97fa639b4e15e0cd56a39d5 # tags/v1.1.1
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: slirp4netns/repos/community-x86_64/PKGBUILD (from rev 657978, 
slirp4netns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 11:20:49 UTC (rev 657979)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=slirp4netns
+pkgdesc='User-mode networking for unprivileged network namespaces'
+pkgver=1.1.2
+pkgrel=1
+arch=(x86_64)
+url="https://github.com/rootless-containers/slirp4netns;
+license=(GPL2)
+depends=(glibc glib2 libcap libseccomp libslirp)
+makedepends=(git)
+# TODO: Check if they are going to continue signing the commits
+_commit=0806e04b1f786070cc1695d7f9b6abd43862bb5a # tags/v1.1.2
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-06 Thread Morten Linderud via arch-commits
Date: Monday, July 6, 2020 @ 10:54:36
  Author: foxboron
Revision: 657976

upgpkg: python-hidapi 0.9.0.3-5

Fixes FS#67103

Added:
  python-hidapi/trunk/revert-hid_get_input_report.patch
Modified:
  python-hidapi/trunk/PKGBUILD

---+
 PKGBUILD  |   22 --
 revert-hid_get_input_report.patch |   79 
 2 files changed, 97 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 10:47:15 UTC (rev 657975)
+++ PKGBUILD2020-07-06 10:54:36 UTC (rev 657976)
@@ -7,7 +7,7 @@
 _pipname=hidapi
 pkgver=0.9.0.3
 _pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 url="https://github.com/trezor/cython-hidapi;
@@ -14,9 +14,17 @@
 depends=('python' 'hidapi')
 makedepends=('cython' 'python-setuptools' 'udev')
 license=('custom')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971')
+source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz;
+'revert-hid_get_input_report.patch')
+sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971'
+
'717bf0a24196b1c2da90a7928ac7707ff9cdb6010e1998b3bc8129c8ca9233058b6f9197bcf35504d4b0d67b4288f6500dfe805acae48bd9b53c24b6da946d4a')
 
+prepare() {
+  cd "$_pipname-$_pkgver"
+
+  patch --forward --strip=1 
--input="${srcdir}/revert-hid_get_input_report.patch"
+}
+
 build() {
   cd "$_pipname-$_pkgver"
 
@@ -25,7 +33,7 @@
 }
 
 package_python-hidapi() {
-  cd $_pipname-$_pkgver
+  cd "$_pipname-$_pkgver"
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
 --without-libusb --with-system-hidapi
@@ -36,3 +44,9 @@
   install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
 }
 
+check() {
+  cd "$_pipname-$_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 tests.py
+}

Added: revert-hid_get_input_report.patch
===
--- revert-hid_get_input_report.patch   (rev 0)
+++ revert-hid_get_input_report.patch   2020-07-06 10:54:36 UTC (rev 657976)
@@ -0,0 +1,79 @@
+diff --unified --recursive --text package.orig/chid.pxd package.new/chid.pxd
+--- package.orig/chid.pxd  2020-07-05 23:48:53.567649269 -0300
 package.new/chid.pxd   2020-07-05 23:49:40.391130648 -0300
+@@ -29,7 +29,6 @@
+   int hid_set_nonblocking(hid_device* device, int value)
+   int hid_send_feature_report(hid_device* device, unsigned char *data, int 
length) nogil
+   int hid_get_feature_report(hid_device* device, unsigned char *data, int 
length) nogil
+-  int hid_get_input_report(hid_device* device, unsigned char *data, int 
length) nogil
+ 
+   int hid_get_manufacturer_string(hid_device*, wchar_t *, size_t)
+   int hid_get_product_string(hid_device*, wchar_t *, size_t)
+diff --unified --recursive --text package.orig/hid.pyx package.new/hid.pyx
+--- package.orig/hid.pyx   2020-07-05 23:48:53.567649269 -0300
 package.new/hid.pyx2020-07-05 23:49:40.391130648 -0300
+@@ -206,30 +206,6 @@
+   free(cbuff)
+   return res
+ 
+-  def get_input_report(self, int report_num, int max_length):
+-  if self._c_hid == NULL:
+-  raise ValueError('not open')
+-  cdef hid_device * c_hid = self._c_hid
+-  cdef unsigned char lbuff[16]
+-  cdef unsigned char* cbuff
+-  cdef size_t c_max_length = max_length
+-  cdef int n
+-  if max_length <= 16:
+-  cbuff = lbuff
+-  else:
+-  cbuff = malloc(max_length)
+-  cbuff[0] = report_num
+-  with nogil:
+-  n = hid_get_input_report(c_hid, cbuff, c_max_length)
+-  res = []
+-  if n < 0:
+-  raise IOError('read error')
+-  for i in range(n):
+-  res.append(cbuff[i])
+-  if max_length > 16:
+-  free(cbuff)
+-  return res
+-
+   def error(self):
+   if self._c_hid == NULL:
+   raise ValueError('not open')
+diff --unified --recursive --text package.orig/hidraw.pyx 
package.new/hidraw.pyx
+--- package.orig/hidraw.pyx2020-07-05 23:48:53.570982615 -0300
 package.new/hidraw.pyx 2020-07-05 23:49:40.391130648 -0300
+@@ -206,30 +206,6 @@
+   free(cbuff)
+   return res
+ 
+-  def get_input_report(self, int report_num, int max_length):
+-  if self._c_hid == NULL:
+-  raise ValueError('not open')
+-  cdef hid_device * c_hid = self._c_hid
+-  cdef unsigned 

[arch-commits] Commit in python-hidapi/repos/community-x86_64 (3 files)

2020-07-06 Thread Morten Linderud via arch-commits
Date: Monday, July 6, 2020 @ 10:54:45
  Author: foxboron
Revision: 657977

archrelease: copy trunk to community-x86_64

Added:
  python-hidapi/repos/community-x86_64/PKGBUILD
(from rev 657976, python-hidapi/trunk/PKGBUILD)
  python-hidapi/repos/community-x86_64/revert-hid_get_input_report.patch
(from rev 657976, python-hidapi/trunk/revert-hid_get_input_report.patch)
Deleted:
  python-hidapi/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   90 
 revert-hid_get_input_report.patch |   79 +++
 2 files changed, 131 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 10:54:36 UTC (rev 657976)
+++ PKGBUILD2020-07-06 10:54:45 UTC (rev 657977)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgname=python-hidapi
-_pipname=hidapi
-pkgver=0.9.0.3
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=4
-arch=('x86_64')
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-url="https://github.com/trezor/cython-hidapi;
-depends=('python' 'hidapi')
-makedepends=('cython' 'python-setuptools' 'udev')
-license=('custom')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971')
-
-build() {
-  cd "$_pipname-$_pkgver"
-
-  python setup.py build \
---without-libusb --with-system-hidapi
-}
-
-package_python-hidapi() {
-  cd $_pipname-$_pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
---without-libusb --with-system-hidapi
-
-  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
-  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
-  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
-}
-

Copied: python-hidapi/repos/community-x86_64/PKGBUILD (from rev 657976, 
python-hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 10:54:45 UTC (rev 657977)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Kevin Azzam 
+
+pkgname=python-hidapi
+_pipname=hidapi
+pkgver=0.9.0.3
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=5
+arch=('x86_64')
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+url="https://github.com/trezor/cython-hidapi;
+depends=('python' 'hidapi')
+makedepends=('cython' 'python-setuptools' 'udev')
+license=('custom')
+source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz;
+'revert-hid_get_input_report.patch')
+sha512sums=('606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971'
+
'717bf0a24196b1c2da90a7928ac7707ff9cdb6010e1998b3bc8129c8ca9233058b6f9197bcf35504d4b0d67b4288f6500dfe805acae48bd9b53c24b6da946d4a')
+
+prepare() {
+  cd "$_pipname-$_pkgver"
+
+  patch --forward --strip=1 
--input="${srcdir}/revert-hid_get_input_report.patch"
+}
+
+build() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py build \
+--without-libusb --with-system-hidapi
+}
+
+package_python-hidapi() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
+--without-libusb --with-system-hidapi
+
+  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
+  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
+  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
+}
+
+check() {
+  cd "$_pipname-$_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 tests.py
+}

Copied: python-hidapi/repos/community-x86_64/revert-hid_get_input_report.patch 
(from rev 657976, python-hidapi/trunk/revert-hid_get_input_report.patch)
===
--- revert-hid_get_input_report.patch   (rev 0)
+++ revert-hid_get_input_report.patch   2020-07-06 10:54:45 UTC (rev 657977)
@@ -0,0 +1,79 @@
+diff --unified --recursive --text package.orig/chid.pxd package.new/chid.pxd
+--- package.orig/chid.pxd  2020-07-05 23:48:53.567649269 -0300
 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:24:41
  Author: foxboron
Revision: 657942

archrelease: copy trunk to community-x86_64

Added:
  minicom/repos/community-x86_64/PKGBUILD
(from rev 657941, minicom/trunk/PKGBUILD)
  minicom/repos/community-x86_64/minicom-2.7.1-gcc-10.patch
(from rev 657941, minicom/trunk/minicom-2.7.1-gcc-10.patch)
Deleted:
  minicom/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   73 +++
 minicom-2.7.1-gcc-10.patch |   31 ++
 2 files changed, 71 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:24:32 UTC (rev 657941)
+++ PKGBUILD2020-07-05 23:24:41 UTC (rev 657942)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-# Contributor: Denis Tikhomirov 
-
-pkgname=minicom
-pkgver=2.7.1
-pkgrel=3
-pkgdesc="A serial communication program"
-arch=('x86_64')
-url="http://alioth.debian.org/projects/minicom/;
-license=('GPL')
-depends=('bash')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-backup=('etc/minirc.dfl')
-source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;)
-sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/community-x86_64/PKGBUILD (from rev 657941, 
minicom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:24:41 UTC (rev 657942)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Denis Tikhomirov 
+
+pkgname=minicom
+pkgver=2.7.1
+pkgrel=4
+pkgdesc="A serial communication program"
+arch=('x86_64')
+url="http://alioth.debian.org/projects/minicom/;
+license=('GPL')
+depends=('bash')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup=('etc/minirc.dfl')
+source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;
+"minicom-2.7.1-gcc-10.patch")
+sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1'
+'b7d8eab87a919feb6d519c06c70145624a6560208e8c79da3a2ed2c2e086def3')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/minicom-2.7.1-gcc-10.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
+}

Copied: minicom/repos/community-x86_64/minicom-2.7.1-gcc-10.patch (from rev 
657941, minicom/trunk/minicom-2.7.1-gcc-10.patch)
===
--- minicom-2.7.1-gcc-10.patch  (rev 0)
+++ minicom-2.7.1-gcc-10.patch  2020-07-05 23:24:41 UTC (rev 657942)
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/705836
+--- a/src/minicom.h
 b/src/minicom.h
+@@ -109,13 +109,13 @@ EXTERN char *dial_tty; /* tty to use. */
+ 
+ EXTERN char *dial_name;   /* System we're conneced to */
+ EXTERN char *dial_number;   /* Number we've dialed. */
+-EXTERN char *dial_user; /* Our username there */
+-EXTERN char *dial_pass; /* Our password */
++extern char *dial_user; /* Our username there */
++extern char *dial_pass; /* Our password */
+ 
+ #ifdef USE_SOCKET
+-EXTERN int portfd_is_socket;  /* File descriptor is a unix socket */
+-EXTERN int portfd_is_connected;   /* 1 if the socket is connected */
+-EXTERN struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
++extern int portfd_is_socket;  /* File descriptor is a unix socket */
++extern int portfd_is_connected;   /* 1 if the socket is connected */
++extern struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
+ #define portfd_connected ((portfd_is_socket && !portfd_is_connected) \
+? -1 : portfd)
+ #else
+@@ -141,7 +141,7 @@ EXTERN int sbcolor; /* Status Bar Background Color */
+ EXTERN int st_attr;   /* Status Bar attributes. */
+ 
+ /* jl 04.09.97 conversion tables */
+-EXTERN unsigned char vt_outmap[256], vt_inmap[256];
++extern unsigned char vt_outmap[256], vt_inmap[256];
+ 
+ /* MARK updated 02/17/95 - history buffer */
+ EXTERN int num_hist_lines;  /* History buffer size */


[arch-commits] Commit in minicom/trunk (PKGBUILD minicom-2.7.1-gcc-10.patch)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:24:32
  Author: foxboron
Revision: 657941

upgpkg: minicom 2.7.1-4

repro rebuild
added patch for gcc 10 from gentoo

Added:
  minicom/trunk/minicom-2.7.1-gcc-10.patch
Modified:
  minicom/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 minicom-2.7.1-gcc-10.patch |   31 +++
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
+++ PKGBUILD2020-07-05 23:24:32 UTC (rev 657941)
@@ -6,7 +6,7 @@
 
 pkgname=minicom
 pkgver=2.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A serial communication program"
 arch=('x86_64')
 url="http://alioth.debian.org/projects/minicom/;
@@ -14,9 +14,16 @@
 depends=('bash')
 optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
-source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;)
-sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1')
+source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;
+"minicom-2.7.1-gcc-10.patch")
+sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1'
+'b7d8eab87a919feb6d519c06c70145624a6560208e8c79da3a2ed2c2e086def3')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/minicom-2.7.1-gcc-10.patch"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
 

Added: minicom-2.7.1-gcc-10.patch
===
--- minicom-2.7.1-gcc-10.patch  (rev 0)
+++ minicom-2.7.1-gcc-10.patch  2020-07-05 23:24:32 UTC (rev 657941)
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/705836
+--- a/src/minicom.h
 b/src/minicom.h
+@@ -109,13 +109,13 @@ EXTERN char *dial_tty; /* tty to use. */
+ 
+ EXTERN char *dial_name;   /* System we're conneced to */
+ EXTERN char *dial_number;   /* Number we've dialed. */
+-EXTERN char *dial_user; /* Our username there */
+-EXTERN char *dial_pass; /* Our password */
++extern char *dial_user; /* Our username there */
++extern char *dial_pass; /* Our password */
+ 
+ #ifdef USE_SOCKET
+-EXTERN int portfd_is_socket;  /* File descriptor is a unix socket */
+-EXTERN int portfd_is_connected;   /* 1 if the socket is connected */
+-EXTERN struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
++extern int portfd_is_socket;  /* File descriptor is a unix socket */
++extern int portfd_is_connected;   /* 1 if the socket is connected */
++extern struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
+ #define portfd_connected ((portfd_is_socket && !portfd_is_connected) \
+? -1 : portfd)
+ #else
+@@ -141,7 +141,7 @@ EXTERN int sbcolor; /* Status Bar Background Color */
+ EXTERN int st_attr;   /* Status Bar attributes. */
+ 
+ /* jl 04.09.97 conversion tables */
+-EXTERN unsigned char vt_outmap[256], vt_inmap[256];
++extern unsigned char vt_outmap[256], vt_inmap[256];
+ 
+ /* MARK updated 02/17/95 - history buffer */
+ EXTERN int num_hist_lines;  /* History buffer size */


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:09:29
  Author: foxboron
Revision: 657940

archrelease: copy trunk to community-x86_64

Added:
  acpid/repos/community-x86_64/PKGBUILD
(from rev 657939, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 657939, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 657939, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 657939, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

---+
 PKGBUILD  |   90 
 acpid.service |   18 +++---
 anything  |6 +-
 handler.sh|  154 
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:09:15 UTC (rev 657939)
+++ PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
-'acpid.service'
-'anything'
-'handler.sh')
-sha256sums=('f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e'
-'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
-'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
-'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # default config
-  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-x86_64/PKGBUILD (from rev 657939, 
acpid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
+'acpid.service'
+'anything'
+'handler.sh')
+sha256sums=('f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e'
+'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
+'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
+'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # default config
+  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: acpid.service
===
--- acpid.service   2020-07-05 23:09:15 UTC (rev 657939)
+++ acpid.service   2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-x86_64/acpid.service (from rev 657939, 
acpid/trunk/acpid.service)
===
--- acpid.service   (rev 0)
+++ acpid.service   2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ACPI event daemon
+Documentation=man:acpid(8)
+
+[Service]
+ExecStart=/usr/bin/acpid --foreground --netlink
+
+[Install]
+WantedBy=multi-user.target

Deleted: anything
===
--- anything2020-07-05 23:09:15 UTC (rev 657939)
+++ anything2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,3 +0,0 @@
-# Pass all events to our one handler script
-event=.*
-action=/etc/acpi/handler.sh %e

Copied: acpid/repos/community-x86_64/anything (from rev 657939, 
acpid/trunk/anything)
===
--- anything(rev 0)
+++ anything2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,3 @@
+# Pass all 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:09:15
  Author: foxboron
Revision: 657939

upgpkg: acpid 2.0.32-2

repro rebuild

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
+++ PKGBUILD2020-07-05 23:09:15 UTC (rev 657939)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.32
-pkgrel=1
+pkgrel=2
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('x86_64')
 url='https://sourceforge.net/projects/acpid2/'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:08:13
  Author: foxboron
Revision: 657937

upgpkg: archlinux-contrib 20190911-2

repro rebuild

Modified:
  archlinux-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
+++ PKGBUILD2020-07-05 23:08:13 UTC (rev 657937)
@@ -2,7 +2,7 @@
 
 pkgname=archlinux-contrib
 pkgver=20190911
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of contrib scripts used in Arch Linux'
 arch=('any')
 license=('GPL')


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:08:21
  Author: foxboron
Revision: 657938

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:08:13 UTC (rev 657937)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20190911
-pkgrel=1
-pkgdesc='Collection of contrib scripts used in Arch Linux'
-arch=('any')
-license=('GPL')
-url='https://github.com/archlinux/contrib'
-depends=('python')
-optdepends=('python-requests: for security tracker')
-source=("https://github.com/archlinux/contrib/releases/download/20190911/contrib-20190911.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
-'SKIP')
-
-package() {
-  cd contrib-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: archlinux-contrib/repos/community-any/PKGBUILD (from rev 657937, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20190911
+pkgrel=2
+pkgdesc='Collection of contrib scripts used in Arch Linux'
+arch=('any')
+license=('GPL')
+url='https://github.com/archlinux/contrib'
+depends=('python')
+optdepends=('python-requests: for security tracker')
+source=("https://github.com/archlinux/contrib/releases/download/20190911/contrib-20190911.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:07:09
  Author: foxboron
Revision: 657936

archrelease: copy trunk to community-x86_64

Added:
  qcustomplot/repos/community-x86_64/PKGBUILD
(from rev 657935, qcustomplot/trunk/PKGBUILD)
Deleted:
  qcustomplot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:07:00 UTC (rev 657935)
+++ PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-_name=QCustomPlot
-pkgname=qcustomplot
-pkgver=2.0.1
-pkgrel=4
-pkgdesc="Qt C++ widget for plotting and data visualization"
-arch=('x86_64')
-url="https://www.qcustomplot.com/;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('doxygen' 'graphviz' 'qt5-tools')
-provides=('libqcustomplot.so')
-replaces=('qcustomplot-qt5')
-source=("https://gitlab.com/DerManu/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.bz2;)
-sha512sums=('fb9184d517007b7c280e7122b3c14b6e49bf6b550bf41b95fe6808cc1c66c66dd82383796bfa4f43ce1ff0406e4c53e579ecc0aa2992741c5a45e5469f4bf5e8')
-
-prepare() {
-  mv -v "${_name}-v${pkgver}" "${pkgname}-${pkgver}"
-  cd "$pkgname-$pkgver"
-  # using amalgamated sources, so we can create shared objects
-  ./amalgamate src/*.skeleton
-  sed -e 's|qcustomplot.cpp|src/qcustomplot.cpp|g' \
-  -e 's|qcustomplot.h|src/qcustomplot.h|g' \
-  -i sharedlib/sharedlib-compilation/sharedlib-compilation.pro
-  find . -type f -iname "*.gitignore" -delete
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt5 sharedlib/sharedlib-compilation/sharedlib-compilation.pro
-  make
-  # create documentation
-  doxygen
-  qhelpgenerator documentation/html/index.qhp \
--o documentation/qthelp/qcustomplot.qch
-  find documentation/html -type f \
--iname "*.qhp" -or -iname "*.map" -or -iname "*.md5" -delete
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  # there is no install target
-  install -vDm 644 "src/${pkgname}.h" -t "${pkgdir}/usr/include/"
-  install -vdm 755 "${pkgdir}/usr/lib/"
-  cp -av "lib${pkgname}.so"* "${pkgdir}/usr/lib/"
-  install -vDm 644 changelog.txt -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av examples "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av documentation/html "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av documentation/qthelp "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qcustomplot/repos/community-x86_64/PKGBUILD (from rev 657935, 
qcustomplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+_name=QCustomPlot
+pkgname=qcustomplot
+pkgver=2.0.1
+pkgrel=5
+pkgdesc="Qt C++ widget for plotting and data visualization"
+arch=('x86_64')
+url="https://www.qcustomplot.com/;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('doxygen' 'graphviz' 'qt5-tools')
+provides=('libqcustomplot.so')
+replaces=('qcustomplot-qt5')
+source=("https://gitlab.com/DerManu/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.bz2;)
+sha512sums=('fb9184d517007b7c280e7122b3c14b6e49bf6b550bf41b95fe6808cc1c66c66dd82383796bfa4f43ce1ff0406e4c53e579ecc0aa2992741c5a45e5469f4bf5e8')
+
+prepare() {
+  mv -v "${_name}-v${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  # using amalgamated sources, so we can create shared objects
+  ./amalgamate src/*.skeleton
+  sed -e 's|qcustomplot.cpp|src/qcustomplot.cpp|g' \
+  -e 's|qcustomplot.h|src/qcustomplot.h|g' \
+  -i sharedlib/sharedlib-compilation/sharedlib-compilation.pro
+  find . -type f -iname "*.gitignore" -delete
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 sharedlib/sharedlib-compilation/sharedlib-compilation.pro
+  make
+  # create documentation
+  doxygen
+  qhelpgenerator documentation/html/index.qhp \
+-o documentation/qthelp/qcustomplot.qch
+  find documentation/html -type f \
+-iname "*.qhp" -or -iname "*.map" -or -iname "*.md5" -delete
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # there is no install target
+  install -vDm 644 "src/${pkgname}.h" -t "${pkgdir}/usr/include/"
+  install -vdm 755 "${pkgdir}/usr/lib/"
+  cp -av "lib${pkgname}.so"* "${pkgdir}/usr/lib/"
+  install -vDm 644 changelog.txt -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av examples "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av documentation/html "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av documentation/qthelp "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:07:00
  Author: foxboron
Revision: 657935

upgpkg: qcustomplot 2.0.1-5

repro rebuild

Modified:
  qcustomplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
+++ PKGBUILD2020-07-05 23:07:00 UTC (rev 657935)
@@ -2,7 +2,7 @@
 _name=QCustomPlot
 pkgname=qcustomplot
 pkgver=2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt C++ widget for plotting and data visualization"
 arch=('x86_64')
 url="https://www.qcustomplot.com/;


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:05:16
  Author: foxboron
Revision: 657934

archrelease: copy trunk to community-x86_64

Added:
  rofi/repos/community-x86_64/PKGBUILD
(from rev 657933, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:05:08 UTC (rev 657933)
+++ PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='A window switcher, application launcher and dmenu replacement'
-arch=(x86_64)
-url="https://github.com/DaveDavenport/$pkgname;
-license=(MIT)
-depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg)
-makedepends=(check)
-optdepends=('i3-wm: use as a window switcher')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('91a502cc29f964b529cd6228dbe655e82ab4e69c9852d23a24d9c1efb1af54db')
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -i
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LC_ALL=C make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 657933, 
rofi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.5.4
+pkgrel=2
+pkgdesc='A window switcher, application launcher and dmenu replacement'
+arch=(x86_64)
+url="https://github.com/DaveDavenport/$pkgname;
+license=(MIT)
+depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg)
+makedepends=(check)
+optdepends=('i3-wm: use as a window switcher')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('91a502cc29f964b529cd6228dbe655e82ab4e69c9852d23a24d9c1efb1af54db')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -i
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  LC_ALL=C make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:05:08
  Author: foxboron
Revision: 657933

upgpkg: rofi 1.5.4-2

repro rebuild

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
+++ PKGBUILD2020-07-05 23:05:08 UTC (rev 657933)
@@ -9,7 +9,7 @@
 
 pkgname=rofi
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A window switcher, application launcher and dmenu replacement'
 arch=(x86_64)
 url="https://github.com/DaveDavenport/$pkgname;


[arch-commits] Commit in protege/repos/community-any (8 files)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:57:06
  Author: foxboron
Revision: 657932

archrelease: copy trunk to community-any

Added:
  protege/repos/community-any/PKGBUILD
(from rev 657931, protege/trunk/PKGBUILD)
  protege/repos/community-any/protege.desktop
(from rev 657931, protege/trunk/protege.desktop)
  protege/repos/community-any/protege.png
(from rev 657931, protege/trunk/protege.png)
  protege/repos/community-any/protege.sh
(from rev 657931, protege/trunk/protege.sh)
Deleted:
  protege/repos/community-any/PKGBUILD
  protege/repos/community-any/protege.desktop
  protege/repos/community-any/protege.png
  protege/repos/community-any/protege.sh

-+
 PKGBUILD|   76 +++---
 protege.desktop |   24 -
 protege.sh  |   10 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:56:54 UTC (rev 657931)
+++ PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
@@ -1,38 +0,0 @@
-
-# Maintainer: Morten Linderud  
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Geoffroy Carrier 
-# Contributor: Stefan Husmann 
-
-pkgname=protege
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Free, open source ontology editor and knowledge-base framework'
-arch=('any')
-url='http://protege.stanford.edu/'
-license=('MPL')
-depends=('java-runtime>=8' 'graphviz')
-makedepends=('maven' 'jdk8-openjdk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
-"${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.png")
-sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
-'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
-'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
-'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
-
-build(){
-  cd "protege-$pkgver"
-  mvn clean package -Dmaven.test.skip=true
-}
-
-package() {
-  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
-  install -d "${pkgdir}/usr/share/java/${pkgname}"
-  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
-  install -d "${pkgdir}/usr/bin"
-  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
-  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: protege/repos/community-any/PKGBUILD (from rev 657931, 
protege/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
@@ -0,0 +1,38 @@
+
+# Maintainer: Morten Linderud  
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Geoffroy Carrier 
+# Contributor: Stefan Husmann 
+
+pkgname=protege
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Free, open source ontology editor and knowledge-base framework'
+arch=('any')
+url='https://protege.stanford.edu/'
+license=('MPL')
+depends=('java-runtime>=8' 'graphviz')
+makedepends=('maven' 'jdk8-openjdk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
+'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
+'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
+'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
+
+build(){
+  cd "protege-$pkgver"
+  mvn clean package -Dmaven.test.skip=true
+}
+
+package() {
+  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
+  install -d "${pkgdir}/usr/share/java/${pkgname}"
+  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
+  install -d "${pkgdir}/usr/bin"
+  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
+  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: protege.desktop
===
--- protege.desktop 2020-07-05 22:56:54 UTC (rev 657931)
+++ protege.desktop 2020-07-05 22:57:06 UTC (rev 657932)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Hidden=false
-Terminal=false
-Icon=protege
-Name=Protege
-Exec=protege
-MimeType=application/rdf+xml
-Categories=Development;Education;Science;IDE;
-Comment=Protege 4 is an Ontology Editor and knowledge-base framework for OWL 2 
ontologies
-Keywords=OWL;Ontology;Description Logic

Copied: 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:56:54
  Author: foxboron
Revision: 657931

upgpkg: protege 5.5.0-2

repro rebuild

Modified:
  protege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
+++ PKGBUILD2020-07-05 22:56:54 UTC (rev 657931)
@@ -6,7 +6,7 @@
 
 pkgname=protege
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Free, open source ontology editor and knowledge-base framework'
 arch=('any')
 url='https://protege.stanford.edu/'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:53:38
  Author: foxboron
Revision: 657930

archrelease: copy trunk to community-any

Added:
  pass-otp/repos/community-any/PKGBUILD
(from rev 657929, pass-otp/trunk/PKGBUILD)
Deleted:
  pass-otp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:53:30 UTC (rev 657929)
+++ PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
@@ -1,21 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Alexandre Pujol 
-
-pkgname='pass-otp'
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
-arch=('any')
-url='https://github.com/tadfisher/pass-otp'
-license=('GPL3')
-depends=('pass'
-'oath-toolkit'
-'qrencode')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
-sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pass-otp/repos/community-any/PKGBUILD (from rev 657929, 
pass-otp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
@@ -0,0 +1,21 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Alexandre Pujol 
+
+pkgname='pass-otp'
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
+arch=('any')
+url='https://github.com/tadfisher/pass-otp'
+license=('GPL3')
+depends=('pass'
+'oath-toolkit'
+'qrencode')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
+sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:53:30
  Author: foxboron
Revision: 657929

upgpkg: pass-otp 1.2.0-2

repro rebuild

Modified:
  pass-otp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
+++ PKGBUILD2020-07-05 22:53:30 UTC (rev 657929)
@@ -3,7 +3,7 @@
 
 pkgname='pass-otp'
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
 arch=('any')
 url='https://github.com/tadfisher/pass-otp'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:52:28
  Author: foxboron
Revision: 657927

upgpkg: python2-functools32 3.2.3_2-3

repro rebuild

Modified:
  python2-functools32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
+++ PKGBUILD2020-07-05 22:52:28 UTC (rev 657927)
@@ -4,7 +4,7 @@
 pkgname=python2-functools32
 _pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=3
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
 url="https://github.com/MiCHiLU/python-functools32;
 arch=(any)


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:52:36
  Author: foxboron
Revision: 657928

archrelease: copy trunk to community-any

Added:
  python2-functools32/repos/community-any/PKGBUILD
(from rev 657927, python2-functools32/trunk/PKGBUILD)
Deleted:
  python2-functools32/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:52:28 UTC (rev 657927)
+++ PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
@@ -1,29 +0,0 @@
-# Maintainer: 
-# Contributor: Stephan Conrad
-
-pkgname=python2-functools32
-_pkgver=3.2.3-2
-pkgver=${_pkgver//-/_}
-pkgrel=2
-pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
-url="https://github.com/MiCHiLU/python-functools32;
-arch=(any)
-depends=(python2)
-makedepends=(python2-distribute)
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
-md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
-
-build() {
-cd functools32-$_pkgver
-python2 setup.py build
-}
-
-package() {
-cd functools32-$_pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-install -d "$pkgdir"/usr/share/licenses/$pkgname
-install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: python2-functools32/repos/community-any/PKGBUILD (from rev 657927, 
python2-functools32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
@@ -0,0 +1,29 @@
+# Maintainer: 
+# Contributor: Stephan Conrad
+
+pkgname=python2-functools32
+_pkgver=3.2.3-2
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
+url="https://github.com/MiCHiLU/python-functools32;
+arch=(any)
+depends=(python2)
+makedepends=(python2-distribute)
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
+md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
+
+build() {
+cd functools32-$_pkgver
+python2 setup.py build
+}
+
+package() {
+cd functools32-$_pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+
+install -d "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:51:35
  Author: foxboron
Revision: 657926

archrelease: copy trunk to community-x86_64

Added:
  bucklespring/repos/community-x86_64/PKGBUILD
(from rev 657925, bucklespring/trunk/PKGBUILD)
Deleted:
  bucklespring/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:51:27 UTC (rev 657925)
+++ PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=bucklespring
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
-arch=('i686' 'x86_64')
-url="http://github.com/zevv/bucklespring;
-license=('MIT')
-depends=('openal' 'alure' 'libxtst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
-sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PATH_AUDIO=/usr/share/bucklespring
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
-  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 657925, 
bucklespring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="https://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:51:27
  Author: foxboron
Revision: 657925

upgpkg: bucklespring 1.4.0-3

repro rebuild

Modified:
  bucklespring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
+++ PKGBUILD2020-07-05 22:51:27 UTC (rev 657925)
@@ -2,12 +2,12 @@
 
 pkgname=bucklespring
 pkgver=1.4.0
-pkgrel=1
+pkgrel=3
 pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
 arch=('i686' 'x86_64')
 url="https://github.com/zevv/bucklespring;
 license=('MIT')
-depends=('openal' 'alure' 'libxtst')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
 sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
 


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:50:22
  Author: foxboron
Revision: 657923

upgpkg: lostfiles 4.03-2

repro rebuild

Modified:
  lostfiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:49:14 UTC (rev 657922)
+++ PKGBUILD2020-07-05 22:50:22 UTC (rev 657923)
@@ -3,7 +3,7 @@
 
 pkgname=lostfiles
 pkgver=4.03
-pkgrel=1
+pkgrel=2
 pkgdesc='Find orphaned files not owned by any Arch packages'
 arch=('any')
 license=('GPL2')


<    2   3   4   5   6   7   8   9   10   11   >