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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 19, 2019 @ 07:41:05
  Author: arojas
Revision: 530410

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 530409, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 07:40:37 UTC (rev 530409)
+++ PKGBUILD2019-11-19 07:41:05 UTC (rev 530410)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=1.4.1
-pkgrel=3
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-depends=(mutagen pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 530409, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 07:41:05 UTC (rev 530410)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=1.4.1
+pkgrel=4
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python2-mutagen pygtk)
+optdepends=('python2-geoip: to enable Geographical blocker')
+conflicts=(nicotine)
+replaces=(nicotine)
+source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+}


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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 19, 2019 @ 07:40:37
  Author: arojas
Revision: 530409

Rebuild to fix mutagen dependency (FS#64564)

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 07:37:31 UTC (rev 530408)
+++ PKGBUILD2019-11-19 07:40:37 UTC (rev 530409)
@@ -6,7 +6,7 @@
 
 pkgname=nicotine+
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'


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

2019-11-18 Thread David Runge via arch-commits
Date: Tuesday, November 19, 2019 @ 07:37:02
  Author: dvzrv
Revision: 530407

upgpkg: radicale 2.1.11-3

Updating maintainer info. Fixing url (FS#64128). Creating empty configuration 
file in prepare() instead of in package(). Minor cleanups.

Modified:
  radicale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 06:48:55 UTC (rev 530406)
+++ PKGBUILD2019-11-19 07:37:02 UTC (rev 530407)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Moritz Lipp 
 # Contributor: fordprefect 
 # Contributor: Thor77 
@@ -6,10 +6,10 @@
 pkgname=radicale
 _name=Radicale
 pkgver=2.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
 arch=('any')
-url="http://www.radicale.org/;
+url="https://radicale.org/;
 license=('GPL3')
 depends=('python-bcrypt' 'python-passlib' 'python-setuptools' 'python-vobject')
 checkdepends=('python-bcrypt' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-isort' 'python-pytest-runner')
@@ -31,6 +31,7 @@
   # removing useless flake8 and isort tests
   sed -e 's/--flake8 --isort//' \
   -i setup.cfg
+  touch "users"
 }
 
 build() {
@@ -49,23 +50,21 @@
   --optimize=1 \
   --prefix=/usr \
   --root="${pkgdir}"
-# config
-install -vDm 644 {config,rights} -t "${pkgdir}/etc/${pkgname}/"
-touch "${pkgdir}/etc/${pkgname}/users"
-# fcgi/wsgi
-install -t "${pkgdir}/usr/share/${pkgname}/" \
-  -vDm 644 "${pkgname}.fcgi" \
-  -vDm 644 "${pkgname}.wsgi"
-# systemd service
-install -vDm 644 "${srcdir}/${pkgname}.service" \
-  "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-# sysusers.d
-install -vDm 644 "${srcdir}/${pkgname}-sysusers.conf" \
-  "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-# tmpfiles.d
-install -vDm 644 "${srcdir}/${pkgname}-tmpfiles.conf" \
-  "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-# docs
-install -t "${pkgdir}/usr/share/doc/${pkgname}/" -vDm 644 {NEWS,README}.md
+  # config
+  install -vDm 644 {config,rights,users} -t "${pkgdir}/etc/${pkgname}/"
+  # fcgi/wsgi
+  install -vDm 644 "${pkgname}."{fcgi,wsgi} \
+-t "${pkgdir}/usr/share/${pkgname}/"
+  # systemd service
+  install -vDm 644 "${srcdir}/${pkgname}.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+  # sysusers.d
+  install -vDm 644 "${srcdir}/${pkgname}-sysusers.conf" \
+"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  # tmpfiles.d
+  install -vDm 644 "${srcdir}/${pkgname}-tmpfiles.conf" \
+"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+  # docs
+  install -vDm 644 {NEWS,README}.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 


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

2019-11-18 Thread David Runge via arch-commits
Date: Tuesday, November 19, 2019 @ 07:37:31
  Author: dvzrv
Revision: 530408

archrelease: copy trunk to community-any

Added:
  radicale/repos/community-any/PKGBUILD
(from rev 530407, radicale/trunk/PKGBUILD)
  radicale/repos/community-any/radicale-sysusers.conf
(from rev 530407, radicale/trunk/radicale-sysusers.conf)
  radicale/repos/community-any/radicale-tmpfiles.conf
(from rev 530407, radicale/trunk/radicale-tmpfiles.conf)
  radicale/repos/community-any/radicale.service
(from rev 530407, radicale/trunk/radicale.service)
Deleted:
  radicale/repos/community-any/PKGBUILD
  radicale/repos/community-any/radicale-sysusers.conf
  radicale/repos/community-any/radicale-tmpfiles.conf
  radicale/repos/community-any/radicale.service

+
 PKGBUILD   |  141 +++
 radicale-sysusers.conf |2 
 radicale-tmpfiles.conf |4 -
 radicale.service   |   50 
 4 files changed, 98 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 07:37:02 UTC (rev 530407)
+++ PKGBUILD2019-11-19 07:37:31 UTC (rev 530408)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Moritz Lipp 
-# Contributor: fordprefect 
-# Contributor: Thor77 
-
-pkgname=radicale
-_name=Radicale
-pkgver=2.1.11
-pkgrel=2
-pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
-arch=('any')
-url="http://www.radicale.org/;
-license=('GPL3')
-depends=('python-bcrypt' 'python-passlib' 'python-setuptools' 'python-vobject')
-checkdepends=('python-bcrypt' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-isort' 'python-pytest-runner')
-backup=('etc/radicale/config'
-'etc/radicale/rights'
-'etc/radicale/users')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Kozea/${pkgname}/archive/${pkgver}.tar.gz;
-"${pkgname}-sysusers.conf"
-"${pkgname}-tmpfiles.conf"
-"${pkgname}.service")
-sha512sums=('ccdcc61e7f0d62041bdc41ea2004f721d0ce40d6d73b0475ccc8ff91224f0881a2d9749adfa5a7555782a0daf8bb4c8b29d724d68b486c5b1b8b5befd988781d'
-
'56dffb66e018cfbf158dc5d8fe638b3cb31229945f659aae5623f219bcd1d68ddc375f1633fa8e857a9b2f50c9e05a06efce165370137d6e116a4f187466637f'
-
'9d0dd88e4a34e9f97abda1785698e4b2a5e8202063deeb91b84e13c05e00b07e45b8d4d9eca09b9241b1138bbbfdc999dba0135c18f5bc0c08d65b0cd83b367b'
-
'2e2a99fb0a42d3f0f8ac9d0264376441ea600508e98c5dfb3ebcd6de096286a276747455fdf4b5c771f3cc6f454cb0277dc62cc9b11e278bd5fe74cb2b7b979a')
-
-prepare() {
-  mv -v ${_name}-${pkgver} ${pkgname}-${pkgver}
-  cd ${pkgname}-${pkgver}
-  # removing useless flake8 and isort tests
-  sed -e 's/--flake8 --isort//' \
-  -i setup.cfg
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-# config
-install -vDm 644 {config,rights} -t "${pkgdir}/etc/${pkgname}/"
-touch "${pkgdir}/etc/${pkgname}/users"
-# fcgi/wsgi
-install -t "${pkgdir}/usr/share/${pkgname}/" \
-  -vDm 644 "${pkgname}.fcgi" \
-  -vDm 644 "${pkgname}.wsgi"
-# systemd service
-install -vDm 644 "${srcdir}/${pkgname}.service" \
-  "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-# sysusers.d
-install -vDm 644 "${srcdir}/${pkgname}-sysusers.conf" \
-  "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-# tmpfiles.d
-install -vDm 644 "${srcdir}/${pkgname}-tmpfiles.conf" \
-  "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-# docs
-install -t "${pkgdir}/usr/share/doc/${pkgname}/" -vDm 644 {NEWS,README}.md
-}
-

Copied: radicale/repos/community-any/PKGBUILD (from rev 530407, 
radicale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 07:37:31 UTC (rev 530408)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+# Contributor: Moritz Lipp 
+# Contributor: fordprefect 
+# Contributor: Thor77 
+
+pkgname=radicale
+_name=Radicale
+pkgver=2.1.11
+pkgrel=3
+pkgdesc='Simple calendar (CalDAV) and contact (CardDAV) server'
+arch=('any')
+url="https://radicale.org/;
+license=('GPL3')
+depends=('python-bcrypt' 'python-passlib' 'python-setuptools' 'python-vobject')
+checkdepends=('python-bcrypt' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-isort' 'python-pytest-runner')
+backup=('etc/radicale/config'
+'etc/radicale/rights'
+'etc/radicale/users')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Kozea/${pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}-sysusers.conf"
+"${pkgname}-tmpfiles.conf"
+

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

2019-11-18 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 19, 2019 @ 06:48:55
  Author: tensor5
Revision: 530406

archrelease: copy trunk to community-any

Added:
  min/repos/community-any/PKGBUILD
(from rev 530405, min/trunk/PKGBUILD)
  min/repos/community-any/icon.patch
(from rev 530405, min/trunk/icon.patch)
  min/repos/community-any/min.desktop
(from rev 530405, min/trunk/min.desktop)
  min/repos/community-any/min.js
(from rev 530405, min/trunk/min.js)
Deleted:
  min/repos/community-any/PKGBUILD
  min/repos/community-any/icon.patch
  min/repos/community-any/min.desktop
  min/repos/community-any/min.js

-+
 PKGBUILD|  159 +-
 icon.patch  |   22 
 min.desktop |   18 +++---
 min.js  |   58 ++---
 4 files changed, 129 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 06:48:13 UTC (rev 530405)
+++ PKGBUILD2019-11-19 06:48:55 UTC (rev 530406)
@@ -1,79 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.11.2
-pkgrel=1
-pkgdesc='A smarter, faster web browser'
-arch=('any')
-url='https://minbrowser.github.io/min'
-license=('Apache')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('3cff58361a2d1086c1bd49efb6fcbb038e7988ed1e401d8fd6128ead3d584a63'
-'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'3c44522a80e75d4822b4413be4a2914594ebf38a46961abc2a5ff3584b394385')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-any/PKGBUILD (from rev 530405, min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 06:48:55 UTC (rev 530406)
@@ -0,0 +1,80 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.11.2
+_commit=dfbfa670a3e6fe3ff68b3351a6d4c3d6d50e7d06
+pkgrel=2
+pkgdesc='A smarter, faster web browser'
+arch=('any')
+url='https://minbrowser.github.io/min'
+license=('Apache')
+depends=('electron')
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
+'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
+'4e03faa2ebaabec3f700398e034cdb799c5e9585c43ac5ff03cfaf45c034ef62')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i "${srcdir}"/icon.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install
+npm run build
+rm -r node_modules
+
+npm install --production --no-optional
+}
+
+package() {
+cd ${pkgname}
+
+

[arch-commits] Commit in min/trunk (PKGBUILD icon.patch)

2019-11-18 Thread Nicola Squartini via arch-commits
Date: Tuesday, November 19, 2019 @ 06:48:13
  Author: tensor5
Revision: 530405

upgpkg: min 1.11.2-2

Fix for https://github.com/minbrowser/min/issues/854.

Modified:
  min/trunk/PKGBUILD
  min/trunk/icon.patch

+
 PKGBUILD   |   17 +
 icon.patch |2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 05:59:36 UTC (rev 530404)
+++ PKGBUILD2019-11-19 06:48:13 UTC (rev 530405)
@@ -2,30 +2,31 @@
 
 pkgname=min
 pkgver=1.11.2
-pkgrel=1
+_commit=dfbfa670a3e6fe3ff68b3351a6d4c3d6d50e7d06
+pkgrel=2
 pkgdesc='A smarter, faster web browser'
 arch=('any')
 url='https://minbrowser.github.io/min'
 license=('Apache')
 depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minbrowser/min/archive/v${pkgver}.tar.gz;
+makedepends=('git' 'npm')
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit};
 'min.desktop'
 'min.js'
 'icon.patch')
-sha256sums=('3cff58361a2d1086c1bd49efb6fcbb038e7988ed1e401d8fd6128ead3d584a63'
+sha256sums=('SKIP'
 'a779a8daff1d684779ebc6d13ea4c2f09e838df018de41fa19fa3f25aa12e32f'
 'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'3c44522a80e75d4822b4413be4a2914594ebf38a46961abc2a5ff3584b394385')
+'4e03faa2ebaabec3f700398e034cdb799c5e9585c43ac5ff03cfaf45c034ef62')
 
 prepare() {
-cd ${pkgname}-${pkgver}
+cd ${pkgname}
 
 patch -Np1 -i "${srcdir}"/icon.patch
 }
 
 build() {
-cd ${pkgname}-${pkgver}
+cd ${pkgname}
 
 npm install
 npm run build
@@ -35,7 +36,7 @@
 }
 
 package() {
-cd ${pkgname}-${pkgver}
+cd ${pkgname}
 
 appdir=/usr/lib/${pkgname}
 

Modified: icon.patch
===
--- icon.patch  2019-11-19 05:59:36 UTC (rev 530404)
+++ icon.patch  2019-11-19 06:48:13 UTC (rev 530405)
@@ -7,5 +7,5 @@
 -icon: __dirname + '/icons/icon256.png',
 +icon: '/usr/share/icons/hicolor/256x256/apps/min.png',
  frame: process.platform !== 'win32',
+ alwaysOnTop: settings.get('windowAlwaysOnTop'),
  backgroundColor: '#fff', // the value of this is ignored, but setting it 
seems to work around https://github.com/electron/electron/issues/10559
- webPreferences: {


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:59:23
  Author: eschwartz
Revision: 530403

upgpkg: python-cleo 0.6.8-1

Abort! Abort! Abort! This is a downpkg, actually. The original version of cleo
I tried to package is actually too new for poetry, so we need an old one. I
escaped needing to add an epoch by a hair, because I didn't db-update this yet.
DON'T LOOK AT ME LIKE THAT IT'S FINE.

Modified:
  python-cleo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 05:44:47 UTC (rev 530402)
+++ PKGBUILD2019-11-19 05:59:23 UTC (rev 530403)
@@ -2,18 +2,18 @@
 
 _pkgname=cleo
 pkgname=python-cleo
-pkgver=0.7.6
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="create beautiful and testable command-line interfaces"
 arch=('any')
 url="https://github.com/sdispater/${_pkgname};
 license=('MIT')
-depends=('python-clikit')
+depends=('python-pastel' 'python-pylev')
 makedepends=('python-dephell' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
-b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
+sha256sums=('931262582db48d4b310e7bc0fdc2b08b62e083869be89dfa2de292378264ce47')
+b2sums=('30b5f240abf6811d11c935b07ad4f853d7796573e6da935c81872d03f19ad616d57d846688e33ff872b2203a61432f4d77b5515e2c3b307457c0095550330e68')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:59:36
  Author: eschwartz
Revision: 530404

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 05:59:23 UTC (rev 530403)
+++ PKGBUILD2019-11-19 05:59:36 UTC (rev 530404)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cleo
-pkgname=python-cleo
-pkgver=0.7.6
-pkgrel=1
-pkgdesc="create beautiful and testable command-line interfaces"
-arch=('any')
-url="https://github.com/sdispater/${_pkgname};
-license=('MIT')
-depends=('python-clikit')
-makedepends=('python-dephell' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
-b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# poetry-generated setup.py are fatally broken, see:
-# https://github.com/sdispater/poetry/issues/866
-dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-cleo/repos/community-any/PKGBUILD (from rev 530403, 
python-cleo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 05:59:36 UTC (rev 530404)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cleo
+pkgname=python-cleo
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="create beautiful and testable command-line interfaces"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python-pastel' 'python-pylev')
+makedepends=('python-dephell' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('931262582db48d4b310e7bc0fdc2b08b62e083869be89dfa2de292378264ce47')
+b2sums=('30b5f240abf6811d11c935b07ad4f853d7796573e6da935c81872d03f19ad616d57d846688e33ff872b2203a61432f4d77b5515e2c3b307457c0095550330e68')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:44:47
  Author: eschwartz
Revision: 530402

archrelease: copy trunk to community-any

Added:
  python-cleo/repos/community-any/
  python-cleo/repos/community-any/PKGBUILD
(from rev 530401, python-cleo/trunk/PKGBUILD)

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

Copied: python-cleo/repos/community-any/PKGBUILD (from rev 530401, 
python-cleo/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-11-19 05:44:47 UTC (rev 530402)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cleo
+pkgname=python-cleo
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="create beautiful and testable command-line interfaces"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python-clikit')
+makedepends=('python-dephell' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
+b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:44:31
  Author: eschwartz
Revision: 530401

addpkg: python-cleo 0.7.6-1

needed for python-poetry

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

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

Added: python-cleo/trunk/PKGBUILD
===
--- python-cleo/trunk/PKGBUILD  (rev 0)
+++ python-cleo/trunk/PKGBUILD  2019-11-19 05:44:31 UTC (rev 530401)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cleo
+pkgname=python-cleo
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="create beautiful and testable command-line interfaces"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python-clikit')
+makedepends=('python-dephell' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
+b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:33:17
  Author: eschwartz
Revision: 530400

archrelease: copy trunk to community-any

Added:
  python-clikit/repos/community-any/
  python-clikit/repos/community-any/PKGBUILD
(from rev 530399, python-clikit/trunk/PKGBUILD)

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

Copied: python-clikit/repos/community-any/PKGBUILD (from rev 530399, 
python-clikit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-11-19 05:33:17 UTC (rev 530400)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=clikit
+pkgname=python-clikit
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="clikit allows you to create beautiful and testable command-line 
interfaces"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python-pastel' 'python-pylev')
+makedepends=('python-dephell')
+checkdepends=('python-pytest-mock')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('1a245e68ff98f067324cc292aaad7cb3f09a229bfa9d7dff6285918dc0c628b1')
+b2sums=('20c49e403a88bfdc5a02a17bdfed38dcdeb965c29a88cc1cd91263dc62f111f82aa8c5e6a2c1c8d7b26fd027686cb7450cd5b9e1a7018a641ccc4d1ebdcbf655')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+PYTHONPATH=$PWD/src python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:33:03
  Author: eschwartz
Revision: 530399

addpkg: python-clikit 0.4.0-1

needed to package python-poetry

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

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

Added: python-clikit/trunk/PKGBUILD
===
--- python-clikit/trunk/PKGBUILD(rev 0)
+++ python-clikit/trunk/PKGBUILD2019-11-19 05:33:03 UTC (rev 530399)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=clikit
+pkgname=python-clikit
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="clikit allows you to create beautiful and testable command-line 
interfaces"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python-pastel' 'python-pylev')
+makedepends=('python-dephell')
+checkdepends=('python-pytest-mock')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('1a245e68ff98f067324cc292aaad7cb3f09a229bfa9d7dff6285918dc0c628b1')
+b2sums=('20c49e403a88bfdc5a02a17bdfed38dcdeb965c29a88cc1cd91263dc62f111f82aa8c5e6a2c1c8d7b26fd027686cb7450cd5b9e1a7018a641ccc4d1ebdcbf655')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+PYTHONPATH=$PWD/src python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:21:21
  Author: eschwartz
Revision: 530398

archrelease: copy trunk to community-any

Added:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
(from rev 530397, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
  python-dephell/repos/community-any/PKGBUILD
(from rev 530397, python-dephell/trunk/PKGBUILD)
Deleted:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
  python-dephell/repos/community-any/PKGBUILD

-+
 0001-Do-not-override-the-system-SSL-certificates-with-the.patch |   80 ++---
 PKGBUILD|  136 
+-
 2 files changed, 108 insertions(+), 108 deletions(-)

Deleted: 0001-Do-not-override-the-system-SSL-certificates-with-the.patch
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 05:21:05 UTC (rev 530397)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 05:21:21 UTC (rev 530398)
@@ -1,40 +0,0 @@
-From 4ad8b8276699f7d24178e66d0ea4147b776a0234 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 6 Aug 2019 19:43:13 -0400
-Subject: [PATCH] Do not override the system SSL certificates with the certifi
- bundle.
-
-We need to respect the system certification policy, and by default the
-ssl module will use our packaged ca-certificates.

- dephell/networking.py | 7 +--
- 1 file changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/dephell/networking.py b/dephell/networking.py
-index 9f862be..b33e1b1 100644
 a/dephell/networking.py
-+++ b/dephell/networking.py
-@@ -2,7 +2,6 @@
- from ssl import create_default_context
- 
- # external
--import certifi
- import requests
- from aiohttp import ClientSession, TCPConnector
- 
-@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
- headers = dict()
- if auth:
- headers['Authorization'] = auth.encode()
--ssl_context = create_default_context(cafile=certifi.where())
--try:
--connector = TCPConnector(ssl=ssl_context)
--except TypeError:
--connector = TCPConnector(ssl_context=ssl_context)
-+connector = TCPConnector()
- return ClientSession(headers=headers, connector=connector, **kwargs)
- 
- 
--- 
-2.22.0
-

Copied: 
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
 (from rev 530397, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
(rev 0)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 05:21:21 UTC (rev 530398)
@@ -0,0 +1,40 @@
+From 4ad8b8276699f7d24178e66d0ea4147b776a0234 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 6 Aug 2019 19:43:13 -0400
+Subject: [PATCH] Do not override the system SSL certificates with the certifi
+ bundle.
+
+We need to respect the system certification policy, and by default the
+ssl module will use our packaged ca-certificates.
+---
+ dephell/networking.py | 7 +--
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+diff --git a/dephell/networking.py b/dephell/networking.py
+index 9f862be..b33e1b1 100644
+--- a/dephell/networking.py
 b/dephell/networking.py
+@@ -2,7 +2,6 @@
+ from ssl import create_default_context
+ 
+ # external
+-import certifi
+ import requests
+ from aiohttp import ClientSession, TCPConnector
+ 
+@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
+ headers = dict()
+ if auth:
+ headers['Authorization'] = auth.encode()
+-ssl_context = create_default_context(cafile=certifi.where())
+-try:
+-connector = TCPConnector(ssl=ssl_context)
+-except TypeError:
+-connector = TCPConnector(ssl_context=ssl_context)
++connector = TCPConnector()
+ return ClientSession(headers=headers, connector=connector, **kwargs)
+ 
+ 
+-- 
+2.22.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 05:21:05 UTC (rev 530397)
+++ PKGBUILD2019-11-19 05:21:21 UTC (rev 530398)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell
-pkgname=python-dephell
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="universal Python project management: convert between formats, build, 
manage venvs"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('ISC')
-_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 
'dephell-discover'
-   'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
-   'dephell-shells' 'dephell-specifier' 'dephell-venvs' 

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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 05:21:05
  Author: eschwartz
Revision: 530397

upgpkg: python-dephell 0.7.8-2: fix yaml dependency

setup.py now needs the ruamel brand of yaml, despite the module itself being
able to handle either one. So tests succeeded and the runtime failed. Oops!

Modified:
  python-dephell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 04:50:36 UTC (rev 530396)
+++ PKGBUILD2019-11-19 05:21:05 UTC (rev 530397)
@@ -3,7 +3,7 @@
 _pkgname=dephell
 pkgname=python-dephell
 pkgver=0.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="universal Python project management: convert between formats, build, 
manage venvs"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -12,7 +12,7 @@
'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
'dephell-shells' 'dephell-specifier' 'dephell-venvs' 
'dephell-versioning'
'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
-   'pip' 'pygments' 'requests' 'setuptools' 'tabulate' 'tomlkit' 'yaml' 
'yaspin')
+   'pip' 'pygments' 'requests' 'ruamel-yaml' 'setuptools' 'tabulate' 
'tomlkit' 'yaspin')
 depends=("${_deps[@]/#/python-}" 'm2r')
 checkdepends=('git' 'python-pytest' 'python-aioresponses' 
'python-requests-mock')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 04:50:36
  Author: eschwartz
Revision: 530396

archrelease: copy trunk to community-any

Added:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
(from rev 530395, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
  python-dephell/repos/community-any/PKGBUILD
(from rev 530395, python-dephell/trunk/PKGBUILD)
Deleted:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
  python-dephell/repos/community-any/PKGBUILD

-+
 0001-Do-not-override-the-system-SSL-certificates-with-the.patch |   80 ++---
 PKGBUILD|  136 
+-
 2 files changed, 108 insertions(+), 108 deletions(-)

Deleted: 0001-Do-not-override-the-system-SSL-certificates-with-the.patch
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 04:49:00 UTC (rev 530395)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 04:50:36 UTC (rev 530396)
@@ -1,40 +0,0 @@
-From 4ad8b8276699f7d24178e66d0ea4147b776a0234 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 6 Aug 2019 19:43:13 -0400
-Subject: [PATCH] Do not override the system SSL certificates with the certifi
- bundle.
-
-We need to respect the system certification policy, and by default the
-ssl module will use our packaged ca-certificates.

- dephell/networking.py | 7 +--
- 1 file changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/dephell/networking.py b/dephell/networking.py
-index 9f862be..b33e1b1 100644
 a/dephell/networking.py
-+++ b/dephell/networking.py
-@@ -2,7 +2,6 @@
- from ssl import create_default_context
- 
- # external
--import certifi
- import requests
- from aiohttp import ClientSession, TCPConnector
- 
-@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
- headers = dict()
- if auth:
- headers['Authorization'] = auth.encode()
--ssl_context = create_default_context(cafile=certifi.where())
--try:
--connector = TCPConnector(ssl=ssl_context)
--except TypeError:
--connector = TCPConnector(ssl_context=ssl_context)
-+connector = TCPConnector()
- return ClientSession(headers=headers, connector=connector, **kwargs)
- 
- 
--- 
-2.22.0
-

Copied: 
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
 (from rev 530395, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
(rev 0)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2019-11-19 04:50:36 UTC (rev 530396)
@@ -0,0 +1,40 @@
+From 4ad8b8276699f7d24178e66d0ea4147b776a0234 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 6 Aug 2019 19:43:13 -0400
+Subject: [PATCH] Do not override the system SSL certificates with the certifi
+ bundle.
+
+We need to respect the system certification policy, and by default the
+ssl module will use our packaged ca-certificates.
+---
+ dephell/networking.py | 7 +--
+ 1 file changed, 1 insertion(+), 6 deletions(-)
+
+diff --git a/dephell/networking.py b/dephell/networking.py
+index 9f862be..b33e1b1 100644
+--- a/dephell/networking.py
 b/dephell/networking.py
+@@ -2,7 +2,6 @@
+ from ssl import create_default_context
+ 
+ # external
+-import certifi
+ import requests
+ from aiohttp import ClientSession, TCPConnector
+ 
+@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
+ headers = dict()
+ if auth:
+ headers['Authorization'] = auth.encode()
+-ssl_context = create_default_context(cafile=certifi.where())
+-try:
+-connector = TCPConnector(ssl=ssl_context)
+-except TypeError:
+-connector = TCPConnector(ssl_context=ssl_context)
++connector = TCPConnector()
+ return ClientSession(headers=headers, connector=connector, **kwargs)
+ 
+ 
+-- 
+2.22.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 04:49:00 UTC (rev 530395)
+++ PKGBUILD2019-11-19 04:50:36 UTC (rev 530396)
@@ -1,68 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell
-pkgname=python-dephell
-pkgver=0.7.7
-pkgrel=3
-pkgdesc="universal Python project management: convert between formats, build, 
manage venvs"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('ISC')
-_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 
'dephell-discover'
-   'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
-   'dephell-shells' 'dephell-specifier' 'dephell-venvs' 

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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 04:48:39
  Author: eschwartz
Revision: 530394

upgpkg: python-dephell 0.7.8-1: upstream release

adds a couple dependencies

We're backporting one patch which fixes an issue after the 0.7.8 release,
because it is an important one that lets us build some other packages which
makedepend on the dephell setup.py converter.

Modified:
  python-dephell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 04:17:35 UTC (rev 530393)
+++ PKGBUILD2019-11-19 04:48:39 UTC (rev 530394)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell
 pkgname=python-dephell
-pkgver=0.7.7
-pkgrel=3
+pkgver=0.7.8
+pkgrel=1
 pkgdesc="universal Python project management: convert between formats, build, 
manage venvs"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -11,24 +11,27 @@
 _deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 
'dephell-discover'
'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons'
'dephell-shells' 'dephell-specifier' 'dephell-venvs' 
'dephell-versioning'
-   'docker' 'dockerpty' 'html5lib' 'jinja' 'packaging'
-   'pip' 'requests' 'setuptools' 'tomlkit' 'yaml' 'yaspin')
+   'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
+   'pip' 'pygments' 'requests' 'setuptools' 'tabulate' 'tomlkit' 'yaml' 
'yaspin')
 depends=("${_deps[@]/#/python-}" 'm2r')
 checkdepends=('git' 'python-pytest' 'python-aioresponses' 
'python-requests-mock')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-
"${url}/pull/250/commits/5cc501da4f3b1873b86d3da606f03503fc79b23f.patch"
+
"https://github.com/dephell/dephell/commit/d9b3c96472ef95df9cbc1959e1a9dd87a0a9a9bc.patch;
 "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha256sums=('cd3beb4d0827360ce78303d71985fb612406e965fd3b65538550315482f3ffc9'
-'b250879d9110558dcb2ad4a649587adaf48038760f562e4b89552dd51adba614'
+sha256sums=('2d85e8788594994ed8403a70b049467682be61a6c2017c5f5c35c98efb836ebb'
+'05d5146bf3fe26790b429ec539f7131bf07e3e36b5545597a5b9cae5db6715d3'
 '4dc2412354c0d96956f88b2e5474652e4a87108588905510d96674ddf939b4c1')
+b2sums=('427b35f58553bfe895d2cbc03fd9e4fa22b9e33ecc527b150f757eb0fa21cb8f37c792a2cf1e429a4fa49eb5b41c8edf58180e0741d8e6d6aa82a97f4c20ff56'
+
'56971049c6a1c0231334845bbc3cd0949f00fd7c0c8ccd86922d4abce686af2186f1e1e24246359f5f8e394084229b5ddd8900e9001fde4eb2a73b7f0f7c5536'
+
'f379265aecef50dd45026f777f68725348083c8fb8aa57e14733883067d52aa1ea39e1affc2f4b84e7574e64695bb84a1c13ca5a0f691e089ae5a9438eedab07')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 
-# fix tests: https://github.com/dephell/dephell/pull/250
-patch -p1 -i ../5cc501da4f3b1873b86d3da606f03503fc79b23f.patch
 # bad certifi
 patch -p1 -i 
../0001-Do-not-override-the-system-SSL-certificates-with-the.patch
+# backport fix for https://github.com/dephell/dephell/issues/257
+patch -p1 -i ../d9b3c96472ef95df9cbc1959e1a9dd87a0a9a9bc.patch
 
 # pycache slipped into release tarballs
 find . -name \*.pyc -delete


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 04:49:00
  Author: eschwartz
Revision: 530395

archrelease: copy trunk to community-any

Modified:
  python-dephell/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 04:48:39 UTC (rev 530394)
+++ PKGBUILD2019-11-19 04:49:00 UTC (rev 530395)
@@ -21,6 +21,9 @@
 sha256sums=('cd3beb4d0827360ce78303d71985fb612406e965fd3b65538550315482f3ffc9'
 'b250879d9110558dcb2ad4a649587adaf48038760f562e4b89552dd51adba614'
 '4dc2412354c0d96956f88b2e5474652e4a87108588905510d96674ddf939b4c1')
+b2sums=('60d498f457a1166124384f77f57f08780ab4347e5512ba562c2d18baefaac73f729a963257025380edff2ca524600b067ba5d3ebb0ccda4b07e4047fffc091d2'
+
'ef4bf819e55b701a44d6203b0383e72793c27fb57f08c5afdce5fc01b4069fb293295085c0e85a3c6f9dc43614f7d68be4025750a8a24aca3b74ebc65f74df97'
+
'f379265aecef50dd45026f777f68725348083c8fb8aa57e14733883067d52aa1ea39e1affc2f4b84e7574e64695bb84a1c13ca5a0f691e089ae5a9438eedab07')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 04:17:35
  Author: eschwartz
Revision: 530393

archrelease: copy trunk to community-any

Added:
  python-flatdict/repos/community-any/
  python-flatdict/repos/community-any/PKGBUILD
(from rev 530392, python-flatdict/trunk/PKGBUILD)

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

Copied: python-flatdict/repos/community-any/PKGBUILD (from rev 530392, 
python-flatdict/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-11-19 04:17:35 UTC (rev 530393)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=flatdict
+pkgname=python-flatdict
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Interact with nested dicts as a single level dict with delimited 
keys."
+arch=('any')
+url="https://flatdict.readthedocs.io;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gmr/flatdict/archive/${pkgver}.tar.gz;)
+sha256sums=('d9728a5ef91e9936f9c4218b22c0a277b041c4bf32f63ccc7b82ebe64fd0')
+b2sums=('83883b1a19d2de473805c466d603137958e0c2d8ec5007d7f1bbd0e02a2aeb4e7dc673b3fd390140db48b2e2713a6912e15edf934047c5a1acbccad4b0d5ac5a')
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+nosetests
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in (4 files)

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 04:17:17
  Author: eschwartz
Revision: 530392

addpkg: python-flatdict 3.4.0-1

new dependency for python-dephell

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

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

Added: python-flatdict/trunk/PKGBUILD
===
--- python-flatdict/trunk/PKGBUILD  (rev 0)
+++ python-flatdict/trunk/PKGBUILD  2019-11-19 04:17:17 UTC (rev 530392)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=flatdict
+pkgname=python-flatdict
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Interact with nested dicts as a single level dict with delimited 
keys."
+arch=('any')
+url="https://flatdict.readthedocs.io;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gmr/flatdict/archive/${pkgver}.tar.gz;)
+sha256sums=('d9728a5ef91e9936f9c4218b22c0a277b041c4bf32f63ccc7b82ebe64fd0')
+b2sums=('83883b1a19d2de473805c466d603137958e0c2d8ec5007d7f1bbd0e02a2aeb4e7dc673b3fd390140db48b2e2713a6912e15edf934047c5a1acbccad4b0d5ac5a')
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+nosetests
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-18 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, November 19, 2019 @ 03:02:56
  Author: yan12125
Revision: 530391

python-autobahn: revert the workaround for pytest 5.2.3 bug

This reverts 8655deca44de7d30d5dc4ceba5e780506dd39183.

See https://github.com/pytest-dev/pytest/issues/6194

Modified:
  python-autobahn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:54:13 UTC (rev 530390)
+++ PKGBUILD2019-11-19 03:02:56 UTC (rev 530391)
@@ -44,9 +44,7 @@
   cd "$srcdir/autobahn-$pkgver"
   pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
   USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
-  # --ignore is a workaround for collection failures with pytest 5.2.3
-  # Reported at https://github.com/crossbario/autobahn-python/issues/1269
-  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v 
--ignore=autobahn/twisted/__init__.py autobahn
+  USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
 }
 
 package() {


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

2019-11-18 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, November 19, 2019 @ 02:54:13
  Author: yan12125
Revision: 530390

nvchecker: fix tests

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:43:42 UTC (rev 530389)
+++ PKGBUILD2019-11-19 02:54:13 UTC (rev 530390)
@@ -17,9 +17,16 @@
   'mercurial: for VCS sources'
   'subversion: for VCS sources'
 )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('78902e43bbd9208b6668eab9a59036fe699918a87dc84ffbf174941597c6f23bf6952952d839a3a2941fad3cbcdc5a8c6336367d6d232491b67caa4631f85a58')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;
+
$pkgname-update-tests.patch::https://github.com/yan12125/nvchecker/commit/7055ad555e033da7211852e3a2c45ef161deef6b.patch)
+sha512sums=('78902e43bbd9208b6668eab9a59036fe699918a87dc84ffbf174941597c6f23bf6952952d839a3a2941fad3cbcdc5a8c6336367d6d232491b67caa4631f85a58'
+
'1c6a692ef7d86c3ad0ef2adcb671ec1028c976774d6f5a72f4a6f8a70f24fbefda3ca0d299951950b066563b9fa9f0b37421a573e9c867041eac4fc43fceeda5')
 
+prepare() {
+  cd nvchecker-$pkgver
+  patch -Np1 -i ../$pkgname-update-tests.patch
+}
+
 build() {
   cd nvchecker-$pkgver
   python setup.py build


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:44:47
  Author: felixonmars
Revision: 369424

archrelease: copy trunk to extra-any

Added:
  perl-http-cookies/repos/extra-any/PKGBUILD
(from rev 369423, perl-http-cookies/trunk/PKGBUILD)
Deleted:
  perl-http-cookies/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:44:30 UTC (rev 369423)
+++ PKGBUILD2019-11-19 02:44:47 UTC (rev 369424)
@@ -1,29 +0,0 @@
-# Maintainer:
-
-pkgname=perl-http-cookies
-pkgver=6.05
-pkgrel=1
-pkgdesc="HTTP cookie jars"
-arch=('any')
-url="https://search.cpan.org/dist/HTTP-Cookies;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-http-date' 'perl-http-message')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
-sha512sums=('12965f1e268e18f0d862df0c6774ee4840050475d6f02ba55725526229aa3142b73397023823a6efb02a43012f91c43a2b6472fd4603d0e92f351ea903750a95')
-
-build() {
-  cd HTTP-Cookies-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTTP-Cookies-$pkgver
-  make test
-}
-
-package() {
-  cd HTTP-Cookies-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-http-cookies/repos/extra-any/PKGBUILD (from rev 369423, 
perl-http-cookies/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:44:47 UTC (rev 369424)
@@ -0,0 +1,29 @@
+# Maintainer:
+
+pkgname=perl-http-cookies
+pkgver=6.07
+pkgrel=1
+pkgdesc="HTTP cookie jars"
+arch=('any')
+url="https://search.cpan.org/dist/HTTP-Cookies;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-http-date' 'perl-http-message')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
+sha512sums=('c4026c39b38e4a24e65a52ef7ebd688c16ff71bced5938c2e9c51e4770aff272a9dca76915a4373e61cbb2c6a98257c0abde109bde7ba0b7369d5f3d69dc6b24')
+
+build() {
+  cd HTTP-Cookies-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTTP-Cookies-$pkgver
+  make test
+}
+
+package() {
+  cd HTTP-Cookies-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:44:30
  Author: felixonmars
Revision: 369423

upgpkg: perl-http-cookies 6.07-1

Modified:
  perl-http-cookies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:18:06 UTC (rev 369422)
+++ PKGBUILD2019-11-19 02:44:30 UTC (rev 369423)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=perl-http-cookies
-pkgver=6.05
+pkgver=6.07
 pkgrel=1
 pkgdesc="HTTP cookie jars"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-http-date' 'perl-http-message')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Cookies-$pkgver.tar.gz)
-sha512sums=('12965f1e268e18f0d862df0c6774ee4840050475d6f02ba55725526229aa3142b73397023823a6efb02a43012f91c43a2b6472fd4603d0e92f351ea903750a95')
+sha512sums=('c4026c39b38e4a24e65a52ef7ebd688c16ff71bced5938c2e9c51e4770aff272a9dca76915a4373e61cbb2c6a98257c0abde109bde7ba0b7369d5f3d69dc6b24')
 
 build() {
   cd HTTP-Cookies-$pkgver


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:43:27
  Author: felixonmars
Revision: 530388

upgpkg: python-pycryptodome 3.9.4-1

Modified:
  python-pycryptodome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:39:26 UTC (rev 530387)
+++ PKGBUILD2019-11-19 02:43:27 UTC (rev 530388)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pycryptodome
 pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.9.3
+pkgver=3.9.4
 pkgrel=1
 license=('BSD')
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url='https://www.pycryptodome.org/'
 makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
 
source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
-sha512sums=('8dfaea49c8804d32a1c6640987f3039ee17dad9179e784bc00921fb79b37a968de212243451b65654aba667c9737a817de2675d4cea495f5d74ac0ba1c23957a')
+sha512sums=('38a34acdef671c17875ec9e9403401b71cf6f2e46a715575812a4b2cd0a7c9745fcb0c4a44db62e86913160b09f5a2f867db238c81f38805060cff88635d920a')
 
 prepare() {
   cp -a "pycryptodome-$pkgver"{,-python2}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:43:42
  Author: felixonmars
Revision: 530389

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:43:27 UTC (rev 530388)
+++ PKGBUILD2019-11-19 02:43:42 UTC (rev 530389)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-
-pkgbase=python-pycryptodome
-pkgname=('python-pycryptodome' 'python2-pycryptodome')
-pkgver=3.9.3
-pkgrel=1
-license=('BSD')
-arch=('x86_64')
-url='https://www.pycryptodome.org/'
-makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
-source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
-sha512sums=('8dfaea49c8804d32a1c6640987f3039ee17dad9179e784bc00921fb79b37a968de212243451b65654aba667c9737a817de2675d4cea495f5d74ac0ba1c23957a')
-
-prepare() {
-  cp -a "pycryptodome-$pkgver"{,-python2}
-}
-
-build() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/pycryptodome-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/pycryptodome-$pkgver-python2"
-  python2 setup.py test
-}
-
-package_python-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
-  depends=('python' 'gmp')
-  conflicts=('python-crypto')
-  provides=('python-crypto')
-  replaces=('python-crypto')
-
-  cd "pycryptodome-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-pycryptodome() {
-  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
-  depends=('python2' 'gmp')
-  conflicts=('python2-crypto')
-  provides=('python2-crypto')
-  replaces=('python2-crypto')
-
-  cd "pycryptodome-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}

Copied: python-pycryptodome/repos/community-x86_64/PKGBUILD (from rev 530388, 
python-pycryptodome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:43:42 UTC (rev 530389)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+
+pkgbase=python-pycryptodome
+pkgname=('python-pycryptodome' 'python2-pycryptodome')
+pkgver=3.9.4
+pkgrel=1
+license=('BSD')
+arch=('x86_64')
+url='https://www.pycryptodome.org/'
+makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
+source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz;)
+sha512sums=('38a34acdef671c17875ec9e9403401b71cf6f2e46a715575812a4b2cd0a7c9745fcb0c4a44db62e86913160b09f5a2f867db238c81f38805060cff88635d920a')
+
+prepare() {
+  cp -a "pycryptodome-$pkgver"{,-python2}
+}
+
+build() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/pycryptodome-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/pycryptodome-$pkgver-python2"
+  python2 setup.py test
+}
+
+package_python-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 3."
+  depends=('python' 'gmp')
+  conflicts=('python-crypto')
+  provides=('python-crypto')
+  replaces=('python-crypto')
+
+  cd "pycryptodome-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-pycryptodome() {
+  pkgdesc="Collection of cryptographic algorithms and protocols, implemented 
for use from Python 2."
+  depends=('python2' 'gmp')
+  conflicts=('python2-crypto')
+  provides=('python2-crypto')
+  replaces=('python2-crypto')
+
+  cd "pycryptodome-$pkgver-python2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:39:10
  Author: felixonmars
Revision: 530386

upgpkg: perl-term-table 0.015-1

Modified:
  perl-term-table/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:33:58 UTC (rev 530385)
+++ PKGBUILD2019-11-19 02:39:10 UTC (rev 530386)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-term-table
-pkgver=0.014
+pkgver=0.015
 pkgrel=1
 pkgdesc="Format a header and rows into a table"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl-importer')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
-sha512sums=('4dfa3ef2a9e360ded05c36585df948dd3718bb0252b37546d0abc4adacf2cea24527c9c78d5bc1563cf96949f9137a4c4e5dbd6db580dbd205cf8cc71ffea000')
+sha512sums=('2f5cbc28d0d0f76a6269892055871c103a65d9fd9836d3a0b7c7320cf1439d27cba596453f1d94bd324bd4d4dffdd0eb672801aa23f9a8609310a28eca15dd87')
 
 build() {
   cd Term-Table-$pkgver


[arch-commits] Commit in perl-term-table/repos/community-any (PKGBUILD PKGBUILD)

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:39:26
  Author: felixonmars
Revision: 530387

archrelease: copy trunk to community-any

Added:
  perl-term-table/repos/community-any/PKGBUILD
(from rev 530386, perl-term-table/trunk/PKGBUILD)
Deleted:
  perl-term-table/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:39:10 UTC (rev 530386)
+++ PKGBUILD2019-11-19 02:39:26 UTC (rev 530387)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-term-table
-pkgver=0.014
-pkgrel=1
-pkgdesc="Format a header and rows into a table"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Term-Table;
-depends=('perl-importer')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
-sha512sums=('4dfa3ef2a9e360ded05c36585df948dd3718bb0252b37546d0abc4adacf2cea24527c9c78d5bc1563cf96949f9137a4c4e5dbd6db580dbd205cf8cc71ffea000')
-
-build() {
-  cd Term-Table-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Term-Table-$pkgver
-  make test || warning "Expected failure due to Test2::Tools::Tiny being too 
old"
-}
-
-package() {
-  cd Term-Table-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-term-table/repos/community-any/PKGBUILD (from rev 530386, 
perl-term-table/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:39:26 UTC (rev 530387)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-term-table
+pkgver=0.015
+pkgrel=1
+pkgdesc="Format a header and rows into a table"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Term-Table;
+depends=('perl-importer')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Term-Table-$pkgver.tar.gz;)
+sha512sums=('2f5cbc28d0d0f76a6269892055871c103a65d9fd9836d3a0b7c7320cf1439d27cba596453f1d94bd324bd4d4dffdd0eb672801aa23f9a8609310a28eca15dd87')
+
+build() {
+  cd Term-Table-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Term-Table-$pkgver
+  make test || warning "Expected failure due to Test2::Tools::Tiny being too 
old"
+}
+
+package() {
+  cd Term-Table-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:33:46
  Author: felixonmars
Revision: 530384

upgpkg: python-phonenumbers 8.10.23-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:27:52 UTC (rev 530383)
+++ PKGBUILD2019-11-19 02:33:46 UTC (rev 530384)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.10.22
-pkgrel=2
+pkgver=8.10.23
+pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
 url="https://github.com/daviddrysdale/python-phonenumbers;
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('b5434f895b590285d2347c14bdd4b46ac1fb4c9867419846b80cbc2e7ab9d23e2cf04ba8178f493ba2cf01514e23eac64160ffb6b427459e929112eda49e93d4')
+sha512sums=('848adad71b54e863667054bbd9ce87e07c3fe4d7cdc532a698b75f8aa6f15583d31171cb578757699401e0bedbc3d38c7fde2877884d29ee6dc2462355796adc')
 
 build() {
   cd python-phonenumbers-$pkgver


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:33:58
  Author: felixonmars
Revision: 530385

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:33:46 UTC (rev 530384)
+++ PKGBUILD2019-11-19 02:33:58 UTC (rev 530385)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.10.22
-pkgrel=2
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('b5434f895b590285d2347c14bdd4b46ac1fb4c9867419846b80cbc2e7ab9d23e2cf04ba8178f493ba2cf01514e23eac64160ffb6b427459e929112eda49e93d4')
-
-build() {
-  cd python-phonenumbers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 530384, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:33:58 UTC (rev 530385)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.10.23
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
+sha512sums=('848adad71b54e863667054bbd9ce87e07c3fe4d7cdc532a698b75f8aa6f15583d31171cb578757699401e0bedbc3d38c7fde2877884d29ee6dc2462355796adc')
+
+build() {
+  cd python-phonenumbers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 02:26:49
  Author: eschwartz
Revision: 530382

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:26:35 UTC (rev 530381)
+++ PKGBUILD2019-11-19 02:26:49 UTC (rev 530382)
@@ -1,59 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cachy
-pkgbase=python-cachy
-pkgname=('python-cachy' 'python2-cachy')
-pkgver=0.2.0
-# git tags are missing, see https://github.com/sdispater/cachy/issues/4
-_commit=ee4b044d6aafa80125730a00b1f679a7bd852b8a
-pkgrel=2
-pkgdesc="simple yet effective caching library"
-arch=('any')
-url="https://github.com/sdispater/${_pkgname};
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dephell')
-_checkdeps=('flexmock' 'pytest-mock' 'memcached' 'fakeredis')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'pifpaf' 'memcached')
-source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
-sha256sums=('b25d9ef92903c5f12dd8e28db8fc416a604dd4b11735cc4a0bf848eba6f53ab5')
-b2sums=('7ab058d73965b4edaa86fff63de41c061c138b073c3b960ef83433b06018323b731ce2614d45bf105a75dbce454b794066b0d337710c8f3f7fd4f9bfd1bdb607')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${_commit}
-
-# poetry-generated setup.py are fatally broken, see:
-# https://github.com/sdispater/poetry/issues/866
-dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${_commit}
-
-python setup.py build
-python2 setup.py build
-}
-
-# Tests pass but only with an old semver major version of redis/fakeredis
-# which we do not package.
-#check() {
-#cd "${srcdir}"/${_pkgname}-${_commit}
-#
-#pifpaf run memcached --port 11211 -- pytest
-#pifpaf run memcached --port 11211 -- pytest2
-#}
-
-package_python-cachy() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${_commit}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-cachy() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${_commit}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-cachy/repos/community-any/PKGBUILD (from rev 530381, 
python-cachy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:26:49 UTC (rev 530382)
@@ -0,0 +1,44 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cachy
+pkgname=python-cachy
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="simple yet effective caching library"
+arch=('any')
+url="https://github.com/sdispater/${_pkgname};
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python-dephell')
+_checkdeps=('flexmock' 'pytest-mock' 'memcached' 'fakeredis')
+checkdepends=("${_checkdeps[@]/#/python-}" 'pifpaf' 'memcached')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1')
+b2sums=('df2d1356a309707af5aea9aa0e534130f21815da58988a5623feb3fff3d97de655c3977a80dcf8eaefe47d9d14d8e6e6a4bab0f8afd8d42668ed061172c0a1c7')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# poetry-generated setup.py are fatally broken, see:
+# https://github.com/sdispater/poetry/issues/866
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+pifpaf run memcached --port 11211 -- pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-18 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 19, 2019 @ 02:26:35
  Author: eschwartz
Revision: 530381

upgpkg: python-cachy 0.3.0-2: upstream release

enable tests, now that a working fakeredis version is packaged
drop python2, not needed for poetry anyway

Modified:
  python-cachy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:22:11 UTC (rev 530380)
+++ PKGBUILD2019-11-19 02:26:35 UTC (rev 530381)
@@ -1,25 +1,23 @@
 # Maintainer: Eli Schwartz 
 
 _pkgname=cachy
-pkgbase=python-cachy
-pkgname=('python-cachy' 'python2-cachy')
-pkgver=0.2.0
-# git tags are missing, see https://github.com/sdispater/cachy/issues/4
-_commit=ee4b044d6aafa80125730a00b1f679a7bd852b8a
+pkgname=python-cachy
+pkgver=0.3.0
 pkgrel=2
 pkgdesc="simple yet effective caching library"
 arch=('any')
 url="https://github.com/sdispater/${_pkgname};
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dephell')
+depends=('python')
+makedepends=('python-setuptools' 'python-dephell')
 _checkdeps=('flexmock' 'pytest-mock' 'memcached' 'fakeredis')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'pifpaf' 'memcached')
-source=("${_pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
-sha256sums=('b25d9ef92903c5f12dd8e28db8fc416a604dd4b11735cc4a0bf848eba6f53ab5')
-b2sums=('7ab058d73965b4edaa86fff63de41c061c138b073c3b960ef83433b06018323b731ce2614d45bf105a75dbce454b794066b0d337710c8f3f7fd4f9bfd1bdb607')
+checkdepends=("${_checkdeps[@]/#/python-}" 'pifpaf' 'memcached')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1')
+b2sums=('df2d1356a309707af5aea9aa0e534130f21815da58988a5623feb3fff3d97de655c3977a80dcf8eaefe47d9d14d8e6e6a4bab0f8afd8d42668ed061172c0a1c7')
 
 prepare() {
-cd "${srcdir}"/${_pkgname}-${_commit}
+cd "${srcdir}"/${_pkgname}-${pkgver}
 
 # poetry-generated setup.py are fatally broken, see:
 # https://github.com/sdispater/poetry/issues/866
@@ -27,33 +25,20 @@
 }
 
 build(){
-cd "${srcdir}"/${_pkgname}-${_commit}
+cd "${srcdir}"/${_pkgname}-${pkgver}
 
 python setup.py build
-python2 setup.py build
 }
 
-# Tests pass but only with an old semver major version of redis/fakeredis
-# which we do not package.
-#check() {
-#cd "${srcdir}"/${_pkgname}-${_commit}
-#
-#pifpaf run memcached --port 11211 -- pytest
-#pifpaf run memcached --port 11211 -- pytest2
-#}
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
 
-package_python-cachy() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${_commit}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+pifpaf run memcached --port 11211 -- pytest
 }
 
-package_python2-cachy() {
-depends=('python2')
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
 
-cd "${srcdir}"/${_pkgname}-${_commit}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:22:11
  Author: felixonmars
Revision: 530380

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 530379, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:21:51 UTC (rev 530379)
+++ PKGBUILD2019-11-19 02:22:11 UTC (rev 530380)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302168
-pkgrel=1
-pkgdesc="Basic utilities for writing tests"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('4c3b7e4e157b62a0d0939464486090d31d79dcc9c84c010bd2917b8fb7436546fe26b812490f140eb6a149fb465a5a027fb101395e519b476918ff0af0715568')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 530379, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:22:11 UTC (rev 530380)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302169
+pkgrel=1
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('478790895c35a52267773a21c2f9e0280a042fd7f96366b92e8759f432977e5d7778964951b7e7b78c3dac8060f72c571d5c30adccda8ba1d933a870cc4a2357')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:21:51
  Author: felixonmars
Revision: 530379

upgpkg: perl-test-simple 1.302169-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:19:13 UTC (rev 530378)
+++ PKGBUILD2019-11-19 02:21:51 UTC (rev 530379)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302168
+pkgver=1.302169
 pkgrel=1
 pkgdesc="Basic utilities for writing tests"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('4c3b7e4e157b62a0d0939464486090d31d79dcc9c84c010bd2917b8fb7436546fe26b812490f140eb6a149fb465a5a027fb101395e519b476918ff0af0715568')
+sha512sums=('478790895c35a52267773a21c2f9e0280a042fd7f96366b92e8759f432977e5d7778964951b7e7b78c3dac8060f72c571d5c30adccda8ba1d933a870cc4a2357')
 
 build() {
   cd Test-Simple-$pkgver


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:19:13
  Author: felixonmars
Revision: 530378

archrelease: copy trunk to community-any

Added:
  python-pip-shims/repos/community-any/PKGBUILD
(from rev 530377, python-pip-shims/trunk/PKGBUILD)
Deleted:
  python-pip-shims/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:18:51 UTC (rev 530377)
+++ PKGBUILD2019-11-19 02:19:13 UTC (rev 530378)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pip-shims
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="Compatibility shims for pip versions 8 thru current"
-url="https://github.com/sarugaku/pip-shims;
-license=('ISC')
-arch=('any')
-depends=('python-pip' 'python-wheel' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz;)
-sha512sums=('4c467dc7d63bcdd5f17f3ffad9228b7c80ef0effbed3d40815b4c8d077d019f7a20d93b99e36498330e12a44011ff195d5a2faa4456a82cf81174b1ea6cfa759')
-
-build() {
-  cd pip-shims-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pip-shims-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd pip-shims-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pip-shims/repos/community-any/PKGBUILD (from rev 530377, 
python-pip-shims/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:19:13 UTC (rev 530378)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pip-shims
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Compatibility shims for pip versions 8 thru current"
+url="https://github.com/sarugaku/pip-shims;
+license=('ISC')
+arch=('any')
+depends=('python-pip' 'python-wheel' 'python-setuptools')
+checkdepends=('python-pytest-runner' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz;)
+sha512sums=('1ea4746de6e7fe47bf3c31ce67dcb172ec1a61da2ac8fdbe59121c5052f9522a4248885ae629028cbebb64d3160e7ae3f0d102d1a4c96f663ba78bb944d3729c')
+
+build() {
+  cd pip-shims-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pip-shims-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd pip-shims-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:18:51
  Author: felixonmars
Revision: 530377

upgpkg: python-pip-shims 0.3.4-1

Modified:
  python-pip-shims/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 02:15:30 UTC (rev 530376)
+++ PKGBUILD2019-11-19 02:18:51 UTC (rev 530377)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pip-shims
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc="Compatibility shims for pip versions 8 thru current"
 url="https://github.com/sarugaku/pip-shims;
 license=('ISC')
@@ -10,7 +10,7 @@
 depends=('python-pip' 'python-wheel' 'python-setuptools')
 checkdepends=('python-pytest-runner' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz;)
-sha512sums=('4c467dc7d63bcdd5f17f3ffad9228b7c80ef0effbed3d40815b4c8d077d019f7a20d93b99e36498330e12a44011ff195d5a2faa4456a82cf81174b1ea6cfa759')
+sha512sums=('1ea4746de6e7fe47bf3c31ce67dcb172ec1a61da2ac8fdbe59121c5052f9522a4248885ae629028cbebb64d3160e7ae3f0d102d1a4c96f663ba78bb944d3729c')
 
 build() {
   cd pip-shims-$pkgver


[arch-commits] Commit in pyopenssl/repos (testing-any testing-any/PKGBUILD)

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:18:06
  Author: felixonmars
Revision: 369422

archrelease: copy trunk to testing-any

Added:
  pyopenssl/repos/testing-any/
  pyopenssl/repos/testing-any/PKGBUILD
(from rev 369421, pyopenssl/trunk/PKGBUILD)

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

Copied: pyopenssl/repos/testing-any/PKGBUILD (from rev 369421, 
pyopenssl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-11-19 02:18:06 UTC (rev 369422)
@@ -0,0 +1,60 @@
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=19.1.0
+pkgrel=1
+arch=('any')
+pkgdesc="Python3 wrapper module around the OpenSSL library"
+url='https://github.com/pyca/pyopenssl'
+license=('Apache')
+makedepends=('openssl' 'python-setuptools' 'python2-setuptools' 
'python-cryptography'
+ 'python2-cryptography' 'python-six' 'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
+  'python-flaky' 'python2-flaky')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyca/pyopenssl/archive/${pkgver}.tar.gz)
+sha512sums=('ab92d428639f1b819457ca8c62d8ab45a107366aeac2ae1e70e9fba2ac2a627cd7e81f84c1e63b09c5176b4e4520e66fa41e19a10d1aeecb731cf5759435d483')
+
+prepare() {
+  cp -a pyopenssl-$pkgver{,-py2}
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pyopenssl-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyopenssl-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  (
+cd "$srcdir"/pyopenssl-$pkgver
+python setup.py pytest
+
+cd "$srcdir"/pyopenssl-$pkgver-py2
+python2 setup.py pytest
+  ) || warning "Tests failed due to missing SSLv3_METHOD"
+}
+
+package_python-pyopenssl() {
+  depends=('openssl' 'python' 'python-six' 'python-cryptography')
+  replaces=('pyopenssl')
+  provides=('pyopenssl')
+  conflicts=('pyopenssl')
+
+  cd pyopenssl-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pyopenssl() {
+  depends=('openssl' 'python2' 'python2-six' 'python2-cryptography')
+
+  cd pyopenssl-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:17:37
  Author: felixonmars
Revision: 369421

upgpkg: pyopenssl 19.1.0-1

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:47:13 UTC (rev 369420)
+++ PKGBUILD2019-11-19 02:17:37 UTC (rev 369421)
@@ -4,8 +4,8 @@
 
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=19.0.0
-pkgrel=3
+pkgver=19.1.0
+pkgrel=1
 arch=('any')
 pkgdesc="Python3 wrapper module around the OpenSSL library"
 url='https://github.com/pyca/pyopenssl'
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend'
   'python-flaky' 'python2-flaky')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyca/pyopenssl/archive/${pkgver}.tar.gz)
-sha512sums=('beca6ac2e1c6a1679159cba00bc7e5a574bacd4b420b44ed1d47c965907f513fd32451aede8b29171718c25c783fe9678cfcedff04639f8b525db717d8e90475')
+sha512sums=('ab92d428639f1b819457ca8c62d8ab45a107366aeac2ae1e70e9fba2ac2a627cd7e81f84c1e63b09c5176b4e4520e66fa41e19a10d1aeecb731cf5759435d483')
 
 prepare() {
   cp -a pyopenssl-$pkgver{,-py2}


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:15:30
  Author: felixonmars
Revision: 530376

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 02:15:12 UTC (rev 530375)
+++ PKGBUILD2019-11-19 02:15:30 UTC (rev 530376)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Allan McRae 
-# Contributor: David Moore 
-
-pkgbase=python-simplejson
-pkgname=('python-simplejson' 'python2-simplejson')
-pkgver=3.16.1
-pkgrel=3
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64')
-url='https://github.com/simplejson/simplejson'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
-sha512sums=('41e9bfad5e9263b050109adeec28bdcb190230a26e8a48db86d24fa8729517e3eacd3c3905ff9900cc9a5a90fff006e8fb92a5ac85249922a0c46ab6391ee78b')
-
-prepare() {
-  cp -a simplejson-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/simplejson-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/simplejson-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/simplejson-$pkgver-py2
-  python2 setup.py pytest 
-}
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson-$pkgver-py2
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-  

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 530375, 
python-simplejson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 02:15:30 UTC (rev 530376)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Allan McRae 
+# Contributor: David Moore 
+
+pkgbase=python-simplejson
+pkgname=('python-simplejson' 'python2-simplejson')
+pkgver=3.17.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64')
+url='https://github.com/simplejson/simplejson'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
+sha512sums=('3057edfa8c8a16fa1c2027a880ac71531afc70d087a12a6fa085b3e09705ab049850dbabe60acc6fc11f51d9e0cf98f58407be03980182dca2ca070c298fd023')
+
+prepare() {
+  cp -a simplejson-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/simplejson-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/simplejson-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/simplejson-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/simplejson-$pkgver-py2
+  python2 setup.py pytest 
+}
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson-$pkgver
+  python setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson-$pkgver-py2
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 "$srcdir"/simplejson-$pkgver/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+  


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

2019-11-18 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 02:15:12
  Author: felixonmars
Revision: 530375

upgpkg: python-simplejson 3.17.0-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 01:25:13 UTC (rev 530374)
+++ PKGBUILD2019-11-19 02:15:12 UTC (rev 530375)
@@ -5,8 +5,8 @@
 
 pkgbase=python-simplejson
 pkgname=('python-simplejson' 'python2-simplejson')
-pkgver=3.16.1
-pkgrel=3
+pkgver=3.17.0
+pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/simplejson/simplejson/archive/v$pkgver.tar.gz;)
-sha512sums=('41e9bfad5e9263b050109adeec28bdcb190230a26e8a48db86d24fa8729517e3eacd3c3905ff9900cc9a5a90fff006e8fb92a5ac85249922a0c46ab6391ee78b')
+sha512sums=('3057edfa8c8a16fa1c2027a880ac71531afc70d087a12a6fa085b3e09705ab049850dbabe60acc6fc11f51d9e0cf98f58407be03980182dca2ca070c298fd023')
 
 prepare() {
   cp -a simplejson-$pkgver{,-py2}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2019-11-18 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 19, 2019 @ 01:25:13
  Author: andrewsc
Revision: 530374

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 530373, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 01:24:46 UTC (rev 530373)
+++ PKGBUILD2019-11-19 01:25:13 UTC (rev 530374)
@@ -1,224 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=71.0b9
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canada)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('066cf6733bd3163aaef786e1f5c087742eeedf017296916fbdcc67a25aad38883e05ee9e72ee17b20caf7c15d7e80e2e124e76514d78f57ae7e882a393ee32c6'
-
'98c20bc9c3f524bcf28527583019d6016b091ea347a737bb17056bf22720eec2483fc3b167c8c8d225b8d79ced8414375e906001d9358fa038580e7fe72f462b'
-
'c277508edda3a3906efe42ff8c48ea35695bbc240f668035a1ca22e2440be04f1b48c06bc1cdd029f33b9f0f36476fb2b13e8578e1066aaedd488a2089c6112a'
-
'17749aeb83b645ffcea888b26ea7cd036e5a1221919839592c9c49e50a1e570cf32e0f25f650cf444593428579fe42131bcc062da9b1f7ea733c94e1b10a'
-
'8e69c0f6ba216e0cdd4b52d2c7f73cc5a34b45ffe939c15a922f72a506cece4a8c3de3bc15feef4be6d1d6c241421fa547c0cced1400ac56952447bf02d39cea'
-
'422bd08bca0af237ba58a25e2ddbdafac41ef0526e492779333eeef2477da6724d241e63edb8efbdd16bfbe3785f545eb78fcf1d7c3d5f5b8762bf8093fd'
-
'b4d8898811f6dc2a88eaec378bbb4566324ee593700eaa955f7da534a06bf6da5e2be297ea4bd0dfe60c678d12280b88a64fab836f69b395f09c7d9412ac52ff'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2019-11-18 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 19, 2019 @ 01:24:46
  Author: andrewsc
Revision: 530373

upgpkg: firefox-developer-edition-i18n 71.0b10-1

firefox-developer-edition-i18n: Updating to 71.0b10

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 01:17:33 UTC (rev 530372)
+++ PKGBUILD2019-11-19 01:24:46 UTC (rev 530373)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=71.0b9
+pkgver=71.0b10
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('066cf6733bd3163aaef786e1f5c087742eeedf017296916fbdcc67a25aad38883e05ee9e72ee17b20caf7c15d7e80e2e124e76514d78f57ae7e882a393ee32c6'
-
'98c20bc9c3f524bcf28527583019d6016b091ea347a737bb17056bf22720eec2483fc3b167c8c8d225b8d79ced8414375e906001d9358fa038580e7fe72f462b'
-
'c277508edda3a3906efe42ff8c48ea35695bbc240f668035a1ca22e2440be04f1b48c06bc1cdd029f33b9f0f36476fb2b13e8578e1066aaedd488a2089c6112a'
-
'17749aeb83b645ffcea888b26ea7cd036e5a1221919839592c9c49e50a1e570cf32e0f25f650cf444593428579fe42131bcc062da9b1f7ea733c94e1b10a'
-
'8e69c0f6ba216e0cdd4b52d2c7f73cc5a34b45ffe939c15a922f72a506cece4a8c3de3bc15feef4be6d1d6c241421fa547c0cced1400ac56952447bf02d39cea'
-
'422bd08bca0af237ba58a25e2ddbdafac41ef0526e492779333eeef2477da6724d241e63edb8efbdd16bfbe3785f545eb78fcf1d7c3d5f5b8762bf8093fd'
-
'b4d8898811f6dc2a88eaec378bbb4566324ee593700eaa955f7da534a06bf6da5e2be297ea4bd0dfe60c678d12280b88a64fab836f69b395f09c7d9412ac52ff'
-
'a21f5d8e36441b9ccbc13c41bed405112973da9a690567aa8ff96bce722050272323fb630990a18d36780f89c661686aee59cfe7e7dbe552d3f484e7987d2c9a'
-
'52cc1dfcd565ecdc3aa68a9cf0603a07bbeb48f03c33eb7a19c2d6544377a21f71756631216d9a92cb308b740eef580d655f3dab6b5ae9264e4e11cf2681c763'
-
'd13ff7df6c124aaba1e77cc11cf1f051cc2249f2bc7fd3b06fe00f0340f80b075f2051f3ff0003f03b5f36ba60523a55d0259c4187e6f366672fcc5d97cd0152'
-
'a353ab047caa51c5099ac3c2475aa97163ef53970372a788cf86bdd9507518fc39d46981d1ee0818d388ded386a3bfa7445e75822a0d2c0eadcb888fd296c1c0'
-
'5e526fbbd617fbc234c7204cd4756d44ac65da36f13cd0c59f089ce768ca4b8edca7f35c171a66124b3d7114f831080d0e66c5d4f3508f712318d49975e35a2c'
-
'50a13cbb4a906337b4e647e8921fe93577bad9947c9ca122ec1c64ccd6a0f94c7eff0ec4cd1d5692bff850aa532ccbd701845001315dc0f22ebd58088dff1706'
-
'4d62dcdceba6782613d6e08ecf54f35da563ab7aef2e65f3458e0097df97e88ca1f7d9ac0d8d0ff1ae9061edaab6891a0a056574f7da393225ea20c9488a84c9'
-
'c46782115ac2bb8b6e6153c0eebdc17cd99892f7eda98c3b704d119685b612447524f387632b8a6de3b83ff018b1b87a005c0d6f9a1c5bd6b6e4eddc1bc29c9c'
-
'723d6db835314cb99eb47c2aa43c9da60856d7ecd3bfed4f10cdb57f4a986d421097e4c358fa2bf4035488425d73c5c9d96ea8dd9a4493e1f8230663e61f599e'
-
'c3975740ab6b8974c6ee77d8a9fbf6e2bb0e6f03b610218318903eb90b02bd17d0b3db1c2006e51a29eb55dd5327f2fcf1905cf67da424a9bd2b5fcb97f2f1ab'
-
'3b4452f7e16d1decb929f66e78dc259f6edaf8aa5fc135ad40f9dce9320802f92306f28f45fe4197bec51c5ee8e77c1df58cd50abd573cc07a71dcc6e65e7653'
-
'12ed4d8e45bcad18f9657d286be5bd426f63904c206d87f41a16db468ef8cc9214c5f436822dcdab3bdca018fe8fab48ec286a3aab4eb596ad5bef5748134a44'
-
'2a7aab7024bb21a4cfb74f7c2866cc345768f2ba13ec3f55fcefbff5a98005488ab499b43431de0291e23145b52dec1ff5165ca123217d63d9e74b54f976cdb3'
-
'3e13fac258fdd57cf2f8aae4d37abb0765bf5e918bba1b6264750644cb5fff43fd1faff301d22b8d20fec6484d0baae1d1a3b872227e3d7ba7acdd56c333e127'
-
'ef13301724565c00b62415025ef111c3ef827703590c0d7aa6f4e3b3adcae9d7611ec16556921439ee5d9f374f13de308d385b21ee6920a8d12d1c7c816a7634'
-
'344924ab8262d79cd6a00161e677b0769f7dfd8b3f83fc297e569515a2a8e1f5a3d8f09e47de2bf10f573a1e8ab9a4742c6a422b199435685765cb093fabc4ab'
-
'c7f25bf8d920048cc512d6b65817c2b218fd53c07e70fd490fc55005922784b18e7f669c7ebce6e256f6c821248d6c206b8c5e62c53c2e20df3fb003ba9e30fd'
-
'1662e0666a58ef70026a8c3016502c50834689d56238d92ce2e81e6f09a531319b8b10ee12d7a4693cd9f3d9e7e6c78df5046d8e36ad42b914577e7b1bc2f113'
-
'f65d0043b6f9821e3f97e9be67c767f15de8964641a4917c70883ffbbd8ea417c1f7013702dcff3833d117fabf85a42958e58098db54db69fe15e6eecc4cc7fc'
-
'a2828e6652fa4f7a7d39ebdc1b24789dc1f88cabafbad7c6db6985f09ca2f3f7762a8d797415a9c743b2563f3431e172bb6c013675c4fdc3593414e8a2eaa943'
-
'0ce1462b6fe9a008dadeadb05641629046023f50de2342dd631067ba149fe681f44c574a9128d13e769f4f6f86200186293cc15e5815fc455f9985af0f4f2bca'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (9 files)

2019-11-18 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 19, 2019 @ 01:17:33
  Author: andrewsc
Revision: 530372

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 530371, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 530371, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 530371, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 530371, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/python_38_mozinfo.patch
(from rev 530371, firefox-developer-edition/trunk/python_38_mozinfo.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  447 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 python_38_mozinfo.patch|   54 +
 5 files changed, 719 insertions(+), 660 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-11-19 
01:17:04 UTC (rev 530371)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-11-19 
01:17:33 UTC (rev 530372)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 530371, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-11-19 
01:17:33 UTC (rev 530372)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git 

[arch-commits] Commit in firefox-developer-edition/trunk (2 files)

2019-11-18 Thread Andrew Crerar via arch-commits
Date: Tuesday, November 19, 2019 @ 01:17:04
  Author: andrewsc
Revision: 530371

upgpkg: firefox-developer-edition 71.0b10-1

firefox-developer-edition: Updating to 71.0b10, adding patch for py3.8 compat.

Added:
  firefox-developer-edition/trunk/python_38_mozinfo.patch
Modified:
  firefox-developer-edition/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++---
 python_38_mozinfo.patch |   54 ++
 2 files changed, 62 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 00:50:17 UTC (rev 530370)
+++ PKGBUILD2019-11-19 01:17:04 UTC (rev 530371)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=71.0b9
+pkgver=71.0b10
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'ttf-font' 'libpulse')
 makedepends=('unzip' 'zip' 'diffutils' 'python2-setuptools' 'yasm' 'mesa' 
'imake' 'inetutils'
  'xorg-server-xvfb' 'autoconf2.13' 'rust' 'clang' 'llvm' 'jack' 
'gtk2'
- 'python' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
+ 'python' 'nodejs' 'python2-psutil' 'python-distro' 'cbindgen' 
'nasm')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
@@ -23,11 +23,13 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
+python_38_mozinfo.patch
 "$pkgname".desktop)
-sha512sums=('d559c876f55280291481faee02582265206ceb90201c52f2af0b4ceeda5a7e2b18b39d0d4d99e2f8dd213c3281a5dedc690362da463235c161a8a23180a76e89'
+sha512sums=('0533b7aab0ad4f70198d82dfcf4568dd0ab44344272f0557048af87456d3300a64c8a956837fff308e205d9418576032f8f049d9ecf4bc60ea89f92b5aed95dd'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'
+
'4fb484c6488d2e31f8700b20b8f184e4f670079472eb31c7794c1f5f5c343e2537d1ca88365dacc2802058329100bf373635c51a0df14f174460aa4fd702cd0a'
 
'c212158fe76b1e6228adba9214e2881458b81f38564149719dd18b121f962285bf54603a5bea93c27cb09be851b1d70091a2ce2eb5294c9d75f7619e06d549be')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
@@ -51,6 +53,9 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
+  # Attempt to use distro package as platform has been deprecated
+  patch -Np1 -i ../python_38_mozinfo.patch
+
   echo -n "$_google_api_key" > google-api-key
   echo -n "$_mozilla_api_key" > mozilla-api-key
 

Added: python_38_mozinfo.patch
===
--- python_38_mozinfo.patch (rev 0)
+++ python_38_mozinfo.patch 2019-11-19 01:17:04 UTC (rev 530371)
@@ -0,0 +1,54 @@
+diff -r 05375fb5dd89 testing/mozbase/mozinfo/mozinfo/mozinfo.py
+--- a/testing/mozbase/mozinfo/mozinfo/mozinfo.py   Fri Nov 15 16:21:54 
2019 +
 b/testing/mozbase/mozinfo/mozinfo/mozinfo.py   Fri Nov 15 13:32:36 
2019 -0500
+@@ -14,6 +14,7 @@
+ import platform
+ import re
+ import sys
++
+ from .string_version import StringVersion
+ from ctypes.util import find_library
+ 
+@@ -98,25 +99,34 @@
+ info['os'] = 'win'
+ os_version = version = unknown
+ elif system == "Linux":
+-if hasattr(platform, "linux_distribution"):
+-(distro, os_version, codename) = platform.linux_distribution()
+-else:
+-(distro, os_version, codename) = platform.dist()
++# Attempt to use distro package to determine Linux distribution first.
++# Failing that, fall back to use the platform method.
++# Note that platform.linux_distribution() will be deprecated as of 3.8
++# and this block will be removed once support for 2.7/3.5 is dropped.
++try:
++from distro import linux_distribution
++except ImportError:
++from platform import linux_distribution
++
++output = linux_distribution()
++(distribution, os_version, codename) = tuple(
++str(item.title()) for item in output)
++
+ if not processor:
+ processor = machine
+-version = "%s %s" % (distro, os_version)
++version = "%s %s" % (distribution, os_version)
+ 
+ # Bug in Python 2's `platform` library:
+ # It will return a triple of empty strings if the distribution is not 
supported.
+ # It works on Python 3. If we don't have an OS 

[arch-commits] Commit in dbeaver/repos/community-x86_64 (12 files)

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:50:17
  Author: muflone
Revision: 530370

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 530369, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.desktop
(from rev 530369, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 530369, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 530369, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 530369, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 530369, dbeaver/trunk/dbeaver.sh)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.desktop
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh

-+
 PKGBUILD|  220 +++---
 dbeaver.desktop |   28 +++---
 dbeaver.hook|   24 ++---
 dbeaver.install |   10 +-
 dbeaver.sh  |   12 +-
 5 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 00:49:25 UTC (rev 530369)
+++ PKGBUILD2019-11-19 00:50:17 UTC (rev 530370)
@@ -1,110 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=6.2.4
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment<12' 'java-runtime>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install")
-sha256sums=('66c7ed64031e23fb67348b4c7905cf5aba0bdc4ab4813b4d45c1d148320bca67'
-'27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
-'3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Avoid the use of any Java 12/13, actually incompatible with the build
-  #   https://github.com/dbeaver/dbeaver/issues/6615
-  #   https://bugs.archlinux.org/task/63428
-  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | 
grep -vE 'java-12|java-13')
-  do
-export JAVA_HOME="/usr/lib/jvm/${_java_version}"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable script into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  install -m 755 "${srcdir}/dbeaver.sh" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications

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

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:49:25
  Author: muflone
Revision: 530369

upgpkg: dbeaver 6.2.5-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 00:23:35 UTC (rev 530368)
+++ PKGBUILD2019-11-19 00:49:25 UTC (rev 530369)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=6.2.4
+pkgver=6.2.5
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "${pkgname}.install")
-sha256sums=('66c7ed64031e23fb67348b4c7905cf5aba0bdc4ab4813b4d45c1d148320bca67'
+sha256sums=('0eb6686f7987198e88dfd7b3ec3080fc98daef82ff8baf22e348f39de5168365'
 '27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
 '3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'


[arch-commits] Commit in dbeaver/repos/community-x86_64 (12 files)

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:23:35
  Author: muflone
Revision: 530368

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 530367, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.desktop
(from rev 530367, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 530367, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 530367, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 530367, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 530367, dbeaver/trunk/dbeaver.sh)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.desktop
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh

-+
 PKGBUILD|  220 +++---
 dbeaver.desktop |   28 +++---
 dbeaver.hook|   24 ++---
 dbeaver.install |   10 +-
 dbeaver.sh  |   12 +-
 5 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 00:22:55 UTC (rev 530367)
+++ PKGBUILD2019-11-19 00:23:35 UTC (rev 530368)
@@ -1,110 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=6.2.3
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment<12' 'java-runtime>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install")
-sha256sums=('2954d83f6527482791cc262d51a8f195a9e89901123100985b25e548e7b5922c'
-'27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
-'3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Avoid the use of any Java 12/13, actually incompatible with the build
-  #   https://github.com/dbeaver/dbeaver/issues/6615
-  #   https://bugs.archlinux.org/task/63428
-  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | 
grep -vE 'java-12|java-13')
-  do
-export JAVA_HOME="/usr/lib/jvm/${_java_version}"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable script into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  install -m 755 "${srcdir}/dbeaver.sh" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications

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

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:22:55
  Author: muflone
Revision: 530367

upgpkg: dbeaver 6.2.4-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 00:04:18 UTC (rev 530366)
+++ PKGBUILD2019-11-19 00:22:55 UTC (rev 530367)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=6.2.3
+pkgver=6.2.4
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "${pkgname}.install")
-sha256sums=('2954d83f6527482791cc262d51a8f195a9e89901123100985b25e548e7b5922c'
+sha256sums=('66c7ed64031e23fb67348b4c7905cf5aba0bdc4ab4813b4d45c1d148320bca67'
 '27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
 '3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'


[arch-commits] Commit in dbeaver/repos/community-x86_64 (12 files)

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:04:18
  Author: muflone
Revision: 530366

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 530365, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.desktop
(from rev 530365, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 530365, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 530365, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 530365, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 530365, dbeaver/trunk/dbeaver.sh)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.desktop
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh

-+
 PKGBUILD|  220 +++---
 dbeaver.desktop |   28 +++---
 dbeaver.hook|   24 ++---
 dbeaver.install |   10 +-
 dbeaver.sh  |   12 +-
 5 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 00:03:56 UTC (rev 530365)
+++ PKGBUILD2019-11-19 00:04:18 UTC (rev 530366)
@@ -1,110 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=6.2.2
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-environment<12' 'java-runtime>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install")
-sha256sums=('ee8a80d5acd4dfc03d991547f8e84ad9fc776fcfb312a4b48e65ba4b6c812c67'
-'27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
-'3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Avoid the use of any Java 12, actually incompatible with the build
-  #   https://github.com/dbeaver/dbeaver/issues/6615
-  #   https://bugs.archlinux.org/task/63428
-  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | 
grep -v 'java-12')
-  do
-export JAVA_HOME="/usr/lib/jvm/${_java_version}"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable script into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  install -m 755 "${srcdir}/dbeaver.sh" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications
-  install 

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

2019-11-18 Thread Fabio Castelli via arch-commits
Date: Tuesday, November 19, 2019 @ 00:03:56
  Author: muflone
Revision: 530365

upgpkg: dbeaver 6.2.3-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:59:29 UTC (rev 530364)
+++ PKGBUILD2019-11-19 00:03:56 UTC (rev 530365)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=6.2.2
+pkgver=6.2.3
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "${pkgname}.install")
-sha256sums=('ee8a80d5acd4dfc03d991547f8e84ad9fc776fcfb312a4b48e65ba4b6c812c67'
+sha256sums=('2954d83f6527482791cc262d51a8f195a9e89901123100985b25e548e7b5922c'
 '27573b6ddb62a3d4dde4841a633e9b52cb020deb338b327a6d460fd3a29c8ded'
 '3d1138ef8ec6d413d9552cab0444bd3b692fa808e9798a16b280ab17b6ca3659'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
@@ -31,10 +31,10 @@
   gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
 sed "s/DBEAVER_VERSION/${pkgver}/g" |
 gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Avoid the use of any Java 12, actually incompatible with the build
+  # Avoid the use of any Java 12/13, actually incompatible with the build
   #   https://github.com/dbeaver/dbeaver/issues/6615
   #   https://bugs.archlinux.org/task/63428
-  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | 
grep -v 'java-12')
+  for _java_version in $(archlinux-java status | tail -n +2 | cut -d' ' -f 3 | 
grep -vE 'java-12|java-13')
   do
 export JAVA_HOME="/usr/lib/jvm/${_java_version}"
   done


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:59:29
  Author: dvzrv
Revision: 530364

archrelease: copy trunk to community-any

Added:
  mutagen/repos/community-any/PKGBUILD
(from rev 530363, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 22:59:23 UTC (rev 530363)
+++ PKGBUILD2019-11-18 22:59:29 UTC (rev 530364)
@@ -1,77 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Eric Bélanger 
-
-pkgbase=mutagen
-pkgname=('python-mutagen' 'python2-mutagen')
-pkgver=1.42.0
-pkgrel=5
-arch=('any')
-pkgdesc="An audio metadata tag reader and writer (python library)"
-url="https://github.com/quodlibet/mutagen;
-license=('GPL2')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis' 'python-pyflakes'
-'python-pycodestyle' 'python2-pytest' 'python2-hypothesis' 'python2-pyflakes'
-'python2-pycodestyle')
-source=("https://github.com/quodlibet/${pkgbase}/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz"{,.sig}
-
"${pkgbase}-indent.patch::https://github.com/quodlibet/${pkgbase}/commit/0ee86ef9.patch;)
-sha256sums=('bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c'
-'SKIP'
-'4c02028ea27e150de8f011e809fe96ba726825732233d186c7edb3269fffdce3')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC') # Christoph Reiter 

-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # fix tests
-  patch -Np1 -i ../${pkgbase}-indent.patch
-
-  # copying source for python2 version, so we can modify the man/ script names
-  cd ..
-  cp -av "${pkgbase}-$pkgver" "${pkgname[1]}-${pkgver}"
-  cd "${pkgname[1]}-$pkgver"
-  for script in {mid3{cp,iconv,v2},moggsplit,mutagen-{inspect,pony}}; do
-sed -e "s/${script}/${script}2/g" -i setup.py
-sed -e 's/python/&2/' -i "tools/${script}"
-mv -v "tools/${script}"{,2}
-mv -v "man/${script}"{,2}.1
-  done
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  python setup.py build
-  cd "../${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  python setup.py test
-  cd "../${pkgname[1]}-${pkgver}"
-  python2 setup.py test
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer (python library)"
-  depends=('python')
-  replaces=('mutagen-tools')
-  cd "${pkgbase}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-}
-
-package_python2-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer (python2 library)"
-  depends=('python2')
-  conflicts=('mutagen')
-  provides=('mutagen')
-  replaces=('mutagen')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-}
-

Copied: mutagen/repos/community-any/PKGBUILD (from rev 530363, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:59:29 UTC (rev 530364)
@@ -0,0 +1,68 @@
+# Maintainer: David Runge 
+# Contributor: Eric Bélanger 
+
+pkgbase=mutagen
+pkgname=('python-mutagen' 'python2-mutagen')
+pkgver=1.43.0
+pkgrel=1
+arch=('any')
+pkgdesc="An audio metadata tag reader and writer (python library)"
+url="https://github.com/quodlibet/mutagen;
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis' 'python-pyflakes'
+'python-pycodestyle' 'python2-pytest' 'python2-hypothesis' 'python2-pyflakes'
+'python2-pycodestyle')
+source=("https://github.com/quodlibet/${pkgbase}/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz"{,.sig})
+sha256sums=('3a982d39f1b800520a32afdebe3543f972e83a6ddd0c0198739a161ee705b588'
+'SKIP')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC') # Christoph Reiter 

+
+prepare() {
+  # copying source for python2 version, so we can modify the man/ script names
+  cp -av "${pkgbase}-$pkgver" "${pkgname[1]}-${pkgver}"
+  cd "${pkgname[1]}-$pkgver"
+  for script in {mid3{cp,iconv,v2},moggsplit,mutagen-{inspect,pony}}; do
+sed -e "s/${script}/${script}2/g" -i setup.py
+mv -v "man/${script}"{,2}.1
+  done
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  python setup.py build
+  cd "../${pkgname[1]}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  python setup.py test
+  cd "../${pkgname[1]}-${pkgver}"
+  python2 setup.py test
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer (python library)"
+  depends=('python-setuptools')
+  cd "${pkgbase}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+   

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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:59:23
  Author: dvzrv
Revision: 530363

upgpkg: mutagen 1.43.0-1

Upgrading to 1.43.0. Updating maintainer info. Removing unrequired patch to fix 
broken indent. Removing parts of the python2 source fix, as all scripts are now 
entry_points.
Adding python{,2}-setuptools to depends. Removing mutagen from provides of the 
python2 package and mutagen-tools from replaces of the python package. 
Installing docs.

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:54:46 UTC (rev 530362)
+++ PKGBUILD2019-11-18 22:59:23 UTC (rev 530363)
@@ -1,10 +1,10 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Eric Bélanger 
 
 pkgbase=mutagen
 pkgname=('python-mutagen' 'python2-mutagen')
-pkgver=1.42.0
-pkgrel=5
+pkgver=1.43.0
+pkgrel=1
 arch=('any')
 pkgdesc="An audio metadata tag reader and writer (python library)"
 url="https://github.com/quodlibet/mutagen;
@@ -13,26 +13,17 @@
 checkdepends=('python-pytest' 'python-hypothesis' 'python-pyflakes'
 'python-pycodestyle' 'python2-pytest' 'python2-hypothesis' 'python2-pyflakes'
 'python2-pycodestyle')
-source=("https://github.com/quodlibet/${pkgbase}/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz"{,.sig}
-
"${pkgbase}-indent.patch::https://github.com/quodlibet/${pkgbase}/commit/0ee86ef9.patch;)
-sha256sums=('bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c'
-'SKIP'
-'4c02028ea27e150de8f011e809fe96ba726825732233d186c7edb3269fffdce3')
+source=("https://github.com/quodlibet/${pkgbase}/releases/download/release-$pkgver/$pkgbase-$pkgver.tar.gz"{,.sig})
+sha256sums=('3a982d39f1b800520a32afdebe3543f972e83a6ddd0c0198739a161ee705b588'
+'SKIP')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC') # Christoph Reiter 

 
 prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # fix tests
-  patch -Np1 -i ../${pkgbase}-indent.patch
-
   # copying source for python2 version, so we can modify the man/ script names
-  cd ..
   cp -av "${pkgbase}-$pkgver" "${pkgname[1]}-${pkgver}"
   cd "${pkgname[1]}-$pkgver"
   for script in {mid3{cp,iconv,v2},moggsplit,mutagen-{inspect,pony}}; do
 sed -e "s/${script}/${script}2/g" -i setup.py
-sed -e 's/python/&2/' -i "tools/${script}"
-mv -v "tools/${script}"{,2}
 mv -v "man/${script}"{,2}.1
   done
 }
@@ -53,25 +44,25 @@
 
 package_python-mutagen() {
   pkgdesc="An audio metadata tag reader and writer (python library)"
-  depends=('python')
-  replaces=('mutagen-tools')
+  depends=('python-setuptools')
   cd "${pkgbase}-${pkgver}"
   python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {NEWS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 package_python2-mutagen() {
   pkgdesc="An audio metadata tag reader and writer (python2 library)"
-  depends=('python2')
-  conflicts=('mutagen')
-  provides=('mutagen')
-  replaces=('mutagen')
+  depends=('python2-setuptools')
   cd "${pkgname}-${pkgver}"
   python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+   --optimize=1 \
+   --prefix=/usr \
+   --root="${pkgdir}"
+  install -vDm 644 {NEWS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


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

2019-11-18 Thread Filipe Laíns via arch-commits
Date: Monday, November 18, 2019 @ 22:54:38
  Author: ffy00
Revision: 530361

upgpkg: sigrok-cli 0.7.1-2

Added:
  sigrok-cli/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:54:38 UTC (rev 530361)
@@ -0,0 +1,26 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=sigrok-cli
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Command-line client for the sigrok software'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Sigrok-cli'
+license=('GPL3')
+depends=('libsigrok' 'libsigrokdecode')
+source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a56d9439efca74f8362ed225d8fa92adfaee053470b166629ad2d8f3ebf5bea05a37782750c9321aabd3b47e634734fa5e5b0cc5353bf49dd1629cdcdb98aef5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-18 Thread Filipe Laíns via arch-commits
Date: Monday, November 18, 2019 @ 22:54:46
  Author: ffy00
Revision: 530362

archrelease: copy trunk to community-x86_64

Added:
  sigrok-cli/repos/community-x86_64/
  sigrok-cli/repos/community-x86_64/PKGBUILD
(from rev 530361, sigrok-cli/trunk/PKGBUILD)

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

Copied: sigrok-cli/repos/community-x86_64/PKGBUILD (from rev 530361, 
sigrok-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-18 22:54:46 UTC (rev 530362)
@@ -0,0 +1,26 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=sigrok-cli
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Command-line client for the sigrok software'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Sigrok-cli'
+license=('GPL3')
+depends=('libsigrok' 'libsigrokdecode')
+source=("http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a56d9439efca74f8362ed225d8fa92adfaee053470b166629ad2d8f3ebf5bea05a37782750c9321aabd3b47e634734fa5e5b0cc5353bf49dd1629cdcdb98aef5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-18 Thread Filipe Laíns via arch-commits
Date: Monday, November 18, 2019 @ 22:50:42
  Author: ffy00
Revision: 530360

add root structure

Added:
  sigrok-cli/
  sigrok-cli/repos/
  sigrok-cli/trunk/


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

2019-11-18 Thread Alexander Rødseth via arch-commits
Date: Monday, November 18, 2019 @ 22:39:54
  Author: arodseth
Revision: 530359

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 530358, picom/trunk/PKGBUILD)
  picom/repos/community-x86_64/picom.conf
(from rev 530358, picom/trunk/picom.conf)
Deleted:
  picom/repos/community-x86_64/PKGBUILD
  picom/repos/community-x86_64/picom.conf

+
 PKGBUILD   |  114 +++---
 picom.conf |  454 +--
 2 files changed, 284 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 22:39:47 UTC (rev 530358)
+++ PKGBUILD2019-11-18 22:39:54 UTC (rev 530359)
@@ -1,57 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=7.4
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans'
-'python:For running picom-convgen.py')
-# > git tag v7.4, this is after the rename
-source=("git+$url#commit=9a88d971d59ed8c33f9d8734cd0039d9fd6030a5"
-picom.conf)
-sha256sums=('SKIP'
-'78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec picom
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/picom
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 530358, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:39:54 UTC (rev 530359)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=7.5
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
+ pixman xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# git tag: v7.5
+source=("git+$url#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0"
+picom.conf)
+sha256sums=('SKIP'
+'78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec picom
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/picom
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et

Deleted: picom.conf
===
--- picom.conf  2019-11-18 22:39:47 UTC (rev 530358)
+++ picom.conf  2019-11-18 22:39:54 UTC (rev 530359)
@@ -1,227 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#

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

2019-11-18 Thread Alexander Rødseth via arch-commits
Date: Monday, November 18, 2019 @ 22:39:47
  Author: arodseth
Revision: 530358

upgpkg: picom 7.5-1

Modified:
  picom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:31:20 UTC (rev 530357)
+++ PKGBUILD2019-11-18 22:39:47 UTC (rev 530358)
@@ -4,7 +4,7 @@
 # Contributor: Valère Monseur 
 
 pkgname=picom
-pkgver=7.4
+pkgver=7.5
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
@@ -21,8 +21,8 @@
 'xorg-xwininfo: For picom-trans'
 'xorg-xprop:For picom-trans'
 'python:For running picom-convgen.py')
-# > git tag v7.4, this is after the rename
-source=("git+$url#commit=9a88d971d59ed8c33f9d8734cd0039d9fd6030a5"
+# git tag: v7.5
+source=("git+$url#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0"
 picom.conf)
 sha256sums=('SKIP'
 '78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:31:20
  Author: dvzrv
Revision: 530357

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 22:31:14 UTC (rev 530356)
+++ PKGBUILD2019-11-18 22:31:20 UTC (rev 530357)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=php-imagick
-_name=imagick
-pkgver=3.4.4
-pkgrel=3
-pkgdesc="PHP extension to create and modify images using the ImageMagick 
library"
-arch=('x86_64')
-url="https://github.com/mkoppanen/imagick;
-license=('PHP')
-depends=('php' 'imagemagick' 'ttf-dejavu')
-checkdepends=('librsvg')
-backup=("etc/php/conf.d/${_name}.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mkoppanen/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('f3d3c74b4d0bb5c2dd986a8b960096ff200daa82e60fdd1467a54944be06810923b4e68a4f70194e25c8176afd9a609b9f2545054520ec759202e5fc3f1e827b')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  echo ";extension=${_name}" > "${_name}.ini"
-  phpize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export NO_INTERACTION="true"
-  make -k test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir/" install
-  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
-  install -vDm 644 {ChangeLog,CREDITS,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 examples/*.php \
--t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}

Copied: php-imagick/repos/community-x86_64/PKGBUILD (from rev 530356, 
php-imagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:31:20 UTC (rev 530357)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+pkgname=php-imagick
+_name=imagick
+pkgver=3.4.4
+pkgrel=4
+pkgdesc="PHP extension to create and modify images using the ImageMagick 
library"
+arch=('x86_64')
+url="https://github.com/mkoppanen/imagick;
+license=('PHP')
+depends=('php' 'imagemagick' 'ttf-dejavu')
+checkdepends=('librsvg')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mkoppanen/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('f3d3c74b4d0bb5c2dd986a8b960096ff200daa82e60fdd1467a54944be06810923b4e68a4f70194e25c8176afd9a609b9f2545054520ec759202e5fc3f1e827b')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # setting package version: https://bugs.archlinux.org/task/64185
+  sed -e "s/@PACKAGE_VERSION@/${pkgver}/" \
+  -i php_imagick.h package.xml
+  echo ";extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export NO_INTERACTION="true"
+  make -k test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
+  install -vDm 644 {ChangeLog,CREDITS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 examples/*.php \
+-t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:31:14
  Author: dvzrv
Revision: 530356

upgpkg: php-imagick 3.4.4-4

Updating maintainer info. Setting the PACKAGE_VERSION, as applications might 
require it (FS#64185).

Modified:
  php-imagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:24:06 UTC (rev 530355)
+++ PKGBUILD2019-11-18 22:31:14 UTC (rev 530356)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 pkgname=php-imagick
 _name=imagick
 pkgver=3.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="PHP extension to create and modify images using the ImageMagick 
library"
 arch=('x86_64')
 url="https://github.com/mkoppanen/imagick;
@@ -17,6 +17,9 @@
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
+  # setting package version: https://bugs.archlinux.org/task/64185
+  sed -e "s/@PACKAGE_VERSION@/${pkgver}/" \
+  -i php_imagick.h package.xml
   echo ";extension=${_name}" > "${_name}.ini"
   phpize
 }


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:24:06
  Author: dvzrv
Revision: 530355

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 530354, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 22:24:00 UTC (rev 530354)
+++ PKGBUILD2019-11-18 22:24:06 UTC (rev 530355)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=19.8
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'jack'
-'libmpc' 'libsamplerate' 'pango' 'ruby')
-makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('466fc1466e64588a0552255e3b02d589a42ddb8eb3339a9599704f24d52d08ee2813f1aa206974403cd2b63a33737eb08eb4a7ed6025d1090551770958785237')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # create XDG desktop file, as the default is broken
-  gendesk -f -n \
-  --pkgname "${pkgname}" \
-  --name "${pkgname}" \
-  --exec "${pkgname}" \
-  --genericname "Sound Editor" \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 530354, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:24:06 UTC (rev 530355)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=19.9
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
+'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
+makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # create XDG desktop file, as the default is broken
+  gendesk -f -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --exec "${pkgname}" \
+  --genericname "Sound Editor" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+  

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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:24:00
  Author: dvzrv
Revision: 530354

upgpkg: snd 19.9-1

Upgrading to 19.9. Updating maintainer info. Updating direct library 
dependencies.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:02:10 UTC (rev 530353)
+++ PKGBUILD2019-11-18 22:24:00 UTC (rev 530354)
@@ -1,10 +1,10 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: Juergen Hoetzel 
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.8
+pkgver=19.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'jack'
-'libmpc' 'libsamplerate' 'pango' 'ruby')
+depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
+'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
 makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
 'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('466fc1466e64588a0552255e3b02d589a42ddb8eb3339a9599704f24d52d08ee2813f1aa206974403cd2b63a33737eb08eb4a7ed6025d1090551770958785237')
+sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:02:10
  Author: dvzrv
Revision: 530353

archrelease: copy trunk to community-any

Added:
  python-pytest-rerunfailures/repos/community-any/PKGBUILD
(from rev 530352, python-pytest-rerunfailures/trunk/PKGBUILD)
Deleted:
  python-pytest-rerunfailures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 22:01:55 UTC (rev 530352)
+++ PKGBUILD2019-11-18 22:02:10 UTC (rev 530353)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-_name=pytest-rerunfailures
-pkgname=python-pytest-rerunfailures
-pkgver=7.0
-pkgrel=2
-pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
-arch=('any')
-url="https://github.com/pytest-dev/pytest-rerunfailures/;
-license=('MPL2')
-depends=('python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH="build/lib:$PYTHONPATH"
-  py.test test_pytest_rerunfailures.py
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES.rst,README.rst}
-}

Copied: python-pytest-rerunfailures/repos/community-any/PKGBUILD (from rev 
530352, python-pytest-rerunfailures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 22:02:10 UTC (rev 530353)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+_name=pytest-rerunfailures
+pkgname=python-pytest-rerunfailures
+pkgver=8.0
+pkgrel=1
+pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-rerunfailures/;
+license=('MPL2')
+depends=('python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build/lib:$PYTHONPATH"
+  py.test test_pytest_rerunfailures.py
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  local py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # fix missing world-readable bit
+  chmod 644 "${pkgdir}/usr/lib/python${py_ver}/site-packages/__pycache__/"*.pyc
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES.rst,README.rst}
+}


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:01:55
  Author: dvzrv
Revision: 530352

upgpkg: python-pytest-rerunfailures 8.0-1

Upgrading to 8.0. Updating maintainer info. Fixing missing world readable bit.

Modified:
  python-pytest-rerunfailures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:19:38 UTC (rev 530351)
+++ PKGBUILD2019-11-18 22:01:55 UTC (rev 530352)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 _name=pytest-rerunfailures
 pkgname=python-pytest-rerunfailures
-pkgver=7.0
-pkgrel=2
+pkgver=8.0
+pkgrel=1
 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
 arch=('any')
 url="https://github.com/pytest-dev/pytest-rerunfailures/;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3')
+sha512sums=('538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -26,10 +26,13 @@
 
 package() {
   cd "${_name}-${pkgver}"
+  local py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
+  # fix missing world-readable bit
+  chmod 644 "${pkgdir}/usr/lib/python${py_ver}/site-packages/__pycache__/"*.pyc
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {CHANGES.rst,README.rst}


[arch-commits] Commit in qt5-base/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 21:47:13
  Author: arojas
Revision: 369420

archrelease: copy trunk to testing-x86_64

Added:
  qt5-base/repos/testing-x86_64/
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 369419, qt5-base/trunk/PKGBUILD)

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

Copied: qt5-base/repos/testing-x86_64/PKGBUILD (from rev 369419, 
qt5-base/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-18 21:47:13 UTC (rev 369420)
@@ -0,0 +1,106 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.13.2
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
+ 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
+makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
+optdepends=('qt5-svg: to use SVG icon themes'
+'qt5-translations: for some native UI translations'
+'postgresql-libs: PostgreSQL driver'
+'mariadb-libs: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'gtk3: GTK platform plugin')
+conflicts=('qtchooser')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ 
qtbase-postgresql-12.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=14b61d48;)
+sha256sums=('26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121'
+'d3af93d23109fe59659e80e6c5b70b1e877a0680635eb919e74b4d79724db36b')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  # Build qmake using Arch {C,LD}FLAGS
+  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
+  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
+mkspecs/common/gcc-base.conf
+  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
+mkspecs/common/g++-unix.conf
+
+  patch -p1 -i ../qtbase-postgresql-12.patch # Add support for postgresql 12
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  ./configure -confirm-license -opensource -v \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake examples \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-system-harfbuzz \
+-journald \
+-no-mimetype-database \
+-no-use-gold-linker \
+-reduce-relocations
+  make
+}
+
+package_qt5-base() {
+  pkgdesc='A cross-platform application and UI framework'
+
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  # Fix wrong qmake path in pri file
+  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
+"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
+
+  # Symlinks for backwards compatibility
+  for b in "${pkgdir}"/usr/bin/*; do
+ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+}
+
+package_qt5-xcb-private-headers() {
+  pkgdesc='Private headers for Qt5 Xcb'
+
+  depends=("qt5-base=$pkgver")
+  optdepends=()
+  groups=()
+  conflicts=()
+
+  cd ${_pkgfqn}
+  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
+  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
+}


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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 21:46:51
  Author: arojas
Revision: 369419

Support postgresql 12

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:37:32 UTC (rev 369418)
+++ PKGBUILD2019-11-18 21:46:51 UTC (rev 369419)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,8 +26,10 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ 
qtbase-postgresql-12.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=14b61d48;)
+sha256sums=('26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121'
+'d3af93d23109fe59659e80e6c5b70b1e877a0680635eb919e74b4d79724db36b')
 
 prepare() {
   cd ${_pkgfqn}
@@ -38,6 +40,8 @@
 mkspecs/common/gcc-base.conf
   sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
 mkspecs/common/g++-unix.conf
+
+  patch -p1 -i ../qtbase-postgresql-12.patch # Add support for postgresql 12
 }
 
 build() {


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

2019-11-18 Thread Jan Steffens via arch-commits
Date: Monday, November 18, 2019 @ 21:37:32
  Author: heftig
Revision: 369418

Enable INIT_ON_ALLOC_DEFAULT_ON

https://outflux.net/blog/archives/2019/11/14/security-things-in-linux-v5-3/

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |2 +-
 config   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:33:26 UTC (rev 369417)
+++ PKGBUILD2019-11-18 21:37:32 UTC (rev 369418)
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'a37511ef27ad2600d9d2f01b452cf2c78a4da7a8ffe728e28545707600c8e6c7')
+'3999fd28ac9587881701abcffb82a15e99ba85a7a4752f69da096653da081ee8')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-18 21:33:26 UTC (rev 369417)
+++ config  2019-11-18 21:37:32 UTC (rev 369418)
@@ -9858,7 +9858,7 @@
 CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
 # CONFIG_GCC_PLUGIN_STACKLEAK is not set
-# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
+CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
 # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
 # end of Memory initialization
 # end of Kernel hardening options


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

2019-11-18 Thread Jan Steffens via arch-commits
Date: Monday, November 18, 2019 @ 21:33:26
  Author: heftig
Revision: 369417

Enable INIT_ON_ALLOC_DEFAULT_ON

https://outflux.net/blog/archives/2019/11/14/security-things-in-linux-v5-3/

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:13:10 UTC (rev 369416)
+++ PKGBUILD2019-11-18 21:33:26 UTC (rev 369417)
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'54bd002b40030609bfb236c35d2a23d23e426edd1f84dd448afbadd1b0aacb55')
+'10ee7800902b1d82f9c184b367c9d904f4dc48f6d9ce3277327e825d7ab690d1')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2019-11-18 21:13:10 UTC (rev 369416)
+++ config  2019-11-18 21:33:26 UTC (rev 369417)
@@ -9826,7 +9826,7 @@
 CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
 # CONFIG_GCC_PLUGIN_STACKLEAK is not set
-# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
+CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
 # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
 # end of Memory initialization
 # end of Kernel hardening options


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

2019-11-18 Thread Morten Linderud via arch-commits
Date: Monday, November 18, 2019 @ 21:19:28
  Author: foxboron
Revision: 530350

upgpkg: archlinux-repro 20191118-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:03:50 UTC (rev 530349)
+++ PKGBUILD2019-11-18 21:19:28 UTC (rev 530350)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20191113
+pkgver=20191118
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('5dab97822fb5fa62079687f2f8bc13402a37caa1028db26427e47a69c4dda02f'
+sha256sums=('d04c32cf77a14ba12fd9a438f70583a1c14ff480612377f5a434cad6e68f6d2d'
 'SKIP')
 
 build(){


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

2019-11-18 Thread Morten Linderud via arch-commits
Date: Monday, November 18, 2019 @ 21:19:38
  Author: foxboron
Revision: 530351

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 21:19:28 UTC (rev 530350)
+++ PKGBUILD2019-11-18 21:19:38 UTC (rev 530351)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20191113
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('5dab97822fb5fa62079687f2f8bc13402a37caa1028db26427e47a69c4dda02f'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

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


[arch-commits] Commit in claws-mail/trunk (PKGBUILD libetpan-1.9.4.diff)

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 21:13:05
  Author: andyrtr
Revision: 369415

upgpkg: claws-mail 3.17.4-3

fix build with new libetpan - FS#64474

Added:
  claws-mail/trunk/libetpan-1.9.4.diff
Modified:
  claws-mail/trunk/PKGBUILD

-+
 PKGBUILD|   15 ++-
 libetpan-1.9.4.diff |  240 ++
 2 files changed, 252 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 21:03:22 UTC (rev 369414)
+++ PKGBUILD2019-11-18 21:13:05 UTC (rev 369415)
@@ -2,7 +2,7 @@
 
 pkgname=claws-mail
 pkgver=3.17.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
 license=('GPL3')
@@ -34,11 +34,20 @@
 'dillo: for html viewer plugin'
 'gumbo-parser:  for litehtml plugin')
 provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
+source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
+libetpan-1.9.4.diff)
 sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP')
+'SKIP'
+'3036472834f02d15253d8ebebf38b977b06e3a68593eb0f4f6d9849a06137952')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 
+prepare() {
+  cd "${pkgname}"-${pkgver}
+  # apply 2 upstrem commits to build with libetpan 1.9.4
+  patch -Np1 -i ../libetpan-1.9.4.diff
+  autoreconf -vfi
+}
+
 build() {
   cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr --disable-static \

Added: libetpan-1.9.4.diff
===
--- libetpan-1.9.4.diff (rev 0)
+++ libetpan-1.9.4.diff 2019-11-18 21:13:05 UTC (rev 369415)
@@ -0,0 +1,240 @@
+From f4ea5707862db1678e418fbdde805d09efaa2ee5 Mon Sep 17 00:00:00 2001
+From: wwp 
+Date: Wed, 6 Nov 2019 11:42:59 +0100
+Subject: [PATCH] Add support for libetpan 1.9.4 (it now uses pkg-config), fix
+ a bit version matching related to former 1.x.x and 0.x versions as well.
+
+---
+ configure.ac | 105 +--
+ 1 file changed, 69 insertions(+), 36 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 412a3f014..663e7b892 100644
+--- a/configure.ac
 b/configure.ac
+@@ -908,38 +908,62 @@ fi
+ dnl Libetpan
+ AC_MSG_CHECKING([whether to use libetpan])
+ if test x"$enable_libetpan" = xyes; then
+-  AC_MSG_RESULT(yes)
+-  libetpan_result=no
+-  AC_PATH_PROG(libetpanconfig, [libetpan-config])
+-  if test "x$libetpanconfig" != "x"; then
+-CPPFLAGS="$CPPFLAGS `$libetpanconfig --cflags 2>/dev/null`"
+-AC_CHECK_HEADER(libetpan/libetpan.h, [libetpan_result=yes])
+-if test "x$libetpan_result" = "xyes"; then
+-  AC_MSG_CHECKING([whether libetpan-config hints compiles and links 
fine])
+-  LIBS="$LIBS `$libetpanconfig --libs 2>/dev/null`"
+-  AC_TRY_LINK([#include ], 
[db_mailstorage_init(NULL, NULL);], [libetpan_result=yes], [libetpan_result=no])
+-  AC_MSG_RESULT([$libetpan_result])
+-fi
+-  fi
+-  if test "x$libetpan_result" = "xyes"; then
+- LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
+- LIBETPAN_LIBS="`$libetpanconfig --libs`"
+- LIBETPAN_VERSION=`$libetpanconfig --version | $AWK -F. '{printf 
"%d", ($1 * 100) + $2}'`
+- if test "$LIBETPAN_VERSION" -lt "57"; then
+-  AC_MSG_RESULT([*** Claws Mail requires libetpan 0.57 or newer. 
See http://www.etpan.org/])
+-  AC_MSG_RESULT([*** You can use --disable-libetpan if you don't 
need IMAP4 and/or NNTP support.])
++AC_MSG_RESULT(yes)
++
++libetpan_config=no
++libetpan_result=no
++libetpan_versiontype=0
++
++# since 1.9.4, libetpan uses pkg-config
++PKG_CHECK_MODULES([LIBETPAN], [libetpan >= 1.9.4],
++[
++LIBETPAN_VERSION=`pkg-config --modversion | $AWK -F. '{printf "%d", 
($1 * 1) + ($2 * 100) + $3}'`
++libetpan_config=yes
++],
++[
++# before 1.9.4, libetpan uses its own libetpan-config script
++AC_PATH_PROG(libetpanconfig, [libetpan-config])
++if test "x$libetpanconfig" != "x"; then
++LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
++LIBETPAN_LIBS="`$libetpanconfig --libs`"
++# support libetpan version like x.x and x.x.x
++libetpan_versiontype=`$libetpanconfig --version | tr -dc . | wc 
-c`
++if test $libetpan_versiontype -eq 1; then
++LIBETPAN_VERSION=`$libetpanconfig --version | $AWK -F. 
'{printf "%d", ($1 * 100) + $2}'`
++else
++LIBETPAN_VERSION=`$libetpanconfig --version | $AWK -F. 
'{printf "%d", ($1 * 1) + ($2 * 100) + $3}'`
++fi
++libetpan_config=yes
++fi
++])
++if test 

[arch-commits] Commit in claws-mail/repos/extra-x86_64 (3 files)

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 21:13:10
  Author: andyrtr
Revision: 369416

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 369415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/libetpan-1.9.4.diff
(from rev 369415, claws-mail/trunk/libetpan-1.9.4.diff)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|  141 +++--
 libetpan-1.9.4.diff |  240 ++
 2 files changed, 315 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 21:13:05 UTC (rev 369415)
+++ PKGBUILD2019-11-18 21:13:10 UTC (rev 369416)
@@ -1,66 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.4
-pkgrel=2
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-#'pygtk: needed for python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'libgdata:  for gdata plugin'
-'poppler-glib:  for pdf viewer plugin'
-'ghostscript:   for pdf viewer plugin'
-'libical:   for vcalendar plugin'
-'dillo: for html viewer plugin'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail 
update-po uudec uuooffice README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 369415, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 21:13:10 UTC (rev 369416)
@@ -0,0 +1,75 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.4
+pkgrel=3
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+#'pygtk: needed for python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   

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

2019-11-18 Thread Jonas Witschel via arch-commits
Date: Monday, November 18, 2019 @ 21:03:50
  Author: diabonas
Revision: 530349

archrelease: copy trunk to community-x86_64

Added:
  lib3mf-1/repos/community-x86_64/PKGBUILD
(from rev 530348, lib3mf-1/trunk/PKGBUILD)
Deleted:
  lib3mf-1/repos/community-x86_64/PKGBUILD
  lib3mf-1/repos/community-x86_64/lib3mf-1_use-system-gtest.patch

-+
 PKGBUILD|   88 +++---
 lib3mf-1_use-system-gtest.patch |   24 --
 2 files changed, 44 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 21:03:38 UTC (rev 530348)
+++ PKGBUILD2019-11-18 21:03:50 UTC (rev 530349)
@@ -1,44 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=lib3mf-1
-pkgver=1.8.1
-pkgrel=2
-pkgdesc='Implementation of the 3D Manufacturing Format file standard (legacy 
version)'
-arch=('x86_64')
-url='https://3mf.io/'
-license=('BSD')
-depends=('libzip' 'zlib') 
-makedepends=('cmake')
-checkdepends=('gtest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/3MFConsortium/lib3mf/archive/v$pkgver.tar.gz;
-'lib3mf-1_use-system-gtest.patch'
-
'lib3mf-1_link-libzip-and-zlib.patch::https://github.com/3MFConsortium/lib3mf/commit/07dec180622d6a3b94b915ae3716a926b2cd473b.patch')
-sha512sums=('f7fd75bcb6472de1595a018e5add516d0d78ab0aee92462b686b77f8d2bef05270e7b737cb7e1d31fc5850815056e753874c2f9ec456a455e8461c4010fe914a'
-
'b6bd55163b1532ce1b0fa19b1963e063ba49b3930079a781ad5a796648baa00e800e75fe6198aaf97395a5c540e947dff7dbee2bc7bd95679eb9f72cd7270414'
-
'198fb5037499e537ab350e5f5bad5563870bd8ee4eb5d3f34fb0543c0b119dc13355b6363e172c258c3b943450dd90195a62f398b60929f6eaf50e140945')
-
-prepare() {
-   mkdir build
-   cd "${pkgname%-1}-$pkgver"
-   patch --strip=1 --input="$srcdir/lib3mf-1_use-system-gtest.patch"
-   patch --strip=1 --input="$srcdir/lib3mf-1_link-libzip-and-zlib.patch"
-}
-
-build() {
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_INCLUDEDIR="include/$pkgname" \
- -DUSE_INCLUDED_LIBZIP=OFF -DUSE_INCLUDED_ZLIB=OFF \
- $( ((CHECKFUNC)) || echo -DLIB3MF_TESTS=OFF) \
- "$srcdir/${pkgname%-1}-$pkgver"
-   make
-}
-
-check() {
-   cd build
-   ctest
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-   install -Dm644 "$srcdir/${pkgname%-1}-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib3mf-1/repos/community-x86_64/PKGBUILD (from rev 530348, 
lib3mf-1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 21:03:50 UTC (rev 530349)
@@ -0,0 +1,44 @@
+# Maintainer: Jonas Witschel 
+pkgname=lib3mf-1
+pkgver=1.8.1
+pkgrel=3
+pkgdesc='Implementation of the 3D Manufacturing Format file standard (legacy 
version)'
+arch=('x86_64')
+url='https://3mf.io/'
+license=('BSD')
+depends=('libzip' 'zlib') 
+makedepends=('cmake')
+checkdepends=('gtest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/3MFConsortium/lib3mf/archive/v$pkgver.tar.gz;
+
'lib3mf-1_use-system-gtest.patch::https://github.com/3MFConsortium/lib3mf/commit/cf679cc3736d4b22ce5711b5e81d28b7b6f4f4b0.patch'
+
'lib3mf-1_link-libzip-and-zlib.patch::https://github.com/3MFConsortium/lib3mf/commit/07dec180622d6a3b94b915ae3716a926b2cd473b.patch')
+sha512sums=('f7fd75bcb6472de1595a018e5add516d0d78ab0aee92462b686b77f8d2bef05270e7b737cb7e1d31fc5850815056e753874c2f9ec456a455e8461c4010fe914a'
+
'84da1e659ed52582aca3c6f9ce2b234aad000e96bb657ff2aa7d118a613d5bca9b3f05f117f5db0a91440a9d51494730a637ed844ca4adb4887f357c15394663'
+
'198fb5037499e537ab350e5f5bad5563870bd8ee4eb5d3f34fb0543c0b119dc13355b6363e172c258c3b943450dd90195a62f398b60929f6eaf50e140945')
+
+prepare() {
+   mkdir build
+   cd "${pkgname%-1}-$pkgver"
+   patch --strip=1 --input="$srcdir/lib3mf-1_use-system-gtest.patch"
+   patch --strip=1 --input="$srcdir/lib3mf-1_link-libzip-and-zlib.patch"
+}
+
+build() {
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_INCLUDEDIR="include/$pkgname" \
+ -DUSE_INCLUDED_LIBZIP=OFF -DUSE_INCLUDED_ZLIB=OFF 
-DUSE_INCLUDED_GTEST=OFF \
+ $( ((CHECKFUNC)) || echo -DLIB3MF_TESTS=OFF) \
+ "$srcdir/${pkgname%-1}-$pkgver"
+   make
+}
+
+check() {
+   cd build
+   ctest
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+   install -Dm644 "$srcdir/${pkgname%-1}-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: lib3mf-1_use-system-gtest.patch
===
--- lib3mf-1_use-system-gtest.patch 2019-11-18 21:03:38 UTC (rev 530348)
+++ lib3mf-1_use-system-gtest.patch 2019-11-18 21:03:50 UTC (rev 530349)
@@ 

[arch-commits] Commit in lib3mf-1/trunk (PKGBUILD lib3mf-1_use-system-gtest.patch)

2019-11-18 Thread Jonas Witschel via arch-commits
Date: Monday, November 18, 2019 @ 21:03:38
  Author: diabonas
Revision: 530348

upgpkg: lib3mf-1 1.8.1-3

use upstreamed patch to remove vendored gtest

Modified:
  lib3mf-1/trunk/PKGBUILD
Deleted:
  lib3mf-1/trunk/lib3mf-1_use-system-gtest.patch

-+
 PKGBUILD|8 
 lib3mf-1_use-system-gtest.patch |   24 
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 20:07:32 UTC (rev 530347)
+++ PKGBUILD2019-11-18 21:03:38 UTC (rev 530348)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=lib3mf-1
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Implementation of the 3D Manufacturing Format file standard (legacy 
version)'
 arch=('x86_64')
 url='https://3mf.io/'
@@ -10,10 +10,10 @@
 makedepends=('cmake')
 checkdepends=('gtest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/3MFConsortium/lib3mf/archive/v$pkgver.tar.gz;
-'lib3mf-1_use-system-gtest.patch'
+
'lib3mf-1_use-system-gtest.patch::https://github.com/3MFConsortium/lib3mf/commit/cf679cc3736d4b22ce5711b5e81d28b7b6f4f4b0.patch'
 
'lib3mf-1_link-libzip-and-zlib.patch::https://github.com/3MFConsortium/lib3mf/commit/07dec180622d6a3b94b915ae3716a926b2cd473b.patch')
 
sha512sums=('f7fd75bcb6472de1595a018e5add516d0d78ab0aee92462b686b77f8d2bef05270e7b737cb7e1d31fc5850815056e753874c2f9ec456a455e8461c4010fe914a'
-
'b6bd55163b1532ce1b0fa19b1963e063ba49b3930079a781ad5a796648baa00e800e75fe6198aaf97395a5c540e947dff7dbee2bc7bd95679eb9f72cd7270414'
+
'84da1e659ed52582aca3c6f9ce2b234aad000e96bb657ff2aa7d118a613d5bca9b3f05f117f5db0a91440a9d51494730a637ed844ca4adb4887f357c15394663'
 
'198fb5037499e537ab350e5f5bad5563870bd8ee4eb5d3f34fb0543c0b119dc13355b6363e172c258c3b943450dd90195a62f398b60929f6eaf50e140945')
 
 prepare() {
@@ -26,7 +26,7 @@
 build() {
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_INCLUDEDIR="include/$pkgname" \
- -DUSE_INCLUDED_LIBZIP=OFF -DUSE_INCLUDED_ZLIB=OFF \
+ -DUSE_INCLUDED_LIBZIP=OFF -DUSE_INCLUDED_ZLIB=OFF 
-DUSE_INCLUDED_GTEST=OFF \
  $( ((CHECKFUNC)) || echo -DLIB3MF_TESTS=OFF) \
  "$srcdir/${pkgname%-1}-$pkgver"
make

Deleted: lib3mf-1_use-system-gtest.patch
===
--- lib3mf-1_use-system-gtest.patch 2019-11-18 20:07:32 UTC (rev 530347)
+++ lib3mf-1_use-system-gtest.patch 2019-11-18 21:03:38 UTC (rev 530348)
@@ -1,24 +0,0 @@
-From 211d72396a55b63696ed39d97c54e382d139ee15 Mon Sep 17 00:00:00 2001
-From: Jonas Witschel 
-Date: Sat, 2 Nov 2019 19:02:49 +0100
-Subject: [PATCH] Use system gtest instead of building from submodule
-

- UnitTests/CMakeLists.txt | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/UnitTests/CMakeLists.txt b/UnitTests/CMakeLists.txt
-index 59ae773..ffad014 100644
 a/UnitTests/CMakeLists.txt
-+++ b/UnitTests/CMakeLists.txt
-@@ -1,7 +1,5 @@
--ADD_SUBDIRECTORY (googletest EXCLUDE_FROM_ALL)
- enable_testing()
-   
--SET(gtest_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/googletest/googletest")
- add_definitions( -DTESTFILESPATH="${CMAKE_CURRENT_SOURCE_DIR}/../TestFiles")
- add_definitions( -DLTESTFILESPATH=L"${CMAKE_CURRENT_SOURCE_DIR}/../TestFiles")
- add_definitions( -DLOUTFILESPATH=L"${CMAKE_BINARY_DIR}/")
--- 
-2.23.0
-


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

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 21:03:12
  Author: andyrtr
Revision: 369413

upgpkg: xdg-utils 1.1.3+18+g0547886-3

depend on file FS#59161 that's no more part of base group and on xorg-xprop 
FS#50784

Modified:
  xdg-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 20:47:55 UTC (rev 369412)
+++ PKGBUILD2019-11-18 21:03:12 UTC (rev 369413)
@@ -5,12 +5,12 @@
 # https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master
 _commit=0547886c0a7ae79145998495a6e3af6a1450d0c7 # master # 2019-04-19
 pkgver=1.1.3+18+g0547886
-pkgrel=2
+pkgrel=3
 pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
 arch=('any')
 url="https://www.freedesktop.org/wiki/Software/xdg-utils/;
 license=('MIT')
-depends=('sh' 'which' 'xorg-xset') # xset needed inside xdg-screensaver
+depends=('sh' 'which' 'file' 'xorg-xset' 'xorg-xprop') # xset + xprop needed 
inside xdg-screensaver
 makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
 optdepends=('kde-cli-tools: for KDE Plasma5 support in xdg-open'
 'exo: for Xfce support in xdg-open'


[arch-commits] Commit in xdg-utils/repos/extra-any (6 files)

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 21:03:22
  Author: andyrtr
Revision: 369414

archrelease: copy trunk to extra-any

Added:
  xdg-utils/repos/extra-any/0001_better_pcmanfm_check.patch
(from rev 369413, xdg-utils/trunk/0001_better_pcmanfm_check.patch)
  xdg-utils/repos/extra-any/PKGBUILD
(from rev 369413, xdg-utils/trunk/PKGBUILD)
  xdg-utils/repos/extra-any/drop_obsolete_GNOME_support.patch
(from rev 369413, xdg-utils/trunk/drop_obsolete_GNOME_support.patch)
Deleted:
  xdg-utils/repos/extra-any/0001_better_pcmanfm_check.patch
  xdg-utils/repos/extra-any/PKGBUILD
  xdg-utils/repos/extra-any/drop_obsolete_GNOME_support.patch

---+
 0001_better_pcmanfm_check.patch   |   54 ++---
 PKGBUILD  |  122 ++--
 drop_obsolete_GNOME_support.patch |  350 ++--
 3 files changed, 263 insertions(+), 263 deletions(-)

Deleted: 0001_better_pcmanfm_check.patch
===
--- 0001_better_pcmanfm_check.patch 2019-11-18 21:03:12 UTC (rev 369413)
+++ 0001_better_pcmanfm_check.patch 2019-11-18 21:03:22 UTC (rev 369414)
@@ -1,27 +0,0 @@
-From 31525d3855f876ddf2e29091b2e8d376f923e09e Mon Sep 17 00:00:00 2001
-From: Rex Dieter 
-Date: Thu, 24 May 2018 14:40:53 -0500
-Subject: xdg-open: better pcmanfm check (BR106636,BR106161)
-

- ChangeLog   | 2 ++
- scripts/xdg-open.in | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in
-index 630e63e..bf9da4c 100644
 a/scripts/xdg-open.in
-+++ b/scripts/xdg-open.in
-@@ -451,7 +451,7 @@ open_lxde()
- {
- 
- # pcmanfm only knows how to handle file:// urls and filepaths, it seems.
--if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
-+if pcmanfm --help >/dev/null 2>&1 && is_file_url_or_path "$1"; then
- local file="$(file_url_to_path "$1")"
- 
- # handle relative paths
--- 
-cgit v1.1
-
-

Copied: xdg-utils/repos/extra-any/0001_better_pcmanfm_check.patch (from rev 
369413, xdg-utils/trunk/0001_better_pcmanfm_check.patch)
===
--- 0001_better_pcmanfm_check.patch (rev 0)
+++ 0001_better_pcmanfm_check.patch 2019-11-18 21:03:22 UTC (rev 369414)
@@ -0,0 +1,27 @@
+From 31525d3855f876ddf2e29091b2e8d376f923e09e Mon Sep 17 00:00:00 2001
+From: Rex Dieter 
+Date: Thu, 24 May 2018 14:40:53 -0500
+Subject: xdg-open: better pcmanfm check (BR106636,BR106161)
+
+---
+ ChangeLog   | 2 ++
+ scripts/xdg-open.in | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in
+index 630e63e..bf9da4c 100644
+--- a/scripts/xdg-open.in
 b/scripts/xdg-open.in
+@@ -451,7 +451,7 @@ open_lxde()
+ {
+ 
+ # pcmanfm only knows how to handle file:// urls and filepaths, it seems.
+-if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
++if pcmanfm --help >/dev/null 2>&1 && is_file_url_or_path "$1"; then
+ local file="$(file_url_to_path "$1")"
+ 
+ # handle relative paths
+-- 
+cgit v1.1
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 21:03:12 UTC (rev 369413)
+++ PKGBUILD2019-11-18 21:03:22 UTC (rev 369414)
@@ -1,61 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xdg-utils
-# https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master
-_commit=0547886c0a7ae79145998495a6e3af6a1450d0c7 # master # 2019-04-19
-pkgver=1.1.3+18+g0547886
-pkgrel=2
-pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
-arch=('any')
-url="https://www.freedesktop.org/wiki/Software/xdg-utils/;
-license=('MIT')
-depends=('sh' 'which' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
-optdepends=('kde-cli-tools: for KDE Plasma5 support in xdg-open'
-'exo: for Xfce support in xdg-open'
-'xorg-xprop: for Xfce support in xdg-open'
-'pcmanfm: for LXDE support in xdg-open'
-'perl-file-mimeinfo: for generic support in xdg-open'
-'perl-net-dbus: Perl extension to dbus used in xdg-screensaver'
-'perl-x11-protocol: Perl X11 protocol used in xdg-screensaver')
-source=(#https://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz
-#0001_better_pcmanfm_check.patch
-#drop_obsolete_GNOME_support.patch) #{,.asc}
-"git+https://gitlab.freedesktop.org/xdg/xdg-utils.git#commit=$_commit;
-)
-#sha1sums=('98294cf332c341b85e481d98e9ea59357fe1efc7'
-#  'f5c09cc10d7b88c2033392efd4179da65a1f47b1'
-#  '32d4282c2e6c7345ddf04016c91f0defbf88b356')
-sha256sums=('SKIP')
-#validpgpkeys=('8B75CA7811367175D05F3B03C43570F80CC295E6') # "Per Olofsson 
"
-
-pkgver() {
-  cd $pkgname
-  git describe 

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

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 20:47:55
  Author: andyrtr
Revision: 369412

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 369411, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 20:47:47 UTC (rev 369411)
+++ PKGBUILD2019-11-18 20:47:55 UTC (rev 369412)
@@ -1,60 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=350
-pkgrel=1
-pkgdesc="X Terminal Emulator"
-arch=('x86_64')
-url="https://invisible-island.net/xterm/;
-license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('aefb59eefd310268080d1a90a447368fb97a9a6737bfecfc3800bf6cc304104d'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --libdir=/etc \
-  --mandir=/usr/share/man \
-  --with-app-defaults=/usr/share/X11/app-defaults/ \
-  --with-x \
-  --disable-full-tgetent \
-  --disable-imake \
-  --enable-ansi-color \
-  --enable-88-color \
-  --enable-256-color \
-  --enable-broken-osc \
-  --enable-broken-st \
-  --enable-load-vt-fonts \
-  --enable-i18n \
-  --enable-wide-chars \
-  --enable-doublechars \
-  --enable-warnings \
-  --enable-tcap-query \
-  --enable-logging \
-  --enable-dabbrev \
-  --enable-freetype \
-  --enable-luit \
-  --enable-mini-luit \
-  --enable-narrowproto \
-  --enable-exec-xterm \
-  --enable-sixel-graphics \
-  --enable-regis-graphics \
-  --with-tty-group=tty \
-  --with-utempter
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  chmod 0755 "${pkgdir}/usr/bin/xterm"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}"/usr/share/applications
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 369411, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 20:47:55 UTC (rev 369412)
@@ -0,0 +1,60 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=351
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('760a8a10221c9c9744afd86db87c7ad95bbf9be4f5f525fecf39125f0d2a6e16'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}


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

2019-11-18 Thread Andreas Radke via arch-commits
Date: Monday, November 18, 2019 @ 20:47:47
  Author: andyrtr
Revision: 369411

upgpkg: xterm 351-1

upstream update 351

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 20:03:33 UTC (rev 369410)
+++ PKGBUILD2019-11-18 20:47:47 UTC (rev 369411)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=350
+pkgver=351
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('aefb59eefd310268080d1a90a447368fb97a9a6737bfecfc3800bf6cc304104d'
+sha256sums=('760a8a10221c9c9744afd86db87c7ad95bbf9be4f5f525fecf39125f0d2a6e16'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 20:07:32
  Author: dvzrv
Revision: 530347

archrelease: copy trunk to community-x86_64

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

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

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

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 530346, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 20:07:32 UTC (rev 530347)
@@ -0,0 +1,76 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.33
+pkgrel=1
+pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"

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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 20:01:27
  Author: dvzrv
Revision: 530346

upgpkg: dnscrypt-proxy 2.0.33-1

Upgrading to 2.0.33. Adding generate-domains-blacklist script and its configs 
(FS#64179).

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 19:50:35 UTC (rev 530345)
+++ PKGBUILD2019-11-18 20:01:27 UTC (rev 530346)
@@ -4,7 +4,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.31
+pkgver=2.0.33
 pkgrel=1
 pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
 arch=('x86_64')
@@ -12,6 +12,7 @@
 license=('custom:ISC')
 depends=('glibc')
 makedepends=('git' 'go-pie')
+optdepends=('python-urllib3: for generate-domains-blacklist')
 install="${pkgname}.install"
 backup=("etc/${pkgname}/${pkgname}.toml"
 "etc/${pkgname}/blacklist.txt"
@@ -24,7 +25,7 @@
 "${pkgname}.service"
 "${pkgname}.socket"
 'configuration.diff')
-sha512sums=('500c800213b94bf8ecbea7493716de5fe41afd584c70844519f1f50827b94a28ec982f2c2b85f7a281dca58273ba968113beed6a965c62bb3dc47ab83d7a1629'
+sha512sums=('5c6eb655aa70457889253cbf630e7e37011a461a7f181f0a667694d53146ad9dee88bbbf80c7db3187bba0054af2a63b7b5be1a229800b2566a9758e9d047429'
 
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
 
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
 
'6144f3d33f3d85c9a4e5573f88e92f1b9d7118fd654072eeac6c3f76085086d4b2464e1d3579d8501153f453bc5125859d148fc3b3486d26368d1f51911aeb33')
@@ -58,6 +59,11 @@
 "${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
   install -vDm 644 "${pkgname}/example-whitelist.txt" \
 "${pkgdir}/etc/${pkgname}/whitelist.txt"
+  # utils
+  install -vDm 644 utils/generate-domains-blacklists/*.{conf,txt} \
+-t "${pkgdir}/usr/share/${pkgname}/utils/generate-domains-blacklists"
+  install -vDm 755 
utils/generate-domains-blacklists/generate-domains-blacklist.py \
+"${pkgdir}/usr/bin/generate-domains-blacklist"
   # systemd service/socket
   install -vDm 644 "../${pkgname}."{service,socket} \
 -t "${pkgdir}/usr/lib/systemd/system/"


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

2019-11-18 Thread Maxim Baz via arch-commits
Date: Monday, November 18, 2019 @ 19:50:35
  Author: maximbaz
Revision: 530345

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 19:50:29 UTC (rev 530344)
+++ PKGBUILD2019-11-18 19:50:35 UTC (rev 530345)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"flake8: for code linting"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('430335f7ef8d9b446bac6daa858133b4c5e710bd39c25f1d3e7a4803a9a318b9')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-# TODO waiting for pylint 2.4 in repos
-# check() {
-# cd "${pkgname}-${pkgver}"
-# py.test
-# }
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

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


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

2019-11-18 Thread Maxim Baz via arch-commits
Date: Monday, November 18, 2019 @ 19:50:29
  Author: maximbaz
Revision: 530344

upgpkg: python-language-server 0.31.0-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 19:37:46 UTC (rev 530343)
+++ PKGBUILD2019-11-18 19:50:29 UTC (rev 530344)
@@ -3,13 +3,13 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.29.1
-pkgrel=2
+pkgver=0.31.0
+pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-language-server;
 license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy" "python-ujson")
 optdepends=("python-mccabe: for complexity checking"
 "python-rope: for completions and renaming"
 "python-pyflakes: for linter to detect various errors"
@@ -22,9 +22,10 @@
 makedepends=("python" "python-setuptools")
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "flake8"
   "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server"
+ "python-numpy" "python-pandas" "python-matplotlib")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('430335f7ef8d9b446bac6daa858133b4c5e710bd39c25f1d3e7a4803a9a318b9')
+sha256sums=('fa6137c00b90043b7f0dd64ef5f63c725aa2ce263a05247dbc6e6ecbd44d1ce9')
 
 build() {
 cd "${pkgname}-${pkgver}"
@@ -31,11 +32,10 @@
 python setup.py build
 }
 
-# TODO waiting for pylint 2.4 in repos
-# check() {
-# cd "${pkgname}-${pkgver}"
-# py.test
-# }
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
 
 package() {
 cd "${pkgname}-${pkgver}"


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2019-11-18 Thread Levente Polyak via arch-commits
Date: Monday, November 18, 2019 @ 19:45:53
  Author: anthraxx
Revision: 369244

upgpkg: postgresql-old-upgrade 11.6-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 19:41:23 UTC (rev 369243)
+++ PKGBUILD2019-11-18 19:45:53 UTC (rev 369244)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=10.10
+pkgver=11.6
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
 makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('ad4f9b8575f98ed6091bf9bb2cb16f0e52795a5f66546c1f499ca5c69b21f253')
-sha512sums=('60cafe4b27a194949aff482dcce4fa096a9916f37205868437a32afb8964df71934b619a0b891fe85eb7c7f9b11775cffbbedca589e78feb6c4184eb224b48bc')
+sha256sums=('49924f7ff92965fdb20c86e0696f2dc9f8553e1563124ead7beedf8910c13170')
+sha512sums=('de6833c0df8dbac7bc498ac573dc4c3645070d9bbdd6b5d89db3ef41e86e7fc19d5e6450aa46ee2a1392d86c33acf6b9364b2863caac49f45351a46647feecbd')
 
 build() {
   cd postgresql-${pkgver}


[arch-commits] Commit in postgresql-old-upgrade/repos (2 files)

2019-11-18 Thread Levente Polyak via arch-commits
Date: Monday, November 18, 2019 @ 19:45:57
  Author: anthraxx
Revision: 369245

archrelease: copy trunk to testing-x86_64

Added:
  postgresql-old-upgrade/repos/testing-x86_64/
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD
(from rev 369244, postgresql-old-upgrade/trunk/PKGBUILD)

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

Copied: postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD (from rev 369244, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-18 19:45:57 UTC (rev 369245)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=11.6
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
+makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('49924f7ff92965fdb20c86e0696f2dc9f8553e1563124ead7beedf8910c13170')
+sha512sums=('de6833c0df8dbac7bc498ac573dc4c3645070d9bbdd6b5d89db3ef41e86e7fc19d5e6450aa46ee2a1392d86c33acf6b9364b2863caac49f45351a46647feecbd')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--without-readline
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--disable-nls
+--enable-thread-safety
+  )
+
+  # only build plpython3 for now
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python
+  make -C src/pl/plpython all
+  make -C contrib/hstore_plpython all
+  make -C contrib/ltree_plpython all
+
+  # save plpython3 build and Makefile.global
+  cp -a src/pl/plpython{,3}
+  cp -a contrib/hstore_plpython{,3}
+  cp -a contrib/ltree_plpython{,3}
+  cp -a src/Makefile.global{,.python3}
+  make distclean
+
+  # regular build with everything
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python2
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install plpython3
+  mv src/Makefile.global src/Makefile.global.save
+  cp src/Makefile.global.python3 src/Makefile.global
+  touch -r src/Makefile.global.save src/Makefile.global
+  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
+  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
+
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in postgresql/repos (10 files)

2019-11-18 Thread Levente Polyak via arch-commits
Date: Monday, November 18, 2019 @ 19:41:23
  Author: anthraxx
Revision: 369243

archrelease: copy trunk to testing-x86_64

Added:
  postgresql/repos/testing-x86_64/
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 369242, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 369242, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-perl-rpath.patch
(from rev 369242, postgresql/trunk/postgresql-perl-rpath.patch)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 369242, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 369242, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 369242, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 369242, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/postgresql.sysusers
(from rev 369242, postgresql/trunk/postgresql.sysusers)
  postgresql/repos/testing-x86_64/postgresql.tmpfiles
(from rev 369242, postgresql/trunk/postgresql.tmpfiles)

-+
 PKGBUILD|  219 ++
 postgresql-check-db-dir |   49 +
 postgresql-perl-rpath.patch |   13 ++
 postgresql-run-socket.patch |   12 ++
 postgresql.logrotate|4 
 postgresql.pam  |3 
 postgresql.service  |   43 
 postgresql.sysusers |1 
 postgresql.tmpfiles |2 
 9 files changed, 346 insertions(+)

Copied: postgresql/repos/testing-x86_64/PKGBUILD (from rev 369242, 
postgresql/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-18 19:41:23 UTC (rev 369243)
@@ -0,0 +1,219 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgbase=postgresql
+pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
+pkgver=12.1
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Sophisticated object-relational DBMS'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
+ 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+postgresql-run-socket.patch
+postgresql-perl-rpath.patch
+postgresql.pam
+postgresql.logrotate
+postgresql.service
+postgresql-check-db-dir
+postgresql.sysusers
+postgresql.tmpfiles)
+sha256sums=('a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed'
+'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
+'5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
+'25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
+'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
+'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
+'4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
+sha512sums=('f45b1762fd60b6f7419305d108b7fc521e3a7afa833d3aacccba814465baf40d19f57ff9bf2909d726c4c94a1cd99a39f1aa8e45fd0364cdedbcbed36ff48caf'
+
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
+
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
+
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
+
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
+
'ee0c010be07e8b5396cfd89c1d077b7c5573753d0210ea4e330e314c2759e25fbee9071e663f871855d65cc8ac75162af9e793dd10892f50f515e7a89cc8d6a0'
+
'eaaccae8dabad67d2bc54f74ec8d3ddb46257369b90080a2860b65d500053db6ace608be4c1b6baaeab4a03245dcbb5215eb41e468acc2304c037f094c2e7819'
+
'36f7a5d38370fdc4d4267fd5a8a8330f152a1077bf0f065b89d4a7b8112ccd42be2c46c863791b77de02013f28275a42219f4236e7cb837c3f8cfd5fcc7d3373'
+
'5fe81d716d56d515ee4ae1aac56652b7bf20346ea8413482fd9fdb79f0485d8c5ed099f4d2cc460cbe37686488f1354dec433905ce005da8fec772e783addc70')
+
+prepare() {
+  cd postgresql-${pkgver}
+  patch -p1 < ../postgresql-run-socket.patch
+  patch -p1 < ../postgresql-perl-rpath.patch
+}
+
+build() {
+  cd postgresql-${pkgver}
+  

[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql-check-db-dir)

2019-11-18 Thread Levente Polyak via arch-commits
Date: Monday, November 18, 2019 @ 19:41:15
  Author: anthraxx
Revision: 369242

upgpkg: postgresql 12.1-1

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-check-db-dir

-+
 PKGBUILD|   12 ++--
 postgresql-check-db-dir |4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 19:22:14 UTC (rev 369241)
+++ PKGBUILD2019-11-18 19:41:15 UTC (rev 369242)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=11.5
+pkgver=12.1
 _majorver=${pkgver%.*}
-pkgrel=7
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -21,22 +21,22 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180'
+sha256sums=('a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 '25fb140b90345828dc01a4f286345757e700a47178bab03d217a7a5a79105b57'
-'2bbd8c4e51b70223d274fef3a167af096f44af3d3c41ae505ad11c606674e7c5'
+'bb24b8ce8c69935b7527ed54e10a8823068e31c8aa5b8ffea81ce6993264e8db'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 '4a4c0bb9ceb156cc47e9446d8393d1f72b4fe9ea1d39ba17213359df9211da57')
-sha512sums=('537148079dc6c33cfb9bf9722171e524707b42ef01369deb968d0d6e8fa9b7f16f6ce67139d9dc45fb7385defbf56aa2c0affe5ee9d76e996f31e47486192141'
+sha512sums=('f45b1762fd60b6f7419305d108b7fc521e3a7afa833d3aacccba814465baf40d19f57ff9bf2909d726c4c94a1cd99a39f1aa8e45fd0364cdedbcbed36ff48caf'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
 
'ee0c010be07e8b5396cfd89c1d077b7c5573753d0210ea4e330e314c2759e25fbee9071e663f871855d65cc8ac75162af9e793dd10892f50f515e7a89cc8d6a0'
-
'73af1cd31638791f81aa2623d51188364107a57b55e4deba6691cd99e96ae5ea0dd94b25a0e95d9e21ac64f36f71919a05cd31233c754bde025215a5a02e055c'
+
'eaaccae8dabad67d2bc54f74ec8d3ddb46257369b90080a2860b65d500053db6ace608be4c1b6baaeab4a03245dcbb5215eb41e468acc2304c037f094c2e7819'
 
'36f7a5d38370fdc4d4267fd5a8a8330f152a1077bf0f065b89d4a7b8112ccd42be2c46c863791b77de02013f28275a42219f4236e7cb837c3f8cfd5fcc7d3373'
 
'5fe81d716d56d515ee4ae1aac56652b7bf20346ea8413482fd9fdb79f0485d8c5ed099f4d2cc460cbe37686488f1354dec433905ce005da8fec772e783addc70')
 

Modified: postgresql-check-db-dir
===
--- postgresql-check-db-dir 2019-11-18 19:22:14 UTC (rev 369241)
+++ postgresql-check-db-dir 2019-11-18 19:41:15 UTC (rev 369242)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=11
+PGMAJORVERSION=12
 # PREVMAJORVERSION is the previous major version
-PREVMAJORVERSION=10
+PREVMAJORVERSION=11
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]


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

2019-11-18 Thread Jelle van der Waa via arch-commits
Date: Monday, November 18, 2019 @ 19:37:46
  Author: jelle
Revision: 530343

archrelease: copy trunk to community-any

Added:
  python-zabbix-api/repos/community-any/PKGBUILD
(from rev 530342, python-zabbix-api/trunk/PKGBUILD)
Deleted:
  python-zabbix-api/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 19:37:38 UTC (rev 530342)
+++ PKGBUILD2019-11-18 19:37:46 UTC (rev 530343)
@@ -1,24 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=zabbix-api
-pkgname=python-zabbix-api
-pkgver=0.5.3
-pkgrel=2
-pkgdesc="Python Zabbix API"
-arch=(any)
-url="https://pypi.org/project/zabbix-api;
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('ecb0cb8f6ef27a6a229912b47ed1e54a')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-zabbix-api/repos/community-any/PKGBUILD (from rev 530342, 
python-zabbix-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 19:37:46 UTC (rev 530343)
@@ -0,0 +1,24 @@
+# Maintainer: Jelle van der Waa 
+
+_name=zabbix-api
+pkgname=python-zabbix-api
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Python Zabbix API"
+arch=(any)
+url="https://pypi.org/project/zabbix-api;
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
+sha512sums=('d643f5f3760bb55df8d5b0416581f6fa2e82b7bcaba75d6be1386354a23a1d3dcc6cca10b97ba24ceca10ecd0c7a4a2646963549417f09beb441a90ef20e8e4c')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-11-18 Thread Jelle van der Waa via arch-commits
Date: Monday, November 18, 2019 @ 19:37:38
  Author: jelle
Revision: 530342

upgpkg: python-zabbix-api 0.5.4-1

Upstream update.

Modified:
  python-zabbix-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 19:35:43 UTC (rev 530341)
+++ PKGBUILD2019-11-18 19:37:38 UTC (rev 530342)
@@ -2,8 +2,8 @@
 
 _name=zabbix-api
 pkgname=python-zabbix-api
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 pkgdesc="Python Zabbix API"
 arch=(any)
 url="https://pypi.org/project/zabbix-api;
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-md5sums=('ecb0cb8f6ef27a6a229912b47ed1e54a')
+sha512sums=('d643f5f3760bb55df8d5b0416581f6fa2e82b7bcaba75d6be1386354a23a1d3dcc6cca10b97ba24ceca10ecd0c7a4a2646963549417f09beb441a90ef20e8e4c')
 
 build() {
   cd "$_name-$pkgver"


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

2019-11-18 Thread Maxim Baz via arch-commits
Date: Monday, November 18, 2019 @ 19:35:36
  Author: maximbaz
Revision: 530340

upgpkg: python-jsonrpc-server 0.3.0-1

Added:
  python-jsonrpc-server/trunk/python-3.8.patch
Modified:
  python-jsonrpc-server/trunk/PKGBUILD
Deleted:
  python-jsonrpc-server/trunk/python-3.8,patch

--+
 PKGBUILD |   12 +-
 python-3.8,patch |   60 -
 python-3.8.patch |   60 +
 3 files changed, 66 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 18:27:43 UTC (rev 530339)
+++ PKGBUILD2019-11-18 19:35:36 UTC (rev 530340)
@@ -3,23 +3,23 @@
 # Contributor: fenuks
 
 pkgname=python-jsonrpc-server
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
 url="https://github.com/palantir/python-jsonrpc-server;
 license=("MIT")
-depends=("python" "python-future")
+depends=("python" "python-future" "python-ujson")
 makedepends=("python" "python-setuptools")
 checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'python-3.8,patch')
-sha256sums=('59ce9c9523c14c493a327b3a27ee37464a36dc2b9d8ab485ecbcedd38840380a'
+'python-3.8.patch')
+sha256sums=('fed74a453124616c41f74d326164ba7d6dcb5a2a231e04f0f3f050daeca6c37e'
 '718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
 
 prepare() {
 cd "${pkgname}-${pkgver}"
-patch -Np1 -i ../python-3.8,patch
+patch -Np1 -i ../python-3.8.patch
 }
 
 build() {

Deleted: python-3.8,patch
===
--- python-3.8,patch2019-11-18 18:27:43 UTC (rev 530339)
+++ python-3.8,patch2019-11-18 19:35:36 UTC (rev 530340)
@@ -1,60 +0,0 @@
-diff -uprb python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py 
python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py
 python-jsonrpc-server-0.2.0.orig/pyls_jsonrpc/endpoint.py  2019-06-27 
18:42:22.0 +0300
-+++ python-jsonrpc-server-0.2.0/pyls_jsonrpc/endpoint.py   2019-11-02 
23:24:59.407851208 +0200
-@@ -98,7 +98,7 @@ class Endpoint(object):
- message (dict): The JSON RPC message sent by the client
- """
- if 'jsonrpc' not in message or message['jsonrpc'] != JSONRPC_VERSION:
--log.warn("Unknown message type %s", message)
-+log.warning("Unknown message type %s", message)
- return
- 
- if 'id' not in message:
-@@ -135,7 +135,7 @@ class Endpoint(object):
- try:
- handler = self._dispatcher[method]
- except KeyError:
--log.warn("Ignoring notification for unknown method %s", method)
-+log.warning("Ignoring notification for unknown method %s", method)
- return
- 
- try:
-@@ -165,7 +165,7 @@ class Endpoint(object):
- request_future = self._client_request_futures.pop(msg_id, None)
- 
- if not request_future:
--log.warn("Received cancel notification for unknown message id 
%s", msg_id)
-+log.warning("Received cancel notification for unknown message id 
%s", msg_id)
- return
- 
- # Will only work if the request hasn't started executing
-@@ -230,12 +230,13 @@ class Endpoint(object):
- request_future = self._server_request_futures.pop(msg_id, None)
- 
- if not request_future:
--log.warn("Received response to unknown message id %s", msg_id)
-+log.warning("Received response to unknown message id %s", msg_id)
- return
- 
- if error is not None:
- log.debug("Received error response to message %s: %s", msg_id, 
error)
- request_future.set_exception(JsonRpcException.from_dict(error))
-+return
- 
- log.debug("Received result for message %s: %s", msg_id, result)
- request_future.set_result(result)
-diff -uprb python-jsonrpc-server-0.2.0.orig/test/test_endpoint.py 
python-jsonrpc-server-0.2.0/test/test_endpoint.py
 python-jsonrpc-server-0.2.0.orig/test/test_endpoint.py 2019-06-27 
18:42:22.0 +0300
-+++ python-jsonrpc-server-0.2.0/test/test_endpoint.py  2019-11-02 
23:24:21.033838729 +0200
-@@ -115,9 +115,9 @@ def test_request_cancel(endpoint, consum
- 'params': {'id': MSG_ID}
- })
- 
--with pytest.raises(exceptions.JsonRpcException) as exc_info:
-+with pytest.raises((exceptions.JsonRpcException, futures.CancelledError)) 
as exc_info:
- assert future.result(timeout=2)
--assert exc_info.type == exceptions.JsonRpcRequestCancelled
-+assert exc_info.type in (exceptions.JsonRpcRequestCancelled, 
futures.CancelledError)
- 
- 
- def 

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

2019-11-18 Thread Maxim Baz via arch-commits
Date: Monday, November 18, 2019 @ 19:35:43
  Author: maximbaz
Revision: 530341

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 19:35:36 UTC (rev 530340)
+++ PKGBUILD2019-11-18 19:35:43 UTC (rev 530341)
@@ -1,41 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Morten Linderud 
-# Contributor: fenuks
-
-pkgname=python-jsonrpc-server
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-jsonrpc-server;
-license=("MIT")
-depends=("python" "python-future")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'python-3.8,patch')
-sha256sums=('59ce9c9523c14c493a327b3a27ee37464a36dc2b9d8ab485ecbcedd38840380a'
-'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 -i ../python-3.8,patch
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-jsonrpc-server/repos/community-any/PKGBUILD (from rev 530340, 
python-jsonrpc-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 19:35:43 UTC (rev 530341)
@@ -0,0 +1,41 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Morten Linderud 
+# Contributor: fenuks
+
+pkgname=python-jsonrpc-server
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-jsonrpc-server;
+license=("MIT")
+depends=("python" "python-future" "python-ujson")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes" "python-mock")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'python-3.8.patch')
+sha256sums=('fed74a453124616c41f74d326164ba7d6dcb5a2a231e04f0f3f050daeca6c37e'
+'718d791bd233eeb9c3876f5e18d32e28e75d919375c4c2dd511f8a4e1023b479')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i ../python-3.8.patch
+}
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:

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

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

2019-11-18 Thread Jan Steffens via arch-commits
Date: Monday, November 18, 2019 @ 19:22:14
  Author: heftig
Revision: 369241

archrelease: copy trunk to extra-x86_64

Added:
  gthumb/repos/extra-x86_64/PKGBUILD
(from rev 369240, gthumb/trunk/PKGBUILD)
Deleted:
  gthumb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 19:19:25 UTC (rev 369240)
+++ PKGBUILD2019-11-18 19:22:14 UTC (rev 369241)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
-makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
-optdepends=('libraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-_commit=3ace57338d98b6c5937cba9bc7fb4883eab88c3d  # tags/3.8.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D libchamplain=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 369240, 
gthumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 19:22:14 UTC (rev 369241)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
+makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=3e9a923ce539dac3fd5c658dcf7a5e0f3f5515a0  # tags/3.8.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D libchamplain=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-11-18 Thread Jan Steffens via arch-commits
Date: Monday, November 18, 2019 @ 19:19:25
  Author: heftig
Revision: 369240

3.8.2-1

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 17:02:54 UTC (rev 369239)
+++ PKGBUILD2019-11-18 19:19:25 UTC (rev 369240)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=gthumb
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb;
@@ -17,7 +17,7 @@
 'libchamplain: map viewer'
 'brasero: burn discs'
 'liboauth: web albums')
-_commit=3ace57338d98b6c5937cba9bc7fb4883eab88c3d  # tags/3.8.1^0
+_commit=3e9a923ce539dac3fd5c658dcf7a5e0f3f5515a0  # tags/3.8.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in (openscenegraph34)

2019-11-18 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 18, 2019 @ 18:27:43
  Author: svenstaro
Revision: 530339

openscenegraph34 isn't required by anything anymore

Deleted:
  openscenegraph34/


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

2019-11-18 Thread Laurent Carlier via arch-commits
Date: Monday, November 18, 2019 @ 17:51:33
  Author: lcarlier
Revision: 530338

archrelease: copy trunk to community-x86_64

Added:
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 530337, gambas3/trunk/PKGBUILD)
Deleted:
  gambas3/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD | 2282 ++---
 1 file changed, 1141 insertions(+), 1141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:49:25 UTC (rev 530337)
+++ PKGBUILD2019-11-18 17:51:33 UTC (rev 530338)
@@ -1,1141 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor : sebikul 
-
-pkgbase=gambas3
-pkgname=('gambas3-gb-args'
- 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
- 'gambas3-gb-dbus' 'gambas3-gb-data'
- 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
- 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
- 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
- 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
- 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
- 'gambas3-gb-libxml' 'gambas3-gb-logging'
- 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
- 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
- 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
- 'gambas3-gb-pcre' 'gambas3-gb-pdf'
- 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
- 'gambas3-gb-openssl'
- 'gambas3-gb-report'
- 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
- 'gambas3-gb-term'
- 'gambas3-gb-util-web' 'gambas3-gb-util'
- 'gambas3-gb-v4l' 'gambas3-gb-vb'
- 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
- 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
- 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="A free development environment based on a Basic interpreter."
-arch=('x86_64')
-url="http://gambas.sourceforge.net/;
-license=('GPL2')
-groups=('gambas3')
-makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
- 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
- 'pcre' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 
'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime3')
-options=('!emptydirs' 'libtool')
-source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
-sha512sums=('677d1ed3e1bf6b8cf6be658b8fef1f6904c052368a4d6d8f7c0d30797a37b0e5ec56b19f1c5f60f0df82bffa814a8969ae2d4c8d1f312eccda4f7025a5d78c01')
-
-create_dirs() {
-  install -dm755 ${pkgdir}/usr/lib/gambas3
-  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
-}
-
-prepare() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./reconf-all
-}
-
-build() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make bindir=${pkgdir}/usr/bin
-
-  mkdir -p ${srcdir}/fakeinstall
-  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_gambas3-gb-args() {
-  depends=('gambas3-runtime')
-  pkgdesc="Command-line options analyzer component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.args.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.args.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-cairo() {
-  depends=('gambas3-runtime' 'cairo')
-  pkgdesc="Cairo component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.cairo.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-chart() {
-  depends=('gambas3-gb-form')
-  pkgdesc="Chart component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.chart.* ${pkgdir}/usr/lib/gambas3/
-  mv -v 

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

2019-11-18 Thread Laurent Carlier via arch-commits
Date: Monday, November 18, 2019 @ 17:49:25
  Author: lcarlier
Revision: 530337

archrelease: copy trunk to community-x86_64

Added:
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 530336, gambas3/trunk/PKGBUILD)
Deleted:
  gambas3/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD | 2282 ++---
 1 file changed, 1141 insertions(+), 1141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:48:24 UTC (rev 530336)
+++ PKGBUILD2019-11-18 17:49:25 UTC (rev 530337)
@@ -1,1141 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor : sebikul 
-
-pkgbase=gambas3
-pkgname=('gambas3-gb-args'
- 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
- 'gambas3-gb-dbus' 'gambas3-gb-data'
- 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
- 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
- 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
- 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
- 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
- 'gambas3-gb-libxml' 'gambas3-gb-logging'
- 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
- 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
- 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
- 'gambas3-gb-pcre' 'gambas3-gb-pdf'
- 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
- 'gambas3-gb-openssl'
- 'gambas3-gb-report'
- 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
- 'gambas3-gb-term'
- 'gambas3-gb-util-web' 'gambas3-gb-util'
- 'gambas3-gb-v4l' 'gambas3-gb-vb'
- 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
- 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
- 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="A free development environment based on a Basic interpreter."
-arch=('x86_64')
-url="http://gambas.sourceforge.net/;
-license=('GPL2')
-groups=('gambas3')
-makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
- 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
- 'pcre' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 
'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime3')
-options=('!emptydirs' 'libtool')
-source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
-sha512sums=('677d1ed3e1bf6b8cf6be658b8fef1f6904c052368a4d6d8f7c0d30797a37b0e5ec56b19f1c5f60f0df82bffa814a8969ae2d4c8d1f312eccda4f7025a5d78c01')
-
-create_dirs() {
-  install -dm755 ${pkgdir}/usr/lib/gambas3
-  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
-}
-
-prepare() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./reconf-all
-}
-
-build() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make bindir=${pkgdir}/usr/bin
-
-  mkdir -p ${srcdir}/fakeinstall
-  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_gambas3-gb-args() {
-  depends=('gambas3-runtime')
-  pkgdesc="Command-line options analyzer component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.args.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.args.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-cairo() {
-  depends=('gambas3-runtime' 'cairo')
-  pkgdesc="Cairo component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.cairo.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-chart() {
-  depends=('gambas3-gb-form')
-  pkgdesc="Chart component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.chart.* ${pkgdir}/usr/lib/gambas3/
-  mv -v 

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

2019-11-18 Thread Laurent Carlier via arch-commits
Date: Monday, November 18, 2019 @ 17:48:24
  Author: lcarlier
Revision: 530336

archrelease: copy trunk to community-x86_64

Added:
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 530335, gambas3/trunk/PKGBUILD)
Deleted:
  gambas3/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD | 2282 ++---
 1 file changed, 1141 insertions(+), 1141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:48:18 UTC (rev 530335)
+++ PKGBUILD2019-11-18 17:48:24 UTC (rev 530336)
@@ -1,1141 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor : sebikul 
-
-pkgbase=gambas3
-pkgname=('gambas3-gb-args'
- 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
- 'gambas3-gb-dbus' 'gambas3-gb-data'
- 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
- 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
- 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
- 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
- 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
- 'gambas3-gb-libxml' 'gambas3-gb-logging'
- 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
- 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
- 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
- 'gambas3-gb-pcre' 'gambas3-gb-pdf'
- 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
- 'gambas3-gb-openssl'
- 'gambas3-gb-report'
- 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
- 'gambas3-gb-term'
- 'gambas3-gb-util-web' 'gambas3-gb-util'
- 'gambas3-gb-v4l' 'gambas3-gb-vb'
- 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
- 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
- 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.14.1
-pkgrel=2
-pkgdesc="A free development environment based on a Basic interpreter."
-arch=('x86_64')
-url="http://gambas.sourceforge.net/;
-license=('GPL2')
-groups=('gambas3')
-makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
- 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
- 'pcre' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 
'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime3')
-options=('!emptydirs' 'libtool')
-source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
-sha512sums=('ae733737742bb424072fe1ce37cd53f51555bc3125573377a410d77a65ed64526f44d75f5c57a2732a66e0a9725e57715e2662138854dde080eff25251384e2b')
-
-create_dirs() {
-  install -dm755 ${pkgdir}/usr/lib/gambas3
-  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
-}
-
-prepare() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./reconf-all
-}
-
-build() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make bindir=${pkgdir}/usr/bin
-
-  mkdir -p ${srcdir}/fakeinstall
-  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_gambas3-gb-args() {
-  depends=('gambas3-runtime')
-  pkgdesc="Command-line options analyzer component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.args.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.args.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-cairo() {
-  depends=('gambas3-runtime' 'cairo')
-  pkgdesc="Cairo component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.cairo.* ${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-chart() {
-  depends=('gambas3-gb-form')
-  pkgdesc="Chart component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.chart.* ${pkgdir}/usr/lib/gambas3/
-  mv -v 

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

2019-11-18 Thread Laurent Carlier via arch-commits
Date: Monday, November 18, 2019 @ 17:48:18
  Author: lcarlier
Revision: 530335

upgpkg: gambas3 3.14.2-1

upstream update 3.14.2

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 17:28:04 UTC (rev 530334)
+++ PKGBUILD2019-11-18 17:48:18 UTC (rev 530335)
@@ -26,8 +26,8 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.14.1
-pkgrel=2
+pkgver=3.14.2
+pkgrel=1
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;
@@ -42,7 +42,7 @@
 'gmime3')
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
-sha512sums=('ae733737742bb424072fe1ce37cd53f51555bc3125573377a410d77a65ed64526f44d75f5c57a2732a66e0a9725e57715e2662138854dde080eff25251384e2b')
+sha512sums=('677d1ed3e1bf6b8cf6be658b8fef1f6904c052368a4d6d8f7c0d30797a37b0e5ec56b19f1c5f60f0df82bffa814a8969ae2d4c8d1f312eccda4f7025a5d78c01')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3


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

2019-11-18 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 17:28:04
  Author: polyzen
Revision: 530334

archrelease: copy trunk to community-x86_64

Added:
  hsetroot/repos/community-x86_64/PKGBUILD
(from rev 530333, hsetroot/trunk/PKGBUILD)
Deleted:
  hsetroot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:27:40 UTC (rev 530333)
+++ PKGBUILD2019-11-18 17:28:04 UTC (rev 530334)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Lucas Saliés Brum 
-# Contributor: Lukas Fleischer 
-# Contributor: SmackleFunky 
-# Contributor: Slash 
-
-pkgname=hsetroot
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
-url=https://github.com/himdel/hsetroot
-license=('GPL')
-depends=('imlib2' 'libxinerama')
-arch=('x86_64')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed" make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hsetroot/repos/community-x86_64/PKGBUILD (from rev 530333, 
hsetroot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 17:28:04 UTC (rev 530334)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Saliés Brum 
+# Contributor: Lukas Fleischer 
+# Contributor: SmackleFunky 
+# Contributor: Slash 
+
+pkgname=hsetroot
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
+url=https://github.com/himdel/hsetroot
+license=('GPL')
+depends=('imlib2' 'libxinerama')
+arch=('x86_64')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin hsetroot hsr-outputs
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-18 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 17:27:40
  Author: polyzen
Revision: 530333

upgpkg: hsetroot 1.0.5-1

Modified:
  hsetroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 15:26:42 UTC (rev 530332)
+++ PKGBUILD2019-11-18 17:27:40 UTC (rev 530333)
@@ -5,7 +5,7 @@
 # Contributor: Slash 
 
 pkgname=hsetroot
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X. 
Fork by Hyriand'
 url=https://github.com/himdel/hsetroot
@@ -13,11 +13,11 @@
 depends=('imlib2' 'libxinerama')
 arch=('x86_64')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('15c8c84c61d2f39ab75c225bc170e10bc5abf73ddc6474044701dc6bd86a03fb1cfc0dd94f655b66b62463730372db8191c875fa1b2e90038eb356c0465ff4bd')
+sha512sums=('b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167')
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS+=",--no-as-needed" make
+  make
 }
 
 package() {


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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 17:02:54
  Author: arojas
Revision: 369239

archrelease: copy trunk to extra-x86_64

Added:
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 369238, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 369238, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

---+
 PKGBUILD  |   97 +++-
 revert-warnings.patch |   22 +-
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 17:02:17 UTC (rev 369238)
+++ PKGBUILD2019-11-18 17:02:54 UTC (rev 369239)
@@ -1,49 +0,0 @@
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.46
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('x86_64')
-url="https://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
- 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python2 plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
-source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
-revert-warnings.patch)
-sha256sums=('SKIP'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
-  sed 's/python -c/$PYTHON -c/' -i configure.ac
-  patch -Np0 -i ../revert-warnings.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection --disable-silent-rules
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 369238, 
gnumeric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 17:02:54 UTC (rev 369239)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.46
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+ 'gobject-introspection' 'python2-gobject' gtk-doc 
autoconf-archive git yelp-tools)
+optdepends=('python2-gobject: for python2 plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+_commit=40f0abbc353028a9a06bbfcd530763d1e9f900de  # tags/GNUMERIC_1_12_46^0
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit;
+revert-warnings.patch)
+sha256sums=('SKIP'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed 's/python -c/$PYTHON -c/' -i configure.ac
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection --disable-silent-rules
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: revert-warnings.patch
===
--- revert-warnings.patch   2019-11-18 17:02:17 UTC (rev 369238)
+++ revert-warnings.patch   2019-11-18 17:02:54 UTC (rev 369239)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ configure.ac   2013-03-13 16:09:26.701917153 +
-@@ -269,8 +269,6 @@
--Wchar-subscripts -Wwrite-strings \
--Wdeclaration-after-statement -Wnested-externs \
--Wmissing-noreturn \
--   -Werror=missing-prototypes -Werror=nested-externs \
--   -Werror=implicit-function-declaration \
--Wmissing-declarations -Wno-pointer-sign \
-

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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 17:02:17
  Author: arojas
Revision: 369238

Fix python bindings install dir (FS#64559)

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 15:21:55 UTC (rev 369237)
+++ PKGBUILD2019-11-18 17:02:17 UTC (rev 369238)
@@ -3,7 +3,7 @@
 
 pkgname=gnumeric
 pkgver=1.12.46
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
 url="https://www.gnome.org/projects/gnumeric/;
@@ -28,7 +28,6 @@
 
 prepare() {
   cd $pkgname
-  sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i 
introspection/Makefile.am
   sed 's/python -c/$PYTHON -c/' -i configure.ac
   patch -Np0 -i ../revert-warnings.patch
   NOCONFIGURE=1 ./autogen.sh


[arch-commits] Commit in pythia8/trunk (5 files)

2019-11-18 Thread Konstantin Gizdov via arch-commits
Date: Monday, November 18, 2019 @ 15:26:34
  Author: kgizdov
Revision: 530331

upgpkg: pythia8 8.3.01-1

Added:
  pythia8/trunk/fix_ar_options.patch
(from rev 530330, pythia8/trunk/fix_lhapdf_build.patch)
  pythia8/trunk/fix_python_lib_paths.patch
Modified:
  pythia8/trunk/PKGBUILD
Deleted:
  pythia8/trunk/fix_lhapdf_build.patch
  pythia8/trunk/respect_lib_suffix.patch

+
 PKGBUILD   |  109 ++---
 fix_ar_options.patch   |   17 +
 fix_lhapdf_build.patch |   12 ---
 fix_python_lib_paths.patch |   18 +
 respect_lib_suffix.patch   |  141 ---
 5 files changed, 84 insertions(+), 213 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 12:39:15 UTC (rev 530330)
+++ PKGBUILD2019-11-18 15:26:34 UTC (rev 530331)
@@ -4,23 +4,23 @@
 
 pkgbase=pythia8
 pkgname=('pythia8' 'python-pythia8')
-pkgver=8.2.43
+pkgver=8.3.01
 _pkgid="${pkgbase:0:-1}${pkgver//./}"
-pkgrel=2
+pkgrel=1
 pkgdesc="High-energy physics events generator"
 arch=('x86_64')
 url="http://home.thep.lu.se/Pythia/;
 license=('GPL')
-depends=('python')
-makedepends=('python' 'fastjet' 'hepmc' 'lhapdf>=6.2' 'root')
+depends=('python' 'openmp')
+makedepends=('fastjet' 'hepmc' 'lhapdf>=6.2' 'root')
 source=("http://home.thep.lu.se/~torbjorn/pythia8/${_pkgid}.tgz;
 'pythia8.sh'
-'fix_lhapdf_build.patch'
-'respect_lib_suffix.patch')
-sha256sums=('f8ec27437d9c75302e192ab68929131a6fd642966fe66178dbe87da6da2b1c79'
+'fix_ar_options.patch'
+'fix_python_lib_paths.patch')
+sha256sums=('51382768eb9aafb97870dca1909516422297b64ef6a6b94659259b3e4afa7f06'
 '4e373b685960e410024b4e33e22c2dea360dfedd7962837087332f428c974ae5'
-'f7c70b069b350005ac7e9028617713dece9b82c1e8b0dc5fb1f2870abec1d94c'
-'4eb15725cfb5e287fdd9520cb4211b88ebc38a690b7522690ba0664d50bc8669')
+'27b8a11d404be6cb683ec7fc5a2b3cca7f443bde751be2771d68f060a380c212'
+'50958ce04faf57da452af64ec3f1fd3ba961a3b27e0e22fee24ea046f461186b')
 get_pyver () {
 python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
 }
@@ -27,8 +27,8 @@
 
 prepare() {
 cd "${srcdir}/${_pkgid}"
-patch -p1 -i "${srcdir}/respect_lib_suffix.patch"
-patch -p1 -i "${srcdir}/fix_lhapdf_build.patch"
+patch -p1 -i "${srcdir}/fix_ar_options.patch"
+patch -p1 -i "${srcdir}/fix_python_lib_paths.patch"
 }
 
 build() {
@@ -36,52 +36,45 @@
 _lib=/usr/lib
 _share=/usr/share/${pkgbase}
 
-# with Python3
 cd "${srcdir}/${_pkgid}"
 # # no such package yet
 # --with-evtgen \
-# --with-evtgen-include=${_inc} \
-# --with-evtgen-lib=${_lib} \
-# # no such package yet
 # --with-hepmc3 \
-# --with-hepmc3-include=${_inc} \
-# --with-hepmc3-lib=${_lib} \
-# # no such package yet
+# --with-mg5mes \
 # --with-powheg \
-# --with-powheg-include=${_inc} \
-# --with-powheg-lib=${_lib} \
-# # no such package yet
-# --with-promc \
-# --with-promc-include=${_inc} \
-# --with-promc-lib=${_lib} \
-./configure --prefix=/usr \
---prefix-include=${_inc} \
---prefix-lib=${_lib} \
---prefix-share=${_share} \
---cxx-common="${CXXFLAGS} -fPIC" \
---cxx-shared="-shared ${LDFLAGS} -ldl" \
---enable-shared \
---with-fastjet3 \
---with-fastjet3-include=${_inc} \
---with-fastjet3-lib=${_lib} \
---with-gzip \
---with-gzip-include=${_inc} \
---with-gzip-lib=${_lib} \
---with-hepmc2 \
---with-hepmc2-include=${_inc} \
---with-hepmc2-lib=${_lib} \
---with-lhapdf5 \
---with-lhapdf5-include=${_inc} \
---with-lhapdf5-lib=${_lib} \
---with-lhapdf6 \
---with-lhapdf6-include=${_inc} \
---with-lhapdf6-lib=${_lib} \
---with-python \
---with-python-include="/usr/include/python$(get_pyver)" \
---with-python-lib="/usr/lib/python$(get_pyver)" \
---with-root \
---with-root-include=/usr/include/root \
---with-root-lib=/usr/lib/root
+# --with-rivet \
+# --with-yoda \
+./configure \
+--prefix=/usr \
+--prefix-include=${_inc} \
+--prefix-lib=${_lib} \
+--prefix-share=${_share} \
+--cxx-common="${CXXFLAGS} -fPIC" \
+--cxx-shared="-shared ${LDFLAGS} -ldl" \
+--with-fastjet3 \
+--with-fastjet3-include=${_inc} \
+--with-fastjet3-lib=${_lib} \
+--with-gzip \
+--with-gzip-include=${_inc} \
+--with-gzip-lib=${_lib} \
+--with-hepmc2 

  1   2   >