[arch-commits] Commit in telegram-desktop/repos (11 files)

2019-10-31 Thread Jiachen Yang via arch-commits
Date: Friday, November 1, 2019 @ 05:12:24
  Author: farseerfc
Revision: 521747

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
(from rev 521746, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 521746, telegram-desktop/trunk/PKGBUILD)
  
telegram-desktop/repos/community-testing-x86_64/Revert-Change-some-private-header-includes.patch
(from rev 521746, 
telegram-desktop/trunk/Revert-Change-some-private-header-includes.patch)
  
telegram-desktop/repos/community-testing-x86_64/Revert-Disable-DemiBold-fallback-for-Semibold.patch
(from rev 521746, 
telegram-desktop/trunk/Revert-Disable-DemiBold-fallback-for-Semibold.patch)
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
(from rev 521746, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
(from rev 521746, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
(from rev 521746, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
(from rev 521746, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 521746, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  telegram-desktop/repos/community-testing-x86_64/tg.protocol
(from rev 521746, telegram-desktop/trunk/tg.protocol)

-+
 CMakeLists.inj  |   20 
 PKGBUILD|  130 +
 Revert-Change-some-private-header-includes.patch|   66 ++
 Revert-Disable-DemiBold-fallback-for-Semibold.patch |   30 +
 Use-system-wide-font.patch  |   32 +
 libtgvoip.patch |   18 
 no-gtk2.patch   |   32 +
 tdesktop.patch  |  466 ++
 tdesktop_lottie_animation_qtdebug.patch |   15 
 tg.protocol |   11 
 10 files changed, 820 insertions(+)

Copied: telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj (from 
rev 521746, telegram-desktop/trunk/CMakeLists.inj)
===
--- community-testing-x86_64/CMakeLists.inj (rev 0)
+++ community-testing-x86_64/CMakeLists.inj 2019-11-01 05:12:24 UTC (rev 
521747)
@@ -0,0 +1,20 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+add_precompiled_header(lib_mtproto 
../../Telegram/SourceFiles/mtproto/mtp_pch.h)
+add_precompiled_header(lib_ui ../../Telegram/SourceFiles/ui/ui_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header&unscoped_q=pch_header
+
+# vim: ft=cmake

Copied: telegram-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
521746, telegram-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-01 05:12:24 UTC (rev 521747)
@@ -0,0 +1,130 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+
+# Thanks Nicholas Guriev  for the patches!
+# https://github.com/mymedia2/tdesktop
+
+pkgname=telegram-desktop
+pkgver=1.8.15
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/";
+license=('GPL3')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
+makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3' 
'dos2unix')
+optdepends=('libnotify: desktop notifications'
+'ttf-opensans: default Open Sans font family')
+source=(
+
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver";
+"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip";
+"variant::git+https://github.com/mapbox/variant";
+"Catch2::gi

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

2019-10-31 Thread Jiachen Yang via arch-commits
Date: Friday, November 1, 2019 @ 05:11:10
  Author: farseerfc
Revision: 521746

upgpkg: telegram-desktop 1.8.15-2

telegram-desktop 1.8.15-2 rebuild against qt5 5.13.2 to fix word wrapping 
problem

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 04:09:31 UTC (rev 521745)
+++ PKGBUILD2019-11-01 05:11:10 UTC (rev 521746)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/";


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 04:14:51
  Author: felixonmars
Revision: 366314

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
(from rev 366313, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 04:14:40 UTC (rev 366313)
+++ PKGBUILD2019-11-01 04:14:51 UTC (rev 366314)
@@ -1,34 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=perl-libwww
-pkgver=6.39
-pkgrel=2
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-encode-locale' 'perl-file-listing'
- 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
- 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
- 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('55360e971fada175cb37d8428ce7b0d6b4c3e3f1bf9129fbb15cdee1eea46d8ee4856b0c371849457625aeeb27b4eb751fb4d8510c28c968763aeda37fe1b7a6')
-
-build() {
-  cd libwww-perl-$pkgver
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-$pkgver
-  make test
-}
-
-package() {
-  cd libwww-perl-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 366313, 
perl-libwww/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-01 04:14:51 UTC (rev 366314)
@@ -0,0 +1,34 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=perl-libwww
+pkgver=6.41
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-encode-locale' 'perl-file-listing'
+ 'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
+ 'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
+ 'perl-net-http' 'perl-try-tiny' 'perl-uri' 'perl-www-robotrules')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
+sha512sums=('c31a84f3866b6a2c258d6f39a66c23d732e400a7743968332bbb74db2d94bdf34a1f84c3526e904925cf4250d261730d2ed7f783ebb85a11393600c694c36259')
+
+build() {
+  cd libwww-perl-$pkgver
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-$pkgver
+  make test
+}
+
+package() {
+  cd libwww-perl-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 04:14:40
  Author: felixonmars
Revision: 366313

upgpkg: perl-libwww 6.41-1

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 04:12:43 UTC (rev 366312)
+++ PKGBUILD2019-11-01 04:14:40 UTC (rev 366313)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=perl-libwww
-pkgver=6.39
-pkgrel=2
+pkgver=6.41
+pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
 url="https://metacpan.org/release/libwww-perl";
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-test-requiresinternet')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-$pkgver.tar.gz)
-sha512sums=('55360e971fada175cb37d8428ce7b0d6b4c3e3f1bf9129fbb15cdee1eea46d8ee4856b0c371849457625aeeb27b4eb751fb4d8510c28c968763aeda37fe1b7a6')
+sha512sums=('c31a84f3866b6a2c258d6f39a66c23d732e400a7743968332bbb74db2d94bdf34a1f84c3526e904925cf4250d261730d2ed7f783ebb85a11393600c694c36259')
 
 build() {
   cd libwww-perl-$pkgver


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

2019-10-31 Thread Allan McRae via arch-commits
Date: Friday, November 1, 2019 @ 04:12:43
  Author: allan
Revision: 366312

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 366311, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 366311, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf
(from rev 366311, pacman/trunk/pacman.conf)

--+
 PKGBUILD |   55 +
 makepkg.conf |  145 +
 pacman.conf  |   99 ++
 3 files changed, 299 insertions(+)

Copied: pacman/repos/testing-x86_64/PKGBUILD (from rev 366311, 
pacman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-01 04:12:43 UTC (rev 366312)
@@ -0,0 +1,55 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf
+makepkg.conf)
+sha256sums=('1930c407265fd039cb3a8e6edc82f69e122aa9239d216d9d57b9d1b9315af312'
+'SKIP'
+'3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
+'8c100b64450f5a19a16325dd05c143d49395bdeb96bd957f863cde4b95d3cb86')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make V=1
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+}

Copied: pacman/repos/testing-x86_64/makepkg.conf (from rev 366311, 
pacman/trunk/makepkg.conf)
===
--- testing-x86_64/makepkg.conf (rev 0)
+++ testing-x86_64/makepkg.conf 2019-11-01 04:12:43 UTC (rev 366312)
@@ -0,0 +1,145 @@
+#!/hint/bash
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'
+DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
+  'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o 
%o %u'
+  'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'rsync::/usr/bin/rsync --no-motd -z %u %o'
+  'scp::/usr/bin/scp -C %u %o')
+
+# Other common tools:
+# /usr/bin/snarf
+# /usr/bin/lftpget -c
+# /usr/bin/wget
+
+#-- The package required by makepkg to download VCS sources
+#  Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+'git::git'
+'hg::mercurial'
+'svn::subversion')
+
+#
+# ARCHITECTURE, COMPILE FLAGS
+#
+#
+CARCH="x86_64"
+CHOST="x86_64-pc-linux-gnu"
+
+#-- Compiler and Linker Flags
+CPPFLAGS="-D_FORTIFY_SOURCE=2"
+CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+#-- Make Flags: change this for DistCC/SMP systems
+#MAKEFLAGS="-j2"
+#-- Debugging flags
+DEBUG_CFLAGS="-g -fvar-tracking-assignments"
+DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
+
+#
+# BUILD ENVIRONMENT
+#
+#
+# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
+#  A negated environment option will do the opposite of the comments below.
+#
+#-- di

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

2019-10-31 Thread Allan McRae via arch-commits
Date: Friday, November 1, 2019 @ 04:12:05
  Author: allan
Revision: 366311

upgpkg: pacman 5.2.1-1

upstream update

Modified:
  pacman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 00:41:32 UTC (rev 366310)
+++ PKGBUILD2019-11-01 04:12:05 UTC (rev 366311)
@@ -3,8 +3,8 @@
 # Maintainer: Dave Reisner 
 
 pkgname=pacman
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/";
@@ -24,7 +24,7 @@
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
 pacman.conf
 makepkg.conf)
-sha256sums=('4df564447abba9236e0ad3228b781a95f6375a96693b9ae6558dc144b6ecb440'
+sha256sums=('1930c407265fd039cb3a8e6edc82f69e122aa9239d216d9d57b9d1b9315af312'
 'SKIP'
 '3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
 '8c100b64450f5a19a16325dd05c143d49395bdeb96bd957f863cde4b95d3cb86')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 04:09:31
  Author: felixonmars
Revision: 521745

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 04:09:19 UTC (rev 521744)
+++ PKGBUILD2019-11-01 04:09:31 UTC (rev 521745)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cerberus
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
-url="https://github.com/pyeve/cerberus";
-license=('ISC')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
-sha512sums=('c81655b52a15b0ab9795ea6363654f52327927241a09a5e283f8a380dd13e27d0eae8a5e7c14415d18ba1fce2f2fcab39d477d02365b13a78709cae594111d76')
-
-build() {
-  cd cerberus-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cerberus-$pkgver
-  python setup.py pytest --addopts cerberus
-}
-
-package() {
-  cd cerberus-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cerberus/repos/community-staging-any/PKGBUILD (from rev 521744, 
python-cerberus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-01 04:09:31 UTC (rev 521745)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cerberus
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
+url="https://github.com/pyeve/cerberus";
+license=('ISC')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
+sha512sums=('e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb')
+
+build() {
+  cd cerberus-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cerberus-$pkgver
+  python setup.py pytest --addopts cerberus
+}
+
+package() {
+  cd cerberus-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 04:09:19
  Author: felixonmars
Revision: 521744

upgpkg: python-cerberus 1.3.2-1

Modified:
  python-cerberus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 03:51:02 UTC (rev 521743)
+++ PKGBUILD2019-11-01 04:09:19 UTC (rev 521744)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cerberus
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Lightweight, extensible schema and data validation tool for Python 
dictionaries"
 url="https://github.com/pyeve/cerberus";
 license=('ISC')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/$pkgver.tar.gz";)
-sha512sums=('c81655b52a15b0ab9795ea6363654f52327927241a09a5e283f8a380dd13e27d0eae8a5e7c14415d18ba1fce2f2fcab39d477d02365b13a78709cae594111d76')
+sha512sums=('e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb')
 
 build() {
   cd cerberus-$pkgver


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 03:51:02
  Author: felixonmars
Revision: 521743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 03:50:33 UTC (rev 521742)
+++ PKGBUILD2019-11-01 03:51:02 UTC (rev 521743)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test2-suite
-pkgver=0.000126
-pkgrel=1
-pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test2-Suite";
-depends=('perl-module-pluggable' 'perl-importer' 'perl-scope-guard' 
'perl-sub-info'
- 'perl-term-table' 'perl-test-simple>=1.302158')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('3359bc8071edbeb2ea004648a6ed2da78cc4abdcc8198eb4019f99c7083c85740f3bf2bdf230e80fa72b667e52eab57d4e524b887b37842889a74142c73c6fbd')
-
-build() {
-  cd Test2-Suite-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test2-Suite-$pkgver
-  make test
-}
-
-package() {
-  cd Test2-Suite-$pkgver
-  make DESTDIR="$pkgdir" install
-}

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


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 03:50:33
  Author: felixonmars
Revision: 521742

upgpkg: perl-test2-suite 0.000127-1

Modified:
  perl-test2-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 03:23:10 UTC (rev 521741)
+++ PKGBUILD2019-11-01 03:50:33 UTC (rev 521742)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test2-suite
-pkgver=0.000126
+pkgver=0.000127
 pkgrel=1
 pkgdesc="Distribution with a rich set of tools built upon the Test2 framework."
 arch=('any')
@@ -11,7 +11,7 @@
  'perl-term-table' 'perl-test-simple>=1.302158')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-$pkgver.tar.gz";)
-sha512sums=('3359bc8071edbeb2ea004648a6ed2da78cc4abdcc8198eb4019f99c7083c85740f3bf2bdf230e80fa72b667e52eab57d4e524b887b37842889a74142c73c6fbd')
+sha512sums=('3b494f1507576c306a928f2195118086a6d024a7c6620a9761279d61fd8c8de6b9fcfdd9d09cfb2da70b6606b431be0612055323164a1f99afc9bcf5f45d73d4')
 
 build() {
   cd Test2-Suite-$pkgver


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

2019-10-31 Thread Daniel M. Capella via arch-commits
Date: Friday, November 1, 2019 @ 03:23:10
  Author: polyzen
Revision: 521741

Add sudo optdep

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 00:15:00 UTC (rev 521740)
+++ PKGBUILD2019-11-01 03:23:10 UTC (rev 521741)
@@ -13,7 +13,8 @@
 depends=('fakeroot' 'pacman' 'perl')
 makedepends=('asciidoc')
 optdepends=('findutils: pacdiff'
-'mlocate: pacdiff')
+'mlocate: pacdiff'
+'sudo: privilege elevation for several scripts')
 
 
source=("https://git.archlinux.org/pacman-contrib.git/snapshot/pacman-contrib-$pkgver.tar".{gz,asc})
 sha256sums=('317f53819e35647a19138cb0d68e16206af4a80f52115a7cd622c4a367f914b7'


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 00:41:14
  Author: felixonmars
Revision: 366309

Python 3.8 rebuild

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 00:34:47 UTC (rev 366308)
+++ PKGBUILD2019-11-01 00:41:14 UTC (rev 366309)
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=0.52.0
-pkgrel=2
+pkgrel=3
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
 arch=('any')


[arch-commits] Commit in meson/repos/staging-any (7 files)

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 00:41:32
  Author: felixonmars
Revision: 366310

archrelease: copy trunk to staging-any

Added:
  meson/repos/staging-any/PKGBUILD
(from rev 366309, meson/trunk/PKGBUILD)
  meson/repos/staging-any/arch-meson
(from rev 366309, meson/trunk/arch-meson)
  meson/repos/staging-any/meson-python-3.8.patch
(from rev 366309, meson/trunk/meson-python-3.8.patch)
  meson/repos/staging-any/skip-test.diff
(from rev 366309, meson/trunk/skip-test.diff)
Deleted:
  meson/repos/staging-any/PKGBUILD
  meson/repos/staging-any/arch-meson
  meson/repos/staging-any/skip-test.diff

+
 PKGBUILD   |  123 ---
 arch-meson |   26 -
 meson-python-3.8.patch |   13 
 skip-test.diff |   24 -
 4 files changed, 101 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 00:41:14 UTC (rev 366309)
+++ PKGBUILD2019-11-01 00:41:32 UTC (rev 366310)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.52.0
-pkgrel=2
-pkgdesc='High productivity build system'
-url='https://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools' 'ninja')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
-  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'cuda' 
'nasm' 'gnustep-base'
-  'libelf' 'python-pytest-xdist')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-skip-test.diff
-arch-meson)
-sha512sums=('9efe962c60e21bf4159ce0b113caba0119751a5f6217cd116f6e43b0b4150af0eb7ab484a74d8e9438d78a5d0458dda4215e9b6b9c96bfc0d07e23d709d2929f'
-'SKIP'
-
'fd1694e74cfa628bda81b1056061d75fa288e04d72bda733f3667be43cfb21c60f2e89455e4a101a7f6bef5754fe112dc84e18ec7a0807bc791015c34deea347'
-
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Our containers do not allow sanitizers to run
-  patch -Np1 -i ../skip-test.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() (
-  cd ${pkgname}-${pkgver}
-  export LC_CTYPE=en_US.UTF-8 CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
-  ./run_tests.py
-)
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -d "${pkgdir}/usr/share/vim/vimfiles"
-  cp -rt "${pkgdir}/usr/share/vim/vimfiles" data/syntax-highlighting/vim/*/
-
-  install -Dt "${pkgdir}/usr/share/emacs/site-lisp" -m644 
data/syntax-highlighting/emacs/*
-  install -Dt "${pkgdir}/usr/share/zsh/site-functions" -m644 
data/shell-completions/zsh/*
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/staging-any/PKGBUILD (from rev 366309, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-01 00:41:32 UTC (rev 366310)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.52.0
+pkgrel=3
+pkgdesc='High productivity build system'
+url='https://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools' 'ninja')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
+  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
+  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
+  'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'cuda' 
'nasm' 'gnustep-base'
+  'libelf' 'python-pytest-xdist')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+skip-test.diff
+meson-python-3.8.patch
+arch-meson)
+sha512sums=('9efe962c60e21bf4159ce0b113caba0119751a5f6217cd116f6e43b0b4150af0eb7ab484a74d8e9438d78a5d0458dda4215e9b6b9c96bfc0d07e23d709d2929f'
+'SKIP'
+
'fd1694e74cfa628bda81b1056061d75fa288e04d7

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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 00:34:47
  Author: arojas
Revision: 366308

Fix boost test with python 3.8

Added:
  meson/trunk/meson-python-3.8.patch
Modified:
  meson/trunk/PKGBUILD

+
 PKGBUILD   |3 +++
 meson-python-3.8.patch |   13 +
 2 files changed, 16 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 22:14:10 UTC (rev 366307)
+++ PKGBUILD2019-11-01 00:34:47 UTC (rev 366308)
@@ -18,10 +18,12 @@
   'libelf' 'python-pytest-xdist')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
 skip-test.diff
+meson-python-3.8.patch
 arch-meson)
 
sha512sums=('9efe962c60e21bf4159ce0b113caba0119751a5f6217cd116f6e43b0b4150af0eb7ab484a74d8e9438d78a5d0458dda4215e9b6b9c96bfc0d07e23d709d2929f'
 'SKIP'
 
'fd1694e74cfa628bda81b1056061d75fa288e04d72bda733f3667be43cfb21c60f2e89455e4a101a7f6bef5754fe112dc84e18ec7a0807bc791015c34deea347'
+
'343d49889942d1cd3f5dc0c573dba226ca9a6c6c5845ff4e74d3c672532ba6fb7cbfeaadb6e053e8793cd7cbfbc936fb753c2dcd95dd236476f07129ac07f67c'
 
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
@@ -30,6 +32,7 @@
 
   # Our containers do not allow sanitizers to run
   patch -Np1 -i ../skip-test.diff
+  patch -p1 -i ../meson-python-3.8.patch # Fix boost test with python 3.8
 }
 
 build() {

Added: meson-python-3.8.patch
===
--- meson-python-3.8.patch  (rev 0)
+++ meson-python-3.8.patch  2019-11-01 00:34:47 UTC (rev 366308)
@@ -0,0 +1,13 @@
+diff --git a/test cases/frameworks/1 boost/meson.build b/test 
cases/frameworks/1 boost/meson.build
+index 8f45dc7f..44bc376d 100644
+--- a/test cases/frameworks/1 boost/meson.build
 b/test cases/frameworks/1 boost/meson.build
+@@ -30,7 +30,7 @@ pymod = import('python')
+ python2 = pymod.find_installation('python2', required: host_machine.system() 
== 'linux', disabler: true)
+ python3 = pymod.find_installation('python3', required: host_machine.system() 
== 'linux', disabler: true)
+ python2dep = python2.dependency(required: host_machine.system() == 'linux', 
disabler: true)
+-python3dep = python3.dependency(required: host_machine.system() == 'linux', 
disabler: true)
++python3dep = dependency('python3-embed', required: host_machine.system() == 
'linux', disabler: true)
+ 
+ # compile python 2/3 modules only if we found a corresponding python version
+ if(python2dep.found() and host_machine.system() == 'linux')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 00:15:00
  Author: felixonmars
Revision: 521740

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 00:14:48 UTC (rev 521739)
+++ PKGBUILD2019-11-01 00:15:00 UTC (rev 521740)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-expects
-pkgname=('python-expects' 'python2-expects')
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Expressive and extensible TDD/BDD assertion library for Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/jaimegildesagredo/expects";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-mamba' 'python2-mamba')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaimegildesagredo/expects/archive/v$pkgver.tar.gz";)
-sha512sums=('f145ed9b1a8921ddc813640f1c6533f41a3dc0f14bf90a69409e0c600cae502cfa16237864103c7e67560f6831ab2db23955ce533439e4fd3b896f2c8c9e7cbb')
-
-build() {
-  cd expects-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd expects-$pkgver
-  mamba
-  mamba2
-}
-
-package_python-expects() {
-  depends=('python')
-
-  cd expects-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-expects() {
-  depends=('python2')
-
-  cd expects-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-expects/repos/community-staging-any/PKGBUILD (from rev 521739, 
python-expects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-01 00:15:00 UTC (rev 521740)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-expects
+pkgname=('python-expects' 'python2-expects')
+pkgver=0.9.0
+pkgrel=3
+pkgdesc="Expressive and extensible TDD/BDD assertion library for Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/jaimegildesagredo/expects";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mamba' 'python2-mamba')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaimegildesagredo/expects/archive/v$pkgver.tar.gz";)
+sha512sums=('f145ed9b1a8921ddc813640f1c6533f41a3dc0f14bf90a69409e0c600cae502cfa16237864103c7e67560f6831ab2db23955ce533439e4fd3b896f2c8c9e7cbb')
+
+build() {
+  cd expects-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd expects-$pkgver
+  mamba
+  mamba2
+}
+
+package_python-expects() {
+  depends=('python')
+
+  cd expects-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-expects() {
+  depends=('python2')
+
+  cd expects-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 00:14:48
  Author: felixonmars
Revision: 521739

Python 3.8 rebuild

Modified:
  python-expects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 00:13:31 UTC (rev 521738)
+++ PKGBUILD2019-11-01 00:14:48 UTC (rev 521739)
@@ -3,7 +3,7 @@
 pkgbase=python-expects
 pkgname=('python-expects' 'python2-expects')
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Expressive and extensible TDD/BDD assertion library for Python"
 arch=('any')
 license=('Apache')


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 00:13:31
  Author: arojas
Revision: 521738

archrelease: copy trunk to community-staging-any

Added:
  python-mamba/repos/community-staging-any/PKGBUILD
(from rev 521737, python-mamba/trunk/PKGBUILD)
  python-mamba/repos/community-staging-any/mamba-python-3.8.patch
(from rev 521737, python-mamba/trunk/mamba-python-3.8.patch)
Deleted:
  python-mamba/repos/community-staging-any/PKGBUILD

+
 PKGBUILD   |  133 ---
 mamba-python-3.8.patch |   12 
 2 files changed, 81 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-01 00:12:53 UTC (rev 521737)
+++ PKGBUILD2019-11-01 00:13:31 UTC (rev 521738)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-mamba
-pkgname=('python-mamba' 'python2-mamba')
-pkgver=0.10
-pkgrel=2
-pkgdesc="The definitive testing tool for Python. Born under the banner of 
Behavior Driven Development."
-arch=('any')
-license=('MIT')
-url="https://nestorsalceda.github.io/mamba";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-coverage' 'python2-coverage' 'python-watchdog' 
'python2-watchdog')
-checkdepends=('python-doublex-expects' 'python2-doublex-expects')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nestorsalceda/mamba/archive/v$pkgver.tar.gz";)
-sha512sums=('f7a46c35359ed7703a4d3ebe51904fac6c125451001b5181d1d1038c46c3ac4940c378e08cd779e683aa76cd4553e078bfa7dfd5ea2301fa1dacb2a0a85ec38e')
-
-prepare() {
-  cp -a mamba-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/mamba-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/mamba-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/mamba-$pkgver
-  # Hack entry points by installing it
-
-  cd "$srcdir"/mamba-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH"
-mamba --enable-coverage
-  )
-
-  cd "$srcdir"/mamba-$pkgver-py2
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-mamba --enable-coverage
-  )
-}
-
-package_python-mamba() {
-  depends=('python-coverage' 'python-watchdog' 'python-clint' 
'python-setuptools')
-
-  cd mamba-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_python2-mamba() {
-  depends=('python2-coverage' 'python2-watchdog' 'python2-clint' 
'python2-setuptools')
-
-  cd mamba-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  mv "$pkgdir"/usr/bin/mamba{,2}
-}

Copied: python-mamba/repos/community-staging-any/PKGBUILD (from rev 521737, 
python-mamba/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-01 00:13:31 UTC (rev 521738)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-mamba
+pkgname=('python-mamba' 'python2-mamba')
+pkgver=0.10
+pkgrel=3
+pkgdesc="The definitive testing tool for Python. Born under the banner of 
Behavior Driven Development."
+arch=('any')
+license=('MIT')
+url="https://nestorsalceda.github.io/mamba";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-coverage' 'python2-coverage' 'python-watchdog' 
'python2-watchdog')
+checkdepends=('python-doublex-expects' 'python2-doublex-expects')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nestorsalceda/mamba/archive/v$pkgver.tar.gz";
+ mamba-python-3.8.patch)
+sha512sums=('f7a46c35359ed7703a4d3ebe51904fac6c125451001b5181d1d1038c46c3ac4940c378e08cd779e683aa76cd4553e078bfa7dfd5ea2301fa1dacb2a0a85ec38e'
+
'6b48a483c052e8943e407036f45ef6eac94f7299e35396e7c740f99cf07d6ef37cdb948ff6bab6f6488f6181dd93defd8e80842d73d1193283da68b6de3b3ae7')
+
+prepare() {
+  cd mamba-$pkgver
+  patch -p1 -i ../mamba-python-3.8.patch # Add missing argument for python 3.8
+  cd ..
+  cp -a mamba-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/mamba-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/mamba-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/mamba-$pkgver
+  # Hack entry points by installing it
+
+  cd "$srcdir"/mamba-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PATH="$PWD/tmp_install/usr/bin:$PATH" 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH"
+mamba --enable-coverage
+  )
+
+  cd "$srcdir"/mamba-$pkgver-py2
+  python setup.py install --root="$PWD/tmp_install" --optimize=1

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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 00:12:53
  Author: arojas
Revision: 521737

Add missing argument required by python 3.8

Added:
  python-mamba/trunk/mamba-python-3.8.patch
Modified:
  python-mamba/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 mamba-python-3.8.patch |   12 
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:46:18 UTC (rev 521736)
+++ PKGBUILD2019-11-01 00:12:53 UTC (rev 521737)
@@ -3,7 +3,7 @@
 pkgbase=python-mamba
 pkgname=('python-mamba' 'python2-mamba')
 pkgver=0.10
-pkgrel=2
+pkgrel=3
 pkgdesc="The definitive testing tool for Python. Born under the banner of 
Behavior Driven Development."
 arch=('any')
 license=('MIT')
@@ -11,10 +11,15 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
  'python-coverage' 'python2-coverage' 'python-watchdog' 
'python2-watchdog')
 checkdepends=('python-doublex-expects' 'python2-doublex-expects')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nestorsalceda/mamba/archive/v$pkgver.tar.gz";)
-sha512sums=('f7a46c35359ed7703a4d3ebe51904fac6c125451001b5181d1d1038c46c3ac4940c378e08cd779e683aa76cd4553e078bfa7dfd5ea2301fa1dacb2a0a85ec38e')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nestorsalceda/mamba/archive/v$pkgver.tar.gz";
+ mamba-python-3.8.patch)
+sha512sums=('f7a46c35359ed7703a4d3ebe51904fac6c125451001b5181d1d1038c46c3ac4940c378e08cd779e683aa76cd4553e078bfa7dfd5ea2301fa1dacb2a0a85ec38e'
+
'6b48a483c052e8943e407036f45ef6eac94f7299e35396e7c740f99cf07d6ef37cdb948ff6bab6f6488f6181dd93defd8e80842d73d1193283da68b6de3b3ae7')
 
 prepare() {
+  cd mamba-$pkgver
+  patch -p1 -i ../mamba-python-3.8.patch # Add missing argument for python 3.8
+  cd ..
   cp -a mamba-$pkgver{,-py2}
 }
 

Added: mamba-python-3.8.patch
===
--- mamba-python-3.8.patch  (rev 0)
+++ mamba-python-3.8.patch  2019-11-01 00:12:53 UTC (rev 521737)
@@ -0,0 +1,12 @@
+diff --git a/mamba/nodetransformers.py b/mamba/nodetransformers.py
+index 5b46f12..da31e51 100644
+--- a/mamba/nodetransformers.py
 b/mamba/nodetransformers.py
+@@ -204,5 +204,6 @@ class 
TransformToSpecsPython3NodeTransformer(TransformToSpecsNodeTransformer):
+ kwonlyargs=[],
+ kw_defaults=[],
+ kwarg=None,
+-defaults=[]
++defaults=[],
++posonlyargs=[]
+ )


[arch-commits] Commit in python-unittest-xml-reporting/trunk (2 files)

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 23:45:21
  Author: arojas
Revision: 521734

Update test for python 3.8

Added:
  python-unittest-xml-reporting/trunk/unittest-xml-reporting-python-3.8.patch
Modified:
  python-unittest-xml-reporting/trunk/PKGBUILD

-+
 PKGBUILD|   11 +--
 unittest-xml-reporting-python-3.8.patch |   14 ++
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:32:17 UTC (rev 521733)
+++ PKGBUILD2019-10-31 23:45:21 UTC (rev 521734)
@@ -12,9 +12,16 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-lxml' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz";)
-sha512sums=('86e3c78d0f5f41c05214e080bf31d47bf0c33d4d6b8ad8a6d9b5286086cab4d7b6e7bea27cda94e9184afc5830709d1ae6bc72355f4a9306d842d8abc01df7ca')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz";
+unittest-xml-reporting-python-3.8.patch)
+sha512sums=('86e3c78d0f5f41c05214e080bf31d47bf0c33d4d6b8ad8a6d9b5286086cab4d7b6e7bea27cda94e9184afc5830709d1ae6bc72355f4a9306d842d8abc01df7ca'
+
'c75efff884d8587dc34455e32f92f104827d7d9f21fc1e221e95d77911abbda41f09c9ef0247501ba4f3034ea650c236ddcae03956bd07b02711f0436b0499f7')
 
+prepare() {
+  cd unittest-xml-reporting-$pkgver
+  patch -p1 -i ../unittest-xml-reporting-python-3.8.patch # Update test for 
python 3.8
+}
+
 build() {
   cd unittest-xml-reporting-$pkgver
   python setup.py build

Added: unittest-xml-reporting-python-3.8.patch
===
--- unittest-xml-reporting-python-3.8.patch (rev 0)
+++ unittest-xml-reporting-python-3.8.patch 2019-10-31 23:45:21 UTC (rev 
521734)
@@ -0,0 +1,14 @@
+diff --git a/tests/testsuite.py b/tests/testsuite.py
+index 0b0cb7a..5de5814 100755
+--- a/tests/testsuite.py
 b/tests/testsuite.py
+@@ -306,8 +306,7 @@ class XMLTestRunnerTestCase(unittest.TestCase):
+ outdir.seek(0)
+ output = outdir.read()
+ self.assertIn(
+-u''.encode('utf8'),
++u''.encode('utf8'),
+ output)
+ 
+ def test_xmlrunner_safe_xml_encoding_name(self):


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:46:18
  Author: felixonmars
Revision: 521736

archrelease: copy trunk to community-staging-any

Added:
  python-unittest-xml-reporting/repos/community-staging-any/PKGBUILD
(from rev 521735, python-unittest-xml-reporting/trunk/PKGBUILD)
  
python-unittest-xml-reporting/repos/community-staging-any/unittest-xml-reporting-python-3.8.patch
(from rev 521735, 
python-unittest-xml-reporting/trunk/unittest-xml-reporting-python-3.8.patch)
Deleted:
  python-unittest-xml-reporting/repos/community-staging-any/PKGBUILD

-+
 PKGBUILD|   73 --
 unittest-xml-reporting-python-3.8.patch |   14 +
 2 files changed, 54 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 23:46:05 UTC (rev 521735)
+++ PKGBUILD2019-10-31 23:46:18 UTC (rev 521736)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=python-unittest-xml-reporting
-pkgver=2.5.1
-pkgrel=3
-pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
-arch=('any')
-url='https://github.com/xmlrunner/unittest-xml-reporting'
-license=('BSD')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-lxml' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz";)
-sha512sums=('86e3c78d0f5f41c05214e080bf31d47bf0c33d4d6b8ad8a6d9b5286086cab4d7b6e7bea27cda94e9184afc5830709d1ae6bc72355f4a9306d842d8abc01df7ca')
-
-build() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-unittest-xml-reporting/repos/community-staging-any/PKGBUILD 
(from rev 521735, python-unittest-xml-reporting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 23:46:18 UTC (rev 521736)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-unittest-xml-reporting
+pkgver=2.5.1
+pkgrel=4
+pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
+arch=('any')
+url='https://github.com/xmlrunner/unittest-xml-reporting'
+license=('BSD')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-lxml' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz";
+unittest-xml-reporting-python-3.8.patch)
+sha512sums=('86e3c78d0f5f41c05214e080bf31d47bf0c33d4d6b8ad8a6d9b5286086cab4d7b6e7bea27cda94e9184afc5830709d1ae6bc72355f4a9306d842d8abc01df7ca'
+
'c75efff884d8587dc34455e32f92f104827d7d9f21fc1e221e95d77911abbda41f09c9ef0247501ba4f3034ea650c236ddcae03956bd07b02711f0436b0499f7')
+
+prepare() {
+  cd unittest-xml-reporting-$pkgver
+  patch -p1 -i ../unittest-xml-reporting-python-3.8.patch # Update test for 
python 3.8
+}
+
+build() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 
python-unittest-xml-reporting/repos/community-staging-any/unittest-xml-reporting-python-3.8.patch
 (from rev 521735, 
python-unittest-xml-reporting/trunk/unittest-xml-reporting-python-3.8.patch)
===
--- unittest-xml-reporting-python-3.8.patch (rev 0)
+++ unittest-xml-reporting-python-3.8.patch 2019-10-31 23:46:18 UTC (rev 
521736)
@@ -0,0 +1,14 @@
+diff --git a/tests/testsuite.py b/tests/testsuite.py
+index 0b0cb7a..5de5814 100755
+--- a/tests/testsuite.py
 b/tests/testsuite.py
+@@ -306,8 +306,7 @@ class XMLTestRunnerTestCase(unittest.TestCase):
+ outdir.seek(0)
+ output = outdir.read()
+ self.assertIn(
+-u''.encode('utf8'),
++u''.encode('utf8'),
+ output)
+ 
+ def test_xmlrunner_safe_xml_encoding_name(self):


[arch-commits] Commit in python-unittest-xml-reporting/trunk (PKGBUILD)

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:46:05
  Author: felixonmars
Revision: 521735

Python 3.8 rebuild

Modified:
  python-unittest-xml-reporting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:45:21 UTC (rev 521734)
+++ PKGBUILD2019-10-31 23:46:05 UTC (rev 521735)
@@ -4,7 +4,7 @@
 
 pkgname=python-unittest-xml-reporting
 pkgver=2.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
 arch=('any')
 url='https://github.com/xmlrunner/unittest-xml-reporting'


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:32:06
  Author: felixonmars
Revision: 521732

Python 3.8 rebuild

Modified:
  python-precis_i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:29:55 UTC (rev 521731)
+++ PKGBUILD2019-10-31 23:32:06 UTC (rev 521732)
@@ -3,7 +3,7 @@
 _pkgname=precis_i18n
 pkgname=python-precis_i18n
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
 url='https://github.com/byllyfish/precis_i18n'
 arch=('any')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:32:17
  Author: felixonmars
Revision: 521733

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 23:32:06 UTC (rev 521732)
+++ PKGBUILD2019-10-31 23:32:17 UTC (rev 521733)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=precis_i18n
-pkgname=python-precis_i18n
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
-url='https://github.com/byllyfish/precis_i18n'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGELOG.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-precis_i18n/repos/community-staging-any/PKGBUILD (from rev 
521732, python-precis_i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 23:32:17 UTC (rev 521733)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=precis_i18n
+pkgname=python-precis_i18n
+pkgver=1.0.1
+pkgrel=3
+pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
+url='https://github.com/byllyfish/precis_i18n'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
precis_i18n-python-3.8.patch::"https://github.com/byllyfish/precis_i18n/commit/7b6987e2.patch";)
+sha512sums=('a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4'
+
'81bcc4d2af10cef756830f504ec74aee1a88f56b29ede1b631142b624aca8ac8aa217a7802a731a2d8ffce90c7de6d80c597b7f8ae91a9ae665b5a6fe11e3b60')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../precis_i18n-python-3.8.patch # Add data file for python 3.8
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGELOG.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 23:29:55
  Author: arojas
Revision: 521731

Add data file for python 3.8

Modified:
  python-precis_i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:17:43 UTC (rev 521730)
+++ PKGBUILD2019-10-31 23:29:55 UTC (rev 521731)
@@ -10,9 +10,16 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4')
+source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
precis_i18n-python-3.8.patch::"https://github.com/byllyfish/precis_i18n/commit/7b6987e2.patch";)
+sha512sums=('a62e76588ae1ccba6de51488ceae0e2a454e77bdc946e7c4cea1cb41017253b6e239aab120bdbf1a57b51b827ec7554fb7d6fc10a3a4203f09f6f91f1b4192f4'
+
'81bcc4d2af10cef756830f504ec74aee1a88f56b29ede1b631142b624aca8ac8aa217a7802a731a2d8ffce90c7de6d80c597b7f8ae91a9ae665b5a6fe11e3b60')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -p1 -i ../precis_i18n-python-3.8.patch # Add data file for python 3.8
+}
+
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:17:43
  Author: felixonmars
Revision: 521730

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 23:17:32 UTC (rev 521729)
+++ PKGBUILD2019-10-31 23:17:43 UTC (rev 521730)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-parameterized
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Parameterized testing with any Python test framework"
-url="https://github.com/wolever/parameterized";
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock')
-source=("https://pypi.io/packages/source/p/parameterized/parameterized-$pkgver.tar.gz";)
-sha512sums=('b76e18a7eee62fcab4385fd5d053253c096d4c3fc3a6300e8539afc4d8decc995e533085297c52f8a26411d2591a326033a740cc30a250d510aa1c11ee904246')
-
-build() {
-  cd parameterized-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd parameterized-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd parameterized-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-parameterized/repos/community-staging-any/PKGBUILD (from rev 
521729, python-parameterized/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 23:17:43 UTC (rev 521730)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-parameterized
+pkgver=0.7.0
+pkgrel=3
+pkgdesc="Parameterized testing with any Python test framework"
+url="https://github.com/wolever/parameterized";
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock')
+source=("https://pypi.io/packages/source/p/parameterized/parameterized-$pkgver.tar.gz";
+ 
parameterized-python-3.8.patch::"https://patch-diff.githubusercontent.com/raw/wolever/parameterized/pull/75.patch";)
+sha512sums=('b76e18a7eee62fcab4385fd5d053253c096d4c3fc3a6300e8539afc4d8decc995e533085297c52f8a26411d2591a326033a740cc30a250d510aa1c11ee904246'
+
'a6b36cf4883990ed89db81effebcdc4630f645d91b0538dde3a6ed9d383c311668c0c23429b5693f34270bba338c011148e0dab4d064a6821a5fd82486f73232')
+
+prepare() {
+  cd parameterized-$pkgver
+  patch -p1 -i ../parameterized-python-3.8.patch # Fix tests with python 3.8
+}
+
+build() {
+  cd parameterized-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parameterized-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd parameterized-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:17:32
  Author: felixonmars
Revision: 521729

Python 3.8 rebuild

Modified:
  python-parameterized/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:16:45 UTC (rev 521728)
+++ PKGBUILD2019-10-31 23:17:32 UTC (rev 521729)
@@ -2,7 +2,7 @@
 
 pkgname=python-parameterized
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Parameterized testing with any Python test framework"
 url="https://github.com/wolever/parameterized";
 license=('BSD')


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 23:16:45
  Author: arojas
Revision: 521728

Fix tests with python 3.8

Modified:
  python-parameterized/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:09:18 UTC (rev 521727)
+++ PKGBUILD2019-10-31 23:16:45 UTC (rev 521728)
@@ -10,9 +10,16 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-mock')
-source=("https://pypi.io/packages/source/p/parameterized/parameterized-$pkgver.tar.gz";)
-sha512sums=('b76e18a7eee62fcab4385fd5d053253c096d4c3fc3a6300e8539afc4d8decc995e533085297c52f8a26411d2591a326033a740cc30a250d510aa1c11ee904246')
+source=("https://pypi.io/packages/source/p/parameterized/parameterized-$pkgver.tar.gz";
+ 
parameterized-python-3.8.patch::"https://patch-diff.githubusercontent.com/raw/wolever/parameterized/pull/75.patch";)
+sha512sums=('b76e18a7eee62fcab4385fd5d053253c096d4c3fc3a6300e8539afc4d8decc995e533085297c52f8a26411d2591a326033a740cc30a250d510aa1c11ee904246'
+
'a6b36cf4883990ed89db81effebcdc4630f645d91b0538dde3a6ed9d383c311668c0c23429b5693f34270bba338c011148e0dab4d064a6821a5fd82486f73232')
 
+prepare() {
+  cd parameterized-$pkgver
+  patch -p1 -i ../parameterized-python-3.8.patch # Fix tests with python 3.8
+}
+
 build() {
   cd parameterized-$pkgver
   python setup.py build


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:09:18
  Author: felixonmars
Revision: 521727

archrelease: copy trunk to community-staging-any

Added:
  python-natsort/repos/community-staging-any/PKGBUILD
(from rev 521726, python-natsort/trunk/PKGBUILD)
  python-natsort/repos/community-staging-any/natsort-python-3.8.patch
(from rev 521726, python-natsort/trunk/natsort-python-3.8.patch)
Deleted:
  python-natsort/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   88 ---
 natsort-python-3.8.patch |  126 +
 2 files changed, 173 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 23:09:05 UTC (rev 521726)
+++ PKGBUILD2019-10-31 23:09:18 UTC (rev 521727)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-_name=natsort
-pkgname=python-natsort
-pkgver=6.0.0
-pkgrel=2
-pkgdesc="Simple yet flexible natural sorting in Python"
-arch=('any')
-url="https://github.com/SethMMorton/natsort";
-license=('MIT')
-depends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
-'flake8' 'python-hypothesis' 'python-mock')
-optdepends=('python-fastnumbers: more efficient sorting'
-'python-pyicu: sort in locale dependant manner')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-natsort/repos/community-staging-any/PKGBUILD (from rev 521726, 
python-natsort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 23:09:18 UTC (rev 521727)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+_name=natsort
+pkgname=python-natsort
+pkgver=6.0.0
+pkgrel=3
+pkgdesc="Simple yet flexible natural sorting in Python"
+arch=('any')
+url="https://github.com/SethMMorton/natsort";
+license=('MIT')
+depends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
+'flake8' 'python-hypothesis' 'python-mock')
+optdepends=('python-fastnumbers: more efficient sorting'
+'python-pyicu: sort in locale dependant manner')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";
+ natsort-python-3.8.patch)
+sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b'
+
'132b40e2dced414f6b1969b31e7d2b71a2b44778aff0cfb0106c8e83d8c62a178cef61d64e6a7583fa05e1f1a9d663c7c1e5c6af2aeb4863cc1bfe0d09957302')
+
+prepare() {
+  cd $_name-$pkgver
+  patch -p1 -i ../natsort-python-3.8.patch # Update unicode_numeric_hex list 
for python 3.8
+  cd ..
+
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: python-natsort/repos/community-staging-any/natsort-python-3.8.patch 
(from rev 521726, python-natsort/trunk/natsort-python-3.8.patch)
===
--- natsort-python-3.8.patch(rev 0)
+++ natsort-python-3.8.patch2019-10-31 23:09:18 UTC (rev 521727)
@@ -0,0 +1,126 @@
+diff --git a/natsort/unicode_numeric_hex.py b/natsort/unicode_numeric_hex.py
+index de28f3b..06a7aca 100644
+--- a/natsort/unicode_numeric_hex.py
 b/natsort/unicode_numeric_hex.py
+@@ -1360,6 +1360,27 @@ numeric_hex = (
+ 0X11DA7,
+ 0X11DA8,
+ 0X11DA9,
++0X11FC0,
++0X11FC1,
++0X11FC2,
++0X11FC3,
++0X11FC4,
++0X11FC5,
++0X11FC6,
++0X11FC7,
++0X11FC8,
++0X11FC9,
++0X11FCA,
++0X11FCB,
++0X11FCC,
++0X11FCD,
++0X11FCE,
++0X11FCF,
++0X11FD0,
++0X11FD1,
++0X11FD2,
++0X11FD3,
++0X11FD4,
+ 0X12400,
+ 0X1240

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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 23:09:05
  Author: felixonmars
Revision: 521726

Python 3.8 rebuild

Modified:
  python-natsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:08:06 UTC (rev 521725)
+++ PKGBUILD2019-10-31 23:09:05 UTC (rev 521726)
@@ -2,7 +2,7 @@
 _name=natsort
 pkgname=python-natsort
 pkgver=6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple yet flexible natural sorting in Python"
 arch=('any')
 url="https://github.com/SethMMorton/natsort";


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

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 23:08:06
  Author: arojas
Revision: 521725

Update unicode_numeric_hex list for python 3.8

Added:
  python-natsort/trunk/natsort-python-3.8.patch
Modified:
  python-natsort/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++-
 natsort-python-3.8.patch |  126 +
 2 files changed, 134 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 23:04:16 UTC (rev 521724)
+++ PKGBUILD2019-10-31 23:08:06 UTC (rev 521725)
@@ -12,10 +12,16 @@
 'flake8' 'python-hypothesis' 'python-mock')
 optdepends=('python-fastnumbers: more efficient sorting'
 'python-pyicu: sort in locale dependant manner')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";
+ natsort-python-3.8.patch)
+sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b'
+
'132b40e2dced414f6b1969b31e7d2b71a2b44778aff0cfb0106c8e83d8c62a178cef61d64e6a7583fa05e1f1a9d663c7c1e5c6af2aeb4863cc1bfe0d09957302')
 
 prepare() {
+  cd $_name-$pkgver
+  patch -p1 -i ../natsort-python-3.8.patch # Update unicode_numeric_hex list 
for python 3.8
+  cd ..
+
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
 }
 

Added: natsort-python-3.8.patch
===
--- natsort-python-3.8.patch(rev 0)
+++ natsort-python-3.8.patch2019-10-31 23:08:06 UTC (rev 521725)
@@ -0,0 +1,126 @@
+diff --git a/natsort/unicode_numeric_hex.py b/natsort/unicode_numeric_hex.py
+index de28f3b..06a7aca 100644
+--- a/natsort/unicode_numeric_hex.py
 b/natsort/unicode_numeric_hex.py
+@@ -1360,6 +1360,27 @@ numeric_hex = (
+ 0X11DA7,
+ 0X11DA8,
+ 0X11DA9,
++0X11FC0,
++0X11FC1,
++0X11FC2,
++0X11FC3,
++0X11FC4,
++0X11FC5,
++0X11FC6,
++0X11FC7,
++0X11FC8,
++0X11FC9,
++0X11FCA,
++0X11FCB,
++0X11FCC,
++0X11FCD,
++0X11FCE,
++0X11FCF,
++0X11FD0,
++0X11FD1,
++0X11FD2,
++0X11FD3,
++0X11FD4,
+ 0X12400,
+ 0X12401,
+ 0X12402,
+@@ -1616,6 +1637,26 @@ numeric_hex = (
+ 0X1D7FD,
+ 0X1D7FE,
+ 0X1D7FF,
++0X1E140,
++0X1E141,
++0X1E142,
++0X1E143,
++0X1E144,
++0X1E145,
++0X1E146,
++0X1E147,
++0X1E148,
++0X1E149,
++0X1E2F0,
++0X1E2F1,
++0X1E2F2,
++0X1E2F3,
++0X1E2F4,
++0X1E2F5,
++0X1E2F6,
++0X1E2F7,
++0X1E2F8,
++0X1E2F9,
+ 0X1E8C7,
+ 0X1E8C8,
+ 0X1E8C9,
+@@ -1701,6 +1742,66 @@ numeric_hex = (
+ 0X1ECB2,
+ 0X1ECB3,
+ 0X1ECB4,
++0X1ED01,
++0X1ED02,
++0X1ED03,
++0X1ED04,
++0X1ED05,
++0X1ED06,
++0X1ED07,
++0X1ED08,
++0X1ED09,
++0X1ED0A,
++0X1ED0B,
++0X1ED0C,
++0X1ED0D,
++0X1ED0E,
++0X1ED0F,
++0X1ED10,
++0X1ED11,
++0X1ED12,
++0X1ED13,
++0X1ED14,
++0X1ED15,
++0X1ED16,
++0X1ED17,
++0X1ED18,
++0X1ED19,
++0X1ED1A,
++0X1ED1B,
++0X1ED1C,
++0X1ED1D,
++0X1ED1E,
++0X1ED1F,
++0X1ED20,
++0X1ED21,
++0X1ED22,
++0X1ED23,
++0X1ED24,
++0X1ED25,
++0X1ED26,
++0X1ED27,
++0X1ED28,
++0X1ED29,
++0X1ED2A,
++0X1ED2B,
++0X1ED2C,
++0X1ED2D,
++0X1ED2F,
++0X1ED30,
++0X1ED31,
++0X1ED32,
++0X1ED33,
++0X1ED34,
++0X1ED35,
++0X1ED36,
++0X1ED37,
++0X1ED38,
++0X1ED39,
++0X1ED3A,
++0X1ED3B,
++0X1ED3C,
++0X1ED3D,
+ 0X1F100,
+ 0X1F101,
+ 0X1F102,


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

2019-10-31 Thread Christian Rebischke via arch-commits
Date: Thursday, October 31, 2019 @ 23:04:16
  Author: shibumi
Revision: 521724

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 521723, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 521723, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  200 +++
 puppet.install |   10 +-
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 23:04:07 UTC (rev 521723)
+++ PKGBUILD2019-10-31 23:04:16 UTC (rev 521724)
@@ -1,100 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-# Contributor: Tim Meusel 
-
-pkgname=puppet
-pkgver=6.9.0
-pkgrel=3
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="https://puppet.com/products/open-source-projects";
-license=('Apache')
-depends=('ruby' 'facter' 'hiera' 'ruby-semantic_puppet' 'ruby-augeas'
-'ruby-shadow' 'ruby-concurrent' 'ruby-multi_json')
-makedepends=('jq' 'git')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf'
-'etc/puppetlabs/puppet/hiera.yaml')
-install="$pkgname.install"
-_augeas_commit=17996b5b325e72de79f51d8acafb8e0a13c558af
-_cron_commit=272c303b5e9bcbeb177a6804a6c88353f101a5c6
-_host_commit=74a081cb9e89ad8338c9ae50c85871c6584b28a7
-_mount_commit=6157ab8de510dcc570e4e969c740dff67b9b07a1
-_selinux_commit=bfe34e48f786d29ad429be99704b8319744f0686
-_sshkeys_commit=0e4857be537f100cc952948bac6710f2854c82a6
-_yumrepo_commit=89383579962eb70390788ec21c67a6ac6ec6d3c1
-_zfs_commit=30f2d0135b22e32785b9e2c3b077157e23dc00c0
-_zone_commit=37e62d40a26216c27f80525aa60a55924cb08028
-
-source=("https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
"augeas_core::git+https://github.com/puppetlabs/puppetlabs-augeas_core#commit=${_augeas_commit}";
-
"cron_core::git+https://github.com/puppetlabs/puppetlabs-cron_core#commit=${_cron_commit}";
-
"host_core::git+https://github.com/puppetlabs/puppetlabs-host_core#commit=${_host_commit}";
-
"mount_core::git+https://github.com/puppetlabs/puppetlabs-mount_core#commit=${_mount_commit}";
-
"selinux_core::git+https://github.com/puppetlabs/puppetlabs-selinux_core#commit=${_selinux_commit}";
-
"sshkeys_core::git+https://github.com/puppetlabs/puppetlabs-sshkeys_core#commit=${_sshkeys_commit}";
-
"yumrepo_core::git+https://github.com/puppetlabs/puppetlabs-yumrepo_core#commit=${_yumrepo_commit}";
-
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit}";
-
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit}";
-)
-sha512sums=('4d1bc1a398c1e75bf8e832d477a0fff4fa3613510f8d59d73594e6fc2f2bbbedf050b1e7729b71bb1428c230f42fcf7b98f7a7683fc3c52cb36a596e20e6540b'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-conflicts=('puppet5')
-provides=('puppet')
-validpgpkeys=('6F6B15509CF8E59E6E469F327F438280EF8D349F')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/usr/lib/{sysusers.d,tmpfiles.d}
-
-  echo 'u puppet 52 "Puppet" /var/lib/puppet' > \
-"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  install -dm775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-
-  cd ..
-  install --directory "${pkgdir}/opt/puppetlabs/puppet/vendor_modules/"
-  mv *_core "${pkgdir}/opt/puppetlabs/puppet/vendor_modules/"
-  # Search for unwanted .git directories and delete them
-  find "${pkgdir}/opt/puppetlabs/puppet/vendor_modules/" -type d -name .git 
-exec rm -rf {} +
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 521723, 
pupp

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

2019-10-31 Thread Christian Rebischke via arch-commits
Date: Thursday, October 31, 2019 @ 23:04:07
  Author: shibumi
Revision: 521723

upgpkg: puppet 6.10.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 21:15:17 UTC (rev 521722)
+++ PKGBUILD2019-10-31 23:04:07 UTC (rev 521723)
@@ -10,8 +10,8 @@
 # Contributor: Tim Meusel 
 
 pkgname=puppet
-pkgver=6.9.0
-pkgrel=3
+pkgver=6.10.1
+pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="https://puppet.com/products/open-source-projects";
@@ -45,7 +45,7 @@
 
"zfs_core::git+https://github.com/puppetlabs/puppetlabs-zfs_core#commit=${_zfs_commit}";
 
"zone_core::git+https://github.com/puppetlabs/puppetlabs-zone_core#commit=${_zone_commit}";
 )
-sha512sums=('4d1bc1a398c1e75bf8e832d477a0fff4fa3613510f8d59d73594e6fc2f2bbbedf050b1e7729b71bb1428c230f42fcf7b98f7a7683fc3c52cb36a596e20e6540b'
+sha512sums=('211c9837eb4a77a54bf09811a1a84709eef06f17e0c5c9c598d01bce2e183e69974709ad4dfb8f5fecd7433c1ff52757aa699c623155d1a0742f2e07eaf2ec56'
 'SKIP'
 'SKIP'
 'SKIP'


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

2019-10-31 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 31, 2019 @ 22:14:10
  Author: bisson
Revision: 366307

archrelease: copy trunk to extra-x86_64

Added:
  mpc/repos/extra-x86_64/PKGBUILD
(from rev 366306, mpc/trunk/PKGBUILD)
Deleted:
  mpc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 22:13:49 UTC (rev 366306)
+++ PKGBUILD2019-10-31 22:14:10 UTC (rev 366307)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Link Dupont 
-
-pkgname=mpc
-pkgver=0.32
-pkgrel=1
-pkgdesc='Minimalist command line interface to MPD'
-url='https://www.musicpd.org/clients/mpc/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('meson' 'python-sphinx')
-depends=('libmpdclient')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7'
-'SKIP')
-
-options=('!emptydirs')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install 
-   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
-}

Copied: mpc/repos/extra-x86_64/PKGBUILD (from rev 366306, mpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 22:14:10 UTC (rev 366307)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Link Dupont 
+
+pkgname=mpc
+pkgver=0.33
+pkgrel=1
+pkgdesc='Minimalist command line interface to MPD'
+url='https://www.musicpd.org/clients/mpc/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('meson' 'python-sphinx')
+depends=('libmpdclient')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296'
+'SKIP')
+
+options=('!emptydirs')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install 
+   install -Dm644 contrib/mpc-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/mpc" 
+}


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

2019-10-31 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 31, 2019 @ 22:13:49
  Author: bisson
Revision: 366306

upstream update

Modified:
  mpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 21:11:05 UTC (rev 366305)
+++ PKGBUILD2019-10-31 22:13:49 UTC (rev 366306)
@@ -5,7 +5,7 @@
 # Contributor: Link Dupont 
 
 pkgname=mpc
-pkgver=0.32
+pkgver=0.33
 pkgrel=1
 pkgdesc='Minimalist command line interface to MPD'
 url='https://www.musicpd.org/clients/mpc/'
@@ -15,7 +15,7 @@
 depends=('libmpdclient')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7'
+sha256sums=('4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296'
 'SKIP')
 
 options=('!emptydirs')


[arch-commits] Commit in (python2-dpcontracts)

2019-10-31 Thread Jelle van der Waa via arch-commits
Date: Thursday, October 31, 2019 @ 21:15:17
  Author: jelle
Revision: 521722

remove unrequired python2 package

Deleted:
  python2-dpcontracts/


[arch-commits] Commit in cronie (2 files)

2019-10-31 Thread Christian Hesse via arch-commits
Date: Thursday, October 31, 2019 @ 21:11:05
  Author: eworm
Revision: 366305

clean up unused patch

Deleted:
  cronie/repos/testing-x86_64/0001-do-not-log-carriage-return.patch
  cronie/trunk/0001-do-not-log-carriage-return.patch

+
 repos/testing-x86_64/0001-do-not-log-carriage-return.patch |   35 ---
 trunk/0001-do-not-log-carriage-return.patch|   35 ---
 2 files changed, 70 deletions(-)

Deleted: repos/testing-x86_64/0001-do-not-log-carriage-return.patch
===
--- repos/testing-x86_64/0001-do-not-log-carriage-return.patch  2019-10-31 
20:38:22 UTC (rev 366304)
+++ repos/testing-x86_64/0001-do-not-log-carriage-return.patch  2019-10-31 
21:11:05 UTC (rev 366305)
@@ -1,35 +0,0 @@
-From cdc44c2b78ae88bf62bb870969ba814d3a79e71c Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 9 Sep 2019 10:17:32 +0200
-Subject: [PATCH 1/1] do not log carriage return
-
-Some commands (like ssh) end their output with carriage return (\r) and
-new line (\n). Just cutting the new line before sending to syslog may
-have undesired effects of unprintable characters. Reading cronie logs
-with journalctl I can see:
-
-Sep 06 16:50:01 linux CROND[152575]: [96B blob data]
-
-Adding switch --all for unprintable characters it shows:
-
-Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently
-added '10.52.33.217' (ED25519) to the list of known hosts.^M)
-
-Just skip carriage return for syslog to prevent this.

- src/do_command.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/do_command.c b/src/do_command.c
-index 45c49f7..ed56775 100644
 a/src/do_command.c
-+++ b/src/do_command.c
-@@ -506,6 +506,8 @@ static int child_process(entry * e, char **jobenv) {
-*/
- 
-   while (EOF != (ch = getc(in))) {
-+  if (ch == '\r')
-+  continue;
-   bytes++;
-   if (mail)
-   putc(ch, mail);

Deleted: trunk/0001-do-not-log-carriage-return.patch
===
--- trunk/0001-do-not-log-carriage-return.patch 2019-10-31 20:38:22 UTC (rev 
366304)
+++ trunk/0001-do-not-log-carriage-return.patch 2019-10-31 21:11:05 UTC (rev 
366305)
@@ -1,35 +0,0 @@
-From cdc44c2b78ae88bf62bb870969ba814d3a79e71c Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Mon, 9 Sep 2019 10:17:32 +0200
-Subject: [PATCH 1/1] do not log carriage return
-
-Some commands (like ssh) end their output with carriage return (\r) and
-new line (\n). Just cutting the new line before sending to syslog may
-have undesired effects of unprintable characters. Reading cronie logs
-with journalctl I can see:
-
-Sep 06 16:50:01 linux CROND[152575]: [96B blob data]
-
-Adding switch --all for unprintable characters it shows:
-
-Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently
-added '10.52.33.217' (ED25519) to the list of known hosts.^M)
-
-Just skip carriage return for syslog to prevent this.

- src/do_command.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/do_command.c b/src/do_command.c
-index 45c49f7..ed56775 100644
 a/src/do_command.c
-+++ b/src/do_command.c
-@@ -506,6 +506,8 @@ static int child_process(entry * e, char **jobenv) {
-*/
- 
-   while (EOF != (ch = getc(in))) {
-+  if (ch == '\r')
-+  continue;
-   bytes++;
-   if (mail)
-   putc(ch, mail);


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

2019-10-31 Thread Jelle van der Waa via arch-commits
Date: Thursday, October 31, 2019 @ 21:09:41
  Author: jelle
Revision: 521721

remove python2 packages

Modified:
  python-pandocfilters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 20:29:04 UTC (rev 521720)
+++ PKGBUILD2019-10-31 21:09:41 UTC (rev 521721)
@@ -2,8 +2,7 @@
 # Contributor: 
 # Contributor: Gabriel Laskar 
 
-pkgbase=python-pandocfilters
-pkgname=(python-pandocfilters python2-pandocfilters)
+pkgname=python-pandocfilters
 pkgver=1.4.2
 pkgrel=4
 pkgdesc="A python module for writing pandoc filters"
@@ -11,26 +10,13 @@
 url="https://pypi.python.org/pypi/pandocfilters";
 license=('BSD')
 depends=('python')
-makedepends=('python2')
 
source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz";)
 md5sums=('dc391791ef54c7de1572d7b46b63361f')
 
-prepare() {
-  cd "$srcdir"
-  cp -r "pandocfilters-$pkgver" "py2-pandocfilters-$pkgver"
-}
-
-package_python-pandocfilters() {
+package() {
   cd "$srcdir/pandocfilters-$pkgver"
   python3 setup.py install --root="$pkgdir/" --optimize=0
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-pandocfilters() {
-  depends=('python2')
-  cd "$srcdir/py2-pandocfilters-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-10-31 Thread Christian Hesse via arch-commits
Date: Thursday, October 31, 2019 @ 20:38:17
  Author: eworm
Revision: 366303

upgpkg: cronie 1.5.5-1

new upstream release

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 20:32:09 UTC (rev 366302)
+++ PKGBUILD2019-10-31 20:38:17 UTC (rev 366303)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname='cronie'
-pkgver=1.5.4
-pkgrel=3
+pkgver=1.5.5
+pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://github.com/cronie-crond/cronie/'
 license=('custom:BSD')
@@ -13,14 +13,12 @@
 'smtp-forwarder: forward job output to email server')
 conflicts=('cron')
 provides=('cron')
-source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}-final/${pkgname}-${pkgver}.tar.gz";
-'0001-do-not-log-carriage-return.patch'
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";
 '80-cronie.hook'
 'service'
 'pam.d'
 'deny')
-sha256sums=('af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882'
-'595e96997afe506ad93a98896830f3651667f56406a5ae67f4bcf513cfcb45ad'
+sha256sums=('be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac'
 'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
 'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
 '00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
@@ -30,12 +28,6 @@
 'etc/cron.d/0hourly'
 'etc/anacrontab')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -Np1 < ../0001-do-not-log-carriage-return.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


[arch-commits] Commit in cronie/repos (7 files)

2019-10-31 Thread Christian Hesse via arch-commits
Date: Thursday, October 31, 2019 @ 20:38:22
  Author: eworm
Revision: 366304

archrelease: copy trunk to testing-x86_64

Added:
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/0001-do-not-log-carriage-return.patch
(from rev 366303, cronie/trunk/0001-do-not-log-carriage-return.patch)
  cronie/repos/testing-x86_64/80-cronie.hook
(from rev 366303, cronie/trunk/80-cronie.hook)
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 366303, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 366303, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 366303, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 366303, cronie/trunk/service)

---+
 0001-do-not-log-carriage-return.patch |   35 +
 80-cronie.hook|9 
 PKGBUILD  |   64 
 deny  |1 
 pam.d |   10 +
 service   |   11 +
 6 files changed, 130 insertions(+)

Copied: cronie/repos/testing-x86_64/0001-do-not-log-carriage-return.patch (from 
rev 366303, cronie/trunk/0001-do-not-log-carriage-return.patch)
===
--- testing-x86_64/0001-do-not-log-carriage-return.patch
(rev 0)
+++ testing-x86_64/0001-do-not-log-carriage-return.patch2019-10-31 
20:38:22 UTC (rev 366304)
@@ -0,0 +1,35 @@
+From cdc44c2b78ae88bf62bb870969ba814d3a79e71c Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Mon, 9 Sep 2019 10:17:32 +0200
+Subject: [PATCH 1/1] do not log carriage return
+
+Some commands (like ssh) end their output with carriage return (\r) and
+new line (\n). Just cutting the new line before sending to syslog may
+have undesired effects of unprintable characters. Reading cronie logs
+with journalctl I can see:
+
+Sep 06 16:50:01 linux CROND[152575]: [96B blob data]
+
+Adding switch --all for unprintable characters it shows:
+
+Sep 06 16:50:01 linux CROND[152575]: (root) CMDOUT (Warning: Permanently
+added '10.52.33.217' (ED25519) to the list of known hosts.^M)
+
+Just skip carriage return for syslog to prevent this.
+---
+ src/do_command.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/do_command.c b/src/do_command.c
+index 45c49f7..ed56775 100644
+--- a/src/do_command.c
 b/src/do_command.c
+@@ -506,6 +506,8 @@ static int child_process(entry * e, char **jobenv) {
+*/
+ 
+   while (EOF != (ch = getc(in))) {
++  if (ch == '\r')
++  continue;
+   bytes++;
+   if (mail)
+   putc(ch, mail);

Copied: cronie/repos/testing-x86_64/80-cronie.hook (from rev 366303, 
cronie/trunk/80-cronie.hook)
===
--- testing-x86_64/80-cronie.hook   (rev 0)
+++ testing-x86_64/80-cronie.hook   2019-10-31 20:38:22 UTC (rev 366304)
@@ -0,0 +1,9 @@
+[Trigger]
+Operation = Upgrade
+Type = Package
+Target = glibc
+
+[Action]
+Description = Restarting cronie for libc upgrade...
+When = PostTransaction
+Exec = /usr/bin/systemctl try-restart cronie.service

Copied: cronie/repos/testing-x86_64/PKGBUILD (from rev 366303, 
cronie/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-31 20:38:22 UTC (rev 366304)
@@ -0,0 +1,64 @@
+# Contributor: Kaiting Chen 
+# Maintainer: Gaetan Bisson 
+
+pkgname='cronie'
+pkgver=1.5.5
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://github.com/cronie-crond/cronie/'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+conflicts=('cron')
+provides=('cron')
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";
+'80-cronie.hook'
+'service'
+'pam.d'
+'deny')
+sha256sums=('be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac'
+'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
+'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
+'00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
+'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+

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

2019-10-31 Thread Jan Steffens via arch-commits
Date: Thursday, October 31, 2019 @ 20:31:16
  Author: heftig
Revision: 366301

6.9.10.71-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:29:21 UTC (rev 366300)
+++ PKGBUILD2019-10-31 20:31:16 UTC (rev 366301)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.70
+pkgver=6.9.10.71
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/";
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('f314d108f9516bbba26dce789cd590f54cc3d398a83bc4f80dacdb11a31706c2'
+sha256sums=('fec2d279c067ab2cf453589dd225e1cb7d5cfaffb7acfec529f911fc72bf9c4f'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2019-10-31 Thread Jan Steffens via arch-commits
Date: Thursday, October 31, 2019 @ 20:32:09
  Author: heftig
Revision: 366302

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 20:31:16 UTC (rev 366301)
+++ PKGBUILD2019-10-31 20:32:09 UTC (rev 366302)
@@ -1,108 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.70
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('f314d108f9516bbba26dce789cd590f54cc3d398a83bc4f80dacdb11a31706c2'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 366301, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 20:32:09 UTC (rev 366302)
@@ -0,0 +1,108 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.10.71
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/";
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
+ chrpath 

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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 20:28:52
  Author: dvzrv
Revision: 521719

upgpkg: php-redis 5.1.0-1

Upgrading to 5.1.0. Updating maintainer info. Adding all direct library depends.

Modified:
  php-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 20:02:12 UTC (rev 521718)
+++ PKGBUILD2019-10-31 20:28:52 UTC (rev 521719)
@@ -1,20 +1,20 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
 url="https://github.com/phpredis/phpredis/";
 license=('PHP')
-depends=('php-igbinary' 'liblzf')
+depends=('glibc' 'liblzf' 'php-igbinary')
 checkdepends=('lsof' 'redis')
 optdepends=('redis: use a local redis instance')
 backup=("etc/php/conf.d/${_name}.ini")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
-sha512sums=('34ae9bc63a2a523d4536e467b58159a5141027db6e417b2227c686aab56e159d1d3fc5135223baa01135a7b3c87dbe672118b34317c7514e717159b67cc5380e')
+sha512sums=('6ecb4bede3ad0425bfaaf09886d53de007a77b51170a0cd79784264d2b803c10fdab77ca0f0189beae248894419f5cf4f0a0078e076bda33e25c5f6acc56b41e')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 20:29:04
  Author: dvzrv
Revision: 521720

archrelease: copy trunk to community-x86_64

Added:
  php-redis/repos/community-x86_64/PKGBUILD
(from rev 521719, php-redis/trunk/PKGBUILD)
Deleted:
  php-redis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 20:28:52 UTC (rev 521719)
+++ PKGBUILD2019-10-31 20:29:04 UTC (rev 521720)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=php-redis
-_name=redis
-_upstream=phpredis
-pkgver=5.0.2
-pkgrel=2
-pkgdesc="An API for communicating with the Redis key-value store"
-arch=('x86_64')
-url="https://github.com/phpredis/phpredis/";
-license=('PHP')
-depends=('php-igbinary' 'liblzf')
-checkdepends=('lsof' 'redis')
-optdepends=('redis: use a local redis instance')
-backup=("etc/php/conf.d/${_name}.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
-sha512sums=('34ae9bc63a2a523d4536e467b58159a5141027db6e417b2227c686aab56e159d1d3fc5135223baa01135a7b3c87dbe672118b34317c7514e717159b67cc5380e')
-
-prepare() {
-  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # tempfile is non-standard, Debian only
-  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
-  # the kill after shutdown of redis makes it exit with status code 1
-  sed -e '/kill -9/d' -i tests/mkring.sh
-  # disable the extension by default
-  echo ";extension=${_name}" > "${_name}.ini"
-  phpize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --enable-redis-igbinary \
-  --enable-redis-lzf \
-  --with-liblzf=/usr/lib/
-  make
-}
-
-check() {
-  # tests are partly broken:
-  # https://github.com/phpredis/phpredis/issues/1593
-  export TEST_PHP_EXECUTABLE=/usr/bin/php
-  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
-  cd "$pkgname-$pkgver"
-  tests/mkring.sh start
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
-  tests/mkring.sh stop
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir/" install
-  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
-  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: php-redis/repos/community-x86_64/PKGBUILD (from rev 521719, 
php-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 20:29:04 UTC (rev 521720)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+
+pkgname=php-redis
+_name=redis
+_upstream=phpredis
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="An API for communicating with the Redis key-value store"
+arch=('x86_64')
+url="https://github.com/phpredis/phpredis/";
+license=('PHP')
+depends=('glibc' 'liblzf' 'php-igbinary')
+checkdepends=('lsof' 'redis')
+optdepends=('redis: use a local redis instance')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz";)
+sha512sums=('6ecb4bede3ad0425bfaaf09886d53de007a77b51170a0cd79784264d2b803c10fdab77ca0f0189beae248894419f5cf4f0a0078e076bda33e25c5f6acc56b41e')
+
+prepare() {
+  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # tempfile is non-standard, Debian only
+  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
+  # the kill after shutdown of redis makes it exit with status code 1
+  sed -e '/kill -9/d' -i tests/mkring.sh
+  # disable the extension by default
+  echo ";extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-redis-igbinary \
+  --enable-redis-lzf \
+  --with-liblzf=/usr/lib/
+  make
+}
+
+check() {
+  # tests are partly broken:
+  # https://github.com/phpredis/phpredis/issues/1593
+  export TEST_PHP_EXECUTABLE=/usr/bin/php
+  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
+  cd "$pkgname-$pkgver"
+  tests/mkring.sh start
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
+  tests/mkring.sh stop
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
+  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 20:02:12
  Author: dvzrv
Revision: 521718

archrelease: copy trunk to community-x86_64

Added:
  patroneo/repos/community-x86_64/PKGBUILD
(from rev 521717, patroneo/trunk/PKGBUILD)
Deleted:
  patroneo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 20:02:07 UTC (rev 521717)
+++ PKGBUILD2019-10-31 20:02:12 UTC (rev 521718)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patroneo
-pkgver=1.4
-pkgrel=1
-pkgdesc="An easy to use pattern based midi sequencer"
-arch=('x86_64')
-url="https://www.laborejo.org/fluajho.git/";
-license=('GPL3')
-groups=('pro-audio')
-depends=('glib2' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'libsndfile'
-'libusb-1.0.so' 'libuuid.so' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('nuitka' 'chrpath')
-optdepends=('non-session-manager: Session management')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('46353a17ff57cd5fb74320eff3b35741e0c09fc830aca7f0bbbf93c18cf4f1775ac8d35681842344a7d80b5ef754d64e9eafbefda3b98a03f976219a3af1672d'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: patroneo/repos/community-x86_64/PKGBUILD (from rev 521717, 
patroneo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 20:02:12 UTC (rev 521718)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+
+pkgname=patroneo
+pkgver=1.4
+pkgrel=2
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=('x86_64')
+url="https://www.laborejo.org/patroneo.git/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('glib2' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'libsndfile'
+'libusb-1.0.so' 'libuuid.so' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka' 'chrpath')
+optdepends=('non-session-manager: Session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('46353a17ff57cd5fb74320eff3b35741e0c09fc830aca7f0bbbf93c18cf4f1775ac8d35681842344a7d80b5ef754d64e9eafbefda3b98a03f976219a3af1672d'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 20:02:07
  Author: dvzrv
Revision: 521717

upgpkg: patroneo 1.4-2

Fixing wrong url. Updating maintainer info.

Modified:
  patroneo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:57:59 UTC (rev 521716)
+++ PKGBUILD2019-10-31 20:02:07 UTC (rev 521717)
@@ -1,11 +1,11 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 pkgname=patroneo
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=('x86_64')
-url="https://www.laborejo.org/fluajho.git/";
+url="https://www.laborejo.org/patroneo.git/";
 license=('GPL3')
 groups=('pro-audio')
 depends=('glib2' 'glibc' 'hicolor-icon-theme' 'libjack.so' 'libsndfile'


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:57:53
  Author: dvzrv
Revision: 521715

upgpkg: samplv1 0.9.11-1

Upgrading to 0.9.11. Updating maintainer information.

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:54:00 UTC (rev 521714)
+++ PKGBUILD2019-10-31 19:57:53 UTC (rev 521715)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 
 pkgname=samplv1
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -9,14 +9,13 @@
 url="https://samplv1.sourceforge.io/";
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'libsndfile' 'qt5-base')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
 makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
 'jack: for standalone application'
 'liblo: for standalone application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('f7fb18d69c982026ee5258b4ac50ccba360164a7914b770feb4ed5f6444b951a77d9d91d4317f2b619d2ac2952fd4a851c4945e895781455104a1a5f418cbca8')
+sha512sums=('697d734eb568290f94e88169ea2f3de0e165e0e818362003a86e959665030c963bf090f91d2d6dd379189c25dc13adee4dca8edb00d6d578f08352548ba6cb3d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:57:59
  Author: dvzrv
Revision: 521716

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 521715, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:57:53 UTC (rev 521715)
+++ PKGBUILD2019-10-31 19:57:59 UTC (rev 521716)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=samplv1
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=('x86_64')
-url="https://samplv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('f7fb18d69c982026ee5258b4ac50ccba360164a7914b770feb4ed5f6444b951a77d9d91d4317f2b619d2ac2952fd4a851c4945e895781455104a1a5f418cbca8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 521715, 
samplv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:57:59 UTC (rev 521716)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=samplv1
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=('x86_64')
+url="https://samplv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('697d734eb568290f94e88169ea2f3de0e165e0e818362003a86e959665030c963bf090f91d2d6dd379189c25dc13adee4dca8edb00d6d578f08352548ba6cb3d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:54:00
  Author: dvzrv
Revision: 521714

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 521713, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:53:53 UTC (rev 521713)
+++ PKGBUILD2019-10-31 19:54:00 UTC (rev 521714)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=synthv1
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('83cb2c2bddfe009fe51735f2564d2502ab701fbb1ec6dbe5fc082c1550102b8aed2bbb9ae7abd4df22cb7614a3f6f7dcb06fd13f47ea00961f5d8ad243e5b849')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-x86_64/PKGBUILD (from rev 521713, 
synthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:54:00 UTC (rev 521714)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=synthv1
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('116b3ef70529fa8b0b6d87464c26ad56321c58f8edebcc5cdea8fa7e7e6edeb4613568045452bacb0b368b5b7f26c4bd8253d2bba33bd6faba53e2527dab771d')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:53:53
  Author: dvzrv
Revision: 521713

upgpkg: synthv1 0.9.11-1

Upgrading to 0.9.11. Updating maintainer information.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:48:37 UTC (rev 521712)
+++ PKGBUILD2019-10-31 19:53:53 UTC (rev 521713)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 
 pkgname=synthv1
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=('x86_64')
@@ -9,14 +9,13 @@
 url="https://synthv1.sourceforge.io/synthv1-index.html";
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'qt5-base')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
 'jack: for standalone application'
 'liblo: for standalone application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('83cb2c2bddfe009fe51735f2564d2502ab701fbb1ec6dbe5fc082c1550102b8aed2bbb9ae7abd4df22cb7614a3f6f7dcb06fd13f47ea00961f5d8ad243e5b849')
+sha512sums=('116b3ef70529fa8b0b6d87464c26ad56321c58f8edebcc5cdea8fa7e7e6edeb4613568045452bacb0b368b5b7f26c4bd8253d2bba33bd6faba53e2527dab771d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:48:32
  Author: dvzrv
Revision: 521711

upgpkg: padthv1 0.9.11-1

Upgrading to 0.9.11. Updating maintainer information.

Modified:
  padthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:46:03 UTC (rev 521710)
+++ PKGBUILD2019-10-31 19:48:32 UTC (rev 521711)
@@ -1,6 +1,7 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=padthv1
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
@@ -7,14 +8,13 @@
 url="https://padthv1.sourceforge.io/";
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'qt5-base')
+depends=('fftw' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
 'jack: for standalone application'
 'liblo: for standalone application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('dd01c603ea60da09dabf032fb9ca601ca8c5ff25693999ecb764f25263aef1fc081c9532778744c113433ec746cda86394a2833e58b03763e87ed63070a51c32')
+sha512sums=('54cd9e0572a1edbeefcafa2e5623fe257c03effc3c26d2e5b12ebb3d77dfe0f237226f56dca21fe3874a2611c1c8f6b327bff68f3feb22a05dad63b6bb85d29a')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:48:37
  Author: dvzrv
Revision: 521712

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 521711, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:48:32 UTC (rev 521711)
+++ PKGBUILD2019-10-31 19:48:37 UTC (rev 521712)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-pkgname=padthv1
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('dd01c603ea60da09dabf032fb9ca601ca8c5ff25693999ecb764f25263aef1fc081c9532778744c113433ec746cda86394a2833e58b03763e87ed63070a51c32')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 521711, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:48:37 UTC (rev 521712)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=padthv1
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('54cd9e0572a1edbeefcafa2e5623fe257c03effc3c26d2e5b12ebb3d77dfe0f237226f56dca21fe3874a2611c1c8f6b327bff68f3feb22a05dad63b6bb85d29a')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:46:03
  Author: dvzrv
Revision: 521710

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 521709, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:44:53 UTC (rev 521709)
+++ PKGBUILD2019-10-31 19:46:03 UTC (rev 521710)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=drumkv1
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-'jack: for standalone application'
-'liblo: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a55b8d06a373034c99873aedf5f11447921237948fd0fcc6ac2654677b0aafec5ac288aae183e8685c68a586f73525875b171c695bce87895342673f40199c45')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 521709, 
drumkv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:46:03 UTC (rev 521710)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=drumkv1
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+'jack: for standalone application'
+'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('ea290c2e6143d2d56b32cc4dbdbf3ad3e942d1d02d4be99a2277bbe96ae7087fdf586747c9534ac474354c12f7c95a4e161c222454b03ab5e4301d1e1047cff5')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:43:52
  Author: felixonmars
Revision: 521707

Python 3.8 rebuild

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:41:56 UTC (rev 521706)
+++ PKGBUILD2019-10-31 19:43:52 UTC (rev 521707)
@@ -5,7 +5,7 @@
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
 pkgver=1.3.9
-pkgrel=2
+pkgrel=3
 arch=('x86_64') # python2 package contain .so
 url="https://www.sqlalchemy.org/";
 license=('MIT')


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 19:44:53
  Author: dvzrv
Revision: 521709

upgpkg: drumkv1 0.9.11-1

Upgrading to 0.9.11. Updating maintainer information.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:44:06 UTC (rev 521708)
+++ PKGBUILD2019-10-31 19:44:53 UTC (rev 521709)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 
 pkgname=drumkv1
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
@@ -9,14 +9,13 @@
 url="https://drumkv1.sourceforge.io/";
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'libsndfile' 'qt5-base')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libsndfile' 'qt5-base')
 makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
 'jack: for standalone application'
 'liblo: for standalone application')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a55b8d06a373034c99873aedf5f11447921237948fd0fcc6ac2654677b0aafec5ac288aae183e8685c68a586f73525875b171c695bce87895342673f40199c45')
+sha512sums=('ea290c2e6143d2d56b32cc4dbdbf3ad3e942d1d02d4be99a2277bbe96ae7087fdf586747c9534ac474354c12f7c95a4e161c222454b03ab5e4301d1e1047cff5')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:44:06
  Author: felixonmars
Revision: 521708

archrelease: copy trunk to community-staging-x86_64

Added:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD
(from rev 521707, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-staging-x86_64/sqlite-3.30.patch
(from rev 521707, python-sqlalchemy/trunk/sqlite-3.30.patch)
Deleted:
  python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD

---+
 PKGBUILD  |  127 +++-
 sqlite-3.30.patch |   50 
 2 files changed, 116 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:43:52 UTC (rev 521707)
+++ PKGBUILD2019-10-31 19:44:06 UTC (rev 521708)
@@ -1,61 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.9
-pkgrel=2
-arch=('x86_64') # python2 package contain .so
-url="https://www.sqlalchemy.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('7c4b7fec7cb754c33ff693df6b1d429f9756e3446b56d7244a0e96232e9ca2557064055c40c65119db99b17579f178a169bb07ed83c0f353027bc18ac8247c2a'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-staging-x86_64/PKGBUILD (from rev 
521707, python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:44:06 UTC (rev 521708)
@@ -0,0 +1,66 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.3.9
+pkgrel=3
+arch=('x86_64') # python2 package contain .so
+url="https://www.sqlalchemy.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc}
+'sqlite-3.30.patch')
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('7c4b7fec7cb754c33ff693df6b1d429f9756e3446b56d7244a0e96232e9ca2557064055c40c65119db99b17579f178a169bb07ed83c0f353027bc18ac8247c2a'
+'SKIP'
+
'8760bd3a603639d84a2664114a982ba5fd41c9fdb31157fae10e602d9fd9b83a55d67a292a137ea67aaeb90dd096c59dc8dd65f71aef5f2de04bed16c6d95b53')
+
+prepare() {
+  # https://github.com/sqlalchemy/sqlalchemy/pull/4921
+  patch -Np1 -d SQLAlchemy-$pkgver 
+Date: Thu, 17 Oct 2019 18:22:09 +0200
+Subject: [PATCH 1/2] Expect ordering NULLs to work on sqlite >= 3.30.
+
+Signed-off-by: Nils Philippsen 
+---
+ test/requirements.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/test/requirements.py b/test/requirements.py
+index a0d984ef4..7dde12f56 100644
+--- a/test/requirements.py
 b/test/requirements.py
+@@ -772,7 +772,8 @@ def dbapi_lastrowid(self):
+ @property
+ def nullsordering(self):
+ """Target backends that support nulls ordering."""
+-return fails_on_everything_except("postgresql", "oracle", "firebird")
++return fails_on_everything_except("postgresql", "oracle", "firebird",
++  "sqlite >= 3.30.0")
+ 
+ @property
+ def reflects_pk_names(self):
+
+From e18534a9045786e

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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:41:44
  Author: felixonmars
Revision: 521705

Python 3.8 rebuild

Modified:
  python-libarchive-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:40:35 UTC (rev 521704)
+++ PKGBUILD2019-10-31 19:41:44 UTC (rev 521705)
@@ -3,7 +3,7 @@
 pkgbase=python-libarchive-c
 pkgname=('python-libarchive-c' 'python2-libarchive-c')
 pkgver=2.9
-pkgrel=0
+pkgrel=1
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
 arch=('any')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:41:56
  Author: felixonmars
Revision: 521706

archrelease: copy trunk to community-staging-any

Added:
  python-libarchive-c/repos/community-staging-any/PKGBUILD
(from rev 521705, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:41:44 UTC (rev 521705)
+++ PKGBUILD2019-10-31 19:41:56 UTC (rev 521706)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-libarchive-c
-pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.8
-pkgrel=4
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('CC0')
-makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
-checkdepends=('python-pytest-cov' 'python-mock' 'python2-pytest-cov' 
'python2-mock')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
-sha512sums=('789e2b700d0a57c424d133d274bac2fdc1d26027a45f3b4827ea3d47ceccd40cc1bbd4baa8e5abeb4ee42267ac589e36e94700f35354ff2dd0274f64c1fdba93')
-
-prepare() {
-  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
-  cp -a ${pkgbase}-${pkgver}{,-py2}
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-LC_CTYPE=en_US.UTF-8 py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-LC_CTYPE=en_US.UTF-8 py.test2
-  )
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_python-libarchive-c() {
-  depends=('python' 'libarchive')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-libarchive-c() {
-  depends=('python2' 'libarchive')
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-staging-any/PKGBUILD (from rev 
521705, python-libarchive-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:41:56 UTC (rev 521706)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-libarchive-c
+pkgname=('python-libarchive-c' 'python2-libarchive-c')
+pkgver=2.9
+pkgrel=1
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('CC0')
+makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
+checkdepends=('python-pytest-cov' 'python-mock' 'python2-pytest-cov' 
'python2-mock')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
+sha512sums=('282791cef6ff67aefc238ce1b40783e3952b366fc5c464fe99557e81d91e8057b9ec339c52535917c251f9a9bffdd3ec2773c91cbb6c9881d9ecb8572cf0fc5b')
+
+prepare() {
+  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+LC_CTYPE=en_US.UTF-8 py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+LC_CTYPE=en_US.UTF-8 py.test2
+  )
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-libarchive-c() {
+  depends=('python' 'libarchive')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-libarchive-c() {
+  depends=('python2' 'libarchive')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:40:35
  Author: foutrelis
Revision: 521704

Prepare bump to 2.9

Modified:
  python-libarchive-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:37:42 UTC (rev 521703)
+++ PKGBUILD2019-10-31 19:40:35 UTC (rev 521704)
@@ -2,8 +2,8 @@
 
 pkgbase=python-libarchive-c
 pkgname=('python-libarchive-c' 'python2-libarchive-c')
-pkgver=2.8
-pkgrel=4
+pkgver=2.9
+pkgrel=0
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'libarchive')
 checkdepends=('python-pytest-cov' 'python-mock' 'python2-pytest-cov' 
'python2-mock')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/Changaco/python-libarchive-c/archive/${pkgver}.tar.gz)
-sha512sums=('789e2b700d0a57c424d133d274bac2fdc1d26027a45f3b4827ea3d47ceccd40cc1bbd4baa8e5abeb4ee42267ac589e36e94700f35354ff2dd0274f64c1fdba93')
+sha512sums=('282791cef6ff67aefc238ce1b40783e3952b366fc5c464fe99557e81d91e8057b9ec339c52535917c251f9a9bffdd3ec2773c91cbb6c9881d9ecb8572cf0fc5b')
 
 prepare() {
   sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:37:42
  Author: felixonmars
Revision: 521703

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:37:31 UTC (rev 521702)
+++ PKGBUILD2019-10-31 19:37:42 UTC (rev 521703)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-characteristic
-pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=14.3.0
-pkgrel=8
-pkgdesc="Python attributes without boilerplate."
-arch=('any')
-license=('MIT')
-url="https://pypi.python.org/pypi/characteristic";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://files.pythonhosted.org/packages/source/c/characteristic/characteristic-$pkgver.tar.gz"{,.asc})
-md5sums=('b249368dd021fde1c06b4802867c0913'
- 'SKIP')
-validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack 

-
-prepare() {
-  cp -a characteristic-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/characteristic-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/characteristic-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/characteristic-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/characteristic-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-characteristic() {
-  depends=('python')
-
-  cd characteristic-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-characteristic() {
-  depends=('python2')
-
-  cd characteristic-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-characteristic/repos/community-staging-any/PKGBUILD (from rev 
521702, python-characteristic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:37:42 UTC (rev 521703)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-characteristic
+pkgname=('python-characteristic' 'python2-characteristic')
+pkgver=14.3.0
+pkgrel=9
+pkgdesc="Python attributes without boilerplate."
+arch=('any')
+license=('MIT')
+url="https://pypi.python.org/pypi/characteristic";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://files.pythonhosted.org/packages/source/c/characteristic/characteristic-$pkgver.tar.gz"{,.asc})
+md5sums=('b249368dd021fde1c06b4802867c0913'
+ 'SKIP')
+validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack 

+
+prepare() {
+  sed -i 's/\[pytest\]/[tool:pytest]/' characteristic-$pkgver/setup.cfg
+  cp -a characteristic-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/characteristic-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/characteristic-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/characteristic-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/characteristic-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-characteristic() {
+  depends=('python')
+
+  cd characteristic-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-characteristic() {
+  depends=('python2')
+
+  cd characteristic-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:36:38
  Author: foutrelis
Revision: 521701

Fix tests

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:31:53 UTC (rev 521700)
+++ PKGBUILD2019-10-31 19:36:38 UTC (rev 521701)
@@ -16,6 +16,7 @@
 validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack 

 
 prepare() {
+  sed -i 's/\[pytest\]/[tool:pytest]/' characteristic-$pkgver/setup.cfg
   cp -a characteristic-$pkgver{,-py2}
 }
 


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:37:31
  Author: felixonmars
Revision: 521702

Python 3.8 rebuild

Modified:
  python-characteristic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:36:38 UTC (rev 521701)
+++ PKGBUILD2019-10-31 19:37:31 UTC (rev 521702)
@@ -3,7 +3,7 @@
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
 pkgver=14.3.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Python attributes without boilerplate."
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-dbus-signature-pyparsing/trunk (PKGBUILD)

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:31:42
  Author: felixonmars
Revision: 521699

Python 3.8 rebuild

Modified:
  python-dbus-signature-pyparsing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:30:26 UTC (rev 521698)
+++ PKGBUILD2019-10-31 19:31:42 UTC (rev 521699)
@@ -4,7 +4,7 @@
 pkgname='python-dbus-signature-pyparsing'
 _srcname='dbus-signature-pyparsing'
 pkgver=0.03
-pkgrel=5
+pkgrel=6
 pkgdesc='A Parser for a D-Bus Signature'
 arch=('any')
 license=('Apache')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:31:53
  Author: felixonmars
Revision: 521700

archrelease: copy trunk to community-staging-any

Added:
  python-dbus-signature-pyparsing/repos/community-staging-any/PKGBUILD
(from rev 521699, python-dbus-signature-pyparsing/trunk/PKGBUILD)
Deleted:
  python-dbus-signature-pyparsing/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:31:42 UTC (rev 521699)
+++ PKGBUILD2019-10-31 19:31:53 UTC (rev 521700)
@@ -1,36 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Christopher A. Williamson 
-
-pkgname='python-dbus-signature-pyparsing'
-_srcname='dbus-signature-pyparsing'
-pkgver=0.03
-pkgrel=5
-pkgdesc='A Parser for a D-Bus Signature'
-arch=('any')
-license=('Apache')
-url='https://github.com/stratis-storage/dbus-signature-pyparsing/releases'
-depends=('python-pyparsing')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
-source=(
-  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz";
-)
-sha256sums=(
-  '263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b'
-)
-
-check() {
-  cd "${_srcname}-${pkgver}"
-  nosetests
-}
-
-package() {
-  cd "${_srcname}-${pkgver}"
-
-  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-dbus-signature-pyparsing/repos/community-staging-any/PKGBUILD 
(from rev 521699, python-dbus-signature-pyparsing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:31:53 UTC (rev 521700)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Christopher A. Williamson 
+
+pkgname='python-dbus-signature-pyparsing'
+_srcname='dbus-signature-pyparsing'
+pkgver=0.03
+pkgrel=6
+pkgdesc='A Parser for a D-Bus Signature'
+arch=('any')
+license=('Apache')
+url='https://github.com/stratis-storage/dbus-signature-pyparsing/releases'
+depends=('python-pyparsing')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
+source=(
+  
"${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz";
+)
+sha256sums=(
+  '263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b'
+)
+
+check() {
+  cd "${_srcname}-${pkgver}"
+  nosetests
+}
+
+package() {
+  cd "${_srcname}-${pkgver}"
+
+  install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-hs-dbus-signature/repos (2 files)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:30:26
  Author: foutrelis
Revision: 521698

archrelease: copy trunk to community-staging-any

Added:
  python-hs-dbus-signature/repos/community-staging-any/
  python-hs-dbus-signature/repos/community-staging-any/PKGBUILD
(from rev 521697, python-hs-dbus-signature/trunk/PKGBUILD)

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

Copied: python-hs-dbus-signature/repos/community-staging-any/PKGBUILD (from rev 
521697, python-hs-dbus-signature/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-31 19:30:26 UTC (rev 521698)
@@ -0,0 +1,30 @@
+# Maintainer: Jiachen YANG 
+
+pkgname=python-hs-dbus-signature
+_pkgname=hs-dbus-signature
+pkgver=0.06
+pkgrel=2
+pkgdesc="dbus signature hypothesis strategy generator"
+url="https://github.com/stratis-storage/hs-dbus-signature";
+depends=('python-hypothesis' )
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-nose')
+license=('MPL2')
+arch=('any')
+source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
+
+check() {
+cd $srcdir/${_pkgname}-${pkgver}
+nosetests
+}
+ 
+build() {
+cd $srcdir/${_pkgname}-${pkgver}
+python setup.py build
+}
+
+package() {
+cd $srcdir/${_pkgname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 
+}


[arch-commits] Commit in python-hs-dbus-signature/trunk (PKGBUILD)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:30:19
  Author: foutrelis
Revision: 521697

Python 3.8 rebuild

Modified:
  python-hs-dbus-signature/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:27:43 UTC (rev 521696)
+++ PKGBUILD2019-10-31 19:30:19 UTC (rev 521697)
@@ -3,7 +3,7 @@
 pkgname=python-hs-dbus-signature
 _pkgname=hs-dbus-signature
 pkgver=0.06
-pkgrel=1
+pkgrel=2
 pkgdesc="dbus signature hypothesis strategy generator"
 url="https://github.com/stratis-storage/hs-dbus-signature";
 depends=('python-hypothesis' )


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:27:29
  Author: felixonmars
Revision: 521695

Python 3.8 rebuild

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:26:17 UTC (rev 521694)
+++ PKGBUILD2019-10-31 19:27:29 UTC (rev 521695)
@@ -4,7 +4,7 @@
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
 pkgver=18.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
 arch=('any')
 url="https://github.com/crossbario/txaio";


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 19:27:43
  Author: felixonmars
Revision: 521696

archrelease: copy trunk to community-staging-any

Added:
  python-txaio/repos/community-staging-any/PKGBUILD
(from rev 521695, python-txaio/trunk/PKGBUILD)
  python-txaio/repos/community-staging-any/make-pytest-happy.patch
(from rev 521695, python-txaio/trunk/make-pytest-happy.patch)
Deleted:
  python-txaio/repos/community-staging-any/PKGBUILD

-+
 PKGBUILD|  122 --
 make-pytest-happy.patch |   47 +
 2 files changed, 111 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:27:29 UTC (rev 521695)
+++ PKGBUILD2019-10-31 19:27:43 UTC (rev 521696)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=18.8.1
-pkgrel=2
-pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
-arch=('any')
-url="https://github.com/crossbario/txaio";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
-source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz";)
-sha512sums=('5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64')
-
-prepare() {
-  # This tests whether pip can install the sdist, and is completely broken
-  # except in their boutique setup. They won't fix it.
-  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
-  rm txaio-$pkgver/test/test_packaging.py
-  cp -a txaio-$pkgver{,-py2}
-
-  # Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
-  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
-}
-
-build() {
-  cd "$srcdir"/txaio-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/txaio-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/txaio-$pkgver
-  python -m pytest
-
-  cd "$srcdir"/txaio-$pkgver-py2
-  python2 -m pytest
-}
-
-package_python-txaio() {
-  depends=('python-six')
-
-  cd txaio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-txaio() {
-  depends=('python2-six')
-
-  cd txaio-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-txaio/repos/community-staging-any/PKGBUILD (from rev 521695, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:27:43 UTC (rev 521696)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=18.8.1
+pkgrel=3
+pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
+arch=('any')
+url="https://github.com/crossbario/txaio";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
+source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz";
+'make-pytest-happy.patch')
+sha512sums=('5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64'
+
'bc78ad2ba52d8cd9eb8a2743be93b88b3e162ede50e848e16a7db60f9c0a47115cd8fa92f4151c1d8377852524c07483a18d3d38e349347538a7bde1c56afe27')
+
+prepare() {
+  # This tests whether pip can install the sdist, and is completely broken
+  # except in their boutique setup. They won't fix it.
+  # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
+  rm txaio-$pkgver/test/test_packaging.py
+
+  # https://github.com/crossbario/txaio/issues/140
+  patch -Np1 -d txaio-$pkgver https://github.com/crossbario/txaio/issues/134)
+  sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' 
txaio-$pkgver/test/*.py
+}
+
+build() {
+  cd "$srcdir"/txaio-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/txaio-$pkgver
+  python -m pytest
+
+  cd "$srcdir"/txaio-$pkgver-py2
+  python2 -m pytest
+}
+
+package_python-txaio() {
+  depends=('python-six')
+
+  cd txaio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-txaio() {
+  depends=('python2-six')
+
+  cd txaio-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-txaio

[arch-commits] Commit in python-txaio/trunk (PKGBUILD make-pytest-happy.patch)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:26:17
  Author: foutrelis
Revision: 521694

Fix some test failures with recent pytest

Added:
  python-txaio/trunk/make-pytest-happy.patch
Modified:
  python-txaio/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++--
 make-pytest-happy.patch |   47 ++
 2 files changed, 55 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:22:13 UTC (rev 521693)
+++ PKGBUILD2019-10-31 19:26:17 UTC (rev 521694)
@@ -11,8 +11,10 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 
'python2-mock' 'python2-twisted')
-source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz";)
-sha512sums=('5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64')
+source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz";
+'make-pytest-happy.patch')
+sha512sums=('5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64'
+
'bc78ad2ba52d8cd9eb8a2743be93b88b3e162ede50e848e16a7db60f9c0a47115cd8fa92f4151c1d8377852524c07483a18d3d38e349347538a7bde1c56afe27')
 
 prepare() {
   # This tests whether pip can install the sdist, and is completely broken
@@ -19,6 +21,10 @@
   # except in their boutique setup. They won't fix it.
   # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
   rm txaio-$pkgver/test/test_packaging.py
+
+  # https://github.com/crossbario/txaio/issues/140
+  patch -Np1 -d txaio-$pkgver https://github.com/crossbario/txaio/issues/134)

Added: make-pytest-happy.patch
===
--- make-pytest-happy.patch (rev 0)
+++ make-pytest-happy.patch 2019-10-31 19:26:17 UTC (rev 521694)
@@ -0,0 +1,47 @@
+From 9217f054b7eccc120f84e01995479125e07de59a Mon Sep 17 00:00:00 2001
+From: meejah 
+Date: Fri, 22 Feb 2019 12:01:46 -0700
+Subject: [PATCH] make pytest happy
+
+---
+ test/conftest.py | 12 ++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+diff --git a/test/conftest.py b/test/conftest.py
+index 4a225c8..a3ca2d6 100644
+--- a/test/conftest.py
 b/test/conftest.py
+@@ -25,9 +25,9 @@ def framework(request):
+ 
+ try:
+ if request.param == 'twisted':
+-return framework_tx()
++return _notfixture_framework_tx()
+ elif request.param == 'asyncio':
+-return framework_aio()
++return _notfixture_framework_aio()
+ except ImportError:
+ pytest.skip()
+ 
+@@ -43,6 +43,10 @@ def framework_uninitialized():
+ 
+ @pytest.fixture
+ def framework_tx():
++return _notfixture_framework_tx()
++
++
++def _notfixture_framework_tx():
+ try:
+ import txaio
+ from txaio import tx
+@@ -56,6 +60,10 @@ def framework_tx():
+ 
+ @pytest.fixture
+ def framework_aio():
++return _notfixture_framework_aio()
++
++
++def _notfixture_framework_aio():
+ try:
+ import txaio
+ from txaio import aio


[arch-commits] Commit in python-sqlalchemy/trunk (PKGBUILD sqlite-3.30.patch)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 19:22:13
  Author: foutrelis
Revision: 521693

Adjust tests for sqlite 3.30

Added:
  python-sqlalchemy/trunk/sqlite-3.30.patch
Modified:
  python-sqlalchemy/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++--
 sqlite-3.30.patch |   50 ++
 2 files changed, 57 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:17:46 UTC (rev 521692)
+++ PKGBUILD2019-10-31 19:22:13 UTC (rev 521693)
@@ -11,12 +11,17 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc}
+'sqlite-3.30.patch')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
 
sha512sums=('7c4b7fec7cb754c33ff693df6b1d429f9756e3446b56d7244a0e96232e9ca2557064055c40c65119db99b17579f178a169bb07ed83c0f353027bc18ac8247c2a'
-'SKIP')
+'SKIP'
+
'8760bd3a603639d84a2664114a982ba5fd41c9fdb31157fae10e602d9fd9b83a55d67a292a137ea67aaeb90dd096c59dc8dd65f71aef5f2de04bed16c6d95b53')
 
 prepare() {
+  # https://github.com/sqlalchemy/sqlalchemy/pull/4921
+  patch -Np1 -d SQLAlchemy-$pkgver 
+Date: Thu, 17 Oct 2019 18:22:09 +0200
+Subject: [PATCH 1/2] Expect ordering NULLs to work on sqlite >= 3.30.
+
+Signed-off-by: Nils Philippsen 
+---
+ test/requirements.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/test/requirements.py b/test/requirements.py
+index a0d984ef4..7dde12f56 100644
+--- a/test/requirements.py
 b/test/requirements.py
+@@ -772,7 +772,8 @@ def dbapi_lastrowid(self):
+ @property
+ def nullsordering(self):
+ """Target backends that support nulls ordering."""
+-return fails_on_everything_except("postgresql", "oracle", "firebird")
++return fails_on_everything_except("postgresql", "oracle", "firebird",
++  "sqlite >= 3.30.0")
+ 
+ @property
+ def reflects_pk_names(self):
+
+From e18534a9045786efdaf4963515222838c62e0300 Mon Sep 17 00:00:00 2001
+From: Nils Philippsen 
+Date: Fri, 18 Oct 2019 10:09:16 +0200
+Subject: [PATCH 2/2] Skip nested aggregate tests on sqlite.
+
+This seems to have stopped working with SQLite 3.30.
+
+Signed-off-by: Nils Philippsen 
+---
+ test/requirements.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/requirements.py b/test/requirements.py
+index 7dde12f56..388131cc9 100644
+--- a/test/requirements.py
 b/test/requirements.py
+@@ -788,7 +788,7 @@ def nested_aggregates(self):
+ """target database can select an aggregate from a subquery that's
+ also using an aggregate"""
+ 
+-return skip_if(["mssql"])
++return skip_if(["mssql", "sqlite"])
+ 
+ @property
+ def array_type(self):


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

2019-10-31 Thread Brett Cornwall via arch-commits
Date: Thursday, October 31, 2019 @ 19:13:58
  Author: ainola
Revision: 521691

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 19:13:13 UTC (rev 521690)
+++ PKGBUILD2019-10-31 19:13:58 UTC (rev 521691)
@@ -1,34 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Antoine Damhet
-
-pkgname=kanshi
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Dynamic output configuration for Wayland WMs'
-arch=(x86_64)
-url="https://wayland.emersion.fr/kanshi/";
-license=('MIT')
-makedepends=('meson' 'scdoc')
-depends=('wayland')
-source=(
-
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
-
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";
-)
-sha256sums=('90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90'
-'SKIP')
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
-
-build() {
-meson --prefix=/usr \
---buildtype=plain \
--Dman-pages=enabled \
-"${pkgname}-${pkgver}" build
-ninja -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-cd "$pkgname-$pkgver"
-install -Dm0644 "LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname/"
-install -Dm0644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: kanshi/repos/community-staging-x86_64/PKGBUILD (from rev 521690, 
kanshi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 19:13:58 UTC (rev 521691)
@@ -0,0 +1,34 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Antoine Damhet
+
+pkgname=kanshi
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Dynamic output configuration for Wayland WMs'
+arch=(x86_64)
+url="https://wayland.emersion.fr/kanshi/";
+license=('MIT')
+makedepends=('meson' 'scdoc')
+depends=('wayland')
+source=(
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";
+)
+sha256sums=('90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90'
+'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
+
+build() {
+meson --prefix=/usr \
+--buildtype=plain \
+-Dman-pages=enabled \
+"${pkgname}-${pkgver}" build
+ninja -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+cd "$pkgname-$pkgver"
+install -Dm0644 "LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname/"
+install -Dm0644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2019-10-31 Thread Brett Cornwall via arch-commits
Date: Thursday, October 31, 2019 @ 19:13:13
  Author: ainola
Revision: 521690

bump kanshi pkgrel for those from the AUR

Modified:
  kanshi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 19:12:05 UTC (rev 521689)
+++ PKGBUILD2019-10-31 19:13:13 UTC (rev 521690)
@@ -3,7 +3,7 @@
 
 pkgname=kanshi
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic output configuration for Wayland WMs'
 arch=(x86_64)
 url="https://wayland.emersion.fr/kanshi/";


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

2019-10-31 Thread Brett Cornwall via arch-commits
Date: Thursday, October 31, 2019 @ 19:12:05
  Author: ainola
Revision: 521689

archrelease: copy trunk to community-staging-x86_64

Added:
  kanshi/repos/community-staging-x86_64/
  kanshi/repos/community-staging-x86_64/PKGBUILD
(from rev 521688, kanshi/trunk/PKGBUILD)

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

Copied: kanshi/repos/community-staging-x86_64/PKGBUILD (from rev 521688, 
kanshi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-31 19:12:05 UTC (rev 521689)
@@ -0,0 +1,34 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Antoine Damhet
+
+pkgname=kanshi
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dynamic output configuration for Wayland WMs'
+arch=(x86_64)
+url="https://wayland.emersion.fr/kanshi/";
+license=('MIT')
+makedepends=('meson' 'scdoc')
+depends=('wayland')
+source=(
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";
+)
+sha256sums=('90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90'
+'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
+
+build() {
+meson --prefix=/usr \
+--buildtype=plain \
+-Dman-pages=enabled \
+"${pkgname}-${pkgver}" build
+ninja -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+cd "$pkgname-$pkgver"
+install -Dm0644 "LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname/"
+install -Dm0644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2019-10-31 Thread Brett Cornwall via arch-commits
Date: Thursday, October 31, 2019 @ 19:10:35
  Author: ainola
Revision: 521688

Import Kanshi from AUR

While not at the typical 10 vote minimum, this tool provides monitor management
functionality in Wayland that no other can at the moment.

Added:
  kanshi/
  kanshi/repos/
  kanshi/trunk/
  kanshi/trunk/PKGBUILD

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

Added: kanshi/trunk/PKGBUILD
===
--- kanshi/trunk/PKGBUILD   (rev 0)
+++ kanshi/trunk/PKGBUILD   2019-10-31 19:10:35 UTC (rev 521688)
@@ -0,0 +1,34 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Antoine Damhet
+
+pkgname=kanshi
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dynamic output configuration for Wayland WMs'
+arch=(x86_64)
+url="https://wayland.emersion.fr/kanshi/";
+license=('MIT')
+makedepends=('meson' 'scdoc')
+depends=('wayland')
+source=(
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
"https://github.com/emersion/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";
+)
+sha256sums=('90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90'
+'SKIP')
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
+
+build() {
+meson --prefix=/usr \
+--buildtype=plain \
+-Dman-pages=enabled \
+"${pkgname}-${pkgver}" build
+ninja -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+cd "$pkgname-$pkgver"
+install -Dm0644 "LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname/"
+install -Dm0644 "README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:59:42
  Author: felixonmars
Revision: 521686

Python 3.8 rebuild

Modified:
  python-pyfiglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:58:15 UTC (rev 521685)
+++ PKGBUILD2019-10-31 18:59:42 UTC (rev 521686)
@@ -4,7 +4,7 @@
 _name=pyfiglet
 pkgname=python-pyfiglet
 pkgver=0.8.post0
-pkgrel=2
+pkgrel=3
 pkgdesc='Pure-python FIGlet implementation'
 url=https://github.com/pwaller/pyfiglet
 license=('GPL')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:59:53
  Author: felixonmars
Revision: 521687

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:59:42 UTC (rev 521686)
+++ PKGBUILD2019-10-31 18:59:53 UTC (rev 521687)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Victor Häggqvist 
-
-_name=pyfiglet
-pkgname=python-pyfiglet
-pkgver=0.8.post0
-pkgrel=2
-pkgdesc='Pure-python FIGlet implementation'
-url=https://github.com/pwaller/pyfiglet
-license=('GPL')
-arch=('any')
-depends=('python-setuptools')
-checkdepends=('figlet')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha512sums=('43f0497ae86139e8f64c45e41e575aa82eee574331739e96c555ca33e8f6900df6487d3220667188891eacd56e00d716d427479337fe5d6b2efdaa664376')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python pyfiglet/test.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyfiglet/repos/community-staging-any/PKGBUILD (from rev 521686, 
python-pyfiglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:59:53 UTC (rev 521687)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Victor Häggqvist 
+
+_name=pyfiglet
+pkgname=python-pyfiglet
+pkgver=0.8.post0
+pkgrel=3
+pkgdesc='Pure-python FIGlet implementation'
+url=https://github.com/pwaller/pyfiglet
+license=('GPL')
+arch=('any')
+depends=('python-setuptools')
+checkdepends=('figlet')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha512sums=('43f0497ae86139e8f64c45e41e575aa82eee574331739e96c555ca33e8f6900df6487d3220667188891eacd56e00d716d427479337fe5d6b2efdaa664376')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  PYTHONPATH=. python pyfiglet/test.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:58:15
  Author: foutrelis
Revision: 521685

Fix tests

Modified:
  python-pyfiglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:56:19 UTC (rev 521684)
+++ PKGBUILD2019-10-31 18:58:15 UTC (rev 521685)
@@ -21,7 +21,7 @@
 
 check() {
   cd $_name-$pkgver
-  python pyfiglet/test.py
+  PYTHONPATH=. python pyfiglet/test.py
 }
 
 package() {


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 18:56:05
  Author: dvzrv
Revision: 521683

upgpkg: dnscrypt-proxy 2.0.31-1

Upgrading to 2.0.31.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:47:45 UTC (rev 521682)
+++ PKGBUILD2019-10-31 18:56:05 UTC (rev 521683)
@@ -4,7 +4,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.30
+pkgver=2.0.31
 pkgrel=1
 pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 "${pkgname}.service"
 "${pkgname}.socket"
 'configuration.diff')
-sha512sums=('a978ae408ceaf98b16c53bff620fa21077afb646a5e460afc1a56ad053aef7b775c5769caab030d662d82478522b027ce379ff5a60b49b0da5ae292102fb9522'
+sha512sums=('500c800213b94bf8ecbea7493716de5fe41afd584c70844519f1f50827b94a28ec982f2c2b85f7a281dca58273ba968113beed6a965c62bb3dc47ab83d7a1629'
 
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
 
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
 
'6144f3d33f3d85c9a4e5573f88e92f1b9d7118fd654072eeac6c3f76085086d4b2464e1d3579d8501153f453bc5125859d148fc3b3486d26368d1f51911aeb33')


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

2019-10-31 Thread David Runge via arch-commits
Date: Thursday, October 31, 2019 @ 18:56:19
  Author: dvzrv
Revision: 521684

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 521683, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 521683, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 521683, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 521683, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket
(from rev 521683, dnscrypt-proxy/trunk/dnscrypt-proxy.socket)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket

+
 PKGBUILD   |  140 ++--
 configuration.diff |  234 +++
 dnscrypt-proxy.install |   14 +-
 dnscrypt-proxy.service |   48 -
 dnscrypt-proxy.socket  |   32 +++---
 5 files changed, 234 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:56:05 UTC (rev 521683)
+++ PKGBUILD2019-10-31 18:56:19 UTC (rev 521684)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.30
-pkgrel=1
-pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
-arch=('x86_64')
-url="https://dnscrypt.info";
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz";
-"${pkgname}.service"
-"${pkgname}.socket"
-'configuration.diff')
-sha512sums=('a978ae408ceaf98b16c53bff620fa21077afb646a5e460afc1a56ad053aef7b775c5769caab030d662d82478522b027ce379ff5a60b49b0da5ae292102fb9522'
-
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
-
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
-
'6144f3d33f3d85c9a4e5573f88e92f1b9d7118fd654072eeac6c3f76085086d4b2464e1d3579d8501153f453bc5125859d148fc3b3486d26368d1f51911aeb33')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" -t "${pkgdir}/usr/bin/"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # systemd service/socket
-  install -vDm 644 "../${pkgname}."{service,socket} \
--t "${pkgdir}/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 521683, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:56:19 UTC (rev 521684)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.31
+pkgrel=1
+pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"

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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:47:34
  Author: felixonmars
Revision: 521681

Python 3.8 rebuild

Modified:
  python-aiofiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:46:46 UTC (rev 521680)
+++ PKGBUILD2019-10-31 18:47:34 UTC (rev 521681)
@@ -3,7 +3,7 @@
 
 pkgname=python-aiofiles
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='File support for asyncio'
 arch=(any)
 license=(APACHE)


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:47:45
  Author: felixonmars
Revision: 521682

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:47:34 UTC (rev 521681)
+++ PKGBUILD2019-10-31 18:47:45 UTC (rev 521682)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: cclin 
-
-pkgname=python-aiofiles
-pkgver=0.4.0
-pkgrel=3
-pkgdesc='File support for asyncio'
-arch=(any)
-license=(APACHE)
-url=https://github.com/Tinche/aiofiles
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-coverage
-  python-pytest-asyncio
-  python-pytest
-  python-pytest-cov
-  python-tox
-)
-source=(git+https://github.com/Tinche/aiofiles.git#tag=v${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd aiofiles
-
-  python setup.py build
-}
-
-check() {
-  cd aiofiles
-
-  tox -e py37
-}
-
-package() {
-  cd aiofiles
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/python-aiofiles
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiofiles/repos/community-staging-any/PKGBUILD (from rev 521681, 
python-aiofiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:47:45 UTC (rev 521682)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: cclin 
+
+pkgname=python-aiofiles
+pkgver=0.4.0
+pkgrel=4
+pkgdesc='File support for asyncio'
+arch=(any)
+license=(APACHE)
+url=https://github.com/Tinche/aiofiles
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-coverage
+  python-pytest-asyncio
+  python-pytest
+  python-pytest-cov
+  python-tox
+)
+source=(git+https://github.com/Tinche/aiofiles.git#tag=v${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd aiofiles
+
+  python setup.py build
+}
+
+check() {
+  cd aiofiles
+
+  tox -e py38
+}
+
+package() {
+  cd aiofiles
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/python-aiofiles
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:46:46
  Author: foutrelis
Revision: 521680

Fix build with Python 3.8

Modified:
  python-aiofiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:37:08 UTC (rev 521679)
+++ PKGBUILD2019-10-31 18:46:46 UTC (rev 521680)
@@ -31,7 +31,7 @@
 check() {
   cd aiofiles
 
-  tox -e py37
+  tox -e py38
 }
 
 package() {


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:37:08
  Author: felixonmars
Revision: 521679

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:36:57 UTC (rev 521678)
+++ PKGBUILD2019-10-31 18:37:08 UTC (rev 521679)
@@ -1,50 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=distlib
-pkgbase='python-distlib'
-pkgname=('python-distlib' 'python2-distlib')
-pkgver=0.2.9
-pkgrel=2
-pkgdesc="Low-level components of distutils2/packaging"
-arch=('any')
-url="https://bitbucket.org/pypa/${_pkgname}";
-license=('PSF')
-makedepends=('python' 'python2')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip";)
-sha256sums=('f59db0ed3ef8248badfee5270eca6311de3b562c5b52fe140a53c2145e242cfd')
-b2sums=('378a6f8caf1c45cda638e099c4631934310c152753a8f56437362f185309599ca2f33e6509c4643dfe6cab1834594efc000e625a6c649fa40ab1fb041546546c')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-rm distlib/*.exe
-
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-PYTHONHASHSEED=0 python setup.py test
-python2 setup.py test
-}
-
-package_python-distlib() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-distlib() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-distlib/repos/community-staging-any/PKGBUILD (from rev 521678, 
python-distlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:37:08 UTC (rev 521679)
@@ -0,0 +1,50 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=distlib
+pkgbase='python-distlib'
+pkgname=('python-distlib' 'python2-distlib')
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Low-level components of distutils2/packaging"
+arch=('any')
+url="https://bitbucket.org/pypa/${_pkgname}";
+license=('PSF')
+makedepends=('python' 'python2')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip";)
+sha256sums=('2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21')
+b2sums=('e90624e886a5c4c430c53ae621b845c23d8fa3e5e89557bd521516e2290997bacb930652a9cb430fc3144e609181bbaf20037bedcce39f8f3ab14eda41e4d853')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+rm distlib/*.exe
+
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+PYTHONHASHSEED=0 python setup.py test
+python2 setup.py test
+}
+
+package_python-distlib() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-distlib() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:36:57
  Author: felixonmars
Revision: 521678

Python 3.8 rebuild

Modified:
  python-distlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:34:20 UTC (rev 521677)
+++ PKGBUILD2019-10-31 18:36:57 UTC (rev 521678)
@@ -4,7 +4,7 @@
 pkgbase='python-distlib'
 pkgname=('python-distlib' 'python2-distlib')
 pkgver=0.3.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Low-level components of distutils2/packaging"
 arch=('any')
 url="https://bitbucket.org/pypa/${_pkgname}";


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:34:08
  Author: foutrelis
Revision: 521675

Prepare bump to 0.3.0 for Python 3.8 support

Modified:
  python-distlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:26:27 UTC (rev 521674)
+++ PKGBUILD2019-10-31 18:34:08 UTC (rev 521675)
@@ -3,8 +3,8 @@
 _pkgname=distlib
 pkgbase='python-distlib'
 pkgname=('python-distlib' 'python2-distlib')
-pkgver=0.2.9
-pkgrel=2
+pkgver=0.3.0
+pkgrel=0
 pkgdesc="Low-level components of distutils2/packaging"
 arch=('any')
 url="https://bitbucket.org/pypa/${_pkgname}";
@@ -11,8 +11,8 @@
 license=('PSF')
 makedepends=('python' 'python2')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip";)
-sha256sums=('f59db0ed3ef8248badfee5270eca6311de3b562c5b52fe140a53c2145e242cfd')
-b2sums=('378a6f8caf1c45cda638e099c4631934310c152753a8f56437362f185309599ca2f33e6509c4643dfe6cab1834594efc000e625a6c649fa40ab1fb041546546c')
+sha256sums=('2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21')
+b2sums=('e90624e886a5c4c430c53ae621b845c23d8fa3e5e89557bd521516e2290997bacb930652a9cb430fc3144e609181bbaf20037bedcce39f8f3ab14eda41e4d853')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:34:08
  Author: felixonmars
Revision: 521676

Python 3.8 rebuild

Modified:
  python-queuelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:34:08 UTC (rev 521675)
+++ PKGBUILD2019-10-31 18:34:08 UTC (rev 521676)
@@ -3,7 +3,7 @@
 
 pkgname=python-queuelib
 pkgver=1.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Collection of persistent (disk-based) queues."
 arch=('any')
 license=('BSD')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:34:20
  Author: felixonmars
Revision: 521677

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:34:08 UTC (rev 521676)
+++ PKGBUILD2019-10-31 18:34:20 UTC (rev 521677)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-
-pkgname=python-queuelib
-pkgver=1.5.0
-pkgrel=4
-pkgdesc="Collection of persistent (disk-based) queues."
-arch=('any')
-license=('BSD')
-url="https://scrapy.org";
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
-sha512sums=('8217dfa82c4a7c2449277d81f553b1dd5b82fa34ba0c69ed98bcc146940e8afb79251715be9ec61c962a78292f14d83dac862ba021485573c9069e85710d5998')
-
-build() {
-  cd queuelib-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd queuelib-$pkgver
-  py.test
-}
-
-package() {
-  cd queuelib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -D -m644 README.rst -t "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: python-queuelib/repos/community-staging-any/PKGBUILD (from rev 521676, 
python-queuelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:34:20 UTC (rev 521677)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+
+pkgname=python-queuelib
+pkgver=1.5.0
+pkgrel=5
+pkgdesc="Collection of persistent (disk-based) queues."
+arch=('any')
+license=('BSD')
+url="https://scrapy.org";
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/queuelib/archive/v$pkgver.tar.gz";)
+sha512sums=('8217dfa82c4a7c2449277d81f553b1dd5b82fa34ba0c69ed98bcc146940e8afb79251715be9ec61c962a78292f14d83dac862ba021485573c9069e85710d5998')
+
+build() {
+  cd queuelib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd queuelib-$pkgver
+  py.test
+}
+
+package() {
+  cd queuelib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -D -m644 README.rst -t "$pkgdir"/usr/share/doc/$pkgname
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:28:56
  Author: felixonmars
Revision: 366299

Python 3.8 rebuild

Modified:
  vde2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:26:08 UTC (rev 366298)
+++ PKGBUILD2019-10-31 18:28:56 UTC (rev 366299)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=vde2
 pkgver=2.3.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
 url="https://sourceforge.net/projects/vde/";
 license=("GPL" "LGPL" "CUSTOM")


[arch-commits] Commit in vde2/repos/staging-x86_64 (14 files)

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:29:21
  Author: felixonmars
Revision: 366300

archrelease: copy trunk to staging-x86_64

Added:
  vde2/repos/staging-x86_64/PKGBUILD
(from rev 366299, vde2/trunk/PKGBUILD)
  vde2/repos/staging-x86_64/dhcpd.conf.sample
(from rev 366299, vde2/trunk/dhcpd.conf.sample)
  vde2/repos/staging-x86_64/iptables.rules.sample
(from rev 366299, vde2/trunk/iptables.rules.sample)
  vde2/repos/staging-x86_64/vde-config.sample
(from rev 366299, vde2/trunk/vde-config.sample)
  vde2/repos/staging-x86_64/vde-connection.sample
(from rev 366299, vde2/trunk/vde-connection.sample)
  vde2/repos/staging-x86_64/vde2.install
(from rev 366299, vde2/trunk/vde2.install)
  vde2/repos/staging-x86_64/vde_cryptcab-compile-against-openssl-1.1.0.patch
(from rev 366299, 
vde2/trunk/vde_cryptcab-compile-against-openssl-1.1.0.patch)
Deleted:
  vde2/repos/staging-x86_64/PKGBUILD
  vde2/repos/staging-x86_64/dhcpd.conf.sample
  vde2/repos/staging-x86_64/iptables.rules.sample
  vde2/repos/staging-x86_64/vde-config.sample
  vde2/repos/staging-x86_64/vde-connection.sample
  vde2/repos/staging-x86_64/vde2.install
  vde2/repos/staging-x86_64/vde_cryptcab-compile-against-openssl-1.1.0.patch

--+
 PKGBUILD |   96 +-
 dhcpd.conf.sample|   24 +-
 iptables.rules.sample|   10 -
 vde-config.sample|   70 +++
 vde-connection.sample|   12 -
 vde2.install |   18 +-
 vde_cryptcab-compile-against-openssl-1.1.0.patch |  184 ++---
 7 files changed, 207 insertions(+), 207 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:28:56 UTC (rev 366299)
+++ PKGBUILD2019-10-31 18:29:21 UTC (rev 366300)
@@ -1,48 +0,0 @@
-# Contributor: Sergej Pupykin
-# Maintainer: Tobias Powalowski 
-pkgname=vde2
-pkgver=2.3.2
-pkgrel=12
-pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
-url="https://sourceforge.net/projects/vde/";
-license=("GPL" "LGPL" "CUSTOM")
-arch=('x86_64')
-depends=('bash' 'libpcap' 'openssl')
-makedepends=('python')
-source=(https://downloads.sourceforge.net/vde/$pkgname-$pkgver.tar.bz2
-vde_cryptcab-compile-against-openssl-1.1.0.patch
-dhcpd.conf.sample
-iptables.rules.sample
-vde-config.sample
-vde-connection.sample)
-install=vde2.install
-options=(!makeflags)
-sha256sums=('cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542'
-'110370a5f48f1e241d43f8bb5e3ea6d2ca7d2c1949e1cf672d03bfc897f2e11f'
-'da0e2766dc63069da929c28126831ad5fdddcc4a04105a21217d78832c7ca1bc'
-'99076d7466cd99673dbe91ef83865187e7868177959b38e125df63eea957f83e'
-'5727c215646333c37b26388146cd3e6b3814b88d60d54051d7da99e00c0aef87'
-'5139110ed6d5d1174bf12971512dac5196d9d07df46dd393d7b1cd083118fe9b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../vde_cryptcab-compile-against-openssl-1.1.0.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/vde2 \
- --enable-experimental
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc sbindir=$pkgdir/usr/bin 
libexecdir=$pkgdir/usr/lib/vde2 install
-  install -D -m 644 ../vde-config.sample $pkgdir/etc/vde/vde-config.sample
-  install -D -m 644 ../vde-connection.sample 
$pkgdir/etc/vde/vde-connection.sample
-  install -D -m 644 ../dhcpd.conf.sample 
$pkgdir/usr/share/vde2/dhcpd.conf.sample
-  install -D -m 644 ../iptables.rules.sample 
$pkgdir/usr/share/vde2/iptables.rules.sample
-  # install slirp license
-  install -D -m 644 COPYING.slirpvde 
$pkgdir/usr/share/licenses/vde2/COPYING.slirpvde
-}

Copied: vde2/repos/staging-x86_64/PKGBUILD (from rev 366299, 
vde2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:29:21 UTC (rev 366300)
@@ -0,0 +1,48 @@
+# Contributor: Sergej Pupykin
+# Maintainer: Tobias Powalowski 
+pkgname=vde2
+pkgver=2.3.2
+pkgrel=13
+pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
+url="https://sourceforge.net/projects/vde/";
+license=("GPL" "LGPL" "CUSTOM")
+arch=('x86_64')
+depends=('bash' 'libpcap' 'openssl')
+makedepends=('python')
+source=(https://downloads.sourceforge.net/vde/$pkgname-$pkgver.tar.bz2
+vde_cryptcab-compile-against-openssl-1.1.0.patch
+dhcpd.conf.sample
+iptables.rules.sample
+vde-config.sample
+vde-connection.sample)
+install=vde2.install
+options=(!makeflags)
+sha256sums=('cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542'
+'110370a5

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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:26:21
  Author: foutrelis
Revision: 521673

Python 3.8 rebuild

Modified:
  python-sentinels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:25:07 UTC (rev 521672)
+++ PKGBUILD2019-10-31 18:26:21 UTC (rev 521673)
@@ -3,7 +3,7 @@
 pkgbase=python-sentinels
 pkgname=(python-sentinels python2-sentinels)
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Various objects to denote special meanings in python"
 url="https://github.com/vmalloc/sentinels";
 license=('BSD')


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:26:27
  Author: foutrelis
Revision: 521674

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:26:21 UTC (rev 521673)
+++ PKGBUILD2019-10-31 18:26:27 UTC (rev 521674)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-sentinels
-pkgname=(python-sentinels python2-sentinels)
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Various objects to denote special meanings in python"
-url="https://github.com/vmalloc/sentinels";
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz";)
-sha512sums=('80f5bc13eb902f7e8cba5a227eae3c92187d4d3203493e3e507998338c726985fe3b121e352a4235d5975bf19c3643b8120c1d15756768c268406689c2fc5489')
-
-prepare() {
-  cp -a sentinels-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sentinels-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sentinels-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sentinels-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/sentinels-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-sentinels() {
-  depends=('python')
-
-  cd sentinels-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sentinels() {
-  depends=('python2')
-
-  cd sentinels-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sentinels/repos/community-staging-any/PKGBUILD (from rev 521673, 
python-sentinels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:26:27 UTC (rev 521674)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-sentinels
+pkgname=(python-sentinels python2-sentinels)
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="Various objects to denote special meanings in python"
+url="https://github.com/vmalloc/sentinels";
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/vmalloc/sentinels/archive/$pkgver.tar.gz";)
+sha512sums=('80f5bc13eb902f7e8cba5a227eae3c92187d4d3203493e3e507998338c726985fe3b121e352a4235d5975bf19c3643b8120c1d15756768c268406689c2fc5489')
+
+prepare() {
+  cp -a sentinels-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sentinels-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sentinels-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sentinels-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/sentinels-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-sentinels() {
+  depends=('python')
+
+  cd sentinels-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sentinels() {
+  depends=('python2')
+
+  cd sentinels-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:26:08
  Author: felixonmars
Revision: 366298

archrelease: copy trunk to staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:25:57 UTC (rev 366297)
+++ PKGBUILD2019-10-31 18:26:08 UTC (rev 366298)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=python-pyelftools
-_pkgname=pyelftools
-pkgver=0.25
-pkgrel=2
-pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
-url='https://github.com/eliben/pyelftools'
-arch=('any')
-license=('custom:Public Domain')
-makedepends=('python' 'python-setuptools')
-options=('!strip')
-source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/eliben/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('84fbff3a8abc1d0d47e2113d14f509a6a0e8fb97d09c6abf91cefb416b7237d31f53945627e3958901b2a5229f57d5d2ffc9e0b7b4cd271f61689781dc6871bc')
-
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test/run_all_unittests.py
-  python test/run_examples_test.py
-  if [ "${CARCH}" == "x86_64" ]; then
-python test/run_readelf_tests.py
-  else
-warning "Skipping readelf tests (require x86_64)"
-  fi
-}
-
-package() {
-  depends=('python')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}

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


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:25:57
  Author: felixonmars
Revision: 366297

Python 3.8 rebuild

Modified:
  python-pyelftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:21:24 UTC (rev 366296)
+++ PKGBUILD2019-10-31 18:25:57 UTC (rev 366297)
@@ -4,7 +4,7 @@
 pkgname=python-pyelftools
 _pkgname=pyelftools
 pkgver=0.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
 url='https://github.com/eliben/pyelftools'
 arch=('any')


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:25:03
  Author: foutrelis
Revision: 521671

Python 3.8 rebuild

Modified:
  python-pyusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:45 UTC (rev 521670)
+++ PKGBUILD2019-10-31 18:25:03 UTC (rev 521671)
@@ -9,7 +9,7 @@
 pkgname=python-pyusb
 pkgdesc="USB access on Python"
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/pyusb/pyusb";
 license=('custom')


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

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:25:07
  Author: foutrelis
Revision: 521672

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:25:03 UTC (rev 521671)
+++ PKGBUILD2019-10-31 18:25:07 UTC (rev 521672)
@@ -1,29 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Martchus 
-# Contributor: Nuno Araujo 
-# Contributor: Limao Luo 
-# Contributor: Jason Giangrande 
-
-_pkgname=pyusb
-pkgname=python-pyusb
-pkgdesc="USB access on Python"
-pkgver=1.0.2
-pkgrel=3
-arch=('any')
-url="https://github.com/pyusb/pyusb";
-license=('custom')
-depends=('python' 'libusb')
-makedepends=('python-distribute')
-#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/walac/${_pkgname}/archive/${pkgver}.tar.gz";)
-source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
-
"${_pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.asc";)
-sha512sums=('218d118c8572ed548d2317725a9717c0a442eb67c05148ccd90505a407bd8821a1519f511abc14f96b8e09d914f5a35f57cfabd57c47cb9b3fcd8b61947375a2'
-'SKIP')
-validpgpkeys=('B04841AE800C1BF01FE1BC3D084C5584542E1574') # Wander Lairson 
Costa 
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pyusb/repos/community-staging-any/PKGBUILD (from rev 521671, 
python-pyusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:25:07 UTC (rev 521672)
@@ -0,0 +1,29 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Martchus 
+# Contributor: Nuno Araujo 
+# Contributor: Limao Luo 
+# Contributor: Jason Giangrande 
+
+_pkgname=pyusb
+pkgname=python-pyusb
+pkgdesc="USB access on Python"
+pkgver=1.0.2
+pkgrel=4
+arch=('any')
+url="https://github.com/pyusb/pyusb";
+license=('custom')
+depends=('python' 'libusb')
+makedepends=('python-distribute')
+#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/walac/${_pkgname}/archive/${pkgver}.tar.gz";)
+source=("${_pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
+
"${_pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.asc";)
+sha512sums=('218d118c8572ed548d2317725a9717c0a442eb67c05148ccd90505a407bd8821a1519f511abc14f96b8e09d914f5a35f57cfabd57c47cb9b3fcd8b61947375a2'
+'SKIP')
+validpgpkeys=('B04841AE800C1BF01FE1BC3D084C5584542E1574') # Wander Lairson 
Costa 
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:36
  Author: felixonmars
Revision: 521669

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:34 UTC (rev 521668)
+++ PKGBUILD2019-10-31 18:24:36 UTC (rev 521669)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-# Contributor: p2k 
-
-_pypiname=anyjson
-pkgbase=python-$_pypiname
-pkgname=("python-$_pypiname" "python2-$_pypiname")
-pkgver=0.3.3
-pkgrel=10
-pkgdesc="Wraps the best available JSON implementation available in a common 
interface"
-arch=(any)
-url="https://pypi.python.org/pypi/$_pypiname";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/a/$_pypiname/$_pypiname-${pkgver}.tar.gz";)
-md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
-
-prepare() {
-  cp -a "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
-}
-
-package_python-anyjson() {
-  depends=('python')
-
-  cd "$_pypiname-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-anyjson() {
-  depends=('python2')
-
-  cd "python2-$_pypiname-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-anyjson/repos/community-staging-any/PKGBUILD (from rev 521667, 
python-anyjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:24:36 UTC (rev 521669)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+# Contributor: p2k 
+
+_pypiname=anyjson
+pkgbase=python-$_pypiname
+pkgname=("python-$_pypiname" "python2-$_pypiname")
+pkgver=0.3.3
+pkgrel=11
+pkgdesc="Wraps the best available JSON implementation available in a common 
interface"
+arch=(any)
+url="https://pypi.python.org/pypi/$_pypiname";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/a/$_pypiname/$_pypiname-${pkgver}.tar.gz";)
+md5sums=('2ea28d6ec311aeeebaf993cb3008b27c')
+
+prepare() {
+  cp -a "$_pypiname-${pkgver}" "python2-$_pypiname-${pkgver}"
+}
+
+package_python-anyjson() {
+  depends=('python')
+
+  cd "$_pypiname-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-anyjson() {
+  depends=('python2')
+
+  cd "python2-$_pypiname-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:45
  Author: felixonmars
Revision: 521670

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:36 UTC (rev 521669)
+++ PKGBUILD2019-10-31 18:24:45 UTC (rev 521670)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-kiwisolver
-pkgname=(python-kiwisolver python2-kiwisolver)
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A fast implementation of the Cassowary constraint solver"
-url="https://github.com/nucleic/kiwi";
-license=('PerlArtistic')
-arch=('x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz";)
-sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
-
-prepare() {
-  cp -a kiwi-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py build
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py pytest
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-kiwisolver() {
-  depends=('python-setuptools')
-
-  cd kiwi-$pkgver/
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-kiwisolver() {
-  depends=('python2-setuptools')
-
-  cd kiwi-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kiwisolver/repos/community-staging-x86_64/PKGBUILD (from rev 
521669, python-kiwisolver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:24:45 UTC (rev 521670)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-kiwisolver
+pkgname=(python-kiwisolver python2-kiwisolver)
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A fast implementation of the Cassowary constraint solver"
+url="https://github.com/nucleic/kiwi";
+license=('PerlArtistic')
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz";)
+sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
+
+prepare() {
+  cp -a kiwi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kiwi-$pkgver/
+  python setup.py build
+
+  cd "$srcdir"/kiwi-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kiwi-$pkgver/
+  python setup.py pytest
+
+  cd "$srcdir"/kiwi-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kiwisolver() {
+  depends=('python-setuptools')
+
+  cd kiwi-$pkgver/
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-kiwisolver() {
+  depends=('python2-setuptools')
+
+  cd kiwi-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:34
  Author: felixonmars
Revision: 521668

Python 3.8 rebuild

Modified:
  python-kiwisolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:25 UTC (rev 521667)
+++ PKGBUILD2019-10-31 18:24:34 UTC (rev 521668)
@@ -3,7 +3,7 @@
 pkgbase=python-kiwisolver
 pkgname=(python-kiwisolver python2-kiwisolver)
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast implementation of the Cassowary constraint solver"
 url="https://github.com/nucleic/kiwi";
 license=('PerlArtistic')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:25
  Author: felixonmars
Revision: 521667

Python 3.8 rebuild

Modified:
  python-anyjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:16 UTC (rev 521666)
+++ PKGBUILD2019-10-31 18:24:25 UTC (rev 521667)
@@ -6,7 +6,7 @@
 pkgbase=python-$_pypiname
 pkgname=("python-$_pypiname" "python2-$_pypiname")
 pkgver=0.3.3
-pkgrel=10
+pkgrel=11
 pkgdesc="Wraps the best available JSON implementation available in a common 
interface"
 arch=(any)
 url="https://pypi.python.org/pypi/$_pypiname";


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:05
  Author: felixonmars
Revision: 521665

Python 3.8 rebuild

Modified:
  python-deprecation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:22:04 UTC (rev 521664)
+++ PKGBUILD2019-10-31 18:24:05 UTC (rev 521665)
@@ -4,7 +4,7 @@
 pkgbase=python-deprecation
 pkgname=('python-deprecation' 'python2-deprecation')
 pkgver=2.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to handle automated deprecations"
 arch=('any')
 license=('Apache')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:24:16
  Author: felixonmars
Revision: 521666

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 18:24:05 UTC (rev 521665)
+++ PKGBUILD2019-10-31 18:24:16 UTC (rev 521666)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-
-_name=deprecation
-pkgbase=python-deprecation
-pkgname=('python-deprecation' 'python2-deprecation')
-pkgver=2.0.6
-pkgrel=2
-pkgdesc="A library to handle automated deprecations"
-arch=('any')
-license=('Apache')
-url="https://deprecation.readthedocs.io";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python2-unittest2')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f'
-'SKIP')
-validpgpkeys=('E62866A3562575D95B570AF58EB71A70831B56D1') # Brian Curtin 
(brian.curtin) 
-
-prepare() {
-  cp -a deprecation-$pkgver{,-py2}
-
-  sed -i 's/unittest2/unittest/g' deprecation-$pkgver/tests/*.py
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/deprecation-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/deprecation-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/deprecation-$pkgver
-  python -m unittest discover
-
-  cd "$srcdir"/deprecation-$pkgver-py2
-  python2 -m unittest discover
-}
-
-package_python-deprecation() {
-  depends=('python')
-
-  cd deprecation-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-deprecation() {
-  depends=('python2')
-
-  cd deprecation-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-deprecation/repos/community-staging-any/PKGBUILD (from rev 
521665, python-deprecation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 18:24:16 UTC (rev 521666)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_name=deprecation
+pkgbase=python-deprecation
+pkgname=('python-deprecation' 'python2-deprecation')
+pkgver=2.0.6
+pkgrel=3
+pkgdesc="A library to handle automated deprecations"
+arch=('any')
+license=('Apache')
+url="https://deprecation.readthedocs.io";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python2-unittest2')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f'
+'SKIP')
+validpgpkeys=('E62866A3562575D95B570AF58EB71A70831B56D1') # Brian Curtin 
(brian.curtin) 
+
+prepare() {
+  cp -a deprecation-$pkgver{,-py2}
+
+  sed -i 's/unittest2/unittest/g' deprecation-$pkgver/tests/*.py
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/deprecation-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/deprecation-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/deprecation-$pkgver
+  python -m unittest discover
+
+  cd "$srcdir"/deprecation-$pkgver-py2
+  python2 -m unittest discover
+}
+
+package_python-deprecation() {
+  depends=('python')
+
+  cd deprecation-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-deprecation() {
+  depends=('python2')
+
+  cd deprecation-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


  1   2   3   4   5   6   7   8   9   >