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

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 21:54:07
  Author: foxboron
Revision: 565566

upgpkg: podman 1.8.0-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 21:49:15 UTC (rev 565565)
+++ PKGBUILD2020-02-09 21:54:07 UTC (rev 565566)
@@ -1,8 +1,9 @@
 # Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,17 +13,10 @@
  btrfs-progs slirp4netns libsystemd)
 makedepends=(go-pie go-md2man git)
 optdepends=('catatonit: --init flag support')
-source=("git+$url#tag=v$pkgver?signed"
-"fix-makefile.patch")
+source=("git+$url#tag=v$pkgver?signed")
 validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP'
-'7dc9b1bb6b134196ca5125ba40c1f6d82c260a42bc929d9fb6142a5ac61a1c6a')
+sha256sums=('SKIP')
 
-prepare() {
-  cd libpod
-  patch -Np1 < "../fix-makefile.patch"
-}
-
 pkgver() {
   cd libpod
   git describe --tags | sed 's/^v//;s/-/+/g'


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

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 21:49:00
  Author: foxboron
Revision: 565564

upgpkg: skopeo 0.1.41-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 21:46:26 UTC (rev 565563)
+++ PKGBUILD2020-02-09 21:49:00 UTC (rev 565564)
@@ -1,7 +1,8 @@
+# Maintainer: Morten Linderud 
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=0.1.40
+pkgver=0.1.41
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -14,7 +15,7 @@
 etc/containers/registries.d/default.yaml
 etc/containers/seccomp.json
 etc/containers/storage.conf)
-_commit=be6146b0a8471b02e776134119a2c37dfb70d414  # tags/v0.1.40
+_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
 source=(git+$url#commit=$_commit
 containers-storage.conf.5.md
 policy.json.5.md


[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 21:49:15
  Author: foxboron
Revision: 565565

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 565564, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 565564, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 565564, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 565564, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 565564, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 565564, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 565564, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  119 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1450 insertions(+), 1449 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 21:49:00 UTC (rev 565564)
+++ PKGBUILD2020-02-09 21:49:15 UTC (rev 565565)
@@ -1,59 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.40
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=be6146b0a8471b02e776134119a2c37dfb70d414  # tags/v0.1.40
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 565564, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 21:49:15 UTC (rev 565565)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.41
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401

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

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 20:16:39
  Author: foxboron
Revision: 565542

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 565541, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 20:16:30 UTC (rev 565541)
+++ PKGBUILD2020-02-09 20:16:39 UTC (rev 565542)
@@ -1,34 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.13.2
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah";
-license=(Apache)
-depends=(ostree runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=b8a8a01c6cfddc61402debfddf2ea00b92ca9f1e # tags/v1.13.2
-source=(git://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 565541, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 20:16:39 UTC (rev 565542)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah";
+license=(Apache)
+depends=(ostree runc skopeo slirp4netns)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=5965d9acffad0b70e8760de643b5f488ecadec24 # tags/v1.13.2
+source=(git://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 20:16:30
  Author: foxboron
Revision: 565541

upgpkg: buildah 1.14.0-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 20:13:17 UTC (rev 565540)
+++ PKGBUILD2020-02-09 20:16:30 UTC (rev 565541)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.13.2
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(ostree runc skopeo slirp4netns)
 makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo)
-_commit=b8a8a01c6cfddc61402debfddf2ea00b92ca9f1e # tags/v1.13.2
+_commit=5965d9acffad0b70e8760de643b5f488ecadec24 # tags/v1.13.2
 source=(git://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 20:13:17
  Author: foxboron
Revision: 565540

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 20:13:09 UTC (rev 565539)
+++ PKGBUILD2020-02-09 20:13:17 UTC (rev 565540)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=0.12
-pkgrel=1
-pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
-url="https://github.com/containers/crun";
-license=('GPL3')
-arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('da7b3c963243c4a44b1a8fb7429c0c04230e56552cb0c0b7e6102d674bd8c690'
-'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 565539, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 20:13:17 UTC (rev 565540)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=0.12.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=('GPL3')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+makedepends=('libtool' 'python' 'go-md2man')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('dfc8e103d3512df8d81d79be45bf16982c5990a2db2db919551eeed4e383321c'
+'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-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 20:13:09
  Author: foxboron
Revision: 565539

upgpkg: crun 0.12.1-1

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 19:58:25 UTC (rev 565538)
+++ PKGBUILD2020-02-09 20:13:09 UTC (rev 565539)
@@ -2,7 +2,7 @@
 # Contributor: hexchian 
 
 pkgname=crun
-pkgver=0.12
+pkgver=0.12.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')
 
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('da7b3c963243c4a44b1a8fb7429c0c04230e56552cb0c0b7e6102d674bd8c690'
+sha256sums=('dfc8e103d3512df8d81d79be45bf16982c5990a2db2db919551eeed4e383321c'
 'SKIP')
 
 build() {


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

2020-02-05 Thread Morten Linderud via arch-commits
Date: Wednesday, February 5, 2020 @ 18:59:46
  Author: foxboron
Revision: 563377

archrelease: copy trunk to community-x86_64

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

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

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 563375, 
crun/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-02-05 18:59:46 UTC (rev 563377)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=0.12
+pkgrel=1
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
+url="https://github.com/containers/crun";
+license=('GPL3')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+makedepends=('libtool' 'python' 'go-md2man')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('da7b3c963243c4a44b1a8fb7429c0c04230e56552cb0c0b7e6102d674bd8c690'
+'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-02-05 Thread Morten Linderud via arch-commits
Date: Wednesday, February 5, 2020 @ 18:59:40
  Author: foxboron
Revision: 563375

upgpkg: crun 0.12-1

Added:
  crun/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-05 18:59:40 UTC (rev 563375)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=0.12
+pkgrel=1
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
+url="https://github.com/containers/crun";
+license=('GPL3')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+makedepends=('libtool' 'python' 'go-md2man')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('da7b3c963243c4a44b1a8fb7429c0c04230e56552cb0c0b7e6102d674bd8c690'
+'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 crun/repos crun/trunk)

2020-02-05 Thread Morten Linderud via arch-commits
Date: Wednesday, February 5, 2020 @ 18:59:33
  Author: foxboron
Revision: 563374

addpkg: crun 0.12-1

Added:
  crun/
  crun/repos/
  crun/trunk/


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:40:29
  Author: foxboron
Revision: 561999

upgpkg: python-wxpython 4.0.7.2-1

Modified:
  python-wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:32:40 UTC (rev 561998)
+++ PKGBUILD2020-02-03 21:40:29 UTC (rev 561999)
@@ -4,7 +4,9 @@
 
 pkgname=python-wxpython
 _pkgname=wxPython
-pkgver=4.0.7
+pkgver=4.0.7.2
+_pkgver="${pkgver%.*}"
+_post="${pkgver##*.}"
 pkgrel=1
 pkgdesc='Cross-platform GUI toolkit'
 arch=('x86_64')
@@ -14,27 +16,27 @@
 optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
 makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.post2.tar.gz";)
+source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$_pkgver.post$_post.tar.gz";)
 
sha512sums=('7af89db90a0f7e6b644d61c1ede01ec36a2c295e46d44692ae9dbc4af923310c1b498a52f45b02a89e8917d844c6abe67e5f3fdd9c1d51da3312899319a349e4')
 
 prepare() {
-  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$pkgver.post2/build.py
+  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$_pkgver.post$_post/build.py
 }
 
 build() {
-  cd "$_pkgname-$pkgver.post2"
+  cd "$_pkgname-$_pkgver.post$_post"
 
   python build.py build --use_syswx --release
 }
 
 check() {
-  cd "$_pkgname-$pkgver.post2"
+  cd "$_pkgname-$_pkgver.post$_post"
 
   xvfb-run python build.py test
 }
 
 package() {
-  cd "$_pkgname-$pkgver.post2"
+  cd "$_pkgname-$_pkgver.post$_post"
 
   python build.py install --destdir="$pkgdir"
 


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:40:37
  Author: foxboron
Revision: 562000

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 21:40:29 UTC (rev 561999)
+++ PKGBUILD2020-02-03 21:40:37 UTC (rev 562000)
@@ -1,44 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Morten Linderud 
-# Contributor: Eric Bélanger 
-
-pkgname=python-wxpython
-_pkgname=wxPython
-pkgver=4.0.7
-pkgrel=1
-pkgdesc='Cross-platform GUI toolkit'
-arch=('x86_64')
-license=('custom:wxWindows')
-url='https://www.wxpython.org'
-depends=('wxgtk3' 'python-six')
-optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
-makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.post2.tar.gz";)
-sha512sums=('7af89db90a0f7e6b644d61c1ede01ec36a2c295e46d44692ae9dbc4af923310c1b498a52f45b02a89e8917d844c6abe67e5f3fdd9c1d51da3312899319a349e4')
-
-prepare() {
-  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$pkgver.post2/build.py
-}
-
-build() {
-  cd "$_pkgname-$pkgver.post2"
-
-  python build.py build --use_syswx --release
-}
-
-check() {
-  cd "$_pkgname-$pkgver.post2"
-
-  xvfb-run python build.py test
-}
-
-package() {
-  cd "$_pkgname-$pkgver.post2"
-
-  python build.py install --destdir="$pkgdir"
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  find "$pkgdir/usr/lib" -type f | xargs chmod 644
-}
-

Copied: python-wxpython/repos/community-x86_64/PKGBUILD (from rev 561999, 
python-wxpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 21:40:37 UTC (rev 562000)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Morten Linderud 
+# Contributor: Eric Bélanger 
+
+pkgname=python-wxpython
+_pkgname=wxPython
+pkgver=4.0.7.2
+_pkgver="${pkgver%.*}"
+_post="${pkgver##*.}"
+pkgrel=1
+pkgdesc='Cross-platform GUI toolkit'
+arch=('x86_64')
+license=('custom:wxWindows')
+url='https://www.wxpython.org'
+depends=('wxgtk3' 'python-six')
+optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
+makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
+source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$_pkgver.post$_post.tar.gz";)
+sha512sums=('7af89db90a0f7e6b644d61c1ede01ec36a2c295e46d44692ae9dbc4af923310c1b498a52f45b02a89e8917d844c6abe67e5f3fdd9c1d51da3312899319a349e4')
+
+prepare() {
+  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$_pkgver.post$_post/build.py
+}
+
+build() {
+  cd "$_pkgname-$_pkgver.post$_post"
+
+  python build.py build --use_syswx --release
+}
+
+check() {
+  cd "$_pkgname-$_pkgver.post$_post"
+
+  xvfb-run python build.py test
+}
+
+package() {
+  cd "$_pkgname-$_pkgver.post$_post"
+
+  python build.py install --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  find "$pkgdir/usr/lib" -type f | xargs chmod 644
+}
+


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:21:39
  Author: foxboron
Revision: 561991

upgpkg: sqlite-replication 3.30.1.4-1

Saner package versioning including the patch set version

Modified:
  sqlite-replication/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:19:31 UTC (rev 561990)
+++ PKGBUILD2020-02-03 21:21:39 UTC (rev 561991)
@@ -1,11 +1,13 @@
-# Maintainer: Thomas Hipp 
-# Maintainer: Andreas Radke 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+# Contributor: Andreas Radke 
 # Contributor: Tom Newsom 
 
 pkgname="sqlite-replication"
-pkgver=3.30.1
-pkgrel=2
-_replication=4
+pkgver=3.30.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')
@@ -12,7 +14,7 @@
 url="https://github.com/canonical/sqlite";
 depends=('readline' 'zlib')
 makedepends=('tcl')
-source=("https://github.com/canonical/sqlite/archive/version-${pkgver}+replication${_replication}.tar.gz";
+source=("https://github.com/canonical/sqlite/archive/version-${_pkgver}+replication${_replication}.tar.gz";
 license.txt)
 sha256sums=('e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
@@ -27,7 +29,7 @@
  -DSQLITE_MAX_EXPR_DEPTH=1"
 
   # build sqlite
-  cd sqlite-version-${pkgver}-replication${_replication}
+  cd sqlite-version-${_pkgver}-replication${_replication}
   ./configure --prefix=/usr \
--libdir=/usr/lib/$pkgname \
--includedir=/usr/include/$pkgname \
@@ -43,7 +45,7 @@
 }
 
 package() {
-  cd sqlite-version-${pkgver}-replication${_replication}
+  cd sqlite-version-${_pkgver}-replication${_replication}
   make DESTDIR="${pkgdir}" install
 
   install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgbase}/license.txt"


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:21:47
  Author: foxboron
Revision: 561992

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 21:21:39 UTC (rev 561991)
+++ PKGBUILD2020-02-03 21:21:47 UTC (rev 561992)
@@ -1,53 +0,0 @@
-# Maintainer: Thomas Hipp 
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgname="sqlite-replication"
-pkgver=3.30.1
-pkgrel=2
-_replication=4
-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=('e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f'
-'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 561991, 
sqlite-replication/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 21:21:47 UTC (rev 561992)
@@ -0,0 +1,55 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+# Contributor: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgname="sqlite-replication"
+pkgver=3.30.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=('e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f'
+'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
===
--- license.txt 2020-02-03 2

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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:19:31
  Author: foxboron
Revision: 561990

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 21:19:24 UTC (rev 561989)
+++ PKGBUILD2020-02-03 21:19:31 UTC (rev 561990)
@@ -1,49 +0,0 @@
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgbase=python-hidapi
-pkgname=('python-hidapi' 'python2-hidapi')
-_pipname=hidapi
-pkgver=0.7.99.21
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=4
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('x86_64')
-makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb' 'udev')
-url="https://github.com/trezor/cython-hidapi";
-license=('custom')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha256sums=('e0be1aa6566979266a8fc845ab0e18613f4918cf2c977fe67050f5dc7e2a9a97')
-
-
-prepare() {
-  cp -R $_pipname-$_pkgver python2-$_pipname-$_pkgver
-}
-
-build() {
-  cd "$_pipname-$_pkgver"
-  python setup.py build
-
-  cd "../python2-$_pipname-$_pkgver"
-  python2 setup.py build
-}
-
-
-package_python-hidapi() {
-  depends=('libusb' 'python')
-  cd $_pipname-$_pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-hidapi() {
-  depends=('libusb' 'python2')
-  cd "python2-$_pipname-$_pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-hidapi/repos/community-x86_64/PKGBUILD (from rev 561989, 
python-hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 21:19:31 UTC (rev 561990)
@@ -0,0 +1,36 @@
+# Maintainer: Morten Linderud 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Kevin Azzam 
+
+pkgname=python-hidapi
+_pipname=hidapi
+pkgver=0.9.0.1
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+url="https://github.com/trezor/cython-hidapi";
+depends=('libusb' 'python')
+makedepends=('cython' 'python-setuptools' 'udev')
+license=('custom')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
+sha512sums=('2fd6526406ebb787cacf09fac84e4660c61024ba9e3f9d277067ce016873e497ae79755d5f7fc699d32212c333e228095488ce25d526db93746aa00333ff5303')
+
+build() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py build
+}
+
+package_python-hidapi() {
+  cd $_pipname-$_pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  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
+}
+


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:19:24
  Author: foxboron
Revision: 561989

upgpkg: python-hidapi 0.9.0.1-1

Modified:
  python-hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:17:05 UTC (rev 561988)
+++ PKGBUILD2020-02-03 21:19:24 UTC (rev 561989)
@@ -1,12 +1,13 @@
-# Maintainer: Timothy Redaelli 
+# Maintainer: Morten Linderud 
+# Contributor: Timothy Redaelli 
 # Contributor: Andy Weidenbaum 
 # Contributor: Kevin Azzam 
 
 pkgname=python-hidapi
 _pipname=hidapi
-pkgver=0.7.99.21
+pkgver=0.9.0.1
 _pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=4
+pkgrel=1
 arch=('x86_64')
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 url="https://github.com/trezor/cython-hidapi";
@@ -14,7 +15,7 @@
 makedepends=('cython' 'python-setuptools' 'udev')
 license=('custom')
 
source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha512sums=('40efcbbb1d30c1413a5bc764e9bcef8b798f194456b35c83ea4f46c2eacf3eccfca5bb482602892ba8f24ed8085eb6e21e1fb94f7f12a7abb22bd2c571b21008')
+sha512sums=('2fd6526406ebb787cacf09fac84e4660c61024ba9e3f9d277067ce016873e497ae79755d5f7fc699d32212c333e228095488ce25d526db93746aa00333ff5303')
 
 build() {
   cd "$_pipname-$_pkgver"


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:17:05
  Author: foxboron
Revision: 561988

archrelease: copy trunk to community-x86_64

Added:
  lxd/repos/community-x86_64/PKGBUILD
(from rev 561987, lxd/trunk/PKGBUILD)
  lxd/repos/community-x86_64/lxd.service
(from rev 561987, lxd/trunk/lxd.service)
  lxd/repos/community-x86_64/lxd.socket
(from rev 561987, lxd/trunk/lxd.socket)
  lxd/repos/community-x86_64/lxd.sysusers
(from rev 561987, lxd/trunk/lxd.sysusers)
Deleted:
  lxd/repos/community-x86_64/PKGBUILD
  lxd/repos/community-x86_64/lxd.service
  lxd/repos/community-x86_64/lxd.socket
  lxd/repos/community-x86_64/lxd.sysusers

--+
 PKGBUILD |  170 +
 lxd.service  |   44 +++---
 lxd.socket   |   22 +++
 lxd.sysusers |2 
 4 files changed, 121 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 21:16:55 UTC (rev 561987)
+++ PKGBUILD2020-02-03 21:17:05 UTC (rev 561988)
@@ -1,83 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-# Contributor: Asterios Dimitriou 
-# Contributor: Benjamin Asbach 
-# Contributer: nightuser 
-
-pkgname=lxd
-_pkgname=lxd
-_lxd=github.com/lxc/lxd
-pkgver=3.20
-pkgrel=1
-pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
-arch=('x86_64')
-url="https://github.com/lxc/lxd";
-license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
-makedepends=('go-pie' 'git' 'tcl' 'apparmor' 'libseccomp')
-optdepends=(
-'lvm2: for lvm2 support'
-'thin-provisioning-tools: for thin provisioning support'
-'btrfs-progs: for btrfs storage driver support'
-'ceph: for ceph storage driver support'
-'cdrtools: VM support'
-'qemu: VM support'
-'ovmf: VM support'
-)
-source=("${url}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"lxd.socket"
-"lxd.service"
-"lxd.sysusers")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f'
-'SKIP'
-'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
-'e1155d3e874b299e906877b5cf6f798205583e6f3b2ce8e2f94d99621888094f'
-'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
-
-
-prepare() {
-  mkdir -p "${srcdir}/go/src/github.com/lxc"
-  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
-}
-
-build() {
-  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
-  cd "${GOPATH}/src/${_lxd}"
-  export CGO_CFLAGS="-I/usr/include/sqlite-replication"
-  export CGO_LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
-  export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
-
-  mkdir -p bin
-   go build -trimpath -v -tags "netgo" -o bin/ ./lxd-p2c/...
-   go build -trimpath -v -tags "agent" -o bin/ ./lxd-agent/...
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
-go build -trimpath -v -tags "libsqlite3" -o bin/ ./$tool/...
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
-install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
-  done
-
-  # Package license
-  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
-
-  # systemd files
-  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
-  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
-
-  # documentation
-  mkdir -p "${pkgdir}/usr/share/doc/lxd"
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
-
-  # Bash completions
-  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
-
-  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-x86_64/PKGBUILD (from rev 561987, 
lxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 21:17:05 UTC (rev 561988)
@@ -0,0 +1,87 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=3.20
+pkgrel=3
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
+arch=('x86_64')
+url="https://linuxcontainers.org/lxd";
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
+makedepends=('go-pie' 'git' 'tcl' 'apparmor' 'libseccomp')
+optdepends=(
+'lvm2: for lvm2 support'
+'thin-provisioning-tools: for thin provisioning support'
+'btrfs

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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 21:16:55
  Author: foxboron
Revision: 561987

upgpkg: lxd 3.20-3

Added log directory

Modified:
  lxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 20:51:35 UTC (rev 561986)
+++ PKGBUILD2020-02-03 21:16:55 UTC (rev 561987)
@@ -8,10 +8,10 @@
 _pkgname=lxd
 _lxd=github.com/lxc/lxd
 pkgver=3.20
-pkgrel=1
-pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
+pkgrel=3
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
-url="https://github.com/lxc/lxd";
+url="https://linuxcontainers.org/lxd";
 license=('APACHE')
 depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
 makedepends=('go-pie' 'git' 'tcl' 'apparmor' 'libseccomp')
@@ -23,6 +23,7 @@
 'cdrtools: VM support'
 'qemu: VM support'
 'ovmf: VM support'
+'systemd-libs: unix device hotplug support'
 )
 
source=("${url}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
 "lxd.socket"
@@ -70,6 +71,9 @@
   install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
   install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
 
+  # logs
+  install -dm755 "${pkgdir}/var/log/lxd"
+
   # documentation
   mkdir -p "${pkgdir}/usr/share/doc/lxd"
   install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:51:26
  Author: foxboron
Revision: 561985

upgpkg: buildah 1.13.2-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 20:46:55 UTC (rev 561984)
+++ PKGBUILD2020-02-03 20:51:26 UTC (rev 561985)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(ostree runc skopeo slirp4netns)
 makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo)
-_commit=836d6d2ef32f1170630d761e7fa33ef30fee7933  # tags/v1.13.1^0
+_commit=b8a8a01c6cfddc61402debfddf2ea00b92ca9f1e # tags/v1.13.2
 source=(git://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:51:35
  Author: foxboron
Revision: 561986

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 561985, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 20:51:26 UTC (rev 561985)
+++ PKGBUILD2020-02-03 20:51:35 UTC (rev 561986)
@@ -1,34 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.13.1
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah";
-license=(Apache)
-depends=(ostree runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=836d6d2ef32f1170630d761e7fa33ef30fee7933  # tags/v1.13.1^0
-source=(git://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 561985, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 20:51:35 UTC (rev 561986)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.13.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah";
+license=(Apache)
+depends=(ostree runc skopeo slirp4netns)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=b8a8a01c6cfddc61402debfddf2ea00b92ca9f1e # tags/v1.13.2
+source=(git://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:46:55
  Author: foxboron
Revision: 561984

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 561983, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 20:46:46 UTC (rev 561983)
+++ PKGBUILD2020-02-03 20:46:55 UTC (rev 561984)
@@ -1,30 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu";
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('00093e8538ed9205ce7e2103f221aa9a0b7574fa7e209297b076754dbfc5c4c7')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr --with-lx --with-pmenu
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 561983, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 20:46:55 UTC (rev 561984)
@@ -0,0 +1,30 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu";
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
+sha256sums=('9c488514a4cc5d5406c8480325e532b65e69af23b31226dfcbb6cca3ae0fac86')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr --with-lx --with-pmenu
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:46:46
  Author: foxboron
Revision: 561983

upgpkg: jgmenu 4.0.2-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 20:43:07 UTC (rev 561982)
+++ PKGBUILD2020-02-03 20:46:46 UTC (rev 561983)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('00093e8538ed9205ce7e2103f221aa9a0b7574fa7e209297b076754dbfc5c4c7')
+sha256sums=('9c488514a4cc5d5406c8480325e532b65e69af23b31226dfcbb6cca3ae0fac86')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in hy/repos/community-any (PKGBUILD PKGBUILD python-3.8.patch)

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:43:07
  Author: foxboron
Revision: 561982

archrelease: copy trunk to community-any

Added:
  hy/repos/community-any/PKGBUILD
(from rev 561981, hy/trunk/PKGBUILD)
Deleted:
  hy/repos/community-any/PKGBUILD
  hy/repos/community-any/python-3.8.patch

--+
 PKGBUILD |   88 +
 python-3.8.patch |   73 ---
 2 files changed, 42 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 20:41:56 UTC (rev 561981)
+++ PKGBUILD2020-02-03 20:43:07 UTC (rev 561982)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: JP Cimalando 
-
-pkgname=hy
-pkgver=0.17.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";
-python-3.8.patch)
-md5sums=('fc719573093f14caba2fade84a8d11e9'
- '5f8c4d26d959168f88faaccc8b4dfb6c')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-patch -Np1 -i ../python-3.8.patch
-
-# 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 561981, hy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 20:43:07 UTC (rev 561982)
@@ -0,0 +1,42 @@
+# 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"
+}

Deleted: python-3.8.patch
===
--- python-3.8.patch2020-02-03 20:41:56 UTC (rev 561981)
+++ python-3.8.patch2020-02-03 20:43:07 UTC (rev 561982)
@@ -1,73 +0,0 @@
-From 563f27632c95d709f6685e469b7c1e97be1c38e7 Mon Sep 17 00:00:00 2001
-From: Kodi Arfer 
-Date: Tue, 4 Jun 2019 16:03:52 -0400
-Subject: [PATCH 1/2] Fix crashes on the new Python 3.8 alpha
-

- hy/_compat.py  | 4 +++-
- hy/compiler.py | 3 ++-
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/hy/_compat.py b/hy/_compat.py
-index a2ab7a5..da31477 100644
 a/hy/_compat.py
-+++ b/hy/_compat.py
-@@ -37,10 +37,12 @@ if PY3:
- finally:
- traceback = None
- 
--code_obj_args = ['argcount', 'kwonlyargcount', 'nlocals', 'stacksize',
-+code_obj_args = ['argcount', 'posonlyargcount', 'kwonlyargcount', 
'nlocals', 'stacksize',
-  'flags', 'code', 'consts', 'names', 'varnames',
-  'filename', 'name', 'firstlineno', 'lnotab', 'freevars',
-  'cellvars']
-+if not PY38:
-+code_obj_args.remove("posonlyargcount")
- else:
- def raise_from(value, from_value=None):
- raise value
-diff --git a/hy/compiler.py b/hy/compiler.py
-index 9a20daf..ddb75da 100755
 a/hy/compiler.py
-+++ b/hy/compiler.py
-@@ -1145,7 +1145,7 @@ class HyASTCompiler(object):
- expr,
- nam

[arch-commits] Commit in hy/trunk (python-3.8.patch)

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:41:56
  Author: foxboron
Revision: 561981

removed patch

Deleted:
  hy/trunk/python-3.8.patch

--+
 python-3.8.patch |   73 -
 1 file changed, 73 deletions(-)

Deleted: python-3.8.patch
===
--- python-3.8.patch2020-02-03 20:40:00 UTC (rev 561980)
+++ python-3.8.patch2020-02-03 20:41:56 UTC (rev 561981)
@@ -1,73 +0,0 @@
-From 563f27632c95d709f6685e469b7c1e97be1c38e7 Mon Sep 17 00:00:00 2001
-From: Kodi Arfer 
-Date: Tue, 4 Jun 2019 16:03:52 -0400
-Subject: [PATCH 1/2] Fix crashes on the new Python 3.8 alpha
-

- hy/_compat.py  | 4 +++-
- hy/compiler.py | 3 ++-
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/hy/_compat.py b/hy/_compat.py
-index a2ab7a5..da31477 100644
 a/hy/_compat.py
-+++ b/hy/_compat.py
-@@ -37,10 +37,12 @@ if PY3:
- finally:
- traceback = None
- 
--code_obj_args = ['argcount', 'kwonlyargcount', 'nlocals', 'stacksize',
-+code_obj_args = ['argcount', 'posonlyargcount', 'kwonlyargcount', 
'nlocals', 'stacksize',
-  'flags', 'code', 'consts', 'names', 'varnames',
-  'filename', 'name', 'firstlineno', 'lnotab', 'freevars',
-  'cellvars']
-+if not PY38:
-+code_obj_args.remove("posonlyargcount")
- else:
- def raise_from(value, from_value=None):
- raise value
-diff --git a/hy/compiler.py b/hy/compiler.py
-index 9a20daf..ddb75da 100755
 a/hy/compiler.py
-+++ b/hy/compiler.py
-@@ -1145,7 +1145,7 @@ class HyASTCompiler(object):
- expr,
- name=fname,
- args=ast.arguments(
--args=[], vararg=None, kwarg=None,
-+args=[], vararg=None, kwarg=None, posonlyargs=[],
- kwonlyargs=[], kw_defaults=[], defaults=[]),
- body=f(parts).stmts,
- decorator_list=[])
-@@ -1524,6 +1524,7 @@ class HyASTCompiler(object):
- args = ast.arguments(
- args=main_args, defaults=defaults,
- vararg=rest,
-+posonlyargs=[],
- kwonlyargs=kwonly, kw_defaults=kw_defaults,
- kwarg=kwargs)
- 
-
-From 9af02dd0a4e8ffe8234e42cf834fbdcf1e12b301 Mon Sep 17 00:00:00 2001
-From: Kodi Arfer 
-Date: Mon, 10 Jun 2019 16:12:46 -0400
-Subject: [PATCH 2/2] Fix a test for Python 3.8.0b1
-
-`int`, among other types, no longer has a `__str__` method, so `(str '3)` now 
returns "(HyInteger 3)" instead of "3".

- tests/native_tests/native_macros.hy | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/native_tests/native_macros.hy 
b/tests/native_tests/native_macros.hy
-index 835939e..e320143 100644
 a/tests/native_tests/native_macros.hy
-+++ b/tests/native_tests/native_macros.hy
-@@ -391,7 +391,7 @@ in expansions."
-   ;; Now, let's use a `require`d macro that depends on another macro defined 
only
-   ;; in this scope.
-   (defmacro local-test-macro [x]
--(.format "This is the local version of `nonlocal-test-macro` returning 
{}!" x))
-+(.format "This is the local version of `nonlocal-test-macro` returning 
{}!" (int x)))
- 
-   (assert (= "This is the local version of `nonlocal-test-macro` returning 3!"
-  (test-module-macro-2 3)))


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:33:40
  Author: foxboron
Revision: 561978

upgpkg: hy 0.18.0-1

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 20:32:05 UTC (rev 561977)
+++ PKGBUILD2020-02-03 20:33:40 UTC (rev 561978)
@@ -2,8 +2,8 @@
 # Contributor: JP Cimalando 
 
 pkgname=hy
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/";
@@ -11,16 +11,12 @@
 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";
-python-3.8.patch)
-md5sums=('fc719573093f14caba2fade84a8d11e9'
- '5f8c4d26d959168f88faaccc8b4dfb6c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz";)
+sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5')
 
 prepare() {
 cd "$pkgname-$pkgver"
 
-patch -Np1 -i ../python-3.8.patch
-
 # usually generated from git metadata and aded to PyPI sdist
 # PyPI does not include testsuite files.
 echo "__version__ = '$pkgver'" > hy/version.py


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:31:00
  Author: foxboron
Revision: 561975

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 20:30:49 UTC (rev 561974)
+++ PKGBUILD2020-02-03 20:31:00 UTC (rev 561975)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.0.4
-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=('fb20f8476600714ff7f1c68db31c3b3b85607f78fc214a37df564c31ad031ee0')
-
-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 561974, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 20:31:00 UTC (rev 561975)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.1.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=('b55c6fc1061706716c1d094f1649a5f5928f2d0c1c38e17d896e85b0c7fef3dd')
+
+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"
+}


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

2020-02-03 Thread Morten Linderud via arch-commits
Date: Monday, February 3, 2020 @ 20:30:49
  Author: foxboron
Revision: 561974

upgpkg: udiskie 2.1.0-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 20:23:21 UTC (rev 561973)
+++ PKGBUILD2020-02-03 20:30:49 UTC (rev 561974)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
-sha256sums=('fb20f8476600714ff7f1c68db31c3b3b85607f78fc214a37df564c31ad031ee0')
+sha256sums=('b55c6fc1061706716c1d094f1649a5f5928f2d0c1c38e17d896e85b0c7fef3dd')
 
 build(){
cd "$pkgname-$pkgver"


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

2020-02-02 Thread Morten Linderud via arch-commits
Date: Sunday, February 2, 2020 @ 11:14:37
  Author: foxboron
Revision: 561554

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 11:14:26 UTC (rev 561553)
+++ PKGBUILD2020-02-02 11:14:37 UTC (rev 561554)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.34.1
-pkgrel=1
-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' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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=('6f5ace8578c82b2f5cad0f21760603d113b87843d977292b87fad792f6a979d8bdcca46bd76b409b27c75d390f2c5881cc4f0ebe3a61e7e4c3c2ce3c358d66de')
-
-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 "$srcdir/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
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
-}
-
-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 561553, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 11:14:37 UTC (rev 561554)
@@ -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=1
+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' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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 "$srcdir/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
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
+}
+
+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/" 

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

2020-02-02 Thread Morten Linderud via arch-commits
Date: Sunday, February 2, 2020 @ 11:14:26
  Author: foxboron
Revision: 561553

upgpkg: python-wheel 0.34.2-1

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 10:35:51 UTC (rev 561552)
+++ PKGBUILD2020-02-02 11:14:26 UTC (rev 561553)
@@ -5,7 +5,7 @@
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.34.1
+pkgver=0.34.2
 pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
@@ -17,7 +17,7 @@
   'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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=('6f5ace8578c82b2f5cad0f21760603d113b87843d977292b87fad792f6a979d8bdcca46bd76b409b27c75d390f2c5881cc4f0ebe3a61e7e4c3c2ce3c358d66de')
+sha512sums=('fcd02cf770382c26b5250aa48f60481ac868ff7e1b08245ed4616aaa7d6dc5e3280d9ab787c4d1690b11550de9f6160c0d31dd65b79554711ab5d02de479e1ab')
 
 prepare() {
   cp -a wheel-$pkgver{,-py2}


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:29:01
  Author: foxboron
Revision: 560748

upgpkg: sqlite-replication 3.30.1-2

Added:
  sqlite-replication/trunk/PKGBUILD
  sqlite-replication/trunk/license.txt

-+
 PKGBUILD|   53 +
 license.txt |   33 +
 2 files changed, 86 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 12:29:01 UTC (rev 560748)
@@ -0,0 +1,53 @@
+# Maintainer: Thomas Hipp 
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgname="sqlite-replication"
+pkgver=3.30.1
+pkgrel=2
+_replication=4
+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=('e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f'
+'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"*
+}

Added: license.txt
===
--- license.txt (rev 0)
+++ license.txt 2020-01-31 12:29:01 UTC (rev 560748)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicating their contributions to the public 
domain and originals of those signed affidavits are stored in a firesafe at the 
main offices of Hwaci. Anyone is free to copy, modify, publish, use, compile, 
sell, or distribute the original SQLite code, either in source code form or as 
a compiled binary, for any purpose, commercial or non-commercial, and by any 
means. 
+
+The previous paragraph applies to the deliverable code in SQLite - those parts 
of the SQLite library that you actually bundle and ship with a larger 
application. Portions of the documentation and some code used as part of the 
build process might fall under other licenses. The details here are unclear. We 
do not worry about the licensing of the documentation and build code so much 
because none of these things are part of the core deliverable SQLite library. 
+
+All of the deliverable code in SQLite has been written from scratch. No code 
has been taken from other projects or from the open internet. Every line of 
code can be traced back to its original author, and all of those authors have 
public domain dedications on file. So the SQLite code base is clean and is 
uncontaminated with licensed code from other projects. 
+Obtaining An Explicit License To Use SQLite
+
+Even though SQLite is in the public domain and does not require a license, 
some users want to obtain a license anyway. Some reasons for obtaining a 
license include: 
+You are using SQLite in a jurisdiction that does not recognize the public 
domain. 
+You are using SQLite in a jurisdiction that does not recognize the right of an 
author to dedicate their work to the public domain. 
+You want to hold a tangible legal document as evidence that you have the legal 
right to use and distribute SQLite. 
+Your legal department tells you that you have to purchase a license. 
+
+If you feel like you really have to purchase a license for SQLite, Hwaci, the 
company that employs the architect and principal developers of SQLite, will 
sell you one. 
+Contributed Code
+
+In order to keep SQLite completely free and unencumbered by copyright, all new 
contributors to the SQLite code base are asked 

[arch-commits] Commit in (3 files)

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:28:50
  Author: foxboron
Revision: 560747

addpkg: sqlite-replication 3.30.1-2

Added:
  sqlite-replication/
  sqlite-replication/repos/
  sqlite-replication/trunk/


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:29:14
  Author: foxboron
Revision: 560749

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   53 +
 license.txt |   33 +
 2 files changed, 86 insertions(+)

Copied: sqlite-replication/repos/community-x86_64/PKGBUILD (from rev 560748, 
sqlite-replication/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-31 12:29:14 UTC (rev 560749)
@@ -0,0 +1,53 @@
+# Maintainer: Thomas Hipp 
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgname="sqlite-replication"
+pkgver=3.30.1
+pkgrel=2
+_replication=4
+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=('e9ab0542396be10e1b2951423f13b3e4d118a18e5d4ef39dc271e7dd17d3910f'
+'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/license.txt (from rev 560748, 
sqlite-replication/trunk/license.txt)
===
--- community-x86_64/license.txt(rev 0)
+++ community-x86_64/license.txt2020-01-31 12:29:14 UTC (rev 560749)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicating their contributions to the public 
domain and originals of those signed affidavits are stored in a firesafe at the 
main offices of Hwaci. Anyone is free to copy, modify, publish, use, compile, 
sell, or distribute the original SQLite code, either in source code form or as 
a compiled binary, for any purpose, commercial or non-commercial, and by any 
means. 
+
+The previous paragraph applies to the deliverable code in SQLite - those parts 
of the SQLite library that you actually bundle and ship with a larger 
application. Portions of the documentation and some code used as part of the 
build process might fall under other licenses. The details here are unclear. We 
do not worry about the licensing of the documentation and build code so much 
because none of these things are part of the core deliverable SQLite library. 
+
+All of the deliverable code in SQLite has been written from scratch. No code 
has been taken from other projects or from the open internet. Every line of 
code can be traced back to its original author, and all of those authors have 
public domain dedications on file. So the SQLite code base is clean and is 
uncontaminated with licensed code from other projects. 
+Obtaining An Explicit License To Use SQLite
+
+Even though SQLite is in the public domain and does not require a license, 
some users want to obtain a license anyway. Some reasons for obtaining a 
license include: 
+You are using SQLite in a jurisdiction that does not recognize the public 
domain. 
+You are using SQLite in a jurisdiction that does not recognize the right of an 
author to dedicate their work to the public domain. 
+You want to hold a tangible l

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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:25:52
  Author: foxboron
Revision: 560744

addpkg: raft 0.9.17-1

Added:
  raft/
  raft/repos/
  raft/trunk/


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:26:13
  Author: foxboron
Revision: 560746

archrelease: copy trunk to community-x86_64

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

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

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 560745, 
raft/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-31 12:26:13 UTC (rev 560746)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.9.17
+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=('2ee6b40cc316bb0ca4172b491dbfac30abfcc72fb43dfc385c20f584ca439b2a')
+
+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-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:25:59
  Author: foxboron
Revision: 560745

upgpkg: raft 0.9.17-1

Added:
  raft/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 12:25:59 UTC (rev 560745)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.9.17
+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=('2ee6b40cc316bb0ca4172b491dbfac30abfcc72fb43dfc385c20f584ca439b2a')
+
+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 libco/trunk (PKGBUILD)

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:24:36
  Author: foxboron
Revision: 560742

upgpkg: libco 20-2

Added:
  libco/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 12:24:36 UTC (rev 560742)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=libco
+pkgver=20
+pkgrel=2
+pkgdesc="Cooperative multithreading library"
+arch=('x86_64')
+url="https://github.com/canonical/libco";
+license=('ISC')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('6d6d6ada15a36224ee4aa59b8361c4b90f1ffb6c077b4932aa6e6344ee91be0e')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   DESTDIR="${pkgdir}" make install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:24:48
  Author: foxboron
Revision: 560743

archrelease: copy trunk to community-x86_64

Added:
  libco/repos/community-x86_64/
  libco/repos/community-x86_64/PKGBUILD
(from rev 560742, libco/trunk/PKGBUILD)

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

Copied: libco/repos/community-x86_64/PKGBUILD (from rev 560742, 
libco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-31 12:24:48 UTC (rev 560743)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=libco
+pkgver=20
+pkgrel=2
+pkgdesc="Cooperative multithreading library"
+arch=('x86_64')
+url="https://github.com/canonical/libco";
+license=('ISC')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('6d6d6ada15a36224ee4aa59b8361c4b90f1ffb6c077b4932aa6e6344ee91be0e')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   DESTDIR="${pkgdir}" make install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:24:28
  Author: foxboron
Revision: 560741

addpkg: libco 20-2

Added:
  libco/
  libco/repos/
  libco/trunk/


[arch-commits] Commit in lxd/trunk (PKGBUILD lxd.service lxd.socket lxd.sysusers)

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:21:30
  Author: foxboron
Revision: 560739

upgpkg: lxd 3.20-1

Added:
  lxd/trunk/PKGBUILD
  lxd/trunk/lxd.service
  lxd/trunk/lxd.socket
  lxd/trunk/lxd.sysusers

--+
 PKGBUILD |   83 +
 lxd.service  |   22 +++
 lxd.socket   |   11 +++
 lxd.sysusers |1 
 4 files changed, 117 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 12:21:30 UTC (rev 560739)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=3.20
+pkgrel=1
+pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
+arch=('x86_64')
+url="https://github.com/lxc/lxd";
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
+makedepends=('go-pie' 'git' 'tcl' 'apparmor' 'libseccomp')
+optdepends=(
+'lvm2: for lvm2 support'
+'thin-provisioning-tools: for thin provisioning support'
+'btrfs-progs: for btrfs storage driver support'
+'ceph: for ceph storage driver support'
+'cdrtools: VM support'
+'qemu: VM support'
+'ovmf: VM support'
+)
+source=("${url}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+"lxd.socket"
+"lxd.service"
+"lxd.sysusers")
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+sha256sums=('fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f'
+'SKIP'
+'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
+'e1155d3e874b299e906877b5cf6f798205583e6f3b2ce8e2f94d99621888094f'
+'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
+
+
+prepare() {
+  mkdir -p "${srcdir}/go/src/github.com/lxc"
+  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
+}
+
+build() {
+  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
+  cd "${GOPATH}/src/${_lxd}"
+  export CGO_CFLAGS="-I/usr/include/sqlite-replication"
+  export CGO_LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
+  export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
+
+  mkdir -p bin
+   go build -trimpath -v -tags "netgo" -o bin/ ./lxd-p2c/...
+   go build -trimpath -v -tags "agent" -o bin/ ./lxd-agent/...
+  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
+go build -trimpath -v -tags "libsqlite3" -o bin/ ./$tool/...
+  done
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
+install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
+  done
+
+  # Package license
+  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
+
+  # systemd files
+  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
+  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
+
+  # documentation
+  mkdir -p "${pkgdir}/usr/share/doc/lxd"
+  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
+
+  # Bash completions
+  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
+
+  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Added: lxd.service
===
--- lxd.service (rev 0)
+++ lxd.service 2020-01-31 12:21:30 UTC (rev 560739)
@@ -0,0 +1,22 @@
+[Unit]
+Description=LXD Container Hypervisor
+After=network-online.target lxcfs.service
+Requires=network-online.target lxcfs.service lxd.socket
+Documentation=man:lxd(1)
+
+[Service]
+Environment=LXD_OVMF_PATH=/usr/share/ovmf/x64
+ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log
+ExecStartPost=/usr/bin/lxd waitready --timeout=600
+TimeoutStartSec=600s
+TimeoutStopSec=30s
+Restart=on-failure
+LimitNOFILE=1048576
+LimitNPROC=infinity
+LimitCORE=infinity
+TasksMax=infinity
+Delegate=yes
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Added: lxd.socket
===
--- lxd.socket  (rev 0)
+++ lxd.socket  2020-01-31 12:21:30 UTC (rev 560739)
@@ -0,0 +1,11 @@
+[Unit]
+Description=LXD - unix socket
+
+[Socket]
+ListenStream=/var/lib/lxd/unix.socket
+SocketMode=0660
+SocketGroup=lxd
+Service=lxd.service
+
+[Install]
+WantedBy=sockets.target

Added: lxd.sysusers
===
--- lxd.sysusers(rev 0)
+++ lxd.sysusers2020-01-31 12:21:30 UTC (rev 560739)
@@ -0,0 +1 @@
+g lxd - -


[arch-commits] Commit in lxd/repos (5 files)

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:21:47
  Author: foxboron
Revision: 560740

archrelease: copy trunk to community-x86_64

Added:
  lxd/repos/community-x86_64/
  lxd/repos/community-x86_64/PKGBUILD
(from rev 560739, lxd/trunk/PKGBUILD)
  lxd/repos/community-x86_64/lxd.service
(from rev 560739, lxd/trunk/lxd.service)
  lxd/repos/community-x86_64/lxd.socket
(from rev 560739, lxd/trunk/lxd.socket)
  lxd/repos/community-x86_64/lxd.sysusers
(from rev 560739, lxd/trunk/lxd.sysusers)

--+
 PKGBUILD |   83 +
 lxd.service  |   22 +++
 lxd.socket   |   11 +++
 lxd.sysusers |1 
 4 files changed, 117 insertions(+)

Copied: lxd/repos/community-x86_64/PKGBUILD (from rev 560739, 
lxd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-31 12:21:47 UTC (rev 560740)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=3.20
+pkgrel=1
+pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
+arch=('x86_64')
+url="https://github.com/lxc/lxd";
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
+makedepends=('go-pie' 'git' 'tcl' 'apparmor' 'libseccomp')
+optdepends=(
+'lvm2: for lvm2 support'
+'thin-provisioning-tools: for thin provisioning support'
+'btrfs-progs: for btrfs storage driver support'
+'ceph: for ceph storage driver support'
+'cdrtools: VM support'
+'qemu: VM support'
+'ovmf: VM support'
+)
+source=("${url}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+"lxd.socket"
+"lxd.service"
+"lxd.sysusers")
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+sha256sums=('fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f'
+'SKIP'
+'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
+'e1155d3e874b299e906877b5cf6f798205583e6f3b2ce8e2f94d99621888094f'
+'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
+
+
+prepare() {
+  mkdir -p "${srcdir}/go/src/github.com/lxc"
+  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
+}
+
+build() {
+  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
+  cd "${GOPATH}/src/${_lxd}"
+  export CGO_CFLAGS="-I/usr/include/sqlite-replication"
+  export CGO_LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
+  export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
+
+  mkdir -p bin
+   go build -trimpath -v -tags "netgo" -o bin/ ./lxd-p2c/...
+   go build -trimpath -v -tags "agent" -o bin/ ./lxd-agent/...
+  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
+go build -trimpath -v -tags "libsqlite3" -o bin/ ./$tool/...
+  done
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
+install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
+  done
+
+  # Package license
+  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
+
+  # systemd files
+  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
+  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
+
+  # documentation
+  mkdir -p "${pkgdir}/usr/share/doc/lxd"
+  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
+
+  # Bash completions
+  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
+
+  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-x86_64/lxd.service (from rev 560739, 
lxd/trunk/lxd.service)
===
--- community-x86_64/lxd.service(rev 0)
+++ community-x86_64/lxd.service2020-01-31 12:21:47 UTC (rev 560740)
@@ -0,0 +1,22 @@
+[Unit]
+Description=LXD Container Hypervisor
+After=network-online.target lxcfs.service
+Requires=network-online.target lxcfs.service lxd.socket
+Documentation=man:lxd(1)
+
+[Service]
+Environment=LXD_OVMF_PATH=/usr/share/ovmf/x64
+ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log
+ExecStartPost=/usr/bin/lxd waitready --timeout=600
+TimeoutStartSec=600s
+TimeoutStopSec=30s
+Restart=on-failure
+LimitNOFILE=1048576
+LimitNPROC=infinity
+LimitCORE=infinity
+TasksMax=infinity
+Delegate=yes
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Copied: lxd/repos/community-x86_64/lxd.socket (from rev 560739, 
lxd/trunk/lxd.socket)
==

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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:21:21
  Author: foxboron
Revision: 560738

addpkg: lxd 3.20-1

Added:
  lxd/
  lxd/repos/
  lxd/trunk/


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:18:46
  Author: foxboron
Revision: 560736

upgpkg: dqlite 1.4.0-1

Added:
  dqlite/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 12:18:46 UTC (rev 560736)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite";
+license=('LGPL3')
+depends=('libuv' 'raft' 'libco' 'sqlite-replication')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('83ee490a1e7da71b0e5f68c67a24c6ff42278860a01d3a963c95506ce1e404b1')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   make LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication" check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:18:57
  Author: foxboron
Revision: 560737

archrelease: copy trunk to community-x86_64

Added:
  dqlite/repos/community-x86_64/
  dqlite/repos/community-x86_64/PKGBUILD
(from rev 560736, dqlite/trunk/PKGBUILD)

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

Copied: dqlite/repos/community-x86_64/PKGBUILD (from rev 560736, 
dqlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-31 12:18:57 UTC (rev 560737)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite";
+license=('LGPL3')
+depends=('libuv' 'raft' 'libco' 'sqlite-replication')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('83ee490a1e7da71b0e5f68c67a24c6ff42278860a01d3a963c95506ce1e404b1')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   make LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make LDFLAGS="-L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication" check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-31 Thread Morten Linderud via arch-commits
Date: Friday, January 31, 2020 @ 12:18:19
  Author: foxboron
Revision: 560735

addpkg: dqlite 1.4.0-1

Added:
  dqlite/
  dqlite/repos/
  dqlite/trunk/


[arch-commits] Commit in yubikey-manager-qt/trunk (PKGBUILD)

2020-01-30 Thread Morten Linderud via arch-commits
Date: Thursday, January 30, 2020 @ 16:53:39
  Author: foxboron
Revision: 560116

upgpkg: yubikey-manager-qt 1.1.4-1

Modified:
  yubikey-manager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 13:57:00 UTC (rev 560115)
+++ PKGBUILD2020-01-30 16:53:39 UTC (rev 560116)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=yubikey-manager-qt
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 replaces=('yubikey-neo-manager')
 validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

 
source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('6759436b3ce39929d74315fc57b3a9cbb93c66138ab00d8142350f0b62d2f520'
+sha256sums=('6e28cd89a6115bbd042e23d175be57220513ab906f579cf2c4eee0408e387965'
 'SKIP')
 
 build() {


[arch-commits] Commit in yubikey-manager-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-30 Thread Morten Linderud via arch-commits
Date: Thursday, January 30, 2020 @ 16:53:48
  Author: foxboron
Revision: 560117

archrelease: copy trunk to community-x86_64

Added:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD
(from rev 560116, yubikey-manager-qt/trunk/PKGBUILD)
Deleted:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-30 16:53:39 UTC (rev 560116)
+++ PKGBUILD2020-01-30 16:53:48 UTC (rev 560117)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Morten Linderud 
-
-pkgname=yubikey-manager-qt
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
-arch=('x86_64')
-url='https://developers.yubico.com/yubikey-manager-qt/'
-license=('BSD')
-depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 
'qt5-graphicaleffects' 'python-pyotherside')
-replaces=('yubikey-neo-manager')
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('6759436b3ce39929d74315fc57b3a9cbb93c66138ab00d8142350f0b62d2f520'
-'SKIP')
-
-build() {
-   cd ${pkgname}
-   qmake-qt5
-   make
-}
-
-package() {
-   cd ${pkgname}
-   make INSTALL_ROOT="${pkgdir}/" install
-   install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
-   install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"
-   install -D -m0644 debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/copyright"
-}
-

Copied: yubikey-manager-qt/repos/community-x86_64/PKGBUILD (from rev 560116, 
yubikey-manager-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-30 16:53:48 UTC (rev 560117)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Morten Linderud 
+
+pkgname=yubikey-manager-qt
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
+arch=('x86_64')
+url='https://developers.yubico.com/yubikey-manager-qt/'
+license=('BSD')
+depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 
'qt5-graphicaleffects' 'python-pyotherside')
+replaces=('yubikey-neo-manager')
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('6e28cd89a6115bbd042e23d175be57220513ab906f579cf2c4eee0408e387965'
+'SKIP')
+
+build() {
+   cd ${pkgname}
+   qmake-qt5
+   make
+}
+
+package() {
+   cd ${pkgname}
+   make INSTALL_ROOT="${pkgdir}/" install
+   install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
+   install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"
+   install -D -m0644 debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/copyright"
+}
+


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

2020-01-28 Thread Morten Linderud via arch-commits
Date: Tuesday, January 28, 2020 @ 21:54:52
  Author: foxboron
Revision: 558364

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 558363, go/trunk/PKGBUILD)
  go/repos/community-x86_64/default-buildmode-pie.patch
(from rev 558363, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  222 +-
 default-buildmode-pie.patch |   28 ++---
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-28 21:54:42 UTC (rev 558363)
+++ PKGBUILD2020-01-28 21:54:52 UTC (rev 558364)
@@ -1,111 +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 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.13.6
-pkgrel=1
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('aae5be954bdc40bcf8006eb77e8d8a5dde412722bc8effcdaf9772620d06420c'
-'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
-
-prepare() {
-  cp -r $pkgbase $pkgbase-pie
-  cd $pkgbase-pie
-  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
-}
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean -v
-
-PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -v -race std
-  done
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-_package() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  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/$1/LICENSE"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=("go=$epoch:$pkgver-$pkgrel")
-  conflicts=(go)
-
-  _package $pkgname
-
-  # linux_amd64 is essentially the content of linux_amd64_shared, however 
there might
-  # be cases where the user could generate the _shared directory as it's 
missing in go-pie.
-  # Make sure it exists without rebuilding std with -buildmode=pie.
-  cp -a "$pkgdir/usr/lib/go/pkg/linux_amd64/" 
"$pkgdir/usr/lib/go/pkg/linux_amd64_shared"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 558363, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-28 21:54:52 UTC (rev 558364)
@@ -0,0 +1,111 @@
+# 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 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.13.7
+pkgrel=1
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-bui

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

2020-01-28 Thread Morten Linderud via arch-commits
Date: Tuesday, January 28, 2020 @ 21:54:42
  Author: foxboron
Revision: 558363

upgpkg: go 2:1.13.7-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 21:29:53 UTC (rev 558362)
+++ PKGBUILD2020-01-28 21:54:42 UTC (rev 558363)
@@ -14,7 +14,7 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.13.6
+pkgver=1.13.7
 pkgrel=1
 arch=(x86_64)
 url='https://golang.org/'
@@ -22,7 +22,7 @@
 makedepends=(git go)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
 default-buildmode-pie.patch)
-sha256sums=('aae5be954bdc40bcf8006eb77e8d8a5dde412722bc8effcdaf9772620d06420c'
+sha256sums=('e4ad42cc5f5c19521fbbbde3680995f2546110b5c6aa2b48c3754ff7af9b41f4'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
 prepare() {


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

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 20:34:28
  Author: foxboron
Revision: 556514

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 20:34:19 UTC (rev 556513)
+++ PKGBUILD2020-01-27 20:34:28 UTC (rev 556514)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.33.6
-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' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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=('04edf619ee6fd06f1e4c8bc513c6e21ba91615eba42bca5473e60573e274133b1019774b8e3a960e05f5a69bb256508d0a8a31fd9ab91a28f1b87d1095b17b5e')
-
-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 "$srcdir/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
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
-}
-
-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 556513, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 20:34:28 UTC (rev 556514)
@@ -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.1
+pkgrel=1
+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' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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=('6f5ace8578c82b2f5cad0f21760603d113b87843d977292b87fad792f6a979d8bdcca46bd76b409b27c75d390f2c5881cc4f0ebe3a61e7e4c3c2ce3c358d66de')
+
+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 "$srcdir/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
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
+}
+
+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/" 

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

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 20:34:19
  Author: foxboron
Revision: 556513

upgpkg: python-wheel 0.34.1-1

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 20:33:48 UTC (rev 556512)
+++ PKGBUILD2020-01-27 20:34:19 UTC (rev 556513)
@@ -5,8 +5,8 @@
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.33.6
-pkgrel=3
+pkgver=0.34.1
+pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/wheel";
@@ -17,7 +17,7 @@
   'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-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=('04edf619ee6fd06f1e4c8bc513c6e21ba91615eba42bca5473e60573e274133b1019774b8e3a960e05f5a69bb256508d0a8a31fd9ab91a28f1b87d1095b17b5e')
+sha512sums=('6f5ace8578c82b2f5cad0f21760603d113b87843d977292b87fad792f6a979d8bdcca46bd76b409b27c75d390f2c5881cc4f0ebe3a61e7e4c3c2ce3c358d66de')
 
 prepare() {
   cp -a wheel-$pkgver{,-py2}


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

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 19:17:20
  Author: foxboron
Revision: 556293

upgpkg: runc 1.0.0rc10-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 19:12:43 UTC (rev 556292)
+++ PKGBUILD2020-01-27 19:17:20 UTC (rev 556293)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.0.0rc9
+pkgver=1.0.0rc10
 pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go-pie go-md2man)
-_commit=d736ef14f0288d6993a1845745d6756cfc9ddd5a  # tags/v1.0.0-rc8^0
+_commit=dc9208a3303feef5b3839f4323d9beb36df0a9dd  # tags/v1.0.0-rc10
 
source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed";)
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4")
 sha256sums=('SKIP')


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

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 19:17:27
  Author: foxboron
Revision: 556294

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 556293, runc/trunk/PKGBUILD)
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 19:17:20 UTC (rev 556293)
+++ PKGBUILD2020-01-27 19:17:27 UTC (rev 556294)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.0.0rc9
-pkgrel=1
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-depends=(libseccomp)
-makedepends=(git go-pie go-md2man)
-_commit=d736ef14f0288d6993a1845745d6756cfc9ddd5a  # tags/v1.0.0-rc8^0
-source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed";)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd runc
-  git describe | sed 's/^v//;s/-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc src/github.com/opencontainers/
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export EXTRA_FLAGS="-gcflags all=-trimpath=${PWD} -asmflags 
all=-trimpath=${PWD}"
-  export GOPATH="$srcdir"
-  export EXTRA_LDFLAGS="-extldflags ${LDFLAGS}"
-  export BUILDTAGS='seccomp apparmor'
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 556293, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 19:17:27 UTC (rev 556294)
@@ -0,0 +1,46 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.0.0rc10
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+depends=(libseccomp)
+makedepends=(git go-pie go-md2man)
+_commit=dc9208a3303feef5b3839f4323d9beb36df0a9dd  # tags/v1.0.0-rc10
+source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed";)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd runc
+  git describe | sed 's/^v//;s/-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc src/github.com/opencontainers/
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export EXTRA_FLAGS="-gcflags all=-trimpath=${PWD} -asmflags 
all=-trimpath=${PWD}"
+  export GOPATH="$srcdir"
+  export EXTRA_LDFLAGS="-extldflags ${LDFLAGS}"
+  export BUILDTAGS='seccomp apparmor'
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}


[arch-commits] Commit in nano-syntax-highlighting/trunk (PKGBUILD)

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 19:12:35
  Author: foxboron
Revision: 556291

upgpkg: nano-syntax-highlighting 2020.1.25-1

Modified:
  nano-syntax-highlighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 19:09:34 UTC (rev 556290)
+++ PKGBUILD2020-01-27 19:12:35 UTC (rev 556291)
@@ -2,7 +2,7 @@
 # Contributor: American_Jesus 
 
 pkgname=nano-syntax-highlighting
-pkgver=2019.10.17
+pkgver=2020.1.25
 pkgrel=1
 pkgdesc="Nano editor syntax highlighting enhancements"
 url="https://github.com/scopatz/nanorc";
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('nano')
 
source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz";)
-md5sums=('7f3d6e76dd9959849e67c16e51090928')
+sha256sums=('a7466a712315391559b010c224de0dc814e7fb4227853f66692ce9c4347ece7e')
 
 build() {
cd "nanorc-$pkgver"


[arch-commits] Commit in nano-syntax-highlighting/repos/community-any (2 files)

2020-01-27 Thread Morten Linderud via arch-commits
Date: Monday, January 27, 2020 @ 19:12:43
  Author: foxboron
Revision: 556292

archrelease: copy trunk to community-any

Added:
  nano-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 556291, nano-syntax-highlighting/trunk/PKGBUILD)
Deleted:
  nano-syntax-highlighting/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 19:12:35 UTC (rev 556291)
+++ PKGBUILD2020-01-27 19:12:43 UTC (rev 556292)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: American_Jesus 
-
-pkgname=nano-syntax-highlighting
-pkgver=2019.10.17
-pkgrel=1
-pkgdesc="Nano editor syntax highlighting enhancements"
-url="https://github.com/scopatz/nanorc";
-license=('GPL3')
-arch=('any')
-depends=('nano')
-source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz";)
-md5sums=('7f3d6e76dd9959849e67c16e51090928')
-
-build() {
-   cd "nanorc-$pkgver"
-   find *.nanorc -type f | sed "s@${srcdir}\/nanorc@include 
\/usr\/share\/$pkgname@" > nanorc.sample
-}
-
-package() {
-   cd "nanorc-$pkgver"
-   mkdir -p "$pkgdir/usr/share/$pkgname"
-   find . -name '*.nanorc' | xargs install -D -m644 -t 
"$pkgdir/usr/share/$pkgname/"
-   install -D -m644 "nanorc.sample" 
"$pkgdir/usr/share/$pkgname/nanorc.sample"
-} 
-
-

Copied: nano-syntax-highlighting/repos/community-any/PKGBUILD (from rev 556291, 
nano-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 19:12:43 UTC (rev 556292)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: American_Jesus 
+
+pkgname=nano-syntax-highlighting
+pkgver=2020.1.25
+pkgrel=1
+pkgdesc="Nano editor syntax highlighting enhancements"
+url="https://github.com/scopatz/nanorc";
+license=('GPL3')
+arch=('any')
+depends=('nano')
+source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz";)
+sha256sums=('a7466a712315391559b010c224de0dc814e7fb4227853f66692ce9c4347ece7e')
+
+build() {
+   cd "nanorc-$pkgver"
+   find *.nanorc -type f | sed "s@${srcdir}\/nanorc@include 
\/usr\/share\/$pkgname@" > nanorc.sample
+}
+
+package() {
+   cd "nanorc-$pkgver"
+   mkdir -p "$pkgdir/usr/share/$pkgname"
+   find . -name '*.nanorc' | xargs install -D -m644 -t 
"$pkgdir/usr/share/$pkgname/"
+   install -D -m644 "nanorc.sample" 
"$pkgdir/usr/share/$pkgname/nanorc.sample"
+} 
+
+


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 20:07:51
  Author: foxboron
Revision: 554497

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 20:07:42 UTC (rev 554496)
+++ PKGBUILD2020-01-22 20:07:51 UTC (rev 554497)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.31.6
-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=('ae81bfaa8b365a3988e2535619c8d1ba99176070b90ce52214571c519a731933')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-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 554496, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 20:07:51 UTC (rev 554497)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.31.7
+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=('b05786202f91659098a9a7fd34dab76744d5d57956252b6af24a40e29ca41939')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+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:


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 20:07:42
  Author: foxboron
Revision: 554496

upgpkg: python-language-server 0.31.7-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 20:05:44 UTC (rev 554495)
+++ PKGBUILD2020-01-22 20:07:42 UTC (rev 554496)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.31.6
+pkgver=0.31.7
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -24,7 +24,7 @@
   "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=('ae81bfaa8b365a3988e2535619c8d1ba99176070b90ce52214571c519a731933')
+sha256sums=('b05786202f91659098a9a7fd34dab76744d5d57956252b6af24a40e29ca41939')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 20:05:38
  Author: foxboron
Revision: 554494

archrelease: copy trunk to community-any

Added:
  python-jsonrpc-server/repos/community-any/PKGBUILD
(from rev 554493, python-jsonrpc-server/trunk/PKGBUILD)
  python-jsonrpc-server/repos/community-any/python-3.8.patch
(from rev 554493, python-jsonrpc-server/trunk/python-3.8.patch)
Deleted:
  python-jsonrpc-server/repos/community-any/PKGBUILD
  python-jsonrpc-server/repos/community-any/python-3.8.patch

--+
 PKGBUILD |   82 ++--
 python-3.8.patch |  120 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 20:05:33 UTC (rev 554493)
+++ PKGBUILD2020-01-22 20:05:38 UTC (rev 554494)
@@ -1,41 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgname=python-jsonrpc-server
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Python library implementing asynchronous JSON RPC server"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server";
-license=("MIT")
-depends=("python" "python-future" "python-ujson")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'python-3.8.patch')
-sha256sums=('61510d617e4678b656f6bb7f9f1866d3804a6a7cd6968fa11c6db164fca80c4b'
-'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 -i ../python-3.8.patch
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-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-jsonrpc-server/repos/community-any/PKGBUILD (from rev 554493, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 20:05:38 UTC (rev 554494)
@@ -0,0 +1,41 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgname=python-jsonrpc-server
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Python library implementing asynchronous JSON RPC server"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server";
+license=("MIT")
+depends=("python" "python-future" "python-ujson")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'python-3.8.patch')
+sha256sums=('c73bf5495c9dd4d2f902755bedeb6da5afe778e0beee82f0e195c4655352fe37'
+'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i ../python-3.8.patch
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+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:

Deleted: python-3.8.patch
===
--- python-3.8.patch2020-01-22 20:05:33 UTC (rev 554493)
+++ python-3.8.patch2020-01-22 20:05:38 UTC (rev 554494)
@@ -1,60 +0,0 @@
-diff -uprb python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py 
python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py
 python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py  2019-06-27 
18:42:22.0 +0300
-+++ python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py   2019-11-02 
23:24:59.407851208 +0200
-@@ -98,7 +98,7 @@ class Endpoint(object):
- message (dict): The JSON RPC message sent by the client
- """
- if 'jsonrpc' not in message or message['jsonrpc'] != JSONRPC_VERSION:
--log.warn("Unknown message type %s", message)
-+log.warning("Unknown message type %s", message)
- return
- 
- if 'id' not in message:
-@@ -135,7 +135,7 @@ class Endpoint(object):
- try:
- handler = self._dispatcher[method]
- except KeyError:
--log.warn("Ignoring notification for unknown method %s", method)
-+log.warning("Ignoring notificati

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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 20:05:29
  Author: foxboron
Revision: 554492

upgpkg: python-jsonrpc-server 0.3.4-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 20:04:28 UTC (rev 554491)
+++ PKGBUILD2020-01-22 20:05:29 UTC (rev 554492)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-jsonrpc-server
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Python library implementing asynchronous JSON RPC server"
 arch=("any")
@@ -14,7 +14,7 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'python-3.8.patch')
-sha256sums=('61510d617e4678b656f6bb7f9f1866d3804a6a7cd6968fa11c6db164fca80c4b'
+sha256sums=('c73bf5495c9dd4d2f902755bedeb6da5afe778e0beee82f0e195c4655352fe37'
 '718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
 
 prepare() {


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:45:02
  Author: foxboron
Revision: 554458

upgpkg: docker-compose 1.25.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 19:44:59 UTC (rev 554457)
+++ PKGBUILD2020-01-22 19:45:02 UTC (rev 554458)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.25.1
+pkgver=1.25.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -16,8 +16,8 @@
  'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
  'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
 checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('5e58edd3364caecc9b6ec0e92e629e624694e42f96da836378648918dfaa41ddc0c99b107f2d3f11d1dd6ab86a516a7b2da3783b542623440d8c0c6628c05020')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz";)
+sha512sums=('ce045c6af233d6d03fd26100bce836444abb3022d6661ac6073cd8c6b8ed1cc0bbef9cbfad73672c8d3b6f3a12ee98e6e60c5f1b90360f778d5fa8d18e00179e')
 
 prepare() {
   cd compose-$pkgver


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:45:08
  Author: foxboron
Revision: 554459

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 19:45:02 UTC (rev 554458)
+++ PKGBUILD2020-01-22 19:45:08 UTC (rev 554459)
@@ -1,52 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.25.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/";
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
- 'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
-checkdepends=('python-pytest-runner' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz";)
-sha512sums=('5e58edd3364caecc9b6ec0e92e629e624694e42f96da836378648918dfaa41ddc0c99b107f2d3f11d1dd6ab86a516a7b2da3783b542623440d8c0c6628c05020')
-
-prepare() {
-  cd compose-$pkgver
-
-  # Remove upper bound on requires
-  sed -i 's/==/>=/g' requirements.txt
-  sed -i "s/, < .*',$/',/" setup.py
-}
-
-build() {
-  cd compose-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # TODO: need a running docker daemon to test
-
-  cd compose-$pkgver
-  # python setup.py install --root="$PWD/tmp_install" --optimize=1
-  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
python setup.py pytest
-}
-
-package() {
-  cd compose-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 554458, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 19:45:08 UTC (rev 554459)
@@ -0,0 +1,52 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.25.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/";
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-docker' 
'python-dockerpty'
+ 'python-six' 'python-jsonschema' 'python-setuptools' 'docker' 
'python-paramiko')
+checkdepends=('python-pytest-runner' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz";)
+sha512sums=('ce045c6af233d6d03fd26100bce836444abb3022d6661ac6073cd8c6b8ed1cc0bbef9cbfad73672c8d3b6f3a12ee98e6e60c5f1b90360f778d5fa8d18e00179e')
+
+prepare() {
+  cd compose-$pkgver
+
+  # Remove upper bound on requires
+  sed -i 's/==/>=/g' requirements.txt
+  sed -i "s/, < .*',$/',/" setup.py
+}
+
+build() {
+  cd compose-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # TODO: need a running docker daemon to test
+
+  cd compose-$pkgver
+  # python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd compose-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
+  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compo

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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:39:44
  Author: foxboron
Revision: 554450

upgpkg: jgmenu 4.0.1-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 19:37:56 UTC (rev 554449)
+++ PKGBUILD2020-01-22 19:39:44 UTC (rev 554450)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('39a28620a3daa923d48c7a40e3e6fc9df40891ce52f2ae69b89d97551fb5a0c2')
+sha256sums=('00093e8538ed9205ce7e2103f221aa9a0b7574fa7e209297b076754dbfc5c4c7')
 
 build() {
cd "$pkgname-$pkgver"


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:39:52
  Author: foxboron
Revision: 554451

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 554450, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 19:39:44 UTC (rev 554450)
+++ PKGBUILD2020-01-22 19:39:52 UTC (rev 554451)
@@ -1,30 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=4.0
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu";
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('39a28620a3daa923d48c7a40e3e6fc9df40891ce52f2ae69b89d97551fb5a0c2')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr --with-lx --with-pmenu
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 554450, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 19:39:52 UTC (rev 554451)
@@ -0,0 +1,30 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu";
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
+sha256sums=('00093e8538ed9205ce7e2103f221aa9a0b7574fa7e209297b076754dbfc5c4c7')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr --with-lx --with-pmenu
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:37:44
  Author: foxboron
Revision: 554447

upgpkg: udiskie 2.0.4-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 19:37:34 UTC (rev 554446)
+++ PKGBUILD2020-01-22 19:37:44 UTC (rev 554447)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=2.0.2
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
-sha256sums=('ba6e2271c7aa4402197b3ef74281937ee5d209df1d63d0a7b6e5583952d06821')
+sha256sums=('fb20f8476600714ff7f1c68db31c3b3b85607f78fc214a37df564c31ad031ee0')
 
 build(){
cd "$pkgname-$pkgver"


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:37:56
  Author: foxboron
Revision: 554449

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 19:37:45 UTC (rev 554448)
+++ PKGBUILD2020-01-22 19:37:56 UTC (rev 554449)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.0.2
-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=('ba6e2271c7aa4402197b3ef74281937ee5d209df1d63d0a7b6e5583952d06821')
-
-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 554448, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 19:37:56 UTC (rev 554449)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.0.4
+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=('fb20f8476600714ff7f1c68db31c3b3b85607f78fc214a37df564c31ad031ee0')
+
+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"
+}


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:36:12
  Author: foxboron
Revision: 55

upgpkg: git-lfs 2.10.0-1

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 19:21:41 UTC (rev 554443)
+++ PKGBUILD2020-01-22 19:36:12 UTC (rev 55)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=git-lfs
-pkgver=2.9.2
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')
@@ -10,7 +10,6 @@
 makedepends=('go-pie' 'ruby-ronn' 'go-tools')
 depends=('git')
 source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed";)
-#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

 validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

 sha256sums=('SKIP')
 
@@ -18,7 +17,7 @@
   cd "$pkgname"
   go build \
 -mod=vendor \
-   -trimpath \
+-trimpath \
 -ldflags "-extldflags ${LDFLAGS}" \
 .
   make man
@@ -26,8 +25,7 @@
 
 check(){
   cd "$pkgname"
-  # TODO: Make sure this passes in the future
-  make test || true
+  go test -mod=vendor ./...
 }
 
 package() {


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

2020-01-22 Thread Morten Linderud via arch-commits
Date: Wednesday, January 22, 2020 @ 19:36:19
  Author: foxboron
Revision: 554445

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 19:36:12 UTC (rev 55)
+++ PKGBUILD2020-01-22 19:36:19 UTC (rev 554445)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=git-lfs
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com";
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed";)
-#validpgpkeys=('4DB92D1D8CEE7E54F06713452D0C9BC12F82B3A1') # brian m. carlson 

-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  go build \
--mod=vendor \
-   -trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  # TODO: Make sure this passes in the future
-  make test || true
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 55, 
git-lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 19:36:19 UTC (rev 554445)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+
+pkgname=git-lfs
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com";
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed";)
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  go build \
+-mod=vendor \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  go test -mod=vendor ./...
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}


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

2020-01-18 Thread Morten Linderud via arch-commits
Date: Saturday, January 18, 2020 @ 13:04:25
  Author: foxboron
Revision: 552977

upgpkg: python-language-server 0.31.6-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 13:02:02 UTC (rev 552976)
+++ PKGBUILD2020-01-18 13:04:25 UTC (rev 552977)
@@ -3,8 +3,8 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.31.4
-pkgrel=2
+pkgver=0.31.6
+pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server";
@@ -24,7 +24,7 @@
   "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=('68d1a5ed20714e45ee417348ae46de45ab4ed32c6c02ad147cbb9d7ea5293adb')
+sha256sums=('ae81bfaa8b365a3988e2535619c8d1ba99176070b90ce52214571c519a731933')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2020-01-18 Thread Morten Linderud via arch-commits
Date: Saturday, January 18, 2020 @ 13:04:32
  Author: foxboron
Revision: 552978

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 13:04:25 UTC (rev 552977)
+++ PKGBUILD2020-01-18 13:04:32 UTC (rev 552978)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.31.4
-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=('68d1a5ed20714e45ee417348ae46de45ab4ed32c6c02ad147cbb9d7ea5293adb')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-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 552977, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 13:04:32 UTC (rev 552978)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.31.6
+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=('ae81bfaa8b365a3988e2535619c8d1ba99176070b90ce52214571c519a731933')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+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:


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

2020-01-18 Thread Morten Linderud via arch-commits
Date: Saturday, January 18, 2020 @ 13:02:02
  Author: foxboron
Revision: 552976

archrelease: copy trunk to community-any

Added:
  python-jsonrpc-server/repos/community-any/PKGBUILD
(from rev 552975, python-jsonrpc-server/trunk/PKGBUILD)
  python-jsonrpc-server/repos/community-any/python-3.8.patch
(from rev 552975, python-jsonrpc-server/trunk/python-3.8.patch)
Deleted:
  python-jsonrpc-server/repos/community-any/PKGBUILD
  python-jsonrpc-server/repos/community-any/python-3.8.patch

--+
 PKGBUILD |   82 ++--
 python-3.8.patch |  120 ++---
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 13:01:53 UTC (rev 552975)
+++ PKGBUILD2020-01-18 13:02:02 UTC (rev 552976)
@@ -1,41 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgname=python-jsonrpc-server
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Python library implementing asynchronous JSON RPC server"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server";
-license=("MIT")
-depends=("python" "python-future" "python-ujson")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'python-3.8.patch')
-sha256sums=('05bcf26eac4c98c96afec266acdf563d8f454e12612da9a3f9aabb66c46daf35'
-'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 -i ../python-3.8.patch
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-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-jsonrpc-server/repos/community-any/PKGBUILD (from rev 552975, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 13:02:02 UTC (rev 552976)
@@ -0,0 +1,41 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgname=python-jsonrpc-server
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Python library implementing asynchronous JSON RPC server"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server";
+license=("MIT")
+depends=("python" "python-future" "python-ujson")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'python-3.8.patch')
+sha256sums=('61510d617e4678b656f6bb7f9f1866d3804a6a7cd6968fa11c6db164fca80c4b'
+'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i ../python-3.8.patch
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+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:

Deleted: python-3.8.patch
===
--- python-3.8.patch2020-01-18 13:01:53 UTC (rev 552975)
+++ python-3.8.patch2020-01-18 13:02:02 UTC (rev 552976)
@@ -1,60 +0,0 @@
-diff -uprb python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py 
python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py
 python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py  2019-06-27 
18:42:22.0 +0300
-+++ python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py   2019-11-02 
23:24:59.407851208 +0200
-@@ -98,7 +98,7 @@ class Endpoint(object):
- message (dict): The JSON RPC message sent by the client
- """
- if 'jsonrpc' not in message or message['jsonrpc'] != JSONRPC_VERSION:
--log.warn("Unknown message type %s", message)
-+log.warning("Unknown message type %s", message)
- return
- 
- if 'id' not in message:
-@@ -135,7 +135,7 @@ class Endpoint(object):
- try:
- handler = self._dispatcher[method]
- except KeyError:
--log.warn("Ignoring notification for unknown method %s", method)
-+log.warning("Ignoring notificatio

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

2020-01-18 Thread Morten Linderud via arch-commits
Date: Saturday, January 18, 2020 @ 13:01:53
  Author: foxboron
Revision: 552975

upgpkg: python-jsonrpc-server 0.3.3-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 11:33:25 UTC (rev 552974)
+++ PKGBUILD2020-01-18 13:01:53 UTC (rev 552975)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-jsonrpc-server
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Python library implementing asynchronous JSON RPC server"
 arch=("any")
@@ -14,7 +14,7 @@
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'python-3.8.patch')
-sha256sums=('05bcf26eac4c98c96afec266acdf563d8f454e12612da9a3f9aabb66c46daf35'
+sha256sums=('61510d617e4678b656f6bb7f9f1866d3804a6a7cd6968fa11c6db164fca80c4b'
 '718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
 
 prepare() {


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

2020-01-13 Thread Morten Linderud via arch-commits
Date: Monday, January 13, 2020 @ 17:22:22
  Author: foxboron
Revision: 552383

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 17:22:13 UTC (rev 552382)
+++ PKGBUILD2020-01-13 17:22:22 UTC (rev 552383)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=1.10.1
-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=('6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31')
-
-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" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 552382, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 17:22:22 UTC (rev 552383)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=1.10.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')
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31')
+
+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
+}


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

2020-01-13 Thread Morten Linderud via arch-commits
Date: Monday, January 13, 2020 @ 17:22:13
  Author: foxboron
Revision: 552382

upgpkg: nvme-cli 1.10.1-2

Ensure udev rules are in /use/lib/udev/rules.d

Modified:
  nvme-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-13 15:22:48 UTC (rev 552381)
+++ PKGBUILD2020-01-13 17:22:13 UTC (rev 552382)
@@ -6,7 +6,7 @@
 
 pkgname=nvme-cli
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
 url="https://github.com/linux-nvme/nvme-cli";
@@ -29,5 +29,5 @@
 
 package() {
cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
+   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
 }


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

2020-01-12 Thread Morten Linderud via arch-commits
Date: Sunday, January 12, 2020 @ 20:58:46
  Author: foxboron
Revision: 552259

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 20:58:38 UTC (rev 552258)
+++ PKGBUILD2020-01-12 20:58:46 UTC (rev 552259)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20191118
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro";
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d04c32cf77a14ba12fd9a438f70583a1c14ff480612377f5a434cad6e68f6d2d'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

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


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

2020-01-12 Thread Morten Linderud via arch-commits
Date: Sunday, January 12, 2020 @ 20:58:38
  Author: foxboron
Revision: 552258

upgpkg: archlinux-repro 20200112-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 20:03:17 UTC (rev 552257)
+++ PKGBUILD2020-01-12 20:58:38 UTC (rev 552258)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20191118
+pkgver=20200112
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro";
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d04c32cf77a14ba12fd9a438f70583a1c14ff480612377f5a434cad6e68f6d2d'
+sha256sums=('e332263001cd74682ba600ab3c846ad8401e07015748c7fbff678ba8c85ac60d'
 'SKIP')
 
 build(){


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:20:44
  Author: foxboron
Revision: 551909

upgpkg: go 2:1.13.6-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 13:06:23 UTC (rev 551908)
+++ PKGBUILD2020-01-11 13:20:44 UTC (rev 551909)
@@ -14,8 +14,8 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.13.5
-pkgrel=2
+pkgver=1.13.6
+pkgrel=1
 arch=(x86_64)
 url='https://golang.org/'
 license=(BSD)
@@ -22,7 +22,7 @@
 makedepends=(git go)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
 default-buildmode-pie.patch)
-sha256sums=('27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff'
+sha256sums=('aae5be954bdc40bcf8006eb77e8d8a5dde412722bc8effcdaf9772620d06420c'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
 prepare() {


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:20:56
  Author: foxboron
Revision: 551910

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 551909, go/trunk/PKGBUILD)
  go/repos/community-x86_64/default-buildmode-pie.patch
(from rev 551909, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  222 +-
 default-buildmode-pie.patch |   28 ++---
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 13:20:44 UTC (rev 551909)
+++ PKGBUILD2020-01-11 13:20:56 UTC (rev 551910)
@@ -1,111 +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 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.13.5
-pkgrel=2
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff'
-'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
-
-prepare() {
-  cp -r $pkgbase $pkgbase-pie
-  cd $pkgbase-pie
-  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
-}
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean -v
-
-PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -v -race std
-  done
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-_package() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  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/$1/LICENSE"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=("go=$epoch:$pkgver-$pkgrel")
-  conflicts=(go)
-
-  _package $pkgname
-
-  # linux_amd64 is essentially the content of linux_amd64_shared, however 
there might
-  # be cases where the user could generate the _shared directory as it's 
missing in go-pie.
-  # Make sure it exists without rebuilding std with -buildmode=pie.
-  cp -a "$pkgdir/usr/lib/go/pkg/linux_amd64/" 
"$pkgdir/usr/lib/go/pkg/linux_amd64_shared"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 551909, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 13:20:56 UTC (rev 551910)
@@ -0,0 +1,111 @@
+# 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 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.13.6
+pkgrel=1
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-bu

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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:06:23
  Author: foxboron
Revision: 551908

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 13:06:16 UTC (rev 551907)
+++ PKGBUILD2020-01-11 13:06:23 UTC (rev 551908)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-pydocstyle
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Docstring style checker"
-arch=("any")
-url="http://www.pydocstyle.org/";
-license=("MIT")
-depends=("python-snowballstemmer")
-makedepends=("python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-mock" 
"python-pip" "python-snowballstemmer")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz";)
-sha256sums=('61950855c153981f64373c2c8669478f2cab47cac12bdbf6174bdc01ef3faed5')
-
-build() {
-cd "${srcdir}/pydocstyle-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${srcdir}/pydocstyle-${pkgver}"
-python setup.py pytest --addopts "-k 'not test_integration'"
-}
-
-package() {
-cd "pydocstyle-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pydocstyle/repos/community-any/PKGBUILD (from rev 551907, 
python-pydocstyle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 13:06:23 UTC (rev 551908)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-pydocstyle
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Docstring style checker"
+arch=("any")
+url="http://www.pydocstyle.org/";
+license=("MIT")
+depends=("python-snowballstemmer")
+makedepends=("python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-mock" 
"python-pip" "python-snowballstemmer")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz";)
+sha256sums=('51543d61812f1b3a7195c122de4db2102b4cce07fe48cdac0eb59edf5b2cd8e0')
+
+build() {
+cd "${srcdir}/pydocstyle-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${srcdir}/pydocstyle-${pkgver}"
+python setup.py pytest --addopts "-k 'not test_integration'"
+}
+
+package() {
+cd "pydocstyle-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:06:16
  Author: foxboron
Revision: 551907

upgpkg: python-pydocstyle 5.0.2-1

Modified:
  python-pydocstyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 13:04:57 UTC (rev 551906)
+++ PKGBUILD2020-01-11 13:06:16 UTC (rev 551907)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-pydocstyle
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Docstring style checker"
 arch=("any")
@@ -11,7 +11,7 @@
 makedepends=("python-setuptools")
 checkdepends=("python-pytest" "python-pytest-runner" "python-mock" 
"python-pip" "python-snowballstemmer")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/pydocstyle/archive/${pkgver}.tar.gz";)
-sha256sums=('61950855c153981f64373c2c8669478f2cab47cac12bdbf6174bdc01ef3faed5')
+sha256sums=('51543d61812f1b3a7195c122de4db2102b4cce07fe48cdac0eb59edf5b2cd8e0')
 
 build() {
 cd "${srcdir}/pydocstyle-${pkgver}"


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:04:49
  Author: foxboron
Revision: 551905

upgpkg: python-rope 0.16.0-1

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 13:01:53 UTC (rev 551904)
+++ PKGBUILD2020-01-11 13:04:49 UTC (rev 551905)
@@ -6,8 +6,8 @@
 # Contributor: Jens Maucher 
 
 pkgname=python-rope
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.16.0
+pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz";)
-sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
+sha256sums=('262be6917c72c190dbe0730af0de756fbc04ee6b70d35e27e60caf275e876c51')
 
 build(){
   cd "rope-$pkgver"
@@ -21,6 +21,11 @@
   python setup.py build
 }
 
+check(){
+  cd "rope-$pkgver"
+  python -m unittest
+}
+
 package() {
   cd "rope-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:04:57
  Author: foxboron
Revision: 551906

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 13:04:49 UTC (rev 551905)
+++ PKGBUILD2020-01-11 13:04:57 UTC (rev 551906)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgname=python-rope
-pkgver=0.14.0
-pkgrel=4
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz";)
-sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
-
-build(){
-  cd "rope-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 551905, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 13:04:57 UTC (rev 551906)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgname=python-rope
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz";)
+sha256sums=('262be6917c72c190dbe0730af0de756fbc04ee6b70d35e27e60caf275e876c51')
+
+build(){
+  cd "rope-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "rope-$pkgver"
+  python -m unittest
+}
+
+package() {
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:01:23
  Author: foxboron
Revision: 551902

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 551901, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 13:01:15 UTC (rev 551901)
+++ PKGBUILD2020-01-11 13:01:23 UTC (rev 551902)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=3.5
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu";
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('4456fd24fb522439bb900b46d8e77087fadb7dd38676879883ddec9bdcb57993')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 551901, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 13:01:23 UTC (rev 551902)
@@ -0,0 +1,30 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=4.0
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu";
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
+sha256sums=('39a28620a3daa923d48c7a40e3e6fc9df40891ce52f2ae69b89d97551fb5a0c2')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr --with-lx --with-pmenu
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 13:01:15
  Author: foxboron
Revision: 551901

upgpkg: jgmenu 4.0-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 13:00:02 UTC (rev 551900)
+++ PKGBUILD2020-01-11 13:01:15 UTC (rev 551901)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=3.5
+pkgver=4.0
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,10 +10,11 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz";)
-sha256sums=('4456fd24fb522439bb900b46d8e77087fadb7dd38676879883ddec9bdcb57993')
+sha256sums=('39a28620a3daa923d48c7a40e3e6fc9df40891ce52f2ae69b89d97551fb5a0c2')
 
 build() {
cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr --with-lx --with-pmenu
make
 }
 


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 12:58:41
  Author: foxboron
Revision: 551896

archrelease: copy trunk to community-any

Added:
  py3status/repos/community-any/PKGBUILD
(from rev 551895, py3status/trunk/PKGBUILD)
Deleted:
  py3status/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 12:58:33 UTC (rev 551895)
+++ PKGBUILD2020-01-11 12:58:41 UTC (rev 551896)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexis "Horgix" Chotard 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-
-pkgname=py3status
-pkgver=3.23
-pkgrel=1
-pkgdesc="An extensible i3status replacement/wrapper written in python"
-url="https://www.ultrabug.fr/tag/py3status/";
-arch=('any')
-license=('BSD')
-depends=('python' 'python-setuptools')
-checkdepends=('python-pytest-runner')
-optdepends=('i3status: for i3status modules'
-'i3blocks: for i3blocks modules'
-'python-pyudev: for udev event monitoring'
-'python-pydbus: for modules that rely on D-Bus'
-'python-tzlocal: for modules that need time zone info'
-'pacman-contrib: for the arch_updates module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
-sha256sums=('e94d66770a9a0cd97ab480b7a92e5392b8e037e3d5ee3bb3cb070d6becc99c12')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-# check() {
-# cd "$pkgname-$pkgver"
-# python setup.py pytest
-# }
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -d "$pkgdir/usr/share/doc/$pkgname"
-install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: py3status/repos/community-any/PKGBUILD (from rev 551895, 
py3status/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 12:58:41 UTC (rev 551896)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alexis "Horgix" Chotard 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+
+pkgname=py3status
+pkgver=3.24
+pkgrel=1
+pkgdesc="An extensible i3status replacement/wrapper written in python"
+url="https://www.ultrabug.fr/tag/py3status/";
+arch=('any')
+license=('BSD')
+depends=('python' 'python-setuptools')
+checkdepends=('python-pytest-runner')
+optdepends=('i3status: for i3status modules'
+'i3blocks: for i3blocks modules'
+'python-pyudev: for udev event monitoring'
+'python-pydbus: for modules that rely on D-Bus'
+'python-tzlocal: for modules that need time zone info'
+'pacman-contrib: for the arch_updates module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
+sha256sums=('59527bb01e12d9f4cedcb811f0f41497ef028555ee91469e2b9ab4d66f80553d')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check() {
+cd "$pkgname-$pkgver"
+python setup.py pytest
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -d "$pkgdir/usr/share/doc/$pkgname"
+install -m644 doc/* README.rst CHANGELOG "$pkgdir/usr/share/doc/$pkgname"
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 12:58:33
  Author: foxboron
Revision: 551895

upgpkg: py3status 3.24-1

Modified:
  py3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 12:53:54 UTC (rev 551894)
+++ PKGBUILD2020-01-11 12:58:33 UTC (rev 551895)
@@ -4,7 +4,7 @@
 # Contributor: carstene1ns  - http://git.io/ctPKG
 
 pkgname=py3status
-pkgver=3.23
+pkgver=3.24
 pkgrel=1
 pkgdesc="An extensible i3status replacement/wrapper written in python"
 url="https://www.ultrabug.fr/tag/py3status/";
@@ -19,7 +19,7 @@
 'python-tzlocal: for modules that need time zone info'
 'pacman-contrib: for the arch_updates module')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ultrabug/py3status/archive/$pkgver.tar.gz";)
-sha256sums=('e94d66770a9a0cd97ab480b7a92e5392b8e037e3d5ee3bb3cb070d6becc99c12')
+sha256sums=('59527bb01e12d9f4cedcb811f0f41497ef028555ee91469e2b9ab4d66f80553d')
 
 build() {
 cd "$pkgname-$pkgver"
@@ -26,10 +26,10 @@
 python setup.py build
 }
 
-# check() {
-# cd "$pkgname-$pkgver"
-# python setup.py pytest
-# }
+check() {
+cd "$pkgname-$pkgver"
+python setup.py pytest
+}
 
 package() {
 cd "$pkgname-$pkgver"


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

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 12:53:54
  Author: foxboron
Revision: 551894

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 551893, podman/trunk/PKGBUILD)
  podman/repos/community-x86_64/fix-makefile.patch
(from rev 551893, podman/trunk/fix-makefile.patch)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  109 +--
 fix-makefile.patch |   13 ++
 2 files changed, 67 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 12:53:45 UTC (rev 551893)
+++ PKGBUILD2020-01-11 12:53:54 UTC (rev 551894)
@@ -1,55 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.6.3
-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 ostree runc 
skopeo
- btrfs-progs slirp4netns libsystemd)
-makedepends=(go-pie go-md2man git)
-_commit=9d087f6a766259ba53b224944f1b7b778035c370
-source=("git+$url#commit=$_commit"
-
"fix-makefile.patch::https://github.com/containers/libpod/commit/ca4c24cce1345ab8757cd9a590a0f099207150fa.patch";)
-sha256sums=('SKIP'
-'b94b7b07320e95e068972d697ae36a027bc48d173e1f52b96f7817e63e77f92f')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd libpod
-  sed -i '/^LDFLAGS_PODMAN ?=/s/$(LDFLAGS)//' Makefile
-  patch -Np1 < "../fix-makefile.patch"
-}
-
-build() {
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub 
systemd'
-  export CGO_LDFLAGS=$LDFLAGS
-  export GOFLAGS="-trimpath"
-
-  cd libpod
-  make
-}
-
-package_podman() {
-  optdepends=('podman-docker: for Docker-compatible CLI')
-
-  cd libpod
-  make install install.completions install.config 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 551893, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 12:53:54 UTC (rev 551894)
@@ -0,0 +1,54 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.7.0
+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 skopeo
+ btrfs-progs slirp4netns libsystemd)
+makedepends=(go-pie go-md2man git)
+optdepends=('catatonit: --init flag support')
+source=("git+$url#tag=v$pkgver?signed"
+"fix-makefile.patch")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP'
+'7dc9b1bb6b134196ca5125ba40c1f6d82c260a42bc929d9fb6142a5ac61a1c6a')
+
+prepare() {
+  cd libpod
+  patch -Np1 < "../fix-makefile.patch"
+}
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink  systemd'
+  export CGO_LDFLAGS=$LDFLAGS
+  export GOFLAGS="-trimpath"
+
+  cd libpod
+  make
+}
+
+package_podman() {
+  optdepends=('podman-docker: for Docker-compatible CLI')
+
+  cd libpod
+  make install install.completions install.config 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/fix-makefile.patch (from rev 551893, 
podman/trunk/fix-makefile.patch)
===
--- fix-makefile.patch  (rev 0)
+++ fix-makefile.patch  2020-01-11 12:53:54 UTC (rev 551894)
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 3f87990f..c09fcd08 100644
+--- a/Makefile
 b/Makefile
+@@ -520,7 +520,7 @@ install.libseccomp.sudo:
+   cd ../../seccomp/libseccomp && git checkout --detach 
$(LIBSECCOMP_COMMIT) && ./autogen.sh && ./configure --prefix=/usr && make all 
&& make install
+ 
+ 
+-cmd/podman/varlink/iopodman.go: cmd/podman/varlink/io.podman.varlink
++cmd/podman/varlink/iopodman.go: .gopathok cmd/podman/varlink/io.podman.varlink
+   GO111MODULE=off $(GO) generate ./cmd/podman/varlink/...
+ 
+ API.md: cmd/podman/varlink/io.podman.varlink


[arch-commits] Commit in podman/trunk (PKGBUILD fix-makefile.patch)

2020-01-11 Thread Morten Linderud via arch-commits
Date: Saturday, January 11, 2020 @ 12:53:45
  Author: foxboron
Revision: 551893

upgpkg: podman 1.7.0-1

Added:
  podman/trunk/fix-makefile.patch
Modified:
  podman/trunk/PKGBUILD

+
 PKGBUILD   |   25 -
 fix-makefile.patch |   13 +
 2 files changed, 25 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 12:28:08 UTC (rev 551892)
+++ PKGBUILD2020-01-11 12:53:45 UTC (rev 551893)
@@ -2,35 +2,34 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.6.3
+pkgver=1.7.0
 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 ostree runc 
skopeo
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
  btrfs-progs slirp4netns libsystemd)
 makedepends=(go-pie go-md2man git)
-_commit=9d087f6a766259ba53b224944f1b7b778035c370
-source=("git+$url#commit=$_commit"
-
"fix-makefile.patch::https://github.com/containers/libpod/commit/ca4c24cce1345ab8757cd9a590a0f099207150fa.patch";)
+optdepends=('catatonit: --init flag support')
+source=("git+$url#tag=v$pkgver?signed"
+"fix-makefile.patch")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
 sha256sums=('SKIP'
-'b94b7b07320e95e068972d697ae36a027bc48d173e1f52b96f7817e63e77f92f')
+'7dc9b1bb6b134196ca5125ba40c1f6d82c260a42bc929d9fb6142a5ac61a1c6a')
 
-pkgver() {
+prepare() {
   cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  patch -Np1 < "../fix-makefile.patch"
 }
 
-prepare() {
+pkgver() {
   cd libpod
-  sed -i '/^LDFLAGS_PODMAN ?=/s/$(LDFLAGS)//' Makefile
-  patch -Np1 < "../fix-makefile.patch"
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 build() {
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub 
systemd'
+  export BUILDTAGS='seccomp varlink  systemd'
   export CGO_LDFLAGS=$LDFLAGS
   export GOFLAGS="-trimpath"
 

Added: fix-makefile.patch
===
--- fix-makefile.patch  (rev 0)
+++ fix-makefile.patch  2020-01-11 12:53:45 UTC (rev 551893)
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 3f87990f..c09fcd08 100644
+--- a/Makefile
 b/Makefile
+@@ -520,7 +520,7 @@ install.libseccomp.sudo:
+   cd ../../seccomp/libseccomp && git checkout --detach 
$(LIBSECCOMP_COMMIT) && ./autogen.sh && ./configure --prefix=/usr && make all 
&& make install
+ 
+ 
+-cmd/podman/varlink/iopodman.go: cmd/podman/varlink/io.podman.varlink
++cmd/podman/varlink/iopodman.go: .gopathok cmd/podman/varlink/io.podman.varlink
+   GO111MODULE=off $(GO) generate ./cmd/podman/varlink/...
+ 
+ API.md: cmd/podman/varlink/io.podman.varlink


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 21:00:46
  Author: foxboron
Revision: 550635

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 21:00:37 UTC (rev 550634)
+++ PKGBUILD2020-01-08 21:00:46 UTC (rev 550635)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=1.9
-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=('d7c3d56f36f81c0933f7b7c3f90c4196be0fec758affc8062c525b6bc5ea65f5')
-
-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" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 550634, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 21:00:46 UTC (rev 550635)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=1.10.1
+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=('6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31')
+
+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" PREFIX=/usr SBINDIR=/usr/bin install
+}


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 21:00:37
  Author: foxboron
Revision: 550634

upgpkg: nvme-cli 1.10.1-1

Modified:
  nvme-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 20:58:06 UTC (rev 550633)
+++ PKGBUILD2020-01-08 21:00:37 UTC (rev 550634)
@@ -5,7 +5,7 @@
 # Contributor: Martin Schrodt 
 
 pkgname=nvme-cli
-pkgver=1.9
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libsystemd')
 # checkdepends=('python2-nose' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('d7c3d56f36f81c0933f7b7c3f90c4196be0fec758affc8062c525b6bc5ea65f5')
+sha256sums=('6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 20:57:50
  Author: foxboron
Revision: 550631

upgpkg: qutebrowser 1.9.0-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 20:56:59 UTC (rev 550630)
+++ PKGBUILD2020-01-08 20:57:50 UTC (rev 550631)
@@ -4,7 +4,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -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=('c8a9be826c01ec08c3fdcbcab867a6d471d5aaf0ce0a724287a3023ce6afbf14'
+sha256sums=('2748fef2d036f6f814dae99ad8ad08b040cb4cf0e1e6d1e199ec70c01ef8'
 'SKIP')
 
 build() {


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 20:57:58
  Author: foxboron
Revision: 550632

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 20:57:50 UTC (rev 550631)
+++ PKGBUILD2020-01-08 20:57:58 UTC (rev 550632)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Lukas Fleischer 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.8.3
-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=('c8a9be826c01ec08c3fdcbcab867a6d471d5aaf0ce0a724287a3023ce6afbf14'
-'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 550631, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 20:57:58 UTC (rev 550632)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Lukas Fleischer 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.9.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=('2748fef2d036f6f814dae99ad8ad08b040cb4cf0e1e6d1e199ec70c01ef8'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile all
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 19:00:12
  Author: foxboron
Revision: 550440

upgpkg: go 2:1.13.5-2

I need zstd compression on this package

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:59:34 UTC (rev 550439)
+++ PKGBUILD2020-01-08 19:00:12 UTC (rev 550440)
@@ -15,7 +15,7 @@
 pkgname=(go go-pie)
 epoch=2
 pkgver=1.13.5
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://golang.org/'
 license=(BSD)


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

2020-01-08 Thread Morten Linderud via arch-commits
Date: Wednesday, January 8, 2020 @ 19:00:24
  Author: foxboron
Revision: 550441

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 550440, go/trunk/PKGBUILD)
  go/repos/community-x86_64/default-buildmode-pie.patch
(from rev 550440, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  222 +-
 default-buildmode-pie.patch |   28 ++---
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 19:00:12 UTC (rev 550440)
+++ PKGBUILD2020-01-08 19:00:24 UTC (rev 550441)
@@ -1,111 +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 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.13.5
-pkgrel=1
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff'
-'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
-
-prepare() {
-  cp -r $pkgbase $pkgbase-pie
-  cd $pkgbase-pie
-  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
-}
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean -v
-
-PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -v -race std
-  done
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-_package() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  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/$1/LICENSE"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=("go=$epoch:$pkgver-$pkgrel")
-  conflicts=(go)
-
-  _package $pkgname
-
-  # linux_amd64 is essentially the content of linux_amd64_shared, however 
there might
-  # be cases where the user could generate the _shared directory as it's 
missing in go-pie.
-  # Make sure it exists without rebuilding std with -buildmode=pie.
-  cp -a "$pkgdir/usr/lib/go/pkg/linux_amd64/" 
"$pkgdir/usr/lib/go/pkg/linux_amd64_shared"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 550440, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 19:00:24 UTC (rev 550441)
@@ -0,0 +1,111 @@
+# 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 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.13.5
+pkgrel=2
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-bu

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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 16:39:24
  Author: foxboron
Revision: 548085

upgpkg: python-babel 2.8.0-4

Previous version did not get the cldr-core bump

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 16:38:21 UTC (rev 548084)
+++ PKGBUILD2020-01-04 16:39:24 UTC (rev 548085)
@@ -5,8 +5,8 @@
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
 pkgver=2.8.0
-_core=35.1
-pkgrel=3
+_core=36
+pkgrel=4
 pkgdesc="A collection of tools for internationalizing Python applications"
 url="http://babel.pocoo.org/";
 license=("BSD")
@@ -20,7 +20,7 @@
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
 "cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
 sha256sums=('2d4d29e73e85afd10ff260579303b5479b332eadc393663089dceb14ff6f8b9c'
-'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
+'07279e56c1f4266d140b907ef3ec379dce0a99542303a9628562ac5fe460ba43')
 
 prepare() {
   cp -a babel-$pkgver{,-py2}


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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 16:39:35
  Author: foxboron
Revision: 548086

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 16:39:24 UTC (rev 548085)
+++ PKGBUILD2020-01-04 16:39:35 UTC (rev 548086)
@@ -1,64 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=2.8.0
-_core=35.1
-pkgrel=3
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/";
-license=("BSD")
-arch=('any')
-makedepends=('python' 'python2'
- 'python-setuptools' 'python2-setuptools'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
-  'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
-noextract=("cldr-core-$_core.zip")
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
-"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
-sha256sums=('2d4d29e73e85afd10ff260579303b5479b332eadc393663089dceb14ff6f8b9c'
-'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
-
-prepare() {
-  cp -a babel-$pkgver{,-py2}
-  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
-  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
-}
-
-build(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py import_cldr
-  python setup.py build
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py import_cldr
-  python2 setup.py build
-}
-
-check(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py pytest
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py pytest
-}
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd "$srcdir"/babel-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd "$srcdir"/babel-${pkgver}-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/pybabel "$pkgdir"/usr/bin/pybabel2
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 548085, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 16:39:35 UTC (rev 548086)
@@ -0,0 +1,64 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.8.0
+_core=36
+pkgrel=4
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/";
+license=("BSD")
+arch=('any')
+makedepends=('python' 'python2'
+ 'python-setuptools' 'python2-setuptools'
+ 'python-pytz' 'python2-pytz')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
+  'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
+noextract=("cldr-core-$_core.zip")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
+sha256sums=('2d4d29e73e85afd10ff260579303b5479b332eadc393663089dceb14ff6f8b9c'
+'07279e56c1f4266d140b907ef3ec379dce0a99542303a9628562ac5fe460ba43')
+
+prepare() {
+  cp -a babel-$pkgver{,-py2}
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
+}
+
+build(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py import_cldr
+  python setup.py build
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py import_cldr
+  python2 setup.py build
+}
+
+check(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py pytest
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py pytest
+}
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd "$srcdir"/babel-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd "$srcdir"/babel-${pkgver}-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"/usr/b

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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 16:36:11
  Author: foxboron
Revision: 548079

upgpkg: python-babel 2.8.0-3

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 16:35:52 UTC (rev 548078)
+++ PKGBUILD2020-01-04 16:36:11 UTC (rev 548079)
@@ -4,7 +4,7 @@
 
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
-pkgver=2.7.0
+pkgver=2.8.0
 _core=35.1
 pkgrel=3
 pkgdesc="A collection of tools for internationalizing Python applications"
@@ -15,11 +15,11 @@
  'python-setuptools' 'python2-setuptools'
  'python-pytz' 'python2-pytz')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
- 'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
+  'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
 noextract=("cldr-core-$_core.zip")
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
 "cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
-sha256sums=('d31a563d7b573f2544d49fecc22b58d470a624ebb63fe41583502095e266c462'
+sha256sums=('2d4d29e73e85afd10ff260579303b5479b332eadc393663089dceb14ff6f8b9c'
 'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
 
 prepare() {


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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 16:36:22
  Author: foxboron
Revision: 548080

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 16:36:11 UTC (rev 548079)
+++ PKGBUILD2020-01-04 16:36:22 UTC (rev 548080)
@@ -1,64 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=2.7.0
-_core=35.1
-pkgrel=3
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/";
-license=("BSD")
-arch=('any')
-makedepends=('python' 'python2'
- 'python-setuptools' 'python2-setuptools'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
- 'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
-noextract=("cldr-core-$_core.zip")
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
-"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
-sha256sums=('d31a563d7b573f2544d49fecc22b58d470a624ebb63fe41583502095e266c462'
-'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
-
-prepare() {
-  cp -a babel-$pkgver{,-py2}
-  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
-  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
-}
-
-build(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py import_cldr
-  python setup.py build
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py import_cldr
-  python2 setup.py build
-}
-
-check(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py pytest
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py pytest
-}
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd "$srcdir"/babel-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd "$srcdir"/babel-${pkgver}-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/pybabel "$pkgdir"/usr/bin/pybabel2
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 548079, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 16:36:22 UTC (rev 548080)
@@ -0,0 +1,64 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.8.0
+_core=35.1
+pkgrel=3
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/";
+license=("BSD")
+arch=('any')
+makedepends=('python' 'python2'
+ 'python-setuptools' 'python2-setuptools'
+ 'python-pytz' 'python2-pytz')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
+  'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
+noextract=("cldr-core-$_core.zip")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
+sha256sums=('2d4d29e73e85afd10ff260579303b5479b332eadc393663089dceb14ff6f8b9c'
+'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
+
+prepare() {
+  cp -a babel-$pkgver{,-py2}
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
+}
+
+build(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py import_cldr
+  python setup.py build
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py import_cldr
+  python2 setup.py build
+}
+
+check(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py pytest
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py pytest
+}
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd "$srcdir"/babel-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd "$srcdir"/babel-${pkgver}-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"/usr/

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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 11:19:25
  Author: foxboron
Revision: 547870

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 11:19:17 UTC (rev 547869)
+++ PKGBUILD2020-01-04 11:19:25 UTC (rev 547870)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.31.2
-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=('b8c5540d66afdda64c0811f008d93a79fb847920301681bdcb117a17184f06c7')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-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 547869, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 11:19:25 UTC (rev 547870)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.31.4
+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=('68d1a5ed20714e45ee417348ae46de45ab4ed32c6c02ad147cbb9d7ea5293adb')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+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:


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

2020-01-04 Thread Morten Linderud via arch-commits
Date: Saturday, January 4, 2020 @ 11:19:17
  Author: foxboron
Revision: 547869

upgpkg: python-language-server 0.31.4-2

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 11:09:36 UTC (rev 547868)
+++ PKGBUILD2020-01-04 11:19:17 UTC (rev 547869)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.31.2
+pkgver=0.31.4
 pkgrel=2
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -21,10 +21,10 @@
 "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")
+  "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=('b8c5540d66afdda64c0811f008d93a79fb847920301681bdcb117a17184f06c7')
+sha256sums=('68d1a5ed20714e45ee417348ae46de45ab4ed32c6c02ad147cbb9d7ea5293adb')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2019-12-28 Thread Morten Linderud via arch-commits
Date: Saturday, December 28, 2019 @ 14:48:54
  Author: foxboron
Revision: 543586

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-28 14:48:27 UTC (rev 543585)
+++ PKGBUILD2019-12-28 14:48:54 UTC (rev 543586)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.0.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=('3e29c138291c881aa589cd6cb9d73719bda63fc96bbde60d28f9a6a6d5cd39ea')
-
-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 543585, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-28 14:48:54 UTC (rev 543586)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.0.1
+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=('ac72a9e37d6110dfdcb804ccb990623de8bfb9cd061d34c77f60acdd60cdaaf9')
+
+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"
+}


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

2019-12-28 Thread Morten Linderud via arch-commits
Date: Saturday, December 28, 2019 @ 14:48:27
  Author: foxboron
Revision: 543585

upgpkg: udiskie 2.0.1-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-28 14:28:04 UTC (rev 543584)
+++ PKGBUILD2019-12-28 14:48:27 UTC (rev 543585)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver";)
-sha256sums=('3e29c138291c881aa589cd6cb9d73719bda63fc96bbde60d28f9a6a6d5cd39ea')
+sha256sums=('ac72a9e37d6110dfdcb804ccb990623de8bfb9cd061d34c77f60acdd60cdaaf9')
 
 build(){
cd "$pkgname-$pkgver"


<    8   9   10   11   12   13   14   15   16   17   >