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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:50:43
  Author: jsteel
Revision: 534623

upgpkg: python-botocore 1.13.28-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 04:37:09 UTC (rev 534622)
+++ PKGBUILD2019-12-01 08:50:43 UTC (rev 534623)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.13.19
+pkgver=1.13.28
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 
$pkgname-cap-dateutil-version.patch::https://github.com/boto/botocore/commit/e87e7a745f.patch)
-md5sums=('c66284ba7bbdc4603a6730348b7601d6'
+md5sums=('3bf94275368fce05f9c8d3c4d41c9247'
  '11307e5c6eddd77cc5ea4be17550a4a7')
 
 prepare() {


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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:51:03
  Author: jsteel
Revision: 534625

upgpkg: aws-cli 1.16.292-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 08:50:51 UTC (rev 534624)
+++ PKGBUILD2019-12-01 08:51:03 UTC (rev 534625)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.283
+pkgver=1.16.292
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('caa3a35472a977a3b5cbf6a74261fedb')
+md5sums=('bf8c1f7a82d2b5153914fbce8a06d3bf')
 
 build() {
   cd $pkgname-$pkgver


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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:50:51
  Author: jsteel
Revision: 534624

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 08:50:43 UTC (rev 534623)
+++ PKGBUILD2019-12-01 08:50:51 UTC (rev 534624)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.13.19
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-
$pkgname-cap-dateutil-version.patch::https://github.com/boto/botocore/commit/e87e7a745f.patch)
-md5sums=('c66284ba7bbdc4603a6730348b7601d6'
- '11307e5c6eddd77cc5ea4be17550a4a7')
-
-prepare() {
-  cd botocore-$pkgver
-  patch -Rp1 -i ../$pkgname-cap-dateutil-version.patch
-}
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 534623, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 08:50:51 UTC (rev 534624)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.13.28
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+
$pkgname-cap-dateutil-version.patch::https://github.com/boto/botocore/commit/e87e7a745f.patch)
+md5sums=('3bf94275368fce05f9c8d3c4d41c9247'
+ '11307e5c6eddd77cc5ea4be17550a4a7')
+
+prepare() {
+  cd botocore-$pkgver
+  patch -Rp1 -i ../$pkgname-cap-dateutil-version.patch
+}
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:51:22
  Author: jsteel
Revision: 534628

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 08:51:16 UTC (rev 534627)
+++ PKGBUILD2019-12-01 08:51:22 UTC (rev 534628)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.10.19
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('df3b8df1638c17a23fe499986c28474160ec271734a80daa9843bb47549dd5c7285e0d965e4fde128dbd6e7daeb0ad829164ddc7b211766ad4730e1f953bc43e')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 534627, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 08:51:22 UTC (rev 534628)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.10.28
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('122d4d1292e89415a497c8fc50b4c9183ba2f75e95f654858c3617e396821c1242dc0930e6c6c7ea3742cf66ad183b7f34e103a83f5823b8d5764fec3b9499a2')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:51:10
  Author: jsteel
Revision: 534626

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 534625, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 08:51:03 UTC (rev 534625)
+++ PKGBUILD2019-12-01 08:51:10 UTC (rev 534626)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.16.283
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('caa3a35472a977a3b5cbf6a74261fedb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 534625, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 08:51:10 UTC (rev 534626)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.16.292
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('bf8c1f7a82d2b5153914fbce8a06d3bf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2019-12-01 Thread Jonathan Steel via arch-commits
Date: Sunday, December 1, 2019 @ 08:51:16
  Author: jsteel
Revision: 534627

upgpkg: python-boto3 1.10.28-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 08:51:10 UTC (rev 534626)
+++ PKGBUILD2019-12-01 08:51:16 UTC (rev 534627)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.10.19
+pkgver=1.10.28
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('df3b8df1638c17a23fe499986c28474160ec271734a80daa9843bb47549dd5c7285e0d965e4fde128dbd6e7daeb0ad829164ddc7b211766ad4730e1f953bc43e')
+sha512sums=('122d4d1292e89415a497c8fc50b4c9183ba2f75e95f654858c3617e396821c1242dc0930e6c6c7ea3742cf66ad183b7f34e103a83f5823b8d5764fec3b9499a2')
 
 build() {
   cd boto3-$pkgver


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

2019-12-01 Thread Pierre Schmitz via arch-commits
Date: Sunday, December 1, 2019 @ 11:52:02
  Author: pierre
Revision: 534629

upgpkg: uwsgi 2.0.18-5

PHP 7.4 rebuild

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 08:51:22 UTC (rev 534628)
+++ PKGBUILD2019-12-01 11:52:02 UTC (rev 534629)
@@ -22,7 +22,7 @@
  uwsgi-plugin-zabbix
  uwsgi-plugin-notfound)
 pkgver=2.0.18
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)


[arch-commits] Commit in uwsgi/repos/community-x86_64 (30 files)

2019-12-01 Thread Pierre Schmitz via arch-commits
Date: Sunday, December 1, 2019 @ 11:52:15
  Author: pierre
Revision: 534630

archrelease: copy trunk to community-x86_64

Added:
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 534629, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 534629, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 534629, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 534629, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 534629, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/php7.patch
(from rev 534629, uwsgi/trunk/php7.patch)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 534629, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 534629, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi.logrotate
(from rev 534629, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-x86_64/uwsgi.sysusers
(from rev 534629, uwsgi/trunk/uwsgi.sysusers)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 534629, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 534629, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 534629, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 534629, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 534629, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/php7.patch
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.logrotate
  uwsgi/repos/community-x86_64/uwsgi.sysusers
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

--+
 PKGBUILD |  412 ++---
 archlinux.ini|   10 
 emperor.ini  |4 
 emperor.uwsgi.service|   32 +-
 emperor.uwsgi.socket |   18 -
 php7.patch   |  338 +++---
 tmpfilesd|2 
 uwsgi.install|   18 -
 uwsgi.logrotate  |   20 -
 uwsgi.sysusers   |2 
 uwsgi_at.service |   32 +-
 uwsgi_at.socket  |   18 -
 uwsgi_fix_rpath.patch|  132 +--
 uwsgi_ruby20_compatibility.patch |   84 +++
 uwsgi_trick_chroot.patch |   32 +-
 15 files changed, 577 insertions(+), 577 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 11:52:02 UTC (rev 534629)
+++ PKGBUILD2019-12-01 11:52:15 UTC (rev 534630)
@@ -1,206 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Valentin Hăloiu 
-# Contributor: Angel Velasquez 
-# Contributor: Kevin Zuber 
-# Contributor: Vsevolod Balashov 
-# Contributor: David Runge 
-
-pkgbase=uwsgi
-pkgname=(uwsgi
- uwsgi-plugin-rack
- uwsgi-plugin-psgi
- uwsgi-plugin-cgi
- uwsgi-plugin-python2
- uwsgi-plugin-python
- uwsgi-plugin-pypy
- uwsgi-plugin-php
- uwsgi-plugin-lua51
- uwsgi-plugin-jvm
- uwsgi-plugin-mono
- uwsgi-plugin-webdav
- uwsgi-plugin-zabbix
- uwsgi-plugin-notfound)
-pkgver=2.0.18
-pkgrel=4
-arch=(x86_64)
-url="http://projects.unbit.it/$pkgbase";
-license=(GPL2)
-backup=('etc/uwsgi/emperor.ini')
-conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet python-greenlet 
php-embed curl libxml2 libyaml
- perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
- jansson classpath pypy mono python2-gevent systemd)
-optdepends=('systemd: daemon scripts')
-source=("https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz";
-
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
-archlinux.ini
-tmpfilesd
-uwsgi_at.service
-uwsgi_at.socket
-uwsgi_ruby20_compatibility.patch
-uwsgi_trick_chroot.patch
-emperor.ini
-emperor.uwsgi.service
-emperor.uwsgi.socket
-uwsgi.logrotate
-uwsgi.sysuse

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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Sunday, December 1, 2019 @ 11:57:00
  Author: kkeen
Revision: 534631

upgpkg: pyglet 1.4.7-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 11:52:15 UTC (rev 534630)
+++ PKGBUILD2019-12-01 11:57:00 UTC (rev 534631)
@@ -5,8 +5,8 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.4.6
-pkgrel=2
+pkgver=1.4.7
+pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
 url="https://github.com/pyglet/pyglet";
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 optdepends=('ffmpeg: provides audio&video support')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('9cc87aaaf75318a9eda540876efc8107')
+md5sums=('fa316d8c3655756ecf8c1ef063d07b37')
 
 prepare() {
cd "$srcdir"


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Sunday, December 1, 2019 @ 11:57:12
  Author: kkeen
Revision: 534632

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 534631, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 11:57:00 UTC (rev 534631)
+++ PKGBUILD2019-12-01 11:57:12 UTC (rev 534632)
@@ -1,50 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.4.6
-pkgrel=2
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet";
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-optdepends=('ffmpeg: provides audio&video support')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
-md5sums=('9cc87aaaf75318a9eda540876efc8107')
-
-prepare() {
-   cd "$srcdir"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet-$pkgver/pyglet/extlibs/future/
-   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
-}
-
-build() {
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   python2 setup.py build
-
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python2-pyglet() {
-   depends=('python2' 'glu' 'python2-future')
-   cd "$srcdir/${pkgbase}2-$pkgver"
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
-   python2 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 534631, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 11:57:12 UTC (rev 534632)
@@ -0,0 +1,50 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.4.7
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet";
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+optdepends=('ffmpeg: provides audio&video support')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip";)
+md5sums=('fa316d8c3655756ecf8c1ef063d07b37')
+
+prepare() {
+   cd "$srcdir"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet-$pkgver/pyglet/extlibs/future/
+   cp -r "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+build() {
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   python2 setup.py build
+
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python2-pyglet() {
+   depends=('python2' 'glu' 'python2-future')
+   cd "$srcdir/${pkgbase}2-$pkgver"
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-01 Thread David Runge via arch-commits
Date: Sunday, December 1, 2019 @ 15:41:49
  Author: dvzrv
Revision: 534633

upgpkg: lib32-fluidsynth 2.1.0-1

Upgrading to 2.1.0. Adding lib32-sdl2 to depends. Simplifying cmake setup 
further.

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 11:57:12 UTC (rev 534632)
+++ PKGBUILD2019-12-01 15:41:49 UTC (rev 534633)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.0.9
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
 arch=('x86_64')
@@ -24,6 +24,7 @@
   lib32-libsndfile
   lib32-portaudio
   lib32-readline
+  lib32-sdl2
 )
 makedepends=(
   cmake
@@ -31,13 +32,8 @@
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz";)
-sha256sums=('bfe82ccf1bf00ff5cfc18e2d9d1e5d95c6bd169a76a2dec14898d1ee0e0fac8a')
+sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
 
-prepare() {
-  cd "${_name}-${pkgver}"
-  mkdir -vp build
-}
-
 build() {
   cd "${_name}-${pkgver}"
 
@@ -65,5 +61,4 @@
   make -C build DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{include,share,bin}
 }
-
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-fluidsynth/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-12-01 Thread David Runge via arch-commits
Date: Sunday, December 1, 2019 @ 15:41:58
  Author: dvzrv
Revision: 534634

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD
(from rev 534633, lib32-fluidsynth/trunk/PKGBUILD)
Deleted:
  lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 15:41:49 UTC (rev 534633)
+++ PKGBUILD2019-12-01 15:41:58 UTC (rev 534634)
@@ -1,69 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/";
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz";)
-sha256sums=('bfe82ccf1bf00ff5cfc18e2d9d1e5d95c6bd169a76a2dec14898d1ee0e0fac8a')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  mkdir -vp build
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  make -C build DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 534633, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 15:41:58 UTC (rev 534634)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/";
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+  lib32-sdl2
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz";)
+sha256sums=('526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3')
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+# vim: ts=2 sw=2 et:


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 17:30:55
  Author: heftig
Revision: 370191

4.19.87-1

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 20:58:24 UTC (rev 370190)
+++ PKGBUILD2019-12-01 17:30:55 UTC (rev 370191)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=4.19.86
+pkgver=4.19.87
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/";
@@ -23,7 +23,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('bf2cbba319d43d1bd9e876ac0b55ab83118d1a1e61cce3c929d5371f7567bff6'
+sha256sums=('a57221e8318e6fcaedb90b099d56352f9d6608fd367283bc7db84330856eda1d'
 'SKIP'
 '0e3bb71f619c7b4d39d287b81a18873975de11df9ab43bdb6fa5557aab6d9670'
 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:26
  Author: heftig
Revision: 534638

0.0.20191127-2: linux-lts 4.19.87-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 18:23:25 UTC (rev 534637)
+++ PKGBUILD2019-12-01 18:23:26 UTC (rev 534638)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=0.0.20191127
-pkgrel=1
+pkgrel=2
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:23
  Author: heftig
Revision: 534635

0.43-23: linux-lts 4.19.87-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 15:41:58 UTC (rev 534634)
+++ PKGBUILD2019-12-01 18:23:23 UTC (rev 534635)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=22
+pkgrel=23
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


[arch-commits] Commit in nvidia-390xx-lts/trunk (PKGBUILD)

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:28
  Author: heftig
Revision: 370193

390.132-4: linux-lts 4.19.87-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 18:23:21 UTC (rev 370192)
+++ PKGBUILD2019-12-01 18:23:28 UTC (rev 370193)
@@ -2,7 +2,7 @@
 
 pkgname=nvidia-390xx-lts
 pkgver=390.132
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
 arch=('x86_64')


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:21
  Author: heftig
Revision: 370192

440.36-3: linux-lts 4.19.87-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 17:30:55 UTC (rev 370191)
+++ PKGBUILD2019-12-01 18:23:21 UTC (rev 370192)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.36
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:25
  Author: heftig
Revision: 534637

8.047.05-2: linux-lts 4.19.87-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 18:23:24 UTC (rev 534636)
+++ PKGBUILD2019-12-01 18:23:25 UTC (rev 534637)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.047.05
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:19
  Author: heftig
Revision: 534639

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 534638, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 534638, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-01 18:24:19 UTC (rev 534639)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=104
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:21
  Author: heftig
Revision: 370194

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 370193, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 370193, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-01 18:24:21 UTC (rev 370194)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.36
+pkgrel=3
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";)
+sha512sums=('445d7f58de418cbee79895469a27afa2186656a961499dfc0e7e62ba1f773f5a011affa563b0fc50c212b9e06b23f63e182c122b36d0d93c39cc3e9ff3641410')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:23:24
  Author: heftig
Revision: 534636

1.1.0-104: linux-lts 4.19.87-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 18:23:23 UTC (rev 534635)
+++ PKGBUILD2019-12-01 18:23:24 UTC (rev 534636)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=103
+pkgrel=104
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:21
  Author: heftig
Revision: 534641

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 534639, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 534639, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-01 18:24:21 UTC (rev 534641)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.047.05
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b')
+
+build() {
+   local KERNEL_VERSION=$(

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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:21
  Author: heftig
Revision: 534640

archrelease: copy trunk to community-testing-x86_64

Added:
  wireguard-lts/repos/community-testing-x86_64/
  wireguard-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 534639, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/community-testing-x86_64/PKGBUILD (from rev 534639, 
wireguard-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-01 18:24:21 UTC (rev 534640)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20191127
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:22
  Author: heftig
Revision: 534642

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 534639, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 534639, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-01 18:24:22 UTC (rev 534642)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=23
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:24
  Author: heftig
Revision: 370196

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 370193, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 370194, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 370195, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 PKGBUILD|  204 
 config  | 9819 
++
 3 files changed, 10155 insertions(+)

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


[arch-commits] Commit in nvidia-390xx-lts/repos (3 files)

2019-12-01 Thread Jan Steffens via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:21
  Author: heftig
Revision: 370195

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx-lts/repos/testing-x86_64/
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 370193, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 370193, nvidia-390xx-lts/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   48 
 kernel-4.16.patch |   33 +
 2 files changed, 81 insertions(+)

Copied: nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD (from rev 370193, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-01 18:24:21 UTC (rev 370195)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.132
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"


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

2019-12-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, December 1, 2019 @ 18:24:58
  Author: anatolik
Revision: 534643

Move mruby to [community]

Added:
  mruby/
  mruby/repos/
  mruby/trunk/
  mruby/trunk/PKGBUILD

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

Added: mruby/trunk/PKGBUILD
===
--- mruby/trunk/PKGBUILD(rev 0)
+++ mruby/trunk/PKGBUILD2019-12-01 18:24:58 UTC (rev 534643)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=mruby
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
+arch=(i686 x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
+
+build() {
+  cd mruby-$pkgver
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  make test
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}


Property changes on: mruby/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-12-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, December 1, 2019 @ 18:33:03
  Author: anatolik
Revision: 534644

archrelease: copy trunk to community-x86_64

Added:
  mruby/repos/community-x86_64/
  mruby/repos/community-x86_64/PKGBUILD
(from rev 534643, mruby/trunk/PKGBUILD)

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

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 534643, 
mruby/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-12-01 18:33:03 UTC (rev 534644)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=mruby
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
+arch=(i686 x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
+
+build() {
+  cd mruby-$pkgver
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  make test
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}


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

2019-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 1, 2019 @ 18:53:07
  Author: maximbaz
Revision: 534645

python-jsonrpc-server: update pkgdesc

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 18:33:03 UTC (rev 534644)
+++ PKGBUILD2019-12-01 18:53:07 UTC (rev 534645)
@@ -5,7 +5,7 @@
 pkgname=python-jsonrpc-server
 pkgver=0.3.1
 pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
+pkgdesc="Python library implementing asynchronous JSON RPC server"
 arch=("any")
 url="https://github.com/palantir/python-jsonrpc-server";
 license=("MIT")


[arch-commits] Commit in tmux/trunk (0001-fixes.patch PKGBUILD)

2019-12-01 Thread Christian Hesse via arch-commits
Date: Sunday, December 1, 2019 @ 19:53:32
  Author: eworm
Revision: 534646

upgpkg: tmux 3.0_a-1

new upstream bugfix release

Modified:
  tmux/trunk/PKGBUILD
Deleted:
  tmux/trunk/0001-fixes.patch

--+
 0001-fixes.patch |  204 -
 PKGBUILD |   14 ---
 2 files changed, 3 insertions(+), 215 deletions(-)

Deleted: 0001-fixes.patch
===
--- 0001-fixes.patch2019-12-01 18:53:07 UTC (rev 534645)
+++ 0001-fixes.patch2019-12-01 19:53:32 UTC (rev 534646)
@@ -1,204 +0,0 @@
-From b2fd161b071a7076d33119c0ff9aefdd548ff25f Mon Sep 17 00:00:00 2001
-From: nicm 
-Date: Sat, 19 Oct 2019 12:40:42 +
-Subject: [PATCH] Do not crash trying to fix layout size if only one cell,
- from Azat Khuzhin.

- layout-custom.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/layout-custom.c b/layout-custom.c
-index e02eead3..7d731d19 100644
 a/layout-custom.c
-+++ b/layout-custom.c
-@@ -210,7 +210,7 @@ layout_parse(struct window *w, const char *layout)
-   }
-   break;
-   }
--  if (lc->sx != sx || lc->sy != sy) {
-+  if (lc->type != LAYOUT_WINDOWPANE && (lc->sx != sx || lc->sy != sy)) {
-   log_debug("fix layout %u,%u to %u,%u", lc->sx, lc->sy, sx,sy);
-   layout_print_cell(lc, __func__, 0);
-   lc->sx = sx - 1; lc->sy = sy - 1;
-From 5afe7eb850eeb812bdd92cebf1ab21f45c6dd814 Mon Sep 17 00:00:00 2001
-From: nicm 
-Date: Thu, 3 Oct 2019 10:24:05 +
-Subject: [PATCH] Do not lazily use BUFSIZ for "I don't care what size"
- when building strings because it is only guaranteed to be 256 bytes and even
- the default 1024 is not always enough. Reported by Gregory Pakosz.

- cmd-list-keys.c | 2 +-
- cmd-parse.y | 4 ++--
- cmd.c   | 2 +-
- layout-custom.c | 2 +-
- tty-term.c  | 4 ++--
- 5 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/cmd-list-keys.c b/cmd-list-keys.c
-index 57f65c8e..ef862101 100644
 a/cmd-list-keys.c
-+++ b/cmd-list-keys.c
-@@ -61,7 +61,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
-   struct key_table*table;
-   struct key_binding  *bd;
-   const char  *tablename, *r;
--  char*key, *cp, tmp[BUFSIZ];
-+  char*key, *cp, tmp[8192];
-   int  repeat, width, tablewidth, keywidth;
- 
-   if (self->entry == &cmd_list_commands_entry)
-diff --git a/cmd-parse.y b/cmd-parse.y
-index 6d2b970c..a51e4f6e 100644
 a/cmd-parse.y
-+++ b/cmd-parse.y
-@@ -1245,7 +1245,7 @@ yylex_token_variable(char **buf, size_t *len)
- {
-   struct environ_entry*envent;
-   int  ch, brackets = 0;
--  char name[BUFSIZ];
-+  char name[1024];
-   size_t   namelen = 0;
-   const char  *value;
- 
-@@ -1297,7 +1297,7 @@ yylex_token_tilde(char **buf, size_t *len)
- {
-   struct environ_entry*envent;
-   int  ch;
--  char name[BUFSIZ];
-+  char name[1024];
-   size_t   namelen = 0;
-   struct passwd   *pw;
-   const char  *home = NULL;
-diff --git a/cmd.c b/cmd.c
-index 96cedc97..f77176c9 100644
 a/cmd.c
-+++ b/cmd.c
-@@ -384,7 +384,7 @@ cmd_find(const char *name, char **cause)
- {
-   const struct cmd_entry  **loop, *entry, *found = NULL;
-   int   ambiguous;
--  char  s[BUFSIZ];
-+  char  s[8192];
- 
-   ambiguous = 0;
-   for (loop = cmd_table; *loop != NULL; loop++) {
-diff --git a/layout-custom.c b/layout-custom.c
-index 7d731d19..d7371292 100644
 a/layout-custom.c
-+++ b/layout-custom.c
-@@ -60,7 +60,7 @@ layout_checksum(const char *layout)
- char *
- layout_dump(struct layout_cell *root)
- {
--  charlayout[BUFSIZ], *out;
-+  charlayout[8192], *out;
- 
-   *layout = '\0';
-   if (layout_append(root, layout, sizeof layout) != 0)
-diff --git a/tty-term.c b/tty-term.c
-index 182edd7d..c7c3d11f 100644
 a/tty-term.c
-+++ b/tty-term.c
-@@ -281,7 +281,7 @@ static char *
- tty_term_strip(const char *s)
- {
-   const char *ptr;
--  static char buf[BUFSIZ];
-+  static char buf[8192];
-   size_t  len;
- 
-   /* Ignore strings with no padding. */
-@@ -309,7 +309,7 @@ tty_term_strip(const char *s)
- static char *
- tty_term_override_next(const char *s, size_t *offset)
- {
--  static char value[BUFSIZ];
-+  static char value[8192];
-   size_t  n = 0, at = *offset;
- 
-   if (s[at] == '\0')
-From c942f11ba89cfb8dc74908609669fd78f1276ba7 Mon Sep 17 00:00:00 2001
-From: Nicholas Marriott 
-Date: Wed, 27 Nov 2019 20:48:30 +
-Su

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

2019-12-01 Thread Christian Hesse via arch-commits
Date: Sunday, December 1, 2019 @ 19:54:03
  Author: eworm
Revision: 534647

archrelease: copy trunk to community-x86_64

Added:
  tmux/repos/community-x86_64/LICENSE
(from rev 534646, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
(from rev 534646, tmux/trunk/PKGBUILD)
Deleted:
  tmux/repos/community-x86_64/0001-fixes.patch
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD

--+
 0001-fixes.patch |  204 -
 LICENSE  |   26 +++---
 PKGBUILD |   72 --
 3 files changed, 45 insertions(+), 257 deletions(-)

Deleted: 0001-fixes.patch
===
--- 0001-fixes.patch2019-12-01 19:53:32 UTC (rev 534646)
+++ 0001-fixes.patch2019-12-01 19:54:03 UTC (rev 534647)
@@ -1,204 +0,0 @@
-From b2fd161b071a7076d33119c0ff9aefdd548ff25f Mon Sep 17 00:00:00 2001
-From: nicm 
-Date: Sat, 19 Oct 2019 12:40:42 +
-Subject: [PATCH] Do not crash trying to fix layout size if only one cell,
- from Azat Khuzhin.

- layout-custom.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/layout-custom.c b/layout-custom.c
-index e02eead3..7d731d19 100644
 a/layout-custom.c
-+++ b/layout-custom.c
-@@ -210,7 +210,7 @@ layout_parse(struct window *w, const char *layout)
-   }
-   break;
-   }
--  if (lc->sx != sx || lc->sy != sy) {
-+  if (lc->type != LAYOUT_WINDOWPANE && (lc->sx != sx || lc->sy != sy)) {
-   log_debug("fix layout %u,%u to %u,%u", lc->sx, lc->sy, sx,sy);
-   layout_print_cell(lc, __func__, 0);
-   lc->sx = sx - 1; lc->sy = sy - 1;
-From 5afe7eb850eeb812bdd92cebf1ab21f45c6dd814 Mon Sep 17 00:00:00 2001
-From: nicm 
-Date: Thu, 3 Oct 2019 10:24:05 +
-Subject: [PATCH] Do not lazily use BUFSIZ for "I don't care what size"
- when building strings because it is only guaranteed to be 256 bytes and even
- the default 1024 is not always enough. Reported by Gregory Pakosz.

- cmd-list-keys.c | 2 +-
- cmd-parse.y | 4 ++--
- cmd.c   | 2 +-
- layout-custom.c | 2 +-
- tty-term.c  | 4 ++--
- 5 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/cmd-list-keys.c b/cmd-list-keys.c
-index 57f65c8e..ef862101 100644
 a/cmd-list-keys.c
-+++ b/cmd-list-keys.c
-@@ -61,7 +61,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
-   struct key_table*table;
-   struct key_binding  *bd;
-   const char  *tablename, *r;
--  char*key, *cp, tmp[BUFSIZ];
-+  char*key, *cp, tmp[8192];
-   int  repeat, width, tablewidth, keywidth;
- 
-   if (self->entry == &cmd_list_commands_entry)
-diff --git a/cmd-parse.y b/cmd-parse.y
-index 6d2b970c..a51e4f6e 100644
 a/cmd-parse.y
-+++ b/cmd-parse.y
-@@ -1245,7 +1245,7 @@ yylex_token_variable(char **buf, size_t *len)
- {
-   struct environ_entry*envent;
-   int  ch, brackets = 0;
--  char name[BUFSIZ];
-+  char name[1024];
-   size_t   namelen = 0;
-   const char  *value;
- 
-@@ -1297,7 +1297,7 @@ yylex_token_tilde(char **buf, size_t *len)
- {
-   struct environ_entry*envent;
-   int  ch;
--  char name[BUFSIZ];
-+  char name[1024];
-   size_t   namelen = 0;
-   struct passwd   *pw;
-   const char  *home = NULL;
-diff --git a/cmd.c b/cmd.c
-index 96cedc97..f77176c9 100644
 a/cmd.c
-+++ b/cmd.c
-@@ -384,7 +384,7 @@ cmd_find(const char *name, char **cause)
- {
-   const struct cmd_entry  **loop, *entry, *found = NULL;
-   int   ambiguous;
--  char  s[BUFSIZ];
-+  char  s[8192];
- 
-   ambiguous = 0;
-   for (loop = cmd_table; *loop != NULL; loop++) {
-diff --git a/layout-custom.c b/layout-custom.c
-index 7d731d19..d7371292 100644
 a/layout-custom.c
-+++ b/layout-custom.c
-@@ -60,7 +60,7 @@ layout_checksum(const char *layout)
- char *
- layout_dump(struct layout_cell *root)
- {
--  charlayout[BUFSIZ], *out;
-+  charlayout[8192], *out;
- 
-   *layout = '\0';
-   if (layout_append(root, layout, sizeof layout) != 0)
-diff --git a/tty-term.c b/tty-term.c
-index 182edd7d..c7c3d11f 100644
 a/tty-term.c
-+++ b/tty-term.c
-@@ -281,7 +281,7 @@ static char *
- tty_term_strip(const char *s)
- {
-   const char *ptr;
--  static char buf[BUFSIZ];
-+  static char buf[8192];
-   size_t  len;
- 
-   /* Ignore strings with no padding. */
-@@ -309,7 +309,7 @@ tty_term_strip(const char *s)
- static char *
- tty_term_override_next(const char *s, size_t *offset)
- {
--  static cha

[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)

2019-12-01 Thread Felix Yan via arch-commits
Date: Sunday, December 1, 2019 @ 19:58:55
  Author: felixonmars
Revision: 534648

upgpkg: haskell-hasql-pool 0.5.1-32

rebuild with comonad 5.0.6

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 19:54:03 UTC (rev 534647)
+++ PKGBUILD2019-12-01 19:58:55 UTC (rev 534648)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=31
+pkgrel=32
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')
@@ -15,6 +15,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
 build() {
 cd $_hkgname-$pkgver
 
@@ -31,7 +36,7 @@
 check() {
 cd $_hkgname-$pkgver
 
-eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+eval $(pifpaf run postgresql --host 127.0.0.1)
 createuser -s postgres
 #runhaskell Setup test
 pifpaf_stop


[arch-commits] Commit in haskell-hasql-pool/repos (2 files)

2019-12-01 Thread Felix Yan via arch-commits
Date: Sunday, December 1, 2019 @ 19:59:08
  Author: felixonmars
Revision: 534649

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 534648, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
534648, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-01 19:59:08 UTC (rev 534649)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=32
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 1, 2019 @ 20:17:12
  Author: maximbaz
Revision: 534651

archrelease: copy trunk to community-x86_64

Added:
  nnn/repos/community-x86_64/PKGBUILD
(from rev 534650, nnn/trunk/PKGBUILD)
Deleted:
  nnn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 20:17:08 UTC (rev 534650)
+++ PKGBUILD2019-12-01 20:17:12 UTC (rev 534651)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: John Jenkins 
-
-pkgname=nnn
-pkgver=2.7
-pkgrel=1
-pkgdesc="The fastest terminal file manager ever written."
-arch=('x86_64')
-depends=('bash')
-url="https://github.com/jarun/nnn";
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz";)
-sha256sums=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
-
-prepare() {
-  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: nnn/repos/community-x86_64/PKGBUILD (from rev 534650, 
nnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 20:17:12 UTC (rev 534651)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Pablo Arias 
+# Contributor: John Jenkins 
+
+pkgname=nnn
+pkgver=2.7
+pkgrel=2
+pkgdesc="The fastest terminal file manager ever written."
+arch=('x86_64')
+depends=('bash')
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname}";
+license=('BSD')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz";)
+sha256sums=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
+
+prepare() {
+  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-12-01 Thread Maxim Baz via arch-commits
Date: Sunday, December 1, 2019 @ 20:17:08
  Author: maximbaz
Revision: 534650

nnn: add optdepends, quote all vars

Modified:
  nnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 19:59:08 UTC (rev 534649)
+++ PKGBUILD2019-12-01 20:17:08 UTC (rev 534650)
@@ -1,34 +1,46 @@
 # Maintainer: Felix Yan 
 # Contributor: Pablo Arias 
 # Contributor: John Jenkins 
 
 pkgname=nnn
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
 depends=('bash')
-url="https://github.com/jarun/nnn";
+optdepends=(
+  'atool: for more archive formats'
+  'libarchive: for more archive formats'
+  'zip: for zip archive format'
+  'unzip: for zip archive format'
+  'trash-cli: to trash files'
+  'sshfs: mount remotes'
+  'rclone: mount remotes'
+  'fuse2: unmount remotes'
+  'xdg-utils: desktop opener'
+)
+url="https://github.com/jarun/${pkgname}";
 license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/archive/v${pkgver}.tar.gz";)
 sha256sums=('0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5')
 
 prepare() {
-  sed -i 's/install: all/install:/' $pkgname-$pkgver/Makefile
+  sed -i 's/install: all/install:/' "${pkgname}-${pkgver}/Makefile"
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
 
-  install -Dm644 misc/auto-completion/fish/nnn.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/nnn.fish
-  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/nnn
-  install -Dm644 misc/auto-completion/zsh/_nnn 
"$pkgdir"/usr/share/zsh/site-functions/_nnn
+  install -Dm644 misc/auto-completion/fish/nnn.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/nnn.fish"
+  install -Dm644 misc/auto-completion/bash/nnn-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/nnn"
+  install -Dm644 misc/auto-completion/zsh/_nnn 
"${pkgdir}/usr/share/zsh/site-functions/_nnn"
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in (4 files)

2019-12-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, December 1, 2019 @ 20:42:09
  Author: anatolik
Revision: 534652

Add yubikey-full-disk-encryption package

Added:
  yubikey-full-disk-encryption/
  yubikey-full-disk-encryption/repos/
  yubikey-full-disk-encryption/trunk/
  yubikey-full-disk-encryption/trunk/PKGBUILD

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

Added: yubikey-full-disk-encryption/trunk/PKGBUILD
===
--- yubikey-full-disk-encryption/trunk/PKGBUILD (rev 0)
+++ yubikey-full-disk-encryption/trunk/PKGBUILD 2019-12-01 20:42:09 UTC (rev 
534652)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: therojam 
+
+pkgname=yubikey-full-disk-encryption
+_commit=2ce7aa7626c8537151f8336c6782d513c4521a5c
+pkgver=r143.2ce7aa7
+pkgrel=1
+pkgdesc='Use YubiKey to unlock a LUKS partition'
+arch=(any)
+url='https://github.com/agherzan/yubikey-full-disk-encryption'
+license=(Apache)
+depends=(yubikey-personalization cryptsetup udisks2 expect)
+#optdepends=('ykchalresp-nfc: NFC support')
+makedepends=(git)
+backup=(etc/ykfde.conf)
+source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd yubikey-full-disk-encryption
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd yubikey-full-disk-encryption
+  make DESTDIR="$pkgdir" install
+}


Property changes on: yubikey-full-disk-encryption/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in yubikey-full-disk-encryption/repos (2 files)

2019-12-01 Thread Anatol Pomozov via arch-commits
Date: Sunday, December 1, 2019 @ 20:43:11
  Author: anatolik
Revision: 534653

archrelease: copy trunk to community-any

Added:
  yubikey-full-disk-encryption/repos/community-any/
  yubikey-full-disk-encryption/repos/community-any/PKGBUILD
(from rev 534652, yubikey-full-disk-encryption/trunk/PKGBUILD)

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

Copied: yubikey-full-disk-encryption/repos/community-any/PKGBUILD (from rev 
534652, yubikey-full-disk-encryption/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-12-01 20:43:11 UTC (rev 534653)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: therojam 
+
+pkgname=yubikey-full-disk-encryption
+_commit=2ce7aa7626c8537151f8336c6782d513c4521a5c
+pkgver=r143.2ce7aa7
+pkgrel=1
+pkgdesc='Use YubiKey to unlock a LUKS partition'
+arch=(any)
+url='https://github.com/agherzan/yubikey-full-disk-encryption'
+license=(Apache)
+depends=(yubikey-personalization cryptsetup udisks2 expect)
+#optdepends=('ykchalresp-nfc: NFC support')
+makedepends=(git)
+backup=(etc/ykfde.conf)
+source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd yubikey-full-disk-encryption
+  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd yubikey-full-disk-encryption
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2019-12-01 Thread David Runge via arch-commits
Date: Sunday, December 1, 2019 @ 23:21:59
  Author: dvzrv
Revision: 534655

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 534654, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-01 23:21:49 UTC (rev 534654)
+++ PKGBUILD2019-12-01 23:21:59 UTC (rev 534655)
@@ -1,19 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=14.0.1
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news";
-license=('AGPL3')
-depends=('nextcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
-sha512sums=('51c06e3eb0a96fc716cbaa7bf4551be54110e6b9cdf26cb49db369190be729e60a346e13953c00b5a7f2a9560b985569c3b4e1b1d5b2617e396488bf6fa6e016')
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 534654, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-01 23:21:59 UTC (rev 534655)
@@ -0,0 +1,19 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=14.0.2
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news";
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
+sha512sums=('e553e54d54cd4be3b96a49b1d1d40d91aa4b8b8b0d907dfa22217f08938aec62f131bbaca50d551e962e57260a456665a68fc94b35a04ff9591faa4bfe9c44b5')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2019-12-01 Thread David Runge via arch-commits
Date: Sunday, December 1, 2019 @ 23:21:49
  Author: dvzrv
Revision: 534654

upgpkg: nextcloud-app-news 14.0.2-1

Upgrading to 14.0.2. Updating maintainer info.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 20:43:11 UTC (rev 534653)
+++ PKGBUILD2019-12-01 23:21:49 UTC (rev 534654)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=14.0.1
+pkgver=14.0.2
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
-sha512sums=('51c06e3eb0a96fc716cbaa7bf4551be54110e6b9cdf26cb49db369190be729e60a346e13953c00b5a7f2a9560b985569c3b4e1b1d5b2617e396488bf6fa6e016')
+sha512sums=('e553e54d54cd4be3b96a49b1d1d40d91aa4b8b8b0d907dfa22217f08938aec62f131bbaca50d551e962e57260a456665a68fc94b35a04ff9591faa4bfe9c44b5')
 
 package() {
   install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-12-01 Thread Sébastien Luttringer via arch-commits
Date: Monday, December 2, 2019 @ 00:33:08
  Author: seblu
Revision: 370197

db-move: moved file from [testing] to [core] (x86_64)

Added:
  file/repos/core-x86_64/PKGBUILD
(from rev 370196, file/repos/testing-x86_64/PKGBUILD)
  file/repos/core-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch
(from rev 370196, 
file/repos/testing-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch)
Deleted:
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-x86_64/

+
 /PKGBUILD  |   64 +++
 core-x86_64/PKGBUILD   |   62 --
 core-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch |   27 
 3 files changed, 91 insertions(+), 62 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-12-01 18:24:24 UTC (rev 370196)
+++ core-x86_64/PKGBUILD2019-12-02 00:33:08 UTC (rev 370197)
@@ -1,62 +0,0 @@
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.37
-pkgrel=4
-pkgdesc='File type identification utility'
-arch=('x86_64')
-license=('custom')
-groups=('base-devel')
-url='https://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
-md5sums=('80c29aca745466c6c24d11f059329075'
- 'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Fix linking libmagic (vfork needs libpthread)
-  CFLAGS+=" -pthread"
-
-  # seccomp breaks file -z foo.xz
-  # does a whole pipe-fork-exec dance with /bin/xz, so difficult to fix
-  # this breaks makepkg, specifically on the linux PKGBUILD's patch-*.xz
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/file \
---enable-fsect-man5 \
---disable-libseccomp
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-x86_64/PKGBUILD (from rev 370196, 
file/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-12-02 00:33:08 UTC (rev 370197)
@@ -0,0 +1,64 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.37
+pkgrel=5
+pkgdesc='File type identification utility'
+arch=('x86_64')
+license=('custom')
+groups=('base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+  d3132f65594e8ad27b74643786a786cd3e60c715.patch)
+validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
+sha256sums=('e9c13967f7dd339a3c241b7710ba093560b9a33013491318e88e6b8b57bae07f'
+'SKIP'
+'2ef553d3d4c68fe3e3850bc6151e66ce5714d774536deb9b8401425e73214ea7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Fix linking libmagic (vfork needs libpthread)
+  CFLAGS+=" -pthread"
+
+  # seccomp breaks file -z foo.xz
+  # does a whole pipe-fork-exec dance with /bin/xz, so difficult to fix
+  # this breaks makepkg, specifically on the linux PKGBUILD's patch-*.xz
+
+  ./configure \
+--prefix=/usr \
+--datadir=/usr/share/file \
+--enable-fsect-man5 \
+--disable-libseccomp
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: file/repos/core-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch 
(from rev 370196, 
file/repos/testing-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch)
===
--- core-x86_64/d3132f65594e8ad27b74643786a786cd3e60c715.patch  
 

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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:36:13
  Author: dbermond
Revision: 534656

upgpkg: libmysofa 0.9-1

Update to version 0.9

Modified:
  libmysofa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-01 23:21:59 UTC (rev 534655)
+++ PKGBUILD2019-12-02 00:36:13 UTC (rev 534656)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=libmysofa
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA 
format'
 arch=('x86_64')
@@ -11,11 +11,10 @@
 makedepends=('cmake' 'cunit')
 checkdepends=('nodejs')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/hoene/libmysofa/archive/v${pkgver}.tar.gz";)
-sha256sums=('0e0abb6ec6f5f09266325741d6ef218532187129f65d0bc6b21e155760dfb2ad')
+sha256sums=('9d8f8aec6d73209dadd1b33d436d397dbd3372ef8a8627081e0d28a8e7cc40d2')
 
 build() {
 cd "${pkgname}-${pkgver}/build"
-
 cmake \
 -DBUILD_TESTS:BOOL='ON' \
 -DCMAKE_INSTALL_LIBDIR:PATH='lib' \
@@ -22,7 +21,6 @@
 -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
 -Wno-dev \
 ..
-
 make all
 }
 
@@ -32,6 +30,5 @@
 
 package() {
 make -C "${pkgname}-${pkgver}/build" DESTDIR="$pkgdir" install
-
 install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:36:41
  Author: dbermond
Revision: 534657

archrelease: copy trunk to community-x86_64

Added:
  libmysofa/repos/community-x86_64/PKGBUILD
(from rev 534656, libmysofa/trunk/PKGBUILD)
Deleted:
  libmysofa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 00:36:13 UTC (rev 534656)
+++ PKGBUILD2019-12-02 00:36:41 UTC (rev 534657)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=libmysofa
-pkgver=0.8
-pkgrel=1
-pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA 
format'
-arch=('x86_64')
-url='https://hoene.github.io/libmysofa/'
-license=('BSD')
-depends=('zlib')
-makedepends=('cmake' 'cunit')
-checkdepends=('nodejs')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/hoene/libmysofa/archive/v${pkgver}.tar.gz";)
-sha256sums=('0e0abb6ec6f5f09266325741d6ef218532187129f65d0bc6b21e155760dfb2ad')
-
-build() {
-cd "${pkgname}-${pkgver}/build"
-
-cmake \
--DBUILD_TESTS:BOOL='ON' \
--DCMAKE_INSTALL_LIBDIR:PATH='lib' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--Wno-dev \
-..
-
-make all
-}
-
-check() {
-make -C "${pkgname}-${pkgver}/build" test
-}
-
-package() {
-make -C "${pkgname}-${pkgver}/build" DESTDIR="$pkgdir" install
-
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libmysofa/repos/community-x86_64/PKGBUILD (from rev 534656, 
libmysofa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 00:36:41 UTC (rev 534657)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=libmysofa
+pkgver=0.9
+pkgrel=1
+pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA 
format'
+arch=('x86_64')
+url='https://hoene.github.io/libmysofa/'
+license=('BSD')
+depends=('zlib')
+makedepends=('cmake' 'cunit')
+checkdepends=('nodejs')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/hoene/libmysofa/archive/v${pkgver}.tar.gz";)
+sha256sums=('9d8f8aec6d73209dadd1b33d436d397dbd3372ef8a8627081e0d28a8e7cc40d2')
+
+build() {
+cd "${pkgname}-${pkgver}/build"
+cmake \
+-DBUILD_TESTS:BOOL='ON' \
+-DCMAKE_INSTALL_LIBDIR:PATH='lib' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-Wno-dev \
+..
+make all
+}
+
+check() {
+make -C "${pkgname}-${pkgver}/build" test
+}
+
+package() {
+make -C "${pkgname}-${pkgver}/build" DESTDIR="$pkgdir" install
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:37:57
  Author: dbermond
Revision: 534659

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 00:37:28 UTC (rev 534658)
+++ PKGBUILD2019-12-02 00:37:57 UTC (rev 534659)
@@ -1,37 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.13.1
-pkgrel=3
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/";
-license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose' 'python-sphinx')
-BUILDENV=('!check')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
-sha256sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

-
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
-check() {
-  cd breathe
-
-  PYTHONPATH=$PWD make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 534658, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 00:37:57 UTC (rev 534659)
@@ -0,0 +1,36 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.14.0
+pkgrel=0
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/";
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-nose')
+BUILDENV=('!check')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
+sha256sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:37:28
  Author: dbermond
Revision: 534658

upgpkg: python-breathe 4.14.0-0

Update to version 4.14.0

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:36:41 UTC (rev 534657)
+++ PKGBUILD2019-12-02 00:37:28 UTC (rev 534658)
@@ -3,15 +3,15 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.13.1
-pkgrel=3
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
+pkgver=4.14.0
+pkgrel=0
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
 url="https://breathe.readthedocs.org/en/latest/";
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose' 'python-sphinx')
+checkdepends=('python-nose')
 BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
 sha256sums=('SKIP')
@@ -20,8 +20,7 @@
 # FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
-
-  PYTHONPATH=$PWD make test
+  PYTHONPATH="$PWD" make test
 }
 
 build() {


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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:40:41
  Author: dbermond
Revision: 534660

upgpkg: python-breathe 4.14.0-1

Fix pkgrel

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:37:57 UTC (rev 534659)
+++ PKGBUILD2019-12-02 00:40:41 UTC (rev 534660)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.14.0
-pkgrel=0
+pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
 url="https://breathe.readthedocs.org/en/latest/";


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

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:41:06
  Author: dbermond
Revision: 534661

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 00:40:41 UTC (rev 534660)
+++ PKGBUILD2019-12-02 00:41:06 UTC (rev 534661)
@@ -1,36 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.14.0
-pkgrel=0
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/";
-license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
-sha256sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

-
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
-check() {
-  cd breathe
-  PYTHONPATH="$PWD" make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 534660, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 00:41:06 UTC (rev 534661)
@@ -0,0 +1,36 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/";
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-nose')
+BUILDENV=('!check')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
+sha256sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:26:36
  Author: kkeen
Revision: 534662

upgpkg: python-pillow 6.2.1-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:41:06 UTC (rev 534661)
+++ PKGBUILD2019-12-02 02:26:36 UTC (rev 534662)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=6.2.0
-pkgrel=4
+pkgver=6.2.1
+pkgrel=1
 _appname=Pillow
 _py2basever=2.7
 _py3basever=3.8
@@ -20,7 +20,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";)
-md5sums=('b9b270180efa987acbedc20823eaad23')
+md5sums=('13acde283ece6ac69f62609fa108d316')
 
 prepare() {
   cd "$srcdir/$_appname-$pkgver"


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:26:49
  Author: kkeen
Revision: 534663

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 02:26:36 UTC (rev 534662)
+++ PKGBUILD2019-12-02 02:26:49 UTC (rev 534663)
@@ -1,71 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=6.2.0
-pkgrel=4
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.8
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('x86_64')
-url="https://python-pillow.github.io/";
-license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module')
-makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";)
-md5sums=('b9b270180efa987acbedc20823eaad23')
-
-prepare() {
-  cd "$srcdir/$_appname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$_appname-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/$_appname-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
-  python2 selftest.py
-  pytest2
-}
-
-package_python-pillow() {
-  depends+=('python')
-  optdepends+=('python-olefile: OLE2 file support'
-   'python-pyqt5: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends+=('python2')
-  optdepends+=('python2-olefile: OLE2 file support'
-   'python2-pyqt5: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/$_appname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" src/libImaging/*.h
-}

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 534662, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 02:26:49 UTC (rev 534663)
@@ -0,0 +1,71 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=6.2.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.8
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('x86_64')
+url="https://python-pillow.github.io/";
+license=('BSD')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
+optdepends=('freetype2: for the ImageFont module'
+'libraqm: for complex text scripts'
+'libwebp: for webp images'
+'tk: for the ImageTK module')
+makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 
'libwebp' 'tk')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";)
+md5sums=('13acde283ece6ac69f62609fa108d316')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_py2basever"
+  python2 selftest.py
+  pytest2
+}
+
+package_python-pillow() {
+  depends+=('python')
+  optdepends+=('python-olefile: OLE2 file support'
+   'python-pyqt5: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3baseve

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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:40:20
  Author: kkeen
Revision: 534664

upgpkg: python-jupyter_core 4.6.1-1

Modified:
  python-jupyter_core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 02:26:49 UTC (rev 534663)
+++ PKGBUILD2019-12-02 02:40:20 UTC (rev 534664)
@@ -2,8 +2,8 @@
 
 pkgbase=python-jupyter_core
 pkgname=(python-jupyter_core python2-jupyter_core)
-pkgver=4.6.0
-pkgrel=3
+pkgver=4.6.1
+pkgrel=1
 pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
 arch=('any')
 url="https://pypi.python.org/pypi/jupyter_core";
@@ -11,7 +11,7 @@
 depends=('python-traitlets')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz";)
-md5sums=('b86b19c993707378e96aca57935ba180')
+md5sums=('5a6d02d25c4c2c6914d991173e7ca8f9')
 
 prepare() {
   cd "$srcdir/jupyter_core-$pkgver"


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:41:03
  Author: kkeen
Revision: 534665

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 02:40:20 UTC (rev 534664)
+++ PKGBUILD2019-12-02 02:41:03 UTC (rev 534665)
@@ -1,51 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=python-jupyter_core
-pkgname=(python-jupyter_core python2-jupyter_core)
-pkgver=4.6.0
-pkgrel=3
-pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
-arch=('any')
-url="https://pypi.python.org/pypi/jupyter_core";
-license=('BSD')
-depends=('python-traitlets')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz";)
-md5sums=('b86b19c993707378e96aca57935ba180')
-
-prepare() {
-  cd "$srcdir/jupyter_core-$pkgver"
-
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
-
-  cd python2-jupyter_core-$pkgver
-  sed -i 's/env python$/&2/' jupyter_core/troubleshoot.py
-}
-
-build() {
-  cd "$srcdir"
-}
-
-package_python-jupyter_core() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 examples/jupyter-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/jupyter"
-  install -Dm644 examples/completions-zsh 
"$pkgdir/usr/share/zsh/site-functions/_jupyter"
-}
-
-package_python2-jupyter_core() {
-  # todo: figure out how to remove this, it probably shouldn't be used
-  depends=('python2-traitlets')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr"
-  rm bin/jupyter
-  rm bin/jupyter-migrate
-  rm bin/jupyter-troubleshoot
-  rmdir bin
-}

Copied: python-jupyter_core/repos/community-any/PKGBUILD (from rev 534664, 
python-jupyter_core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 02:41:03 UTC (rev 534665)
@@ -0,0 +1,51 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-jupyter_core
+pkgname=(python-jupyter_core python2-jupyter_core)
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Jupyter core package. A base package on which Jupyter projects rely."
+arch=('any')
+url="https://pypi.python.org/pypi/jupyter_core";
+license=('BSD')
+depends=('python-traitlets')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz";)
+md5sums=('5a6d02d25c4c2c6914d991173e7ca8f9')
+
+prepare() {
+  cd "$srcdir/jupyter_core-$pkgver"
+
+  cd "$srcdir"
+  cp -r jupyter_core-$pkgver python2-jupyter_core-$pkgver
+
+  cd python2-jupyter_core-$pkgver
+  sed -i 's/env python$/&2/' jupyter_core/troubleshoot.py
+}
+
+build() {
+  cd "$srcdir"
+}
+
+package_python-jupyter_core() {
+  cd "$srcdir/jupyter_core-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 examples/jupyter-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/jupyter"
+  install -Dm644 examples/completions-zsh 
"$pkgdir/usr/share/zsh/site-functions/_jupyter"
+}
+
+package_python2-jupyter_core() {
+  # todo: figure out how to remove this, it probably shouldn't be used
+  depends=('python2-traitlets')
+
+  cd "$srcdir/python2-jupyter_core-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr"
+  rm bin/jupyter
+  rm bin/jupyter-migrate
+  rm bin/jupyter-troubleshoot
+  rmdir bin
+}


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:53:45
  Author: kkeen
Revision: 534666

upgpkg: jupyter-nbconvert 5.6.1-1

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 02:41:03 UTC (rev 534665)
+++ PKGBUILD2019-12-02 02:53:45 UTC (rev 534666)
@@ -2,8 +2,8 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=5.6.0
-pkgrel=4
+pkgver=5.6.1
+pkgrel=1
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert";
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 optdepends=('pandoc: non-html conversion output')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz";)
-md5sums=('78da0a9bc366982e05aa5eb5aae7c0f7')
+md5sums=('579bfeb4ef5e361ff36c523c403528e8')
 
 package() {
   cd "$srcdir/nbconvert-$pkgver"


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 02:53:58
  Author: kkeen
Revision: 534667

archrelease: copy trunk to community-any

Added:
  jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 534666, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
  jupyter-nbconvert/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 02:53:45 UTC (rev 534666)
+++ PKGBUILD2019-12-02 02:53:58 UTC (rev 534667)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=5.6.0
-pkgrel=4
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert";
-license=('BSD')
-depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
- 'python-jinja' 'python-entrypoints' 'python-traitlets'
- 'python-pandocfilters' 'python-bleach' 'python-testpath'
- 'python-defusedxml')
-# really depends on jupyter-client, not jupyter
-makedepends=('python-setuptools')
-optdepends=('pandoc: non-html conversion output')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz";)
-md5sums=('78da0a9bc366982e05aa5eb5aae7c0f7')
-
-package() {
-  cd "$srcdir/nbconvert-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 534666, 
jupyter-nbconvert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 02:53:58 UTC (rev 534667)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.6.1
+pkgrel=1
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert";
+license=('BSD')
+depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
+ 'python-jinja' 'python-entrypoints' 'python-traitlets'
+ 'python-pandocfilters' 'python-bleach' 'python-testpath'
+ 'python-defusedxml')
+# really depends on jupyter-client, not jupyter
+makedepends=('python-setuptools')
+optdepends=('pandoc: non-html conversion output')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz";)
+md5sums=('579bfeb4ef5e361ff36c523c403528e8')
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:10:14
  Author: kkeen
Revision: 534668

upgpkg: jupyter-notebook 6.0.2-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 02:53:58 UTC (rev 534667)
+++ PKGBUILD2019-12-02 03:10:14 UTC (rev 534668)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=6.0.1
-pkgrel=5
+pkgver=6.0.2
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook";
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('bec6264feda8dd62e64a9095f02f')
+md5sums=('8c57651b49a34d725c9d6aa11c0c99d8')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 
@@ -40,6 +40,6 @@
   ln -s /usr/share/mathjax2 \
   "$pkgdir/usr/lib/python3.8/site-packages/notebook/static/components/MathJax"
 
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:10:25
  Author: kkeen
Revision: 534669

archrelease: copy trunk to community-any

Added:
  jupyter-notebook/repos/community-any/PKGBUILD
(from rev 534668, jupyter-notebook/trunk/PKGBUILD)
Deleted:
  jupyter-notebook/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 03:10:14 UTC (rev 534668)
+++ PKGBUILD2019-12-02 03:10:25 UTC (rev 534669)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=6.0.1
-pkgrel=5
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook";
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax2' 'python-send2trash'
- 'jupyter-nbconvert' 'python-prometheus_client')
-# Much of their official dependency tree appears inverted and circular?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook export')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('bec6264feda8dd62e64a9095f02f')
-
-# todo: report bug that mathjax and nbconvert is no longer optional
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax2 \
-  "$pkgdir/usr/lib/python3.8/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-notebook/repos/community-any/PKGBUILD (from rev 534668, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 03:10:25 UTC (rev 534669)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook";
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client' 'mathjax2' 'python-send2trash'
+ 'jupyter-nbconvert' 'python-prometheus_client')
+# Much of their official dependency tree appears inverted and circular?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+md5sums=('8c57651b49a34d725c9d6aa11c0c99d8')
+
+# todo: report bug that mathjax and nbconvert is no longer optional
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax2 \
+  "$pkgdir/usr/lib/python3.8/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in jupyter-widgetsnbextension/repos/community-any (2 files)

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:47:14
  Author: kkeen
Revision: 534671

archrelease: copy trunk to community-any

Added:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD
(from rev 534670, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 03:46:58 UTC (rev 534670)
+++ PKGBUILD2019-12-02 03:47:14 UTC (rev 534671)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Kyle Keen 
-pkgname=jupyter-widgetsnbextension
-pkgver=3.5.0
-pkgrel=4
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/widgetsnbextension";
-license=('BSD')
-depends=('jupyter-notebook')
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-md5sums=('2038ef983e480543408a5db155e333f6')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir/usr/etc" "$pkgdir/etc"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
534670, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 03:47:14 UTC (rev 534671)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Kyle Keen 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.5.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/widgetsnbextension";
+license=('BSD')
+depends=('jupyter-notebook')
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
+md5sums=('3dc5f96919c032a885950e3819bdee7b')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir/usr/etc" "$pkgdir/etc"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 03:46:58
  Author: kkeen
Revision: 534670

upgpkg: jupyter-widgetsnbextension 1:3.5.1-1

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 03:10:25 UTC (rev 534669)
+++ PKGBUILD2019-12-02 03:46:58 UTC (rev 534670)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 # Maintainer: Kyle Keen 
 pkgname=jupyter-widgetsnbextension
-pkgver=3.5.0
-pkgrel=4
+pkgver=3.5.1
+pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('jupyter-notebook')
 
source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-md5sums=('2038ef983e480543408a5db155e333f6')
+md5sums=('3dc5f96919c032a885950e3819bdee7b')
 
 build() {
   cd "widgetsnbextension-$pkgver"


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 05:06:37
  Author: kkeen
Revision: 534672

upgpkg: ipython 7.10.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 03:47:14 UTC (rev 534671)
+++ PKGBUILD2019-12-02 05:06:37 UTC (rev 534672)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.9.0
-pkgrel=3
+pkgver=7.10.0
+pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="https://ipython.org";
@@ -22,7 +22,7 @@
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
 
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('2d848e39f2eaf91cdea1bda1b0761252'
+md5sums=('5d6c3992e15bf097febcc3e4f081ab19'
  '87ce0c7839808e6a3427d57df6a792e7'
  '2901d65f1b1fe354e72850085cd1c072')
 


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 05:07:11
  Author: kkeen
Revision: 534673

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 534672, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 05:06:37 UTC (rev 534672)
+++ PKGBUILD2019-12-02 05:07:11 UTC (rev 534673)
@@ -1,54 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.9.0
-pkgrel=3
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org";
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments')
-makedepends=('python-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# new optional thing: ipyparallel
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
-
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('2d848e39f2eaf91cdea1bda1b0761252'
- '87ce0c7839808e6a3427d57df6a792e7'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# confirm that an update does not break sage?
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/backcall-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 534672, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 05:07:11 UTC (rev 534673)
@@ -0,0 +1,54 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.10.0
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org";
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# new optional thing: ipyparallel
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
+
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
+md5sums=('5d6c3992e15bf097febcc3e4f081ab19'
+ '87ce0c7839808e6a3427d57df6a792e7'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/backcall-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/sha

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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 06:06:33
  Author: kkeen
Revision: 534675

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 534674, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 06:06:23 UTC (rev 534674)
+++ PKGBUILD2019-12-02 06:06:33 UTC (rev 534675)
@@ -1,54 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: PepeSmith
-# Contributor: Aron Asor 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=ipython
-pkgver=7.10.0
-pkgrel=1
-pkgdesc="An enhanced Interactive Python shell."
-arch=('any')
-url="https://ipython.org";
-license=('BSD')
-depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
- 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
- 'python-jedi' 'python-pygments')
-makedepends=('python-setuptools')
-optdepends=("python-nose: for IPython's test suite")
-
-# new optional thing: ipyparallel
-
-source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
-
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
-
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('5d6c3992e15bf097febcc3e4f081ab19'
- '87ce0c7839808e6a3427d57df6a792e7'
- '2901d65f1b1fe354e72850085cd1c072')
-
-# confirm that an update does not break sage?
-
-package() {
-  cd "$srcdir/ipython-$pkgver"
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/backcall-0.1.0"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipython-$pkgver"
-  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
-
-  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
-  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
-  # FS#47046
-  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png"
-
-  #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/
-  #install -Dm644 IPythonConsole.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg"
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 534674, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 06:06:33 UTC (rev 534675)
@@ -0,0 +1,54 @@
+# Maintainer: Kyle Keen 
+# Contributor: PepeSmith
+# Contributor: Aron Asor 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=ipython
+pkgver=7.10.1
+pkgrel=1
+pkgdesc="An enhanced Interactive Python shell."
+arch=('any')
+url="https://ipython.org";
+license=('BSD')
+depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
+ 'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+ 'python-jedi' 'python-pygments')
+makedepends=('python-setuptools')
+optdepends=("python-nose: for IPython's test suite")
+
+# new optional thing: ipyparallel
+
+source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
+
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
+
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
+md5sums=('21b033c8a19469a8c3df60074fa7efc9'
+ '87ce0c7839808e6a3427d57df6a792e7'
+ '2901d65f1b1fe354e72850085cd1c072')
+
+# confirm that an update does not break sage?
+
+package() {
+  cd "$srcdir/ipython-$pkgver"
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/backcall-0.1.0"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  cd "$srcdir/ipython-$pkgver"
+  install -Dm644 docs/source/about/license_and_copyright.rst 
"$pkgdir/usr/share/licenses/ipython/LICENSE"
+
+  cd "$srcdir/ipython-$pkgver/examples/IPython Kernel/"
+  # FS#45120
+  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
+  install -Dm644 ipython.desktop 
"$pkgdir/usr/share/applications/ipython.desktop"
+  #install -Dm644 ipython-qtconsole.desktop 
"$pkgdir/usr/share/applications/ipython-qtconsole.desktop"
+  # FS#47046
+  install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/sh

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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 06:06:23
  Author: kkeen
Revision: 534674

upgpkg: ipython 7.10.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 05:07:11 UTC (rev 534673)
+++ PKGBUILD2019-12-02 06:06:23 UTC (rev 534674)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=7.10.0
+pkgver=7.10.1
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -22,7 +22,7 @@
 
source=("ipython-$pkgver.tgz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz";
 
"https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.1.0.tar.gz";
 
"https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png";)
-md5sums=('5d6c3992e15bf097febcc3e4f081ab19'
+md5sums=('21b033c8a19469a8c3df60074fa7efc9'
  '87ce0c7839808e6a3427d57df6a792e7'
  '2901d65f1b1fe354e72850085cd1c072')
 


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 06:25:57
  Author: kkeen
Revision: 534676

upgpkg: python-prompt_toolkit 3.0.2-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 06:06:33 UTC (rev 534675)
+++ PKGBUILD2019-12-02 06:25:57 UTC (rev 534676)
@@ -1,50 +1,31 @@
 # Maintainer: Kyle Keen 
 # Contributor: Andy Weidenbaum 
 
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
+pkgname=python-prompt_toolkit
 _name=prompt_toolkit
-pkgver=2.0.10
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
 depends=('python-pygments'
  'python-six'
  'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
+makedepends=('python-setuptools')
 url="https://github.com/jonathanslenders/python-prompt-toolkit";
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('5016c523e603cd7119644fbc0f00ce53')
-sha256sums=('f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db')
+md5sums=('e2bef5d83122a96f8b3efca4b0de7fbd')
+sha256sums=('63daee79aa8366c8f1c637f1a4876b890da5fc92a19ebd2f7080ebacb901e990')
 
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
 build() {
   cd "$srcdir/$_name-$pkgver"
   python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
 }
 
-package_python-prompt_toolkit() {
+package() {
   cd "$srcdir/$_name-$pkgver"
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-


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

2019-12-01 Thread Kyle Keen via arch-commits
Date: Monday, December 2, 2019 @ 06:26:40
  Author: kkeen
Revision: 534677

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 06:25:57 UTC (rev 534676)
+++ PKGBUILD2019-12-02 06:26:40 UTC (rev 534677)
@@ -1,50 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Andy Weidenbaum 
-
-pkgbase=python-prompt_toolkit
-pkgname=(python-prompt_toolkit python2-prompt_toolkit)
-_name=prompt_toolkit
-pkgver=2.0.10
-pkgrel=3
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-six'
- 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-pygments' 'python2-six' 'python2-wcwidth')
-url="https://github.com/jonathanslenders/python-prompt-toolkit";
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
-md5sums=('5016c523e603cd7119644fbc0f00ce53')
-sha256sums=('f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-build() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py build
-}
-
-package_python-prompt_toolkit() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-prompt_toolkit() {
-  depends=('python2-pygments'
-   'python2-six'
-   'python2-wcwidth')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 534676, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 06:26:40 UTC (rev 534677)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python-prompt_toolkit
+_name=prompt_toolkit
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-six'
+ 'python-wcwidth')
+makedepends=('python-setuptools')
+url="https://github.com/jonathanslenders/python-prompt-toolkit";
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz";)
+md5sums=('e2bef5d83122a96f8b3efca4b0de7fbd')
+sha256sums=('63daee79aa8366c8f1c637f1a4876b890da5fc92a19ebd2f7080ebacb901e990')
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2019-12-01 Thread Eli Schwartz via arch-commits
Date: Monday, December 2, 2019 @ 07:30:34
  Author: eschwartz
Revision: 534678

upgpkg: xapps 1.6.5-1: upstream release

Modified:
  xapps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 06:26:40 UTC (rev 534677)
+++ PKGBUILD2019-12-02 07:30:34 UTC (rev 534678)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapps
-pkgver=1.6.2
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('libgnomekbd')
 makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d282b44116eb3f2e1d92f82bfcce005218d27e2ba068c27b5aae7c60edee3129')
-b2sums=('6e03175f50ac2aa1ae0a4e402bce25030f71bc80f93a700cef43f5660206a1989e8e6efdbacf873c46f7de79994b5602dc56cf0c1fc062cf82cbae99aa6cf85a')
+sha256sums=('997afa5d57b665370d45241e6a53af4e241819f51f18b331dd09552b835343b7')
+b2sums=('8d44d82177d0b548ee60dc02f87c7e0fb2740601a9af2549b0c9a60f0e8b1b68ef36eee640df31869498131afc28786af6134404bfa4bce19bc181a0a06f3a81')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2019-12-01 Thread Eli Schwartz via arch-commits
Date: Monday, December 2, 2019 @ 07:30:49
  Author: eschwartz
Revision: 534679

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 534678, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 07:30:34 UTC (rev 534678)
+++ PKGBUILD2019-12-02 07:30:49 UTC (rev 534679)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}";
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d282b44116eb3f2e1d92f82bfcce005218d27e2ba068c27b5aae7c60edee3129')
-b2sums=('6e03175f50ac2aa1ae0a4e402bce25030f71bc80f93a700cef43f5660206a1989e8e6efdbacf873c46f7de79994b5602dc56cf0c1fc062cf82cbae99aa6cf85a')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 534678, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 07:30:49 UTC (rev 534679)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}";
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('997afa5d57b665370d45241e6a53af4e241819f51f18b331dd09552b835343b7')
+b2sums=('8d44d82177d0b548ee60dc02f87c7e0fb2740601a9af2549b0c9a60f0e8b1b68ef36eee640df31869498131afc28786af6134404bfa4bce19bc181a0a06f3a81')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}