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

2019-11-02 Thread Eli Schwartz via arch-commits
Date: Sunday, November 3, 2019 @ 03:40:09
  Author: eschwartz
Revision: 522418

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 522417, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-qt-5.13.2.patch
(from rev 522417, calibre/trunk/calibre-qt-5.13.2.patch)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|  204 +++---
 calibre-qt-5.13.2.patch |  166 +
 2 files changed, 268 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-03 03:39:49 UTC (rev 522417)
+++ PKGBUILD2019-11-03 03:40:09 UTC (rev 522418)
@@ -1,102 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=4.2.0
-pkgrel=4
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
-depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
-makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
- 
calibre-qt-5.13.2.patch::"https://github.com/kovidgoyal/calibre/commit/6cccd18b.patch;)
-sha256sums=('b1b626acdcc3b29ae96489e7424389161bd6529545f47c0d2b063b99131286d8'
-'SKIP'
-'e04ebcae81459b60c9b165ac494d7a5e2cb14a1da2af4b8ad890b0f4f6027fcd')
-b2sums=('a37baae9c77ae2535782c5ee2095a33874c394b7f6415f4aac2752330c6cac3972723e75b90d38955a67a5df90de4318b740ca357b7149f610245f1895482437'
-'SKIP'
-
'5fabab94ed39ef63daa87e3f42b87cc8631113b670eb9698566682d2719c3816e5b54a4c1b49e77a962c82a19c4cb49c81896318f8ce9a8cf37db8a138d4ee2c')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-cd "${pkgname}-${pkgver}"
-
-# fix ebook-viewer with Qt 5.13.2
-patch -p1 -i ../calibre-qt-5.13.2.patch
-
-# Desktop integration (e.g. enforce arch defaults)
-# Use uppercase naming scheme, don't delete config files under fakeroot.
-sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
--e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
--e "s/^Name=calibre/Name=Calibre/g" \
--i  src/calibre/linux.py
-
-# cherry-picked bits of python2-backports.functools_lru_cache
-# needed for frozen builds + beautifulsoup4
-# see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
-rm -r src/backports
-
-cd resources
-
-# Remove unneeded files
-rm ${pkgname}-portable.* mozilla-ca-certs.pem
-
-# use system mathjax
-rm -r mathjax
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-LANG='en_US.UTF-8' python2 setup.py build
-LANG='en_US.UTF-8' python2 setup.py gui
-LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
-LANG='en_US.UTF-8' python2 setup.py rapydscript
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-# without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-# ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# If this directory doesn't exist, zsh completion won't install.
-install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-LANG='en_US.UTF-8' python2 setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-# not needed at runtime
-rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-# Compiling bytecode FS#33392
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: 

[arch-commits] Commit in calibre/trunk (PKGBUILD calibre-qt-5.13.2.patch)

2019-11-02 Thread Eli Schwartz via arch-commits
Date: Sunday, November 3, 2019 @ 03:39:49
  Author: eschwartz
Revision: 522417

upgpkg: calibre 4.2.0-5

more fixes for qt5-webengine update (FS#64357)
there are three more patches that are needed to finally fix the ebook-viewer

Added:
  calibre/trunk/calibre-qt-5.13.2.patch
Modified:
  calibre/trunk/PKGBUILD

-+
 PKGBUILD|8 +-
 calibre-qt-5.13.2.patch |  166 ++
 2 files changed, 170 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:27:16 UTC (rev 522416)
+++ PKGBUILD2019-11-03 03:39:49 UTC (rev 522417)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=4.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
@@ -24,13 +24,13 @@
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
- 
calibre-qt-5.13.2.patch::"https://github.com/kovidgoyal/calibre/commit/6cccd18b.patch;)
+ "calibre-qt-5.13.2.patch")
 sha256sums=('b1b626acdcc3b29ae96489e7424389161bd6529545f47c0d2b063b99131286d8'
 'SKIP'
-'e04ebcae81459b60c9b165ac494d7a5e2cb14a1da2af4b8ad890b0f4f6027fcd')
+'c4e952ad1bb15cb0c8c36e34b6f056d4263b74f9322ab611de5a73dd0004f2be')
 
b2sums=('a37baae9c77ae2535782c5ee2095a33874c394b7f6415f4aac2752330c6cac3972723e75b90d38955a67a5df90de4318b740ca357b7149f610245f1895482437'
 'SKIP'
-
'5fabab94ed39ef63daa87e3f42b87cc8631113b670eb9698566682d2719c3816e5b54a4c1b49e77a962c82a19c4cb49c81896318f8ce9a8cf37db8a138d4ee2c')
+
'1778ba195a5088aa65d74ad22e255200f4d7304ee543077e15b08793cb6877c1e7bf45b9b63fb3beba9d6ad667c1d1ddb3218f9d539e252162fe9f33a5c17616')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
 prepare(){

Added: calibre-qt-5.13.2.patch
===
--- calibre-qt-5.13.2.patch (rev 0)
+++ calibre-qt-5.13.2.patch 2019-11-03 03:39:49 UTC (rev 522417)
@@ -0,0 +1,166 @@
+From 2da7dd741fcebd3af89f77bc3fc4f52fe90940de Mon Sep 17 00:00:00 2001
+From: Kovid Goyal 
+Date: Sat, 2 Nov 2019 07:18:35 +0530
+Subject: [PATCH 1/4] Better error message on AJAX call failure
+
+(cherry picked from commit 8b7b9427bd71f48acf9dc766c976bb3f5ce5e357)
+---
+ src/pyj/ajax.pyj | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/pyj/ajax.pyj b/src/pyj/ajax.pyj
+index 7a8c453e5e..3a43984903 100644
+--- a/src/pyj/ajax.pyj
 b/src/pyj/ajax.pyj
+@@ -81,7 +81,7 @@ def ajax(path, on_complete, on_progress=None, 
bypass_cache=True, method='GET', q
+ rtext = xhr.responseText or ''
+ except:
+ rtext = ''
+-xhr.error_html = str.format(_('Failed to communicate with "{}", 
with status: [{}] {}{}'), xhr.request_path, xhr.status, xhr.statusText, 
rtext[:200])
++xhr.error_html = str.format(_('Failed to communicate with "{}", 
with status: [{} ({})] {}{}'), xhr.request_path, xhr.status, event, 
xhr.statusText, rtext[:200])
+ 
+ def progress_callback(ev):
+ if ev.lengthComputable:
+-- 
+2.23.0
+
+
+From fc63678168b5bbb8c48f1930535e1d2bfb90c13f Mon Sep 17 00:00:00 2001
+From: Kovid Goyal 
+Date: Sat, 2 Nov 2019 07:24:10 +0530
+Subject: [PATCH 2/4] Workaround for AJAX breakage on Qt 5.13.2
+
+Fixes #1850975 [qt5-webengine 5.13.2 breaks 
ebook-viewer](https://bugs.launchpad.net/calibre/+bug/1850975)
+
+(cherry picked from commit 6cccd18be81133ce57c885ecad9e012a16a3fe8b)
+---
+ src/pyj/ajax.pyj | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/pyj/ajax.pyj b/src/pyj/ajax.pyj
+index 3a43984903..5a038eaed5 100644
+--- a/src/pyj/ajax.pyj
 b/src/pyj/ajax.pyj
+@@ -102,6 +102,9 @@ def ajax(path, on_complete, on_progress=None, 
bypass_cache=True, method='GET', q
+ is_network_error = ev if end_type is 'error' else False
+ if xhr.status is not ok_code and end_type is 'load':
+ end_type = 'error'
++if xhr.status is ok_code and end_type is 'error':
++# this apparently happens on Qt 5.13.2
++end_type = 'load'
+ if end_type is not 'load':
+ set_error(end_type, is_network_error)
+ on_complete(end_type, xhr, ev)
+-- 
+2.23.0
+
+
+From 71223eb8a2ace02473ada1568f123d2bd5af3891 Mon Sep 17 00:00:00 2001
+From: Kovid Goyal 
+Date: Sun, 3 Nov 2019 07:12:25 +0530
+Subject: [PATCH 3/4] Also reset headers/footers when resetting interface
+
+And work Qt 5.13.2 bug in more places
+
+(cherry picked from commit a179632356579a954eccf2d23112f061e8187a68)
+[Eli: disentangled from unrelated changes relying on commit 
4e98478013c7e23a6333cb27cc09976667c77d1f]
+---
+ src/pyj/ajax.pyj

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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:27:16
  Author: arojas
Revision: 522416

Drop python2

Modified:
  python-manuel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:25:11 UTC (rev 522415)
+++ PKGBUILD2019-11-03 01:27:16 UTC (rev 522416)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-manuel
-pkgname=('python-manuel' 'python2-manuel')
+pkgname=python-manuel
 pkgver=1.10.1
 pkgrel=2
 pkgdesc="Manuel lets you build tested documentation"
@@ -8,33 +7,22 @@
 arch=('any')
 license=('Apache')
 url="https://pypi.python.org/pypi/manuel;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope-testing' 'python2-zope-testing')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz;)
+depends=('python-setuptools')
+checkdepends=('python-zope-testing')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz;)
 
sha512sums=('7109852a80097a12237a363c91ac433dd2662e238ab4f20757b4d4b93019d0ada19069fd45a13a66128adf4dbc32f162d12a90879db2f2eb4748635118d75072')
 
 build() {
   cd manuel-$pkgver
   python setup.py build
-  python2 setup.py build
 }
 
 check() {
   cd manuel-$pkgver
   python setup.py test
-  python2 setup.py test
 }
 
-package_python-manuel() {
-  depends=('python-setuptools')
-
+package() {
   cd manuel-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-manuel() {
-  depends=('python2-setuptools')
-
-  cd manuel-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:25:11
  Author: arojas
Revision: 522415

Drop python2

Modified:
  python-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:22:40 UTC (rev 522414)
+++ PKGBUILD2019-11-03 01:25:11 UTC (rev 522415)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-persistent
-pkgname=('python-persistent' 'python2-persistent')
+pkgname=python-persistent
 pkgver=4.4.3
 pkgrel=3
 pkgdesc="Translucent persistent objects"
@@ -8,42 +7,23 @@
 arch=('x86_64')
 license=('ZPL')
 url="http://www.zope.org/Products/ZODB;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-cffi' 'python2-cffi')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-manuel' 'python2-manuel')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/persistent/archive/$pkgver.tar.gz;)
+depends=('python-zope-interface')
+makedepends=('python-setuptools' 'python-cffi')
+checkdepends=('python-zope-testrunner' 'python-manuel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/persistent/archive/$pkgver.tar.gz;)
 
sha512sums=('721a00c42f591cfa62813b2e2948e139a29a9e555fbe0c2732588699e36c614ad993c6b11c88229ccf94e4729e2edf8195dd54ed635f4a2ecd6e6b86d90559d8')
 
-prepare() {
-  cp -a persistent-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/persistent-$pkgver
   python setup.py build
-
-  cd "$srcdir"/persistent-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/persistent-$pkgver
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=.
-
-  cd "$srcdir"/persistent-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=.
 }
 
-package_python-persistent() {
-  depends=('python-zope-interface')
-
+package() {
   cd persistent-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-persistent() {
-  depends=('python2-zope-interface')
-
-  cd persistent-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:22:40
  Author: arojas
Revision: 522414

Drop python2

Modified:
  python-btrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:18:04 UTC (rev 522413)
+++ PKGBUILD2019-11-03 01:22:40 UTC (rev 522414)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-btrees
-pkgname=('python-btrees' 'python2-btrees')
+pkgname=python-btrees
 pkgver=4.6.0
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
@@ -8,45 +7,25 @@
 arch=('x86_64')
 license=('ZPL')
 url='https://github.com/zopefoundation/btrees'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-persistent' 
'python2-persistent'
- 'python-zope-interface' 'python2-zope-interface')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-transaction'
-  'python2-transaction' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz;)
+depends=('python-persistent' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-transaction' 
'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz;)
 
sha512sums=('febc377fae600b21287a4d9d5c20c3780324a247d7fc745d58ebc73e2c45ae408bf5aacec19012980a64592394eec9f8bf72e17595c3ce4cb4dbfdfbfba6ea8b')
 
-prepare() {
-  cp -a BTrees-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/BTrees-$pkgver
   python setup.py build
-
-  cd "$srcdir"/BTrees-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/BTrees-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/BTrees-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-btrees() {
-  depends=('python-persistent' 'python-zope-interface')
-
+package() {
   cd BTrees-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-btrees() {
-  depends=('python2-persistent' 'python2-zope-interface')
-
-  cd BTrees-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:18:04
  Author: arojas
Revision: 522413

Drop python2

Modified:
  python-zconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:15:36 UTC (rev 522412)
+++ PKGBUILD2019-11-03 01:18:04 UTC (rev 522413)
@@ -2,8 +2,7 @@
 # Contributor: Simon Sapin 
 # Contributor: Kyle Keen 
 
-pkgbase=python-zconfig
-pkgname=(python-zconfig python2-zconfig)
+pkgname=python-zconfig
 pkgver=3.5.0
 pkgrel=2
 pkgdesc="Structured Configuration Library"
@@ -10,45 +9,22 @@
 url="https://github.com/zopefoundation/ZConfig;
 license=('ZPL')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-manuel' 'python2-manuel'
-  'python-docutils' 'python2-docutils' 'python-nose' 
'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/ZConfig/archive/$pkgver.tar.gz;)
+makedepends=('python-setuptools')
+checkdepends=('python-zope-testrunner' 'python-manuel' 'python-docutils' 
'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/ZConfig/archive/$pkgver.tar.gz;)
 
sha512sums=('0aa5ad1344ac599a10513e1189d0c990717311b39cc6dd6a44315812dce66c09760979931839e3739089d30c69c626bf8259695e1afb4691d19662f41100ecee')
 
-prepare() {
-  cp -a ZConfig-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/ZConfig-$pkgver
   python setup.py build
-
-  cd "$srcdir"/ZConfig-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/ZConfig-$pkgver
   nosetests3
-
-  cd "$srcdir"/ZConfig-$pkgver-py2
-  nosetests2
 }
 
-package_python-zconfig() {
-  depends=('python')
-
+package() {
   cd ZConfig-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-zconfig() {
-  depends=('python2')
-
-  cd ZConfig-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/zconfig{,2}
-  mv "$pkgdir"/usr/bin/zconfig{,2}_schema2html
-}


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:15:36
  Author: arojas
Revision: 522412

Drop python2

Modified:
  python-zope-deprecation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:13:40 UTC (rev 522411)
+++ PKGBUILD2019-11-03 01:15:36 UTC (rev 522412)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-deprecation
-pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
+pkgname=python-zope-deprecation
 pkgver=4.4.0
 pkgrel=3
 pkgdesc="Zope Deprecation Infrastructure"
@@ -8,43 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.deprecation;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz;)
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz;)
 
sha512sums=('d8632a3442eee059383014bb3341b30897ad8f9206b71bc586c873c4cccf5f87296edaf18f1e1c93878f480e3b0e8e1c1936ac19ed327f4ab227402ebbc73e0e')
 
-prepare() {
-  cp -a zope.deprecation-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.deprecation-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.deprecation-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.deprecation-$pkgver
   nosetests3
-
-  cd "$srcdir"/zope.deprecation-$pkgver-py2
-  nosetests2
 }
 
-package_python-zope-deprecation() {
-  depends=('python-setuptools')
-
+package() {
   cd zope.deprecation-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-deprecation() {
-  depends=('python2-setuptools')
-
-  cd zope.deprecation-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:13:40
  Author: arojas
Revision: 522411

Drop python2

Modified:
  python-zope-hookable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:11:19 UTC (rev 522410)
+++ PKGBUILD2019-11-03 01:13:40 UTC (rev 522411)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-hookable
-pkgname=('python-zope-hookable' 'python2-zope-hookable')
+pkgname=python-zope-hookable
 pkgver=4.2.0
 pkgrel=4
 pkgdesc="Represents the core of the Zope hookable Architecture"
@@ -8,43 +7,24 @@
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.hookable;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.hookable/archive/$pkgver.tar.gz;)
 
sha512sums=('aeeafff7e5c7cbe3d5944864278896f926086514e75be1d5956e32fc0a3769ac11b008c3855a0816084c7deb64f14c65db49852dac2beaf06420a304af6ebb69')
 
-prepare() {
-  cp -a zope.hookable-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.hookable-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.hookable-$pkgver
   python setup.py nosetests
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-zope-hookable() {
-  depends=('python-setuptools')
-
+package() {
   cd "$srcdir"/zope.hookable-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-hookable() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir"/zope.hookable-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:11:19
  Author: arojas
Revision: 522410

Drop python2

Modified:
  python-zope-i18nmessageid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:08:40 UTC (rev 522409)
+++ PKGBUILD2019-11-03 01:11:19 UTC (rev 522410)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-i18nmessageid
-pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgname=python-zope-i18nmessageid
 pkgver=4.3.1
 pkgrel=3
 pkgdesc="Message Identifiers for internationalization"
@@ -8,43 +7,24 @@
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.i18nmessageid;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/$pkgver.tar.gz;)
+depends=('python-setuptools')
+checkdepends=('python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/$pkgver.tar.gz;)
 
sha512sums=('0ad97114eb71c3aa25356f81c45d6f7d2278f379027e412b7671c3d605b65ea917b794cc533e238907c47c6bed7093711f370dc88aa51028fb9f4cc7c536ee63')
 
-prepare() {
-  cp -a zope.i18nmessageid-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.i18nmessageid-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.i18nmessageid-$pkgver
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
 }
 
-package_python-zope-i18nmessageid() {
-  depends=('python-setuptools')
-
+package() {
   cd "$srcdir"/zope.i18nmessageid-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-i18nmessageid() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir"/zope.i18nmessageid-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:08:40
  Author: arojas
Revision: 522409

Drop python2

Modified:
  python-zope-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:06:12 UTC (rev 522408)
+++ PKGBUILD2019-11-03 01:08:40 UTC (rev 522409)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-schema
-pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgname=python-zope-schema
 pkgver=4.9.3
 pkgrel=4
 pkgdesc="zope.interface extension for defining data schemas"
@@ -8,45 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.schema;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-i18nmessageid' 
'python2-zope-i18nmessageid')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.schema/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+checkdepends=('python-zope-testrunner' 'python-zope-testing' 
'python-zope-i18nmessageid')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.schema/archive/$pkgver.tar.gz;)
 
sha512sums=('bac09d9106cca1560d968f35ba414860d42da9a1637c261a18e42b97c6ada3a3cc78381b536d478c505c7eaade189e47012b1726b8d8815622c904a79f3e89e1')
 
-prepare() {
-  cp -a zope.schema-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.schema-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.schema-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.schema-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-
-  cd "$srcdir"/zope.schema-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-schema() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
-
+package() {
   cd "$srcdir"/zope.schema-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-schema() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
-
-  cd "$srcdir"/zope.schema-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:06:12
  Author: arojas
Revision: 522408

Drop python2

Modified:
  python-zope-configuration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 01:02:12 UTC (rev 522407)
+++ PKGBUILD2019-11-03 01:06:12 UTC (rev 522408)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-configuration
-pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgname=python-zope-configuration
 pkgver=4.3.1
 pkgrel=2
 pkgdesc="Zope Configuration Markup Language (ZCML)"
@@ -8,48 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.configuration;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
-checkdepends=('python-manuel' 'python2-manuel' 'python-zope-testing' 
'python2-zope-testing'
-  'python-zope-testrunner' 'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.configuration/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema' 
'python-zope-i18nmessageid')
+checkdepends=('python-manuel' 'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.configuration/archive/$pkgver.tar.gz;)
 
sha512sums=('b67af884d573b017264a19c906d2199a6a466a7df1bc39202f56e02d65eee810d9cbeb2c7f27b73c30ab916bac75ec4eedf6082f4b6f4f0b7514acc6abcaeabd')
 
-prepare() {
-  cp -a zope.configuration-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.configuration-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.configuration-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.configuration-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.configuration-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-configuration() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
-   'python-zope-i18nmessageid')
-
+package() {
   cd "$srcdir"/zope.configuration-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-configuration() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
-   'python2-zope-i18nmessageid')
-
-  cd "$srcdir"/zope.configuration-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 01:02:12
  Author: arojas
Revision: 522407

Drop python2

Modified:
  python-zope-location/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:59:51 UTC (rev 522406)
+++ PKGBUILD2019-11-03 01:02:12 UTC (rev 522407)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-location
-pkgname=('python-zope-location' 'python2-zope-location')
+pkgname=python-zope-location
 pkgver=4.2
 pkgrel=3
 pkgdesc="Special objects that have a structural location"
@@ -8,47 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.location;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema' 'python-zope-proxy'
- 'python2-zope-proxy')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-copy'
-  'python2-zope-copy' 'python-zope-configuration' 
'python2-zope-configuration'
-  'python-zope-component' 'python2-zope-component')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.location/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema' 
'python-zope-proxy')
+checkdepends=('python-zope-testrunner' 'python-zope-copy' 
'python-zope-configuration' 'python-zope-component')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.location/archive/$pkgver.tar.gz;)
 
sha512sums=('3478f28738399acbdd24491361ad3454bb8415ff30a407608780758b881a6abe504ee913d28074baad52e275046a48aa13569fd5700fbb77db36aff89d79a148')
 
-prepare() {
-  cp -a zope.location-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.location-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.location-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.location-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.location-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-location() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema' 
'python-zope-proxy')
-
+package() {
   cd zope.location-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-location() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema' 
'python2-zope-proxy')
-
-  cd zope.location-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:59:51
  Author: arojas
Revision: 522406

Drop python2

Modified:
  python-zope-copy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:57:40 UTC (rev 522405)
+++ PKGBUILD2019-11-03 00:59:51 UTC (rev 522406)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-copy
-pkgname=('python-zope-copy' 'python2-zope-copy')
+pkgname=python-zope-copy
 pkgver=4.2
 pkgrel=2
 pkgdesc="Pluggable object copying mechanism"
@@ -8,45 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.copy;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-location' 
'python2-zope-location')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.copy/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-interface')
+checkdepends=('python-zope-testrunner' 'python-zope-testing' 
'python-zope-location')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.copy/archive/$pkgver.tar.gz;)
 
sha512sums=('99c1062bdad919c0aa8f1daf1f7a2af1e42227a2a22e4a983eb848edf6be144fec97b9f7dd43d592121c8e72c3525b316e7367e226a33e97272061b666fb466b')
 
-prepare() {
-  cp -a zope.copy-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.copy-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.copy-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.copy-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.copy-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-copy() {
-  depends=('python-setuptools' 'python-zope-interface')
-
+package() {
   cd "$srcdir"/zope.copy-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-copy() {
-  depends=('python2-setuptools' 'python2-zope-interface')
-
-  cd "$srcdir"/zope.copy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:57:40
  Author: arojas
Revision: 522405

Drop python2

Modified:
  python-zope-component/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:54:06 UTC (rev 522404)
+++ PKGBUILD2019-11-03 00:57:40 UTC (rev 522405)
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan 
 # Contributor: Simon Hanna 
 
-pkgbase=python-zope-component
-pkgname=('python-zope-component' 'python2-zope-component')
+pkgname=python-zope-component
 pkgver=4.5
 pkgrel=3
 pkgdesc="Represents the core of the Zope Component Architecture"
@@ -9,53 +8,26 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.component;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-zope-deferredimport'
- 'python2-zope-deferredimport' 'python-zope-deprecation' 
'python2-zope-deprecation'
- 'python-zope-event' 'python2-zope-event' 'python-zope-hookable' 
'python2-zope-hookable'
- 'python-zope-interface' 'python2-zope-interface')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
-  'python2-persistent' 'python-zope-location' 
'python2-zope-location'
-  'python-zope-proxy' 'python2-zope-proxy' 'python-zope-security'
-  'python2-zope-security' 'python-zope-configuration' 
'python2-zope-configuration'
-  'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
+ 'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
+checkdepends=('python-zope-testrunner' 'python-persistent' 
'python-zope-location'
+  'python-zope-proxy' 'python-zope-security' 
'python-zope-configuration' 'python-zope-i18nmessageid')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
 
sha512sums=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
 
-prepare() {
-  # Build in separated dir to avoid polluting .pyc files
-  cp -a zope.component-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.component-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.component-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-component() {
-  depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
-   'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
-
+package() {
   cd zope.component-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-component() {
-  depends=('python2-setuptools' 'python2-zope-deferredimport' 
'python2-zope-deprecation'
-   'python2-zope-event' 'python2-zope-hookable' 
'python2-zope-interface')
-
-  cd zope.component-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:54:06
  Author: arojas
Revision: 522404

Drop python2

Modified:
  python-zope-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:50:52 UTC (rev 522403)
+++ PKGBUILD2019-11-03 00:54:06 UTC (rev 522404)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
+pkgname=python-zope-security
 pkgver=4.3.1
 pkgrel=2
 pkgdesc="Zope Security Framework"
@@ -8,52 +7,25 @@
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.security;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
+ 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
 
sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
 
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.security-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.security-$pkgver
   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
 }
 
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
+package() {
   cd zope.security-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:50:52
  Author: arojas
Revision: 522403

Drop python2

Modified:
  python-zope-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:48:32 UTC (rev 522402)
+++ PKGBUILD2019-11-03 00:50:52 UTC (rev 522403)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-proxy
-pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgname=python-zope-proxy
 pkgver=4.3.2
 pkgrel=3
 pkgdesc="Generic Transparent Proxies"
@@ -8,44 +7,24 @@
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.proxy;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface')
-checkdepends=('python-zope-security' 'python2-zope-security')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.proxy/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-interface')
+checkdepends=('python-zope-security')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.proxy/archive/$pkgver.tar.gz;)
 
sha512sums=('4a42a4989775f01f1b663d71058aae9852690d713269b5d58c6e10784ed2ca6ca056be5261bb009f230e198818b92d4e1014961f1144dcfacb47202064a8a666')
 
-prepare() {
-  cp -a zope.proxy-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.proxy-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.proxy-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.proxy-$pkgver
   python setup.py test || :
-
-  cd "$srcdir"/zope.proxy-$pkgver-py2
-  python2 setup.py test
 }
 
-package_python-zope-proxy() {
-  depends=('python-setuptools' 'python-zope-interface')
-
+package() {
   cd zope.proxy-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-proxy() {
-  depends=('python2-setuptools' 'python2-zope-interface')
-
-  cd zope.proxy-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:48:32
  Author: arojas
Revision: 522402

Drop python2

Modified:
  python-zope-deferredimport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:08:04 UTC (rev 522401)
+++ PKGBUILD2019-11-03 00:48:32 UTC (rev 522402)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-zope-deferredimport
-pkgname=('python-zope-deferredimport' 'python2-zope-deferredimport')
+pkgname=python-zope-deferredimport
 pkgver=4.3.1
 pkgrel=3
 pkgdesc="Allows you to perform imports names that will only be resolved when 
used in the code"
@@ -8,44 +7,24 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.deferredimport;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools'  'python-zope-proxy' 
'python2-zope-proxy')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deferredimport/archive/$pkgver.tar.gz;)
+depends=('python-setuptools' 'python-zope-proxy')
+checkdepends=('python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deferredimport/archive/$pkgver.tar.gz;)
 
sha512sums=('1c367def232ec79ad10a9d8f1e068598d2fdb49b067c2c3f44c9ad25c198afbbf2d52659c3795aad76f8c82d212e49086b81ab1c1dcc6aac2e3ce66c35ff5750')
 
-prepare() {
-  # Build in separated dir to avoid polluting .pyc files
-  cp -a zope.deferredimport-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.deferredimport-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.deferredimport-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.deferredimport-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-
-  cd "$srcdir"/zope.deferredimport-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-deferredimport() {
-  depends=('python-setuptools' 'python-zope-proxy')
-
+package() {
   cd zope.deferredimport-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-deferredimport() {
-  depends=('python2-setuptools' 'python2-zope-proxy')
-
-  cd zope.deferredimport-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in accuraterip-checksum/repos (community-x86_64)

2019-11-02 Thread Christian Rebischke via arch-commits
Date: Sunday, November 3, 2019 @ 00:08:04
  Author: shibumi
Revision: 522401

db-remove: accuraterip-checksum removed by shibumi

Deleted:
  accuraterip-checksum/repos/community-x86_64/


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

2019-11-02 Thread Anatol Pomozov via arch-commits
Date: Saturday, November 2, 2019 @ 23:34:10
  Author: anatolik
Revision: 522400

Replace tab with spaces

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 23:22:10 UTC (rev 522399)
+++ PKGBUILD2019-11-02 23:34:10 UTC (rev 522400)
@@ -19,8 +19,8 @@
 conflicts=(fastboot adb)
 _boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
 source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$tag
-   git+https://android.googlesource.com/platform/frameworks/native#tag=$tag
-   git+https://android.googlesource.com/platform/system/core#tag=$tag
+
git+https://android.googlesource.com/platform/frameworks/native#tag=$tag
+git+https://android.googlesource.com/platform/system/core#tag=$tag
 git+https://android.googlesource.com/platform/system/extras#tag=$tag
 
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag
 git+https://android.googlesource.com/platform/external/selinux#tag=$tag
@@ -40,7 +40,7 @@
 #   lunch full-eng
 #   mmm system/core/adb/
 #   cp ./target/product/generic/system/framework/deployagent.jar .
-   deployagent.jar
+deployagent.jar
 fix_build_core.patch
 bash_completion.fastboot)
 # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion


[arch-commits] Commit in android-tools/repos (6 files)

2019-11-02 Thread Anatol Pomozov via arch-commits
Date: Saturday, November 2, 2019 @ 23:22:10
  Author: anatolik
Revision: 522399

archrelease: copy trunk to community-testing-x86_64

Added:
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 522398, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion.fastboot
(from rev 522398, android-tools/trunk/bash_completion.fastboot)
  android-tools/repos/community-testing-x86_64/deployagent.jar
(from rev 522398, android-tools/trunk/deployagent.jar)
  android-tools/repos/community-testing-x86_64/fix_build_core.patch
(from rev 522398, android-tools/trunk/fix_build_core.patch)
  android-tools/repos/community-testing-x86_64/generate_build.rb
(from rev 522398, android-tools/trunk/generate_build.rb)

--+
 PKGBUILD |   87 
 bash_completion.fastboot |   90 
 fix_build_core.patch |  104 ++
 generate_build.rb|  466 +
 4 files changed, 747 insertions(+)

Copied: android-tools/repos/community-testing-x86_64/PKGBUILD (from rev 522398, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-02 23:22:10 UTC (rev 522399)
@@ -0,0 +1,87 @@
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=29.0.5
+pkgrel=1
+tag=platform-tools-$pkgver
+pkgdesc='Android platform tools'
+arch=(x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(pcre2 libusb protobuf)
+optdepends=('python: for mkbootimg script'
+'python2: for unpack_bootimg & avbtool scripts')
+# depend on 'vim' for 'xxd' tool.
+makedepends=(git clang gtest ruby cmake ninja go-pie vim)
+provides=(fastboot adb)
+conflicts=(fastboot adb)
+_boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
+source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$tag
+   git+https://android.googlesource.com/platform/frameworks/native#tag=$tag
+   git+https://android.googlesource.com/platform/system/core#tag=$tag
+git+https://android.googlesource.com/platform/system/extras#tag=$tag
+
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag
+git+https://android.googlesource.com/platform/external/selinux#tag=$tag
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=$tag
+
git+https://android.googlesource.com/platform/external/e2fsprogs#tag=$tag
+git+https://android.googlesource.com/platform/external/avb#tag=$tag
+
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
+generate_build.rb
+# deployagent.jar is a library built from Android sources.
+# Building this java library requires a lot of dependencies:
+#  java, protobuf-java, dex compiler, Android base libs.
+# To avoid the complexity we prebuilt the lib from the Android sources directly
+# using following instructiuons:
+#   (See https://wiki.archlinux.org/index.php/Android for context)
+# 
+#   source build/envsetup.sh
+#   lunch full-eng
+#   mmm system/core/adb/
+#   cp ./target/product/generic/system/framework/deployagent.jar .
+   deployagent.jar
+fix_build_core.patch
+bash_completion.fastboot)
+# Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'acb02d8c048411fd21d00d57909a45aa6a6a6a7a'
+  'd9dfac30245faa0a96968b96f3acd9ad536f4910'
+  '31779cd6c0df710be9589bd2ee4f697f59b100fd'
+  '7004dbd0c193668827174880de6f8434de8ceaee')
+
+prepare() {
+  PLATFORM_TOOLS_VERSION="$pkgver-$pkgrel" LDFLAGS='-Wl,-z,relro,-z,now' 
./generate_build.rb > build.ninja
+
+  cd "$srcdir"/core
+  patch -p1 < ../fix_build_core.patch
+
+  cd "$srcdir"/avb
+  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
+
+  cd "$srcdir"/mkbootimg
+  sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' unpack_bootimg.py
+
+  mkdir -p "$srcdir"/boringssl/build && cd "$srcdir"/boringssl/build && cmake 
-GNinja ..; ninja crypto/libcrypto.a
+}
+
+build() {
+  ninja
+}
+
+package() {
+  install -m755 -d "$pkgdir"/usr/bin
+  install -m755 -t "$pkgdir"/usr/bin fastboot adb mke2fs.android e2fsdroid 
ext2simg avb/avbtool
+  install -Dm 755 mkbootimg/mkbootimg.py "$pkgdir"/usr/bin/mkbootimg
+  install -Dm 755 mkbootimg/unpack_bootimg.py "$pkgdir"/usr/bin/unpack_bootimg
+  install -Dm 644 bash_completion.fastboot 
"$pkgdir"/usr/share/bash-completion/completions/fastboot
+}


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

2019-11-02 Thread Anatol Pomozov via arch-commits
Date: Saturday, November 2, 2019 @ 23:21:32
  Author: anatolik
Revision: 522398

upgpkg: android-tools 29.0.5-1

This release adds more dependencies to 'adb' sourcetree:
 - it started using protos, thus adding protobuf as a dependency
 - fastdeploy feature requires deployagent.jar. The jar would add enormous 
amount of
   deps, so I added the jar file as prebuilt for now.
 - it added a dependency to 'core' Android project that itself is ~2G of sources

Added:
  android-tools/trunk/deployagent.jar
Modified:
  android-tools/trunk/PKGBUILD
  android-tools/trunk/fix_build_core.patch
  android-tools/trunk/generate_build.rb
Deleted:
  android-tools/trunk/fix_sparse_img.patch

--+
 PKGBUILD |   35 +---
 deployagent.jar  |1 
 fix_build_core.patch |9 +-
 fix_sparse_img.patch |   38 
 generate_build.rb|  208 ++---
 5 files changed, 162 insertions(+), 129 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 23:01:26 UTC (rev 522397)
+++ PKGBUILD2019-11-02 23:21:32 UTC (rev 522398)
@@ -3,21 +3,24 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=29.0.4
-pkgrel=2
+pkgver=29.0.5
+pkgrel=1
 tag=platform-tools-$pkgver
 pkgdesc='Android platform tools'
 arch=(x86_64)
 url='http://tools.android.com/'
 license=(Apache MIT)
-depends=(pcre2 libusb)
+depends=(pcre2 libusb protobuf)
 optdepends=('python: for mkbootimg script'
 'python2: for unpack_bootimg & avbtool scripts')
-makedepends=(git clang gtest ruby cmake ninja go-pie)
+# depend on 'vim' for 'xxd' tool.
+makedepends=(git clang gtest ruby cmake ninja go-pie vim)
 provides=(fastboot adb)
 conflicts=(fastboot adb)
 _boringssl_commit=$(curl 
https://android.googlesource.com/platform/external/boringssl/+/refs/tags/$tag/BORINGSSL_REVISION?format=TEXT
 | base64 -d)
-source=(git+https://android.googlesource.com/platform/system/core#tag=$tag
+source=(git+https://android.googlesource.com/platform/frameworks/base#tag=$tag
+   git+https://android.googlesource.com/platform/frameworks/native#tag=$tag
+   git+https://android.googlesource.com/platform/system/core#tag=$tag
 git+https://android.googlesource.com/platform/system/extras#tag=$tag
 
git+https://android.googlesource.com/platform/system/tools/mkbootimg#tag=$tag
 git+https://android.googlesource.com/platform/external/selinux#tag=$tag
@@ -26,8 +29,19 @@
 git+https://android.googlesource.com/platform/external/avb#tag=$tag
 
git+https://boringssl.googlesource.com/boringssl#commit=$_boringssl_commit
 generate_build.rb
+# deployagent.jar is a library built from Android sources.
+# Building this java library requires a lot of dependencies:
+#  java, protobuf-java, dex compiler, Android base libs.
+# To avoid the complexity we prebuilt the lib from the Android sources directly
+# using following instructiuons:
+#   (See https://wiki.archlinux.org/index.php/Android for context)
+# 
+#   source build/envsetup.sh
+#   lunch full-eng
+#   mmm system/core/adb/
+#   cp ./target/product/generic/system/framework/deployagent.jar .
+   deployagent.jar
 fix_build_core.patch
-fix_sparse_img.patch
 bash_completion.fastboot)
 # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
 sha1sums=('SKIP'
@@ -38,9 +52,11 @@
   'SKIP'
   'SKIP'
   'SKIP'
-  'afca7974ad8658e52fd028ead12ad0a959d63273'
-  '9d35e4e9c4d1064783f3b1edaae0a2fae49493a4'
-  '2b57a4cf8012473c1a4fc6adae16573756272b02'
+  'SKIP'
+  'SKIP'
+  'acb02d8c048411fd21d00d57909a45aa6a6a6a7a'
+  'd9dfac30245faa0a96968b96f3acd9ad536f4910'
+  '31779cd6c0df710be9589bd2ee4f697f59b100fd'
   '7004dbd0c193668827174880de6f8434de8ceaee')
 
 prepare() {
@@ -48,7 +64,6 @@
 
   cd "$srcdir"/core
   patch -p1 < ../fix_build_core.patch
-  patch -p1 < ../fix_sparse_img.patch # FS#63370
 
   cd "$srcdir"/avb
   sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool

Added: deployagent.jar
===
(Binary files differ)

Index: android-tools/trunk/deployagent.jar
===
--- deployagent.jar 2019-11-02 23:01:26 UTC (rev 522397)
+++ deployagent.jar 2019-11-02 23:21:32 UTC (rev 522398)

Property changes on: android-tools/trunk/deployagent.jar
___
Added: svn:mime-type
## -0,0 +1 ##
+application/zip
\ No newline at end of property
Modified: fix_build_core.patch
===
--- fix_build_core.patch2019-11-02 23:01:26 UTC (rev 522397)
+++ fix_build_core.patch2019-11-02 23:21:32 UTC (rev 522398)
@@ -1,5 +1,5 @@
 diff --git 

[arch-commits] Commit in python-path.py/trunk (PKGBUILD)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 23:01:21
  Author: foutrelis
Revision: 522396

Python 3.8 rebuild

Modified:
  python-path.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 23:00:06 UTC (rev 522395)
+++ PKGBUILD2019-11-02 23:01:21 UTC (rev 522396)
@@ -2,7 +2,7 @@
 
 pkgname=python-path.py
 pkgver=12.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A module wrapper for os.path'
 arch=('any')
 license=('MIT')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 23:01:26
  Author: foutrelis
Revision: 522397

archrelease: copy trunk to community-staging-any

Added:
  python-path.py/repos/community-staging-any/PKGBUILD
(from rev 522396, python-path.py/trunk/PKGBUILD)
Deleted:
  python-path.py/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 23:01:21 UTC (rev 522396)
+++ PKGBUILD2019-11-02 23:01:26 UTC (rev 522397)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-path.py
-pkgver=12.0.1
-pkgrel=2
-pkgdesc='A module wrapper for os.path'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/path.py'
-depends=('python-importlib-metadata')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-pytest-flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz;)
-sha512sums=('5906b31db753374a75e8b1a8515ed3d6ab7b394906ce8d07aea13be77d5e6db164d79c4b1dc517c8c6692b4eef57505a5c739ba54e282dcbda01f37d21e04044')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd path.py-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd path.py-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd path.py-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-path.py/repos/community-staging-any/PKGBUILD (from rev 522396, 
python-path.py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 23:01:26 UTC (rev 522397)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-path.py
+pkgver=12.0.1
+pkgrel=3
+pkgdesc='A module wrapper for os.path'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/path.py'
+depends=('python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-pytest-flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz;
+ 
path.py-pytest5.patch::"https://github.com/jaraco/path.py/commit/02eb16f0.patch;)
+sha512sums=('5906b31db753374a75e8b1a8515ed3d6ab7b394906ce8d07aea13be77d5e6db164d79c4b1dc517c8c6692b4eef57505a5c739ba54e282dcbda01f37d21e04044'
+
'357b7568865030efde348a3e8ed745285ce3644496dfab32f9e67a293f506125f95fecc3b1def67b87a4e24836a4b161f8676ae675cb6f1cc501196ba0ca44c1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd path.py-$pkgver
+  patch -p1 -i ../path.py-pytest5.patch # Fix tests with pytest 5
+}
+
+build() {
+  cd path.py-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd path.py-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd path.py-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in python-path.py/trunk (PKGBUILD)

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Saturday, November 2, 2019 @ 23:00:06
  Author: arojas
Revision: 522395

Fix tests with pytest 5

Modified:
  python-path.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:56:13 UTC (rev 522394)
+++ PKGBUILD2019-11-02 23:00:06 UTC (rev 522395)
@@ -10,11 +10,18 @@
 depends=('python-importlib-metadata')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-pytest-flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz;)
-sha512sums=('5906b31db753374a75e8b1a8515ed3d6ab7b394906ce8d07aea13be77d5e6db164d79c4b1dc517c8c6692b4eef57505a5c739ba54e282dcbda01f37d21e04044')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz;
+ 
path.py-pytest5.patch::"https://github.com/jaraco/path.py/commit/02eb16f0.patch;)
+sha512sums=('5906b31db753374a75e8b1a8515ed3d6ab7b394906ce8d07aea13be77d5e6db164d79c4b1dc517c8c6692b4eef57505a5c739ba54e282dcbda01f37d21e04044'
+
'357b7568865030efde348a3e8ed745285ce3644496dfab32f9e67a293f506125f95fecc3b1def67b87a4e24836a4b161f8676ae675cb6f1cc501196ba0ca44c1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  cd path.py-$pkgver
+  patch -p1 -i ../path.py-pytest5.patch # Fix tests with pytest 5
+}
+
 build() {
   cd path.py-$pkgver
   python setup.py build


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:55:57
  Author: felixonmars
Revision: 522393

Python 3.8 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:54:37 UTC (rev 522392)
+++ PKGBUILD2019-11-02 22:55:57 UTC (rev 522393)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
 pkgver=4.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:56:13
  Author: felixonmars
Revision: 522394

archrelease: copy trunk to community-staging-any

Added:
  python-zope-component/repos/community-staging-any/PKGBUILD
(from rev 522393, python-zope-component/trunk/PKGBUILD)
Deleted:
  python-zope-component/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:55:57 UTC (rev 522393)
+++ PKGBUILD2019-11-02 22:56:13 UTC (rev 522394)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Hanna 
-
-pkgbase=python-zope-component
-pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.5
-pkgrel=2
-pkgdesc="Represents the core of the Zope Component Architecture"
-arch=('any')
-url="https://github.com/zopefoundation/zope.component;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-zope-deferredimport'
- 'python2-zope-deferredimport' 'python-zope-deprecation' 
'python2-zope-deprecation'
- 'python-zope-event' 'python2-zope-event' 'python-zope-hookable' 
'python2-zope-hookable'
- 'python-zope-interface' 'python2-zope-interface')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
-  'python2-persistent' 'python-zope-location' 
'python2-zope-location'
-  'python-zope-proxy' 'python2-zope-proxy' 'python-zope-security'
-  'python2-zope-security' 'python-zope-configuration' 
'python2-zope-configuration'
-  'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
-sha512sums=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
-
-prepare() {
-  # Build in separated dir to avoid polluting .pyc files
-  cp -a zope.component-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.component-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.component-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
-}
-
-package_python-zope-component() {
-  depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
-   'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
-
-  cd zope.component-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-component() {
-  depends=('python2-setuptools' 'python2-zope-deferredimport' 
'python2-zope-deprecation'
-   'python2-zope-event' 'python2-zope-hookable' 
'python2-zope-interface')
-
-  cd zope.component-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-component/repos/community-staging-any/PKGBUILD (from rev 
522393, python-zope-component/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:56:13 UTC (rev 522394)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgbase=python-zope-component
+pkgname=('python-zope-component' 'python2-zope-component')
+pkgver=4.5
+pkgrel=3
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-zope-deferredimport'
+ 'python2-zope-deferredimport' 'python-zope-deprecation' 
'python2-zope-deprecation'
+ 'python-zope-event' 'python2-zope-event' 'python-zope-hookable' 
'python2-zope-hookable'
+ 'python-zope-interface' 'python2-zope-interface')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
+  'python2-persistent' 'python-zope-location' 
'python2-zope-location'
+  'python-zope-proxy' 'python2-zope-proxy' 'python-zope-security'
+  'python2-zope-security' 'python-zope-configuration' 
'python2-zope-configuration'
+  'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
+sha512sums=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
+
+prepare() {
+  # Build in separated dir to avoid polluting .pyc files
+  cp -a zope.component-$pkgver{,-py2}
+}
+
+build() {
+  cd 

[arch-commits] Commit in python-zope-configuration/repos (2 files)

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Saturday, November 2, 2019 @ 22:54:37
  Author: arojas
Revision: 522392

archrelease: copy trunk to community-staging-any

Added:
  python-zope-configuration/repos/community-staging-any/
  python-zope-configuration/repos/community-staging-any/PKGBUILD
(from rev 522391, python-zope-configuration/trunk/PKGBUILD)

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

Copied: python-zope-configuration/repos/community-staging-any/PKGBUILD (from 
rev 522391, python-zope-configuration/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-02 22:54:37 UTC (rev 522392)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-configuration
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.3.1
+pkgrel=2
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+checkdepends=('python-manuel' 'python2-manuel' 'python-zope-testing' 
'python2-zope-testing'
+  'python-zope-testrunner' 'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.configuration/archive/$pkgver.tar.gz;)
+sha512sums=('b67af884d573b017264a19c906d2199a6a466a7df1bc39202f56e02d65eee810d9cbeb2c7f27b73c30ab916bac75ec4eedf6082f4b6f4f0b7514acc6abcaeabd')
+
+prepare() {
+  cp -a zope.configuration-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir"/zope.configuration-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in brltty/repos/staging-x86_64 (10 files)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:54:03
  Author: foutrelis
Revision: 366521

archrelease: copy trunk to staging-x86_64

Added:
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 366520, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 366520, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 366520, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/brltty.sysusers
(from rev 366520, brltty/trunk/brltty.sysusers)
  brltty/repos/staging-x86_64/brltty.tmpfiles
(from rev 366520, brltty/trunk/brltty.tmpfiles)
Deleted:
  brltty/repos/staging-x86_64/PKGBUILD
  brltty/repos/staging-x86_64/brltty.install
  brltty/repos/staging-x86_64/brltty.service
  brltty/repos/staging-x86_64/brltty.sysusers
  brltty/repos/staging-x86_64/brltty.tmpfiles

-+
 PKGBUILD|  120 +++---
 brltty.install  |   24 +-
 brltty.service  |   24 +-
 brltty.sysusers |2 
 brltty.tmpfiles |2 
 5 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:53:57 UTC (rev 366520)
+++ PKGBUILD2019-11-02 22:54:03 UTC (rev 366521)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=brltty
-pkgver=6.0
-pkgrel=5
-pkgdesc="Braille display driver for Linux/Unix"
-arch=('x86_64')
-url="https://brltty.app;
-license=('LGPL2.1')
-depends=('gpm' 'icu' 'liblouis' 'tcl')
-makedepends=('at-spi2-core' 'bluez-libs' 'cython' 'espeak' 'java-environment'
-'libxaw' 'ocaml-ctypes' 'ocaml-findlib' 'polkit' 'speech-dispatcher')
-optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
-'atk: ATK bridge for X11/GNOME accessibility'
-'bluez-libs: bluetooth support'
-'espeak: espeak driver'
-'java-runtime: Java support'
-'libxaw: X11 support'
-'ocaml: OCaml support'
-'polkit: PolicyKit support'
-'python: Python support'
-'speech-dispatcher: speech-dispatcher driver')
-backup=(etc/brltty.conf)
-options=('!emptydirs')
-install=brltty.install
-source=("https://brltty.app/archive/${pkgname}-${pkgver}.tar.bz2;
-"${pkgname}.service"
-"${pkgname}.tmpfiles"
-"${pkgname}.sysusers")
-sha512sums=('b114cb55916109ddeb472df1e5d206c27e93cab64c4b51f82cf0887f63f6fa90064230f769302b1ba9ba7259079026a83e7b7ed46ba20a40676a487df317902e'
-
'5da854db7612b7fcc1f1a8da0825e19509158041ceedbefc7649d220fd94a17c11044985abfc435b65a8b795c19dd2d16ff05f59641e57805f710b76570a5af4'
-
'a530fe66983768f9dc544af01c586abc101dfa2ed76885b4f1fd78c483b59e8445f2c0dbbfb865dd1cf2874342c346bd35ce978ab246e9cdd31d2d489a14e770'
-
'cc2e2d5f33d4e11d6ff828aefc0773ccdc02127ce2f00649c1e3f8d4b39b90789f4a0e41385b344f850c38bd4a1df36d3d9d413a59144d431defdd343633f800')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --mandir=/usr/share/man \
-  --with-tables-directory=/usr/share/brltty \
-  --with-screen-driver=lx \
-  --enable-gpm
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  install -vDm 644 "Documents/${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 "../${pkgname}.service" \
--t "${pkgdir}/usr/lib/systemd/system/"
-  install -vDm 644 "../${pkgname}.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "../${pkgname}.tmpfiles" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 366520, 
brltty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:54:03 UTC (rev 366521)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=brltty
+pkgver=6.0
+pkgrel=6
+pkgdesc="Braille display driver for Linux/Unix"
+arch=('x86_64')
+url="https://brltty.app;
+license=('LGPL2.1')
+depends=('gpm' 'icu' 'liblouis' 'tcl')
+makedepends=('at-spi2-core' 'bluez-libs' 'cython' 'espeak' 'java-environment'
+'libxaw' 'ocaml-ctypes' 'ocaml-findlib' 'polkit' 'speech-dispatcher')
+optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility'
+'bluez-libs: bluetooth support'
+'espeak: espeak driver'
+'java-runtime: Java support'
+'libxaw: X11 support'
+'ocaml: OCaml support'
+'polkit: PolicyKit support'
+'python: Python support'
+'speech-dispatcher: 

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

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Saturday, November 2, 2019 @ 22:54:11
  Author: arojas
Revision: 522391

python 3.8 rebuild

Modified:
  python-zope-configuration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:33 UTC (rev 522390)
+++ PKGBUILD2019-11-02 22:54:11 UTC (rev 522391)
@@ -3,7 +3,7 @@
 pkgbase=python-zope-configuration
 pkgname=('python-zope-configuration' 'python2-zope-configuration')
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope Configuration Markup Language (ZCML)"
 arch=('any')
 url="https://github.com/zopefoundation/zope.configuration;


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:53:57
  Author: foutrelis
Revision: 366520

Python 3.8 rebuild

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:41:32 UTC (rev 366519)
+++ PKGBUILD2019-11-02 22:53:57 UTC (rev 366520)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=6.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('x86_64')
 url="https://brltty.app;


[arch-commits] Commit in dbus-python/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:41:32
  Author: felixonmars
Revision: 366519

archrelease: copy trunk to staging-x86_64

Added:
  dbus-python/repos/staging-x86_64/PKGBUILD
(from rev 366518, dbus-python/trunk/PKGBUILD)
Deleted:
  dbus-python/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:41:17 UTC (rev 366518)
+++ PKGBUILD2019-11-02 22:41:32 UTC (rev 366519)
@@ -1,71 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=dbus-python
-pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.8
-pkgrel=3
-pkgdesc="Python bindings for DBUS"
-url="https://www.freedesktop.org/wiki/Software/DBusBindings;
-arch=(x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus' 'glib2')
-makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
-source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
-'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
-
-prepare() {
-  mkdir build-python2 build-python3
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd build-python2
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-  cd ../build-python3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_python-dbus-common() {
-  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
-  depends=()
-  conflicts=('dbus-python<1.1.0')
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install-data
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-dbus() {
-  depends+=('python-dbus-common' 'python')
-  pkgdesc="Python bindings for DBUS"
-
-  cd build-python3
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}
-
-package_python2-dbus() {
-  depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python2 bindings for DBUS"
-  replaces=('dbus-python')
-  conflicts=('dbus-python')
-  provides=("dbus-python=$pkgver")
-
-  cd build-python2
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -r "${pkgdir}/usr/include"
-  rm -r "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: dbus-python/repos/staging-x86_64/PKGBUILD (from rev 366518, 
dbus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:41:32 UTC (rev 366519)
@@ -0,0 +1,71 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=dbus-python
+pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
+pkgver=1.2.8
+pkgrel=4
+pkgdesc="Python bindings for DBUS"
+url="https://www.freedesktop.org/wiki/Software/DBusBindings;
+arch=(x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus' 'glib2')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 
'python-sphinx')
+source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
+sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
+'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
+
+prepare() {
+  mkdir build-python2 build-python3
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd build-python2
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+  cd ../build-python3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_python-dbus-common() {
+  pkgdesc="Common dbus-python files shared between python-dbus and 
python2-dbus"
+  depends=()
+  conflicts=('dbus-python<1.1.0')
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install-data
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-dbus() {
+  depends+=('python-dbus-common' 'python')
+  pkgdesc="Python bindings for DBUS"
+
+  cd build-python3
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}
+
+package_python2-dbus() {
+  depends+=('python-dbus-common' 'python2')
+  pkgdesc="Python2 bindings for DBUS"
+  replaces=('dbus-python')
+  conflicts=('dbus-python')
+  provides=("dbus-python=$pkgver")
+
+  cd build-python2
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -r "${pkgdir}/usr/include"
+  rm -r "${pkgdir}/usr/lib/pkgconfig"
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:41:17
  Author: felixonmars
Revision: 366518

Python 3.8 rebuild

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:14 UTC (rev 366517)
+++ PKGBUILD2019-11-02 22:41:17 UTC (rev 366518)
@@ -3,7 +3,7 @@
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
 pkgver=1.2.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings;
 arch=(x86_64)


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:33
  Author: felixonmars
Revision: 522390

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-issues/repos/community-staging-any/PKGBUILD
(from rev 522389, python-sphinx-issues/trunk/PKGBUILD)
Deleted:
  python-sphinx-issues/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:17 UTC (rev 522389)
+++ PKGBUILD2019-11-02 22:40:33 UTC (rev 522390)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-sphinx-issues
-_pyname=${pkgname/python-/}
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Sphinx extension for linking to your project's issue tracker"
-url='https://github.com/sloria/sphinx-issues'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinx-issues/repos/community-staging-any/PKGBUILD (from rev 
522389, python-sphinx-issues/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:40:33 UTC (rev 522390)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinx-issues
+_pyname=${pkgname/python-/}
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Sphinx extension for linking to your project's issue tracker"
+url='https://github.com/sloria/sphinx-issues'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=(https://github.com/sloria/sphinx-issues/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:42
  Author: felixonmars
Revision: 522382

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:26 UTC (rev 522381)
+++ PKGBUILD2019-11-02 22:39:42 UTC (rev 522382)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Maxim Andersson 
-# Contributor: NicoHood 
-
-_name=progressbar2
-pkgname=python-progressbar
-pkgdesc="A progress bar for Python"
-pkgver=3.47.0
-pkgrel=2
-url="https://github.com/WoLpH/python-progressbar;
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-utils')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b86f03f88a31f878fbb3720d73fc7a6181a1423d862d946834327d301e6b90fc283a8ca67e9137c72ea44876710f657d762d09cac99f2630d32b735db996dc6e'
-'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # don't care about custom pytest config
-  rm -v pytest.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  py.test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-progressbar/repos/community-staging-any/PKGBUILD (from rev 
522381, python-progressbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:39:42 UTC (rev 522382)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: Maxim Andersson 
+# Contributor: NicoHood 
+
+_name=progressbar2
+pkgname=python-progressbar
+pkgdesc="A progress bar for Python"
+pkgver=3.47.0
+pkgrel=3
+url="https://github.com/WoLpH/python-progressbar;
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-utils')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('b86f03f88a31f878fbb3720d73fc7a6181a1423d862d946834327d301e6b90fc283a8ca67e9137c72ea44876710f657d762d09cac99f2630d32b735db996dc6e'
+'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # don't care about custom pytest config
+  rm -v pytest.ini
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:00
  Author: foutrelis
Revision: 522384

Python 3.8 rebuild

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:58 UTC (rev 522383)
+++ PKGBUILD2019-11-02 22:40:00 UTC (rev 522384)
@@ -4,7 +4,7 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:16
  Author: felixonmars
Revision: 522388

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:08 UTC (rev 522387)
+++ PKGBUILD2019-11-02 22:40:16 UTC (rev 522388)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase=python-pysmi
-_pyname="${pkgbase/*-/}"
-pkgname=('python-pysmi' 'python2-pysmi')
-pkgver=0.3.4
-pkgrel=2
-pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
-url='http://snmplabs.com/pysmi/'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python-sphinx' 'python-ply'
- 'python2' 'python2-sphinx' 'python2-ply')
-checkdepends=('python-pytest' 'python-pysnmp'
-  'python2-pytest' 'python2-pysnmp')
-source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
-sha512sums=('e6be1f0117f069cb9d67bb0dbc1cd8fa37b40865094ee33a60f794f6721cef14a72326fffd2fc43f22d6a959daf2d42147270421f86a57bde46081b5839880bf')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-pysmi() {
-  depends=('python' 'python-ply')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv "${pkgdir}/usr/bin/mibdump"{.py,}
-  mv "${pkgdir}/usr/bin/mibcopy"{.py,}
-}
-
-package_python2-pysmi() {
-  depends=('python2' 'python2-ply')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pysmi/repos/community-staging-any/PKGBUILD (from rev 522387, 
python-pysmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:40:16 UTC (rev 522388)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Contributor: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase=python-pysmi
+_pyname="${pkgbase/*-/}"
+pkgname=('python-pysmi' 'python2-pysmi')
+pkgver=0.3.4
+pkgrel=3
+pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
+url='http://snmplabs.com/pysmi/'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python-sphinx' 'python-ply'
+ 'python2' 'python2-sphinx' 'python2-ply')
+checkdepends=('python-pytest' 'python-pysnmp'
+  'python2-pytest' 'python2-pysnmp')
+source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
+sha512sums=('e6be1f0117f069cb9d67bb0dbc1cd8fa37b40865094ee33a60f794f6721cef14a72326fffd2fc43f22d6a959daf2d42147270421f86a57bde46081b5839880bf')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+py.test
+  )
+  (cd ${_pyname}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-pysmi() {
+  depends=('python' 'python-ply')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples -t 

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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:58
  Author: felixonmars
Revision: 522383

Python 3.8 rebuild

Modified:
  python-pysmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:42 UTC (rev 522382)
+++ PKGBUILD2019-11-02 22:39:58 UTC (rev 522383)
@@ -5,7 +5,7 @@
 _pyname="${pkgbase/*-/}"
 pkgname=('python-pysmi' 'python2-pysmi')
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
 url='http://snmplabs.com/pysmi/'
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:04
  Author: foutrelis
Revision: 522385

Python 3.8 rebuild

Modified:
  python-wtforms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:00 UTC (rev 522384)
+++ PKGBUILD2019-11-02 22:40:04 UTC (rev 522385)
@@ -7,7 +7,7 @@
 pkgbase=python-wtforms
 pkgname=('python-wtforms' 'python2-wtforms')
 pkgver=2.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Flexible forms validation and rendering library for python web 
development'
 url='https://wtforms.readthedocs.io/'
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:05
  Author: foutrelis
Revision: 522386

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:04 UTC (rev 522385)
+++ PKGBUILD2019-11-02 22:40:05 UTC (rev 522386)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ian Denhardt 
-
-_pkgname=urwidtrees
-pkgname=python-urwidtrees
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="Tree widgets for urwid."
-arch=(any)
-url="https://github.com/pazz/$_pkgname;
-license=(GPL3)
-makedepends=(python-sphinx)
-depends=(python 'python-urwid>=1.1.0')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz;)
-md5sums=('07699e009203486f9c1e19c2fd5ef201')
-
-build() {
-   cd "$srcdir/$_pkgname-$pkgver"
-   python setup.py build
-   make SPHINXBUILD=sphinx-build -C docs man html
-}
-
-package_python-urwidtrees() {
-   cd "$srcdir/$_pkgname-$pkgver"
-
-   python setup.py install --optimize=1 --root="$pkgdir"
-
-   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-urwidtrees/repos/community-staging-any/PKGBUILD (from rev 
522384, python-urwidtrees/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:40:05 UTC (rev 522386)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ian Denhardt 
+
+_pkgname=urwidtrees
+pkgname=python-urwidtrees
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Tree widgets for urwid."
+arch=(any)
+url="https://github.com/pazz/$_pkgname;
+license=(GPL3)
+makedepends=(python-sphinx)
+depends=(python 'python-urwid>=1.1.0')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz;)
+md5sums=('07699e009203486f9c1e19c2fd5ef201')
+
+build() {
+   cd "$srcdir/$_pkgname-$pkgver"
+   python setup.py build
+   make SPHINXBUILD=sphinx-build -C docs man html
+}
+
+package_python-urwidtrees() {
+   cd "$srcdir/$_pkgname-$pkgver"
+
+   python setup.py install --optimize=1 --root="$pkgdir"
+
+   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:17
  Author: felixonmars
Revision: 522389

Python 3.8 rebuild

Modified:
  python-sphinx-issues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:16 UTC (rev 522388)
+++ PKGBUILD2019-11-02 22:40:17 UTC (rev 522389)
@@ -3,7 +3,7 @@
 pkgname=python-sphinx-issues
 _pyname=${pkgname/python-/}
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Sphinx extension for linking to your project's issue tracker"
 url='https://github.com/sloria/sphinx-issues'
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:08
  Author: foutrelis
Revision: 522387

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:40:05 UTC (rev 522386)
+++ PKGBUILD2019-11-02 22:40:08 UTC (rev 522387)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nblock 
-# Contributor: neithere 
-# Contributor: mitsuse 
-
-_pyname=wtforms
-pkgbase=python-wtforms
-pkgname=('python-wtforms' 'python2-wtforms')
-pkgver=2.2.1
-pkgrel=5
-pkgdesc='Flexible forms validation and rendering library for python web 
development'
-url='https://wtforms.readthedocs.io/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
- 'python2-setuptools' 'python2-babel' 'python2-sphinx')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
-sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py compile_catalog build
-make -C docs html SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py compile_catalog build
-make -C docs html SPHINXBUILD=sphinx-build2
-  )
-}
-
-package_python-wtforms() {
-  depends=('python')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  find "$pkgdir" -type f -name \*.po -delete
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-package_python2-wtforms() {
-  depends=('python2')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1
-  find "$pkgdir" -type f -name \*.po -delete
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-wtforms/repos/community-staging-any/PKGBUILD (from rev 522386, 
python-wtforms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:40:08 UTC (rev 522387)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: nblock 
+# Contributor: neithere 
+# Contributor: mitsuse 
+
+_pyname=wtforms
+pkgbase=python-wtforms
+pkgname=('python-wtforms' 'python2-wtforms')
+pkgver=2.2.1
+pkgrel=6
+pkgdesc='Flexible forms validation and rendering library for python web 
development'
+url='https://wtforms.readthedocs.io/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
+ 'python2-setuptools' 'python2-babel' 'python2-sphinx')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/wtforms/archive/${pkgver}.tar.gz)
+sha512sums=('db989ff5352d6834fc51c0ed208de11c12a2c0ad90f73dfeaa8f9995edc7f840deb427f1ffc6167f1c24e44f2137ecbb27ee1113258a6c55ed256a603657ef97')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py compile_catalog build
+make -C docs html SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py compile_catalog build
+make -C docs html SPHINXBUILD=sphinx-build2
+  )
+}
+
+package_python-wtforms() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  find "$pkgdir" -type f -name \*.po -delete
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+package_python2-wtforms() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1
+  find "$pkgdir" -type f -name \*.po -delete
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:24
  Author: felixonmars
Revision: 522380

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:21 UTC (rev 522379)
+++ PKGBUILD2019-11-02 22:39:24 UTC (rev 522380)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-commonmark
-pkgname=('python-commonmark' 'python2-commonmark')
-pkgver=0.8.0
-pkgrel=2
-pkgdesc='Python parser for the CommonMark Markdown spec'
-url='https://pypi.org/project/commonmark/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-docutils' 'python-future' 
'python-sphinx'
- 'python2-setuptools' 'python2-docutils' 'python2-future' 
'python2-sphinx'
- 'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-checkdepends=('python-hypothesis' 'python2-hypothesis')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/readthedocs/commonmark.py/archive/${pkgver}.tar.gz
-python-3.8.patch)
-sha256sums=('b52fe76749ad856cd52be67e35b548143e7d49d02faef288cf0abf2ee59dabec'
-'f5cd2dc52eee3a6d856b615910d85d031b6c9f5f7e80e28479d589d46a289a5e')
-sha512sums=('fcb70913ec2a8693fc667e18c1600a90d6fa26d9516a9cffd2a3d7a7c2bce2167d65d2ecd0940b4d8933b833f1ed6620bc59fd7bc2ae198365043119dced9da3'
-
'82a839293cc8e3ac1394f091f7441f0320e3ea9414edb40f6f794947b360a379743d767b24e02284f8e7eb3a0635fa9179945242e7aa2f2e18bdffde80e160ee')
-
-prepare() {
-  cp -r commonmark.py-${pkgver}{,-py2}
-
-  patch -Np1 -d commonmark.py-${pkgver} 
+
+pkgbase=python-commonmark
+pkgname=('python-commonmark' 'python2-commonmark')
+pkgver=0.8.0
+pkgrel=3
+pkgdesc='Python parser for the CommonMark Markdown spec'
+url='https://pypi.org/project/commonmark/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-docutils' 'python-future' 
'python-sphinx'
+ 'python2-setuptools' 'python2-docutils' 'python2-future' 
'python2-sphinx'
+ 'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+checkdepends=('python-hypothesis' 'python2-hypothesis')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/readthedocs/commonmark.py/archive/${pkgver}.tar.gz
+python-3.8.patch)
+sha256sums=('b52fe76749ad856cd52be67e35b548143e7d49d02faef288cf0abf2ee59dabec'
+'f5cd2dc52eee3a6d856b615910d85d031b6c9f5f7e80e28479d589d46a289a5e')
+sha512sums=('fcb70913ec2a8693fc667e18c1600a90d6fa26d9516a9cffd2a3d7a7c2bce2167d65d2ecd0940b4d8933b833f1ed6620bc59fd7bc2ae198365043119dced9da3'
+
'82a839293cc8e3ac1394f091f7441f0320e3ea9414edb40f6f794947b360a379743d767b24e02284f8e7eb3a0635fa9179945242e7aa2f2e18bdffde80e160ee')
+
+prepare() {
+  cp -r commonmark.py-${pkgver}{,-py2}
+
+  patch -Np1 -d commonmark.py-${pkgver} 
-Date: Mon, 4 Mar 2019 13:00:34 +0100
-Subject: [PATCH] Use timeit.default_counter() instead of time.clock()
- (deprecated on Python 3.3+)
-

- commonmark/tests/run_spec_tests.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/commonmark/tests/run_spec_tests.py 
b/commonmark/tests/run_spec_tests.py
-index 346e46f..7091ab3 100755
 a/commonmark/tests/run_spec_tests.py
-+++ b/commonmark/tests/run_spec_tests.py
-@@ -2,7 +2,7 @@
- # coding: utf-8
- from __future__ import division, print_function, unicode_literals
- import re
--import time
-+import timeit
- import codecs
- import argparse
- import sys
-@@ -124,7 +124,7 @@ def showSpaces(t):
- 
- current_section = ""
- 
--startTime = time.clock()
-+startTime = timeit.default_timer()
- 
- if args.i:
- print(
-@@ -223,7 +223,7 @@ def showSpaces(t):
- 
- print('\n' + str(passed) + ' tests passed, ' + str(failed) + ' failed')
- 
--endTime = time.clock()
-+endTime = timeit.default_timer()
- runTime = endTime - startTime
- 
- if args.s:

Copied: python-commonmark/repos/community-staging-any/python-3.8.patch (from 
rev 522378, python-commonmark/trunk/python-3.8.patch)
===
--- python-3.8.patch(rev 0)
+++ python-3.8.patch2019-11-02 22:39:24 UTC (rev 522380)
@@ -0,0 +1,41 @@
+From cc242c43642a5249cd8aedd6c52dad257b95ab4b Mon Sep 17 00:00:00 2001
+From: Axel Haustant 
+Date: Mon, 4 Mar 2019 13:00:34 +0100

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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:21
  Author: foutrelis
Revision: 522379

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:16 UTC (rev 522378)
+++ PKGBUILD2019-11-02 22:39:21 UTC (rev 522379)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgname=argon2_cffi
-pkgname=python-argon2_cffi
-pkgver=19.1.0
-pkgrel=3
-pkgdesc="CFFI-based Argon2 Bindings for Python"
-arch=('x86_64')
-url="https://github.com/hynek/argon2_cffi;
-license=('MIT')
-depends=(argon2 python-cffi python-six)
-makedepends=(git python-setuptools)
-_commit=0ccdbe2af4c7139f0abbb6a03bcb9f7605b16dca  # tags/19.1.0^0
-source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit;
-"git+https://github.com/p-h-c/phc-winner-argon2;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $_pkgname
-  git submodule init
-  git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
-  git submodule update
-  cd ..
-}
-
-build() {
-  cd $_pkgname
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-argon2_cffi/repos/community-staging-x86_64/PKGBUILD (from rev 
522378, python-argon2_cffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:39:21 UTC (rev 522379)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+
+_pkgname=argon2_cffi
+pkgname=python-argon2_cffi
+pkgver=19.1.0
+pkgrel=4
+pkgdesc="CFFI-based Argon2 Bindings for Python"
+arch=('x86_64')
+url="https://github.com/hynek/argon2_cffi;
+license=('MIT')
+depends=(argon2 python-cffi python-six)
+makedepends=(git python-setuptools)
+_commit=0ccdbe2af4c7139f0abbb6a03bcb9f7605b16dca  # tags/19.1.0^0
+source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit;
+"git+https://github.com/p-h-c/phc-winner-argon2;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+  git submodule init
+  git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
+  git submodule update
+  cd ..
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:00
  Author: felixonmars
Revision: 366516

Python 3.8 rebuild

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:39 UTC (rev 366515)
+++ PKGBUILD2019-11-02 22:39:00 UTC (rev 366516)
@@ -4,7 +4,7 @@
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
 pkgver=16.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Virtual Python Environment builder"
 url="https://virtualenv.pypa.io/;
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:56
  Author: foutrelis
Revision: 522376

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:52 UTC (rev 522375)
+++ PKGBUILD2019-11-02 22:38:56 UTC (rev 522376)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgbase=python-stestr
-pkgname=(python-stestr python2-stestr)
-pkgver=2.5.1
-pkgrel=2
-pkgdesc="A test runner runner similar to testrepository"
-url="https://stestr.readthedocs.io/en/latest/;
-license=('Apache')
-arch=('any')
-makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
- 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
- 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
- 'python2-voluptuous')
-checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
-  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
-  'python2-coverage' 'python-ddt' 'python2-ddt')
-source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
-sha512sums=('f3f64448bd6782ab125e7d1094992bf1f9416cab8656c9f0bc800d00839b898000a04ffcf6010002f7c247ec06ca236389688ea67be6f3c1c979916455a03e28')
-
-prepare() {
-  cp -a stestr-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/stestr-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-
-  cd "$srcdir"/stestr-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages"
-export PATH="$PWD/tmp_install/usr/bin:$PATH"
-stestr run || warning "Tests failed"
-  )
-}
-
-package_python-stestr() {
-  depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 
'python-fixtures'
-   'python-testtools' 'python-yaml' 'python-voluptuous')
-
-  cd stestr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-stestr() {
-  depends=('python2-future' 'python2-cliff' 'python2-pbr' 'python2-subunit' 
'python2-fixtures'
-   'python2-testtools' 'python2-yaml' 'python2-voluptuous')
-
-  cd stestr-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/stestr{,2}
-}

Copied: python-stestr/repos/community-staging-any/PKGBUILD (from rev 522375, 
python-stestr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:38:56 UTC (rev 522376)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgbase=python-stestr
+pkgname=(python-stestr python2-stestr)
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="A test runner runner similar to testrepository"
+url="https://stestr.readthedocs.io/en/latest/;
+license=('Apache')
+arch=('any')
+makedepends=('python-future' 'python2-future' 'python-pbr' 'python2-pbr' 
'python-cliff'
+ 'python2-cliff' 'python-subunit' 'python2-subunit' 
'python-fixtures' 'python2-fixtures'
+ 'python-testtools' 'python2-testtools' 'python-yaml' 
'python2-yaml' 'python-voluptuous'
+ 'python2-voluptuous')
+checkdepends=('python-hacking' 'python2-hacking' 'python-sphinx' 
'python2-sphinx' 'python-mock'
+  'python2-mock' 'python-subunit2sql' 'python2-subunit2sql' 
'python-coverage'
+  'python2-coverage' 'python-ddt' 'python2-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
+sha512sums=('f3f64448bd6782ab125e7d1094992bf1f9416cab8656c9f0bc800d00839b898000a04ffcf6010002f7c247ec06ca236389688ea67be6f3c1c979916455a03e28')
+
+prepare() {
+  cp -a stestr-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/stestr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages"
+export PATH="$PWD/tmp_install/usr/bin:$PATH"
+stestr run || warning "Tests failed"
+ 

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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:26
  Author: felixonmars
Revision: 522381

Python 3.8 rebuild

Modified:
  python-progressbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:24 UTC (rev 522380)
+++ PKGBUILD2019-11-02 22:39:26 UTC (rev 522381)
@@ -6,7 +6,7 @@
 pkgname=python-progressbar
 pkgdesc="A progress bar for Python"
 pkgver=3.47.0
-pkgrel=2
+pkgrel=3
 url="https://github.com/WoLpH/python-progressbar;
 license=('BSD')
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:37
  Author: foutrelis
Revision: 522373

Python 3.8 rebuild

Modified:
  python-spyder-kernels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:15 UTC (rev 522372)
+++ PKGBUILD2019-11-02 22:38:37 UTC (rev 522373)
@@ -3,7 +3,7 @@
 pkgname=python-spyder-kernels
 _pkgname='spyder-kernels'
 pkgver=0.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Jupyter Kernels for the Spyder console'
 makedepends=('python' 'python-setuptools')
 depends=('python-ipykernel' 'python-cloudpickle')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:52
  Author: foutrelis
Revision: 522375

Python 3.8 rebuild

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:41 UTC (rev 522374)
+++ PKGBUILD2019-11-02 22:38:52 UTC (rev 522375)
@@ -5,7 +5,7 @@
 pkgbase=python-stestr
 pkgname=(python-stestr python2-stestr)
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/;
 license=('Apache')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:03
  Author: felixonmars
Revision: 522377

Python 3.8 rebuild

Modified:
  python-commonmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:56 UTC (rev 522376)
+++ PKGBUILD2019-11-02 22:39:03 UTC (rev 522377)
@@ -3,7 +3,7 @@
 pkgbase=python-commonmark
 pkgname=('python-commonmark' 'python2-commonmark')
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:14
  Author: felixonmars
Revision: 366517

archrelease: copy trunk to staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:00 UTC (rev 366516)
+++ PKGBUILD2019-11-02 22:39:14 UTC (rev 366517)
@@ -1,75 +0,0 @@
-# Maintainer: Dan McGee 
-# Maintainer: Felix Yan 
-# Contributor: Daniele Paolella 
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=16.1.0
-pkgrel=2
-pkgdesc="Virtual Python Environment builder"
-url="https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
-checkdepends=('python-pytest-runner' 'python-mock' 'python2-pytest-runner' 
'python2-mock')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/virtualenv/archive/${pkgver}.tar.gz)
-sha512sums=('a946b18c6b35fed32329ff398a55f2b3e3bf0b96ff00b11f70255dad9af7a341d0d2b1f5a5a62792bf5a66096401055909afcddfe47302420709abce17e1c151')
-
-prepare() {
-  cp -a virtualenv-${pkgver}{,-py2}
-  cd virtualenv-${pkgver}-py2
-  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" src/virtualenv.py
-}
-
-build() {
-  (cd virtualenv-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd virtualenv-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-check() {
-  (cd virtualenv-${pkgver}
-python setup.py pytest
-  )
-  (cd virtualenv-${pkgver}-py2
-python2 setup.py pytest
-  )
-}
-
-package_python-virtualenv() {
-  depends=('python-setuptools')
-
-  cd virtualenv-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv.1"
-  ln -s virtualenv.1.gz "${pkgdir}/usr/share/man/man1/virtualenv3.1.gz"
-
-  # link to a version with 3 suffix as well
-  ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-virtualenv() {
-  depends=('python2-setuptools')
-
-  cd virtualenv-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv2.1"
-
-  # move this "old" version out of the way
-  mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2"
-
-  install -D -m644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-virtualenv/repos/staging-any/PKGBUILD (from rev 366516, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:39:14 UTC (rev 366517)
@@ -0,0 +1,75 @@
+# Maintainer: Dan McGee 
+# Maintainer: Felix Yan 
+# Contributor: Daniele Paolella 
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=16.1.0
+pkgrel=3
+pkgdesc="Virtual Python Environment builder"
+url="https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
+checkdepends=('python-pytest-runner' 'python-mock' 'python2-pytest-runner' 
'python2-mock')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/virtualenv/archive/${pkgver}.tar.gz)
+sha512sums=('a946b18c6b35fed32329ff398a55f2b3e3bf0b96ff00b11f70255dad9af7a341d0d2b1f5a5a62792bf5a66096401055909afcddfe47302420709abce17e1c151')
+
+prepare() {
+  cp -a virtualenv-${pkgver}{,-py2}
+  cd virtualenv-${pkgver}-py2
+  sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" src/virtualenv.py
+}
+
+build() {
+  (cd virtualenv-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd virtualenv-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+check() {
+  (cd virtualenv-${pkgver}
+python setup.py pytest
+  )
+  (cd virtualenv-${pkgver}-py2
+python2 setup.py pytest
+  )
+}
+
+package_python-virtualenv() {
+  depends=('python-setuptools')
+
+  cd virtualenv-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/virtualenv.1 
"${pkgdir}/usr/share/man/man1/virtualenv.1"
+  ln 

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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:41
  Author: foutrelis
Revision: 522374

archrelease: copy trunk to community-staging-any

Added:
  python-spyder-kernels/repos/community-staging-any/PKGBUILD
(from rev 522373, python-spyder-kernels/trunk/PKGBUILD)
Deleted:
  python-spyder-kernels/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:37 UTC (rev 522373)
+++ PKGBUILD2019-11-02 22:38:41 UTC (rev 522374)
@@ -1,27 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=python-spyder-kernels
-_pkgname='spyder-kernels'
-pkgver=0.5.2
-pkgrel=2
-pkgdesc='Jupyter Kernels for the Spyder console'
-makedepends=('python' 'python-setuptools')
-depends=('python-ipykernel' 'python-cloudpickle')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("python-${_pkgname}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('861b7547ef407e1a02f315a9f54fe55fe21b516e6d40b7be0df524a85baf664e')
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package_python-spyder-kernels() {
-  cd "${_pkgname}-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-spyder-kernels/repos/community-staging-any/PKGBUILD (from rev 
522373, python-spyder-kernels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:38:41 UTC (rev 522374)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=python-spyder-kernels
+_pkgname='spyder-kernels'
+pkgver=0.5.2
+pkgrel=3
+pkgdesc='Jupyter Kernels for the Spyder console'
+makedepends=('python' 'python-setuptools')
+depends=('python-ipykernel' 'python-cloudpickle')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("python-${_pkgname}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('861b7547ef407e1a02f315a9f54fe55fe21b516e6d40b7be0df524a85baf664e')
+
+build() {
+  cd "${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-spyder-kernels() {
+  cd "${_pkgname}-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m 644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:39:16
  Author: foutrelis
Revision: 522378

Python 3.8 rebuild

Modified:
  python-argon2_cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:03 UTC (rev 522377)
+++ PKGBUILD2019-11-02 22:39:16 UTC (rev 522378)
@@ -3,7 +3,7 @@
 _pkgname=argon2_cffi
 pkgname=python-argon2_cffi
 pkgver=19.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="CFFI-based Argon2 Bindings for Python"
 arch=('x86_64')
 url="https://github.com/hynek/argon2_cffi;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:54
  Author: felixonmars
Revision: 522367

Python 3.8 rebuild

Modified:
  python-xattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:44 UTC (rev 522366)
+++ PKGBUILD2019-11-02 22:37:54 UTC (rev 522367)
@@ -3,7 +3,7 @@
 pkgbase=python-xattr
 pkgname=('python-xattr' 'python2-xattr')
 pkgver=0.9.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Python wrapper for extended filesystem attributes'
 arch=('x86_64')
 license=('MIT')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:56
  Author: felixonmars
Revision: 522369

Python 3.8 rebuild

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:55 UTC (rev 522368)
+++ PKGBUILD2019-11-02 22:37:56 UTC (rev 522369)
@@ -4,7 +4,7 @@
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
 pkgver=0.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:12
  Author: felixonmars
Revision: 522371

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:00 UTC (rev 522370)
+++ PKGBUILD2019-11-02 22:38:12 UTC (rev 522371)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-xattr
-pkgname=('python-xattr' 'python2-xattr')
-pkgver=0.9.6
-pkgrel=2
-pkgdesc='Python wrapper for extended filesystem attributes'
-arch=('x86_64')
-license=('MIT')
-url='https://github.com/xattr/xattr'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/xattr/xattr/archive/v$pkgver.tar.gz;)
-sha512sums=('0f78e84da50682c1c94f755aa561bbdca6d189ca7c8339939509b1ca621768b5f46cc62c7cab8557323f046a4c9f9245851357a87d481f08fdbb34f77dcec48b')
-
-prepare() {
-  cp -a xattr-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/xattr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/xattr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() { (
-  # Build env doesn't have permission for those xattrs
-  cd "$srcdir"/xattr-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/xattr-$pkgver-py2
-  python2 setup.py test
-  ) || warning "Tests failed"
-}
-
-package_python-xattr() {
-  depends=('python-cffi' 'python-setuptools')
-
-  cd xattr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-xattr() {
-  depends=('python2-cffi' 'python2-setuptools')
-
-  cd xattr-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-
-  mv "$pkgdir"/usr/bin/xattr{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-xattr/repos/community-staging-x86_64/PKGBUILD (from rev 522370, 
python-xattr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:38:12 UTC (rev 522371)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-xattr
+pkgname=('python-xattr' 'python2-xattr')
+pkgver=0.9.6
+pkgrel=3
+pkgdesc='Python wrapper for extended filesystem attributes'
+arch=('x86_64')
+license=('MIT')
+url='https://github.com/xattr/xattr'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/xattr/xattr/archive/v$pkgver.tar.gz;)
+sha512sums=('0f78e84da50682c1c94f755aa561bbdca6d189ca7c8339939509b1ca621768b5f46cc62c7cab8557323f046a4c9f9245851357a87d481f08fdbb34f77dcec48b')
+
+prepare() {
+  cp -a xattr-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xattr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/xattr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() { (
+  # Build env doesn't have permission for those xattrs
+  cd "$srcdir"/xattr-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/xattr-$pkgver-py2
+  python2 setup.py test
+  ) || warning "Tests failed"
+}
+
+package_python-xattr() {
+  depends=('python-cffi' 'python-setuptools')
+
+  cd xattr-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-xattr() {
+  depends=('python2-cffi' 'python2-setuptools')
+
+  cd xattr-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/xattr{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:44
  Author: felixonmars
Revision: 522366

archrelease: copy trunk to community-staging-x86_64

Added:
  python-cmarkgfm/repos/community-staging-x86_64/PKGBUILD
(from rev 522365, python-cmarkgfm/trunk/PKGBUILD)
  python-cmarkgfm/repos/community-staging-x86_64/cmark-gfm-0.28.3.gfm.17.patch
(from rev 522365, python-cmarkgfm/trunk/cmark-gfm-0.28.3.gfm.17.patch)
  python-cmarkgfm/repos/community-staging-x86_64/cmark-gfm-0.28.3.gfm.19.patch
(from rev 522365, python-cmarkgfm/trunk/cmark-gfm-0.28.3.gfm.19.patch)
Deleted:
  python-cmarkgfm/repos/community-staging-x86_64/PKGBUILD
  python-cmarkgfm/repos/community-staging-x86_64/cmark-gfm-0.28.3.gfm.17.patch
  python-cmarkgfm/repos/community-staging-x86_64/cmark-gfm-0.28.3.gfm.19.patch

---+
 PKGBUILD  |  108 +--
 cmark-gfm-0.28.3.gfm.17.patch | 1098 
 cmark-gfm-0.28.3.gfm.19.patch |   92 +--
 3 files changed, 649 insertions(+), 649 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:19 UTC (rev 522365)
+++ PKGBUILD2019-11-02 22:37:44 UTC (rev 522366)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cmarkgfm
-pkgname=(python-cmarkgfm python2-cmarkgfm)
-pkgver=0.4.2
-pkgrel=6
-pkgdesc="Minimal bindings to GitHub's fork of cmark"
-url="https://github.com/theacodes/cmarkgfm;
-license=('MIT')
-arch=('x86_64')
-makedepends=('cmark-gfm' 'python-setuptools' 'python2-setuptools' 
'python-cffi' 'python2-cffi')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/theacodes/cmarkgfm/archive/$pkgver.tar.gz;
-cmark-gfm-0.28.3.gfm.17.patch
-cmark-gfm-0.28.3.gfm.19.patch)
-sha512sums=('afaf475c54abdb19eaae45be1e4488552d3ef47bfcdaad83ceb84f49230731643bd0c58640b3c51e199d4a449043e3ae5a70abdf676ee5b4b8064825390c0406'
-
'4905cb73c9f370527faed603f7af19f3d526b758ecc234f876707b5597d2c3ab56c7315a73d8bd0bc76e819b359eda45ee67fcaa9bbf271f1920c6237e20a996'
-
'f729b314ba85d74361ab4c341fee553a5986c7e6c6521a8a7bc88892cc8421a48ee5e9c9c98ffb69e2869176057156f864c26aa73bc0c1a4340715ef63c2e781')
-
-prepare() {
-  cd cmarkgfm-$pkgver
-  patch -p1 -i ../cmark-gfm-0.28.3.gfm.17.patch
-  patch -p1 -i ../cmark-gfm-0.28.3.gfm.19.patch
-  sed -e '/include_dirs=/a libraries=["cmark-gfm", "cmark-gfm-extensions"],' \
-  -i src/cmarkgfm/build_cmark.py
-}
-
-build() {
-  cd cmarkgfm-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd cmarkgfm-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-cmarkgfm() {
-  depends=('cmark-gfm' 'python-cffi')
-
-  cd cmarkgfm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-cmarkgfm() {
-  depends=('cmark-gfm' 'python2-cffi')
-
-  cd cmarkgfm-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-cmarkgfm/repos/community-staging-x86_64/PKGBUILD (from rev 
522365, python-cmarkgfm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:37:44 UTC (rev 522366)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cmarkgfm
+pkgname=(python-cmarkgfm python2-cmarkgfm)
+pkgver=0.4.2
+pkgrel=7
+pkgdesc="Minimal bindings to GitHub's fork of cmark"
+url="https://github.com/theacodes/cmarkgfm;
+license=('MIT')
+arch=('x86_64')
+makedepends=('cmark-gfm' 'python-setuptools' 'python2-setuptools' 
'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/theacodes/cmarkgfm/archive/$pkgver.tar.gz;
+cmark-gfm-0.28.3.gfm.17.patch
+cmark-gfm-0.28.3.gfm.19.patch)
+sha512sums=('afaf475c54abdb19eaae45be1e4488552d3ef47bfcdaad83ceb84f49230731643bd0c58640b3c51e199d4a449043e3ae5a70abdf676ee5b4b8064825390c0406'
+
'4905cb73c9f370527faed603f7af19f3d526b758ecc234f876707b5597d2c3ab56c7315a73d8bd0bc76e819b359eda45ee67fcaa9bbf271f1920c6237e20a996'
+
'f729b314ba85d74361ab4c341fee553a5986c7e6c6521a8a7bc88892cc8421a48ee5e9c9c98ffb69e2869176057156f864c26aa73bc0c1a4340715ef63c2e781')
+
+prepare() {
+  cd cmarkgfm-$pkgver
+  patch -p1 -i ../cmark-gfm-0.28.3.gfm.17.patch
+  patch -p1 -i ../cmark-gfm-0.28.3.gfm.19.patch
+  sed -e '/include_dirs=/a libraries=["cmark-gfm", "cmark-gfm-extensions"],' \
+  -i src/cmarkgfm/build_cmark.py
+}
+
+build() {
+  cd cmarkgfm-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd cmarkgfm-$pkgver
+  python setup.py pytest
+  python2 setup.py pytest
+}
+
+package_python-cmarkgfm() {
+  

[arch-commits] Commit in python-google-auth-httplib2/trunk (PKGBUILD)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:55
  Author: foutrelis
Revision: 522368

Python 3.8 rebuild

Modified:
  python-google-auth-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:54 UTC (rev 522367)
+++ PKGBUILD2019-11-02 22:37:55 UTC (rev 522368)
@@ -3,7 +3,7 @@
 pkgbase=python-google-auth-httplib2
 pkgname=(python-google-auth-httplib2 python2-google-auth-httplib2)
 pkgver=0.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Google Authentication Library: httplib2 transport"
 
url="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2;
 license=('Apache')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:15
  Author: felixonmars
Revision: 522372

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:38:12 UTC (rev 522371)
+++ PKGBUILD2019-11-02 22:38:15 UTC (rev 522372)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.8.1
-pkgrel=3
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'python-six'
- 'python2-six' 'libxcb' 'haskell-xcffib')
-checkdepends=('python-nose' 'python2-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
-sha512sums=('ad1f643191e9f6ae4bd50e4b05c5d5ca144553414950877bf9fa371c0a5a607db3a3efd0009e64a4a392a824075af3f5bf0cbca91861b3b29c98bf58e8a5e7ab')
-
-prepare() {
-  cp -a xcffib-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/xcffib-$pkgver
-  make xcffib GEN=xcffibgen CABAL=true
-  python setup.py build
-
-  cd "$srcdir"/xcffib-$pkgver-py2
-  make xcffib GEN=xcffibgen CABAL=true
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/xcffib-$pkgver
-  xvfb-run nosetests3
-
-  cd "$srcdir"/xcffib-$pkgver-py2
-  xvfb-run nosetests2
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd xcffib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd xcffib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-staging-any/PKGBUILD (from rev 522370, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:38:15 UTC (rev 522372)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi' 'python-six'
+ 'python2-six' 'libxcb' 'haskell-xcffib')
+checkdepends=('python-nose' 'python2-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz;)
+sha512sums=('ad1f643191e9f6ae4bd50e4b05c5d5ca144553414950877bf9fa371c0a5a607db3a3efd0009e64a4a392a824075af3f5bf0cbca91861b3b29c98bf58e8a5e7ab')
+
+prepare() {
+  cp -a xcffib-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+
+  cd "$srcdir"/xcffib-$pkgver-py2
+  make xcffib GEN=xcffibgen CABAL=true
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/xcffib-$pkgver
+  xvfb-run nosetests3
+
+  cd "$srcdir"/xcffib-$pkgver-py2
+  xvfb-run nosetests2
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd xcffib-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:38:00
  Author: foutrelis
Revision: 522370

archrelease: copy trunk to community-staging-any

Added:
  python-google-auth-httplib2/repos/community-staging-any/PKGBUILD
(from rev 522369, python-google-auth-httplib2/trunk/PKGBUILD)
Deleted:
  python-google-auth-httplib2/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:56 UTC (rev 522369)
+++ PKGBUILD2019-11-02 22:38:00 UTC (rev 522370)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-google-auth-httplib2
-pkgname=(python-google-auth-httplib2 python2-google-auth-httplib2)
-pkgver=0.0.3
-pkgrel=3
-pkgdesc="Google Authentication Library: httplib2 transport"
-url="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2;
-license=('Apache')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-google-auth' 
'python2-google-auth'
- 'python-httplib2' 'python2-httplib2' 'python-six' 'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-flask' 'python2-flask' 'python-pytest-localserver'
-  'python2-pytest-localserver')
-source=("https://pypi.io/packages/source/g/google-auth-httplib2/google-auth-httplib2-$pkgver.tar.gz;)
-sha512sums=('da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7')
-
-prepare() {
-  cp -a google-auth-httplib2-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/google-auth-httplib2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/google-auth-httplib2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/google-auth-httplib2-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/google-auth-httplib2-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-google-auth-httplib2() {
-  depends=('python-google-auth' 'python-httplib2' 'python-six')
-
-  cd google-auth-httplib2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-google-auth-httplib2() {
-  depends=('python2-google-auth' 'python2-httplib2' 'python2-six')
-
-  cd google-auth-httplib2-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-google-auth-httplib2/repos/community-staging-any/PKGBUILD (from 
rev 522369, python-google-auth-httplib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:38:00 UTC (rev 522370)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-google-auth-httplib2
+pkgname=(python-google-auth-httplib2 python2-google-auth-httplib2)
+pkgver=0.0.3
+pkgrel=4
+pkgdesc="Google Authentication Library: httplib2 transport"
+url="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2;
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-google-auth' 
'python2-google-auth'
+ 'python-httplib2' 'python2-httplib2' 'python-six' 'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-flask' 'python2-flask' 'python-pytest-localserver'
+  'python2-pytest-localserver')
+source=("https://pypi.io/packages/source/g/google-auth-httplib2/google-auth-httplib2-$pkgver.tar.gz;)
+sha512sums=('da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7')
+
+prepare() {
+  cp -a google-auth-httplib2-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/google-auth-httplib2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/google-auth-httplib2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/google-auth-httplib2-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/google-auth-httplib2-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-google-auth-httplib2() {
+  depends=('python-google-auth' 'python-httplib2' 'python-six')
+
+  cd google-auth-httplib2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-google-auth-httplib2() {
+  depends=('python2-google-auth' 'python2-httplib2' 'python2-six')
+
+  cd google-auth-httplib2-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:04
  Author: foutrelis
Revision: 522364

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:59 UTC (rev 522363)
+++ PKGBUILD2019-11-02 22:37:04 UTC (rev 522364)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Cilyan Olowen 
-
-pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.8.5
-pkgrel=2
-pkgdesc="WSGI request and response object"
-arch=('any')
-url="http://pythonpaste.org/webob/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-optdepends=('python-webob-docs: documentation')
-source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-sha512sums=('cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b')
-
-prepare() {
-  cp -a WebOb-$pkgver{,-py2}
-  cp -a WebOb-$pkgver{,-docs}
-  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
-}
-
-build() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  PYTHONPATH="$PWD/src" make -C docs html
-}
-
-check() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py pytest --addopts "--ignore=docs"
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=docs"
-}
-
-package_python-webob() {
-  depends=('python')
-
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-webob-docs() {
-  optdepends=()
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  _doc_dir="$pkgdir"/usr/share/docs/python-webob
-  mkdir -p "$_doc_dir"
-  cp -a "docs/_build/html" "$_doc_dir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-webob/repos/community-staging-any/PKGBUILD (from rev 522363, 
python-webob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:37:04 UTC (rev 522364)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Cilyan Olowen 
+
+pkgbase='python-webob'
+pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgver=1.8.5
+pkgrel=3
+pkgdesc="WSGI request and response object"
+arch=('any')
+url="http://pythonpaste.org/webob/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+optdepends=('python-webob-docs: documentation')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
+sha512sums=('cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b')
+
+prepare() {
+  cp -a WebOb-$pkgver{,-py2}
+  cp -a WebOb-$pkgver{,-docs}
+  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
+}
+
+build() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  PYTHONPATH="$PWD/src" make -C docs html
+}
+
+check() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py pytest --addopts "--ignore=docs"
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=docs"
+}
+
+package_python-webob() {
+  depends=('python')
+
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-webob() {
+  depends=('python2')
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-webob-docs() {
+  optdepends=()
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  _doc_dir="$pkgdir"/usr/share/docs/python-webob
+  

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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:39
  Author: felixonmars
Revision: 366515

archrelease: copy trunk to staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:24 UTC (rev 366514)
+++ PKGBUILD2019-11-02 22:36:39 UTC (rev 366515)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pep517
-pkgname=('python-pep517' 'python2-pep517')
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
-arch=('any')
-license=('MIT')
-url="https://github.com/takluyver/pep517;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml'
- 'python-importlib-metadata' 'python2-importlib-metadata')
-checkdepends=('python-pytest' 'python-pytest-flake8' 'python-testpath' 
'python-pip')
-source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
-sha512sums=('dd93b4a9646b87a851dd8dc2e26ab07b5268762ac1fe216d3ed9e65fe713d664eb39ffa2a9a121a3755e01774342db46c6584c8ac75501d706dd992e99b3d5d4')
-
-prepare() {
-  cp -a pep517-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pep517-$pkgver
-  python setup.py build
- 
-  cd "$srcdir"/pep517-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pep517-$pkgver
-  # https://github.com/pypa/pep517/issues/35
-  pytest -k 'not setup.py'
-
-  cd "$srcdir"/pep517-$pkgver-py2
-  # No python2-testpath
-  # pytest2
-}
- 
-package_python-pep517() {
-  depends=('python-pytoml' 'python-importlib-metadata')
- 
-  cd pep517-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
- 
-package_python2-pep517() {
-  depends=('python2-pytoml' 'python2-importlib-metadata')
- 
-  cd pep517-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pep517/repos/staging-any/PKGBUILD (from rev 366514, 
python-pep517/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:36:39 UTC (rev 366515)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pep517
+pkgname=('python-pep517' 'python2-pep517')
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
+arch=('any')
+license=('MIT')
+url="https://github.com/takluyver/pep517;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pytoml' 
'python2-pytoml'
+ 'python-importlib-metadata' 'python2-importlib-metadata')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-testpath' 
'python-pip')
+source=("https://pypi.io/packages/source/p/pep517/pep517-$pkgver.tar.gz;)
+sha512sums=('dd93b4a9646b87a851dd8dc2e26ab07b5268762ac1fe216d3ed9e65fe713d664eb39ffa2a9a121a3755e01774342db46c6584c8ac75501d706dd992e99b3d5d4')
+
+prepare() {
+  cp -a pep517-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pep517-$pkgver
+  python setup.py build
+ 
+  cd "$srcdir"/pep517-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pep517-$pkgver
+  # https://github.com/pypa/pep517/issues/35
+  pytest -k 'not setup.py'
+
+  cd "$srcdir"/pep517-$pkgver-py2
+  # No python2-testpath
+  # pytest2
+}
+ 
+package_python-pep517() {
+  depends=('python-pytoml' 'python-importlib-metadata')
+ 
+  cd pep517-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pep517() {
+  depends=('python2-pytoml' 'python2-importlib-metadata')
+ 
+  cd pep517-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:59
  Author: foutrelis
Revision: 522363

Python 3.8 rebuild

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:57 UTC (rev 522362)
+++ PKGBUILD2019-11-02 22:36:59 UTC (rev 522363)
@@ -5,7 +5,7 @@
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
 pkgver=1.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="WSGI request and response object"
 arch=('any')
 url="http://pythonpaste.org/webob/;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:37:19
  Author: felixonmars
Revision: 522365

Python 3.8 rebuild

Modified:
  python-cmarkgfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:37:04 UTC (rev 522364)
+++ PKGBUILD2019-11-02 22:37:19 UTC (rev 522365)
@@ -3,7 +3,7 @@
 pkgbase=python-cmarkgfm
 pkgname=(python-cmarkgfm python2-cmarkgfm)
 pkgver=0.4.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Minimal bindings to GitHub's fork of cmark"
 url="https://github.com/theacodes/cmarkgfm;
 license=('MIT')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:40
  Author: felixonmars
Revision: 522361

Python 3.8 rebuild

Modified:
  python-sphinxcontrib-newsfeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:51 UTC (rev 522360)
+++ PKGBUILD2019-11-02 22:36:40 UTC (rev 522361)
@@ -5,7 +5,7 @@
 _name=sphinxcontrib-newsfeed
 pkgname=python-sphinxcontrib-newsfeed
 pkgver=0.1.4
-pkgrel=8
+pkgrel=9
 pkgdesc="News Feed extension for Sphinx"
 arch=('any')
 url="https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:57
  Author: felixonmars
Revision: 522362

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-newsfeed/repos/community-staging-any/PKGBUILD
(from rev 522361, python-sphinxcontrib-newsfeed/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-newsfeed/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:40 UTC (rev 522361)
+++ PKGBUILD2019-11-02 22:36:57 UTC (rev 522362)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: eolianoe 
-# Contributor: kang 
-
-_name=sphinxcontrib-newsfeed
-pkgname=python-sphinxcontrib-newsfeed
-pkgver=0.1.4
-pkgrel=8
-pkgdesc="News Feed extension for Sphinx"
-arch=('any')
-url="https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-sphinxcontrib-newsfeed/repos/community-staging-any/PKGBUILD 
(from rev 522361, python-sphinxcontrib-newsfeed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:36:57 UTC (rev 522362)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: eolianoe 
+# Contributor: kang 
+
+_name=sphinxcontrib-newsfeed
+pkgname=python-sphinxcontrib-newsfeed
+pkgver=0.1.4
+pkgrel=9
+pkgdesc="News Feed extension for Sphinx"
+arch=('any')
+url="https://bitbucket.org/prometheus/sphinxcontrib-newsfeed;
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('96d9d0c15fca8b62f945bafc8f0eafa62df9c471f7510e2f153e47b66534e5f3041e5c01df772e6c35a9f09baa70064642f7f0fa43ccfd33dd64c2604494f2fc')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:40
  Author: foutrelis
Revision: 522359

archrelease: copy trunk to community-staging-any

Added:
  
python-pyudev/repos/community-staging-any/0001-tests-fix-tests-for-pytest-4.0.patch
(from rev 522358, 
python-pyudev/trunk/0001-tests-fix-tests-for-pytest-4.0.patch)
  python-pyudev/repos/community-staging-any/PKGBUILD
(from rev 522358, python-pyudev/trunk/PKGBUILD)
Deleted:
  
python-pyudev/repos/community-staging-any/0001-tests-fix-tests-for-pytest-4.0.patch
  python-pyudev/repos/community-staging-any/PKGBUILD

---+
 0001-tests-fix-tests-for-pytest-4.0.patch |  128 -
 PKGBUILD  |  140 ++--
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: 0001-tests-fix-tests-for-pytest-4.0.patch
===
--- 0001-tests-fix-tests-for-pytest-4.0.patch   2019-11-02 22:35:36 UTC (rev 
522358)
+++ 0001-tests-fix-tests-for-pytest-4.0.patch   2019-11-02 22:35:40 UTC (rev 
522359)
@@ -1,64 +0,0 @@
-From cc04bc5ca08e4761b41c5cf220889c4233f157a0 Mon Sep 17 00:00:00 2001
-From: FFY00 
-Date: Fri, 24 May 2019 19:08:41 +0100
-Subject: [PATCH] tests: fix tests for pytest 4.0
-

- tests/plugins/mock_libudev.py | 6 --
- tests/plugins/privileged.py   | 5 +++--
- tests/plugins/travis.py   | 5 +++--
- 3 files changed, 10 insertions(+), 6 deletions(-)
-
-diff --git a/tests/plugins/mock_libudev.py b/tests/plugins/mock_libudev.py
-index aefeb31..0bde07b 100644
 a/tests/plugins/mock_libudev.py
-+++ b/tests/plugins/mock_libudev.py
-@@ -32,6 +32,7 @@
- from contextlib import contextmanager
- from collections import namedtuple
- 
-+import pytest
- import mock
- 
- Node = namedtuple('Node', 'name value next')
-@@ -93,5 +94,6 @@ def libudev_list(libudev, function, items):
- EXPOSED_FUNCTIONS = [libudev_list]
- 
- 
--def pytest_namespace():
--return dict((f.__name__, f) for f in EXPOSED_FUNCTIONS)
-+def pytest_configure():
-+for f in EXPOSED_FUNCTIONS:
-+setattr(pytest, f.__name__, f)
-diff --git a/tests/plugins/privileged.py b/tests/plugins/privileged.py
-index 92328b9..c636980 100644
 a/tests/plugins/privileged.py
-+++ b/tests/plugins/privileged.py
-@@ -71,5 +71,6 @@ def unload_dummy():
- EXPOSED_FUNCTIONS = [load_dummy, unload_dummy]
- 
- 
--def pytest_namespace():
--return dict((f.__name__, f) for f in EXPOSED_FUNCTIONS)
-+def pytest_configure():
-+for f in EXPOSED_FUNCTIONS:
-+setattr(pytest, f.__name__, f)
-diff --git a/tests/plugins/travis.py b/tests/plugins/travis.py
-index 46466c2..15a780e 100644
 a/tests/plugins/travis.py
-+++ b/tests/plugins/travis.py
-@@ -38,8 +38,9 @@ def is_on_travis_ci():
- EXPOSED_FUNCTIONS = [is_on_travis_ci]
- 
- 
--def pytest_namespace():
--return dict((f.__name__, f) for f in EXPOSED_FUNCTIONS)
-+def pytest_configure():
-+for f in EXPOSED_FUNCTIONS:
-+setattr(pytest, f.__name__, f)
- 
- 
- def pytest_runtest_setup(item):
--- 
-2.21.0
-

Copied: 
python-pyudev/repos/community-staging-any/0001-tests-fix-tests-for-pytest-4.0.patch
 (from rev 522358, 
python-pyudev/trunk/0001-tests-fix-tests-for-pytest-4.0.patch)
===
--- 0001-tests-fix-tests-for-pytest-4.0.patch   (rev 0)
+++ 0001-tests-fix-tests-for-pytest-4.0.patch   2019-11-02 22:35:40 UTC (rev 
522359)
@@ -0,0 +1,64 @@
+From cc04bc5ca08e4761b41c5cf220889c4233f157a0 Mon Sep 17 00:00:00 2001
+From: FFY00 
+Date: Fri, 24 May 2019 19:08:41 +0100
+Subject: [PATCH] tests: fix tests for pytest 4.0
+
+---
+ tests/plugins/mock_libudev.py | 6 --
+ tests/plugins/privileged.py   | 5 +++--
+ tests/plugins/travis.py   | 5 +++--
+ 3 files changed, 10 insertions(+), 6 deletions(-)
+
+diff --git a/tests/plugins/mock_libudev.py b/tests/plugins/mock_libudev.py
+index aefeb31..0bde07b 100644
+--- a/tests/plugins/mock_libudev.py
 b/tests/plugins/mock_libudev.py
+@@ -32,6 +32,7 @@
+ from contextlib import contextmanager
+ from collections import namedtuple
+ 
++import pytest
+ import mock
+ 
+ Node = namedtuple('Node', 'name value next')
+@@ -93,5 +94,6 @@ def libudev_list(libudev, function, items):
+ EXPOSED_FUNCTIONS = [libudev_list]
+ 
+ 
+-def pytest_namespace():
+-return dict((f.__name__, f) for f in EXPOSED_FUNCTIONS)
++def pytest_configure():
++for f in EXPOSED_FUNCTIONS:
++setattr(pytest, f.__name__, f)
+diff --git a/tests/plugins/privileged.py b/tests/plugins/privileged.py
+index 92328b9..c636980 100644
+--- a/tests/plugins/privileged.py
 b/tests/plugins/privileged.py
+@@ -71,5 +71,6 @@ def unload_dummy():
+ EXPOSED_FUNCTIONS = [load_dummy, unload_dummy]
+ 
+ 
+-def pytest_namespace():
+-return dict((f.__name__, f) for f in EXPOSED_FUNCTIONS)
++def pytest_configure():
++for f in EXPOSED_FUNCTIONS:
++setattr(pytest, f.__name__, f)

[arch-commits] Commit in python-numpy/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:08
  Author: felixonmars
Revision: 366513

archrelease: copy trunk to staging-x86_64

Added:
  python-numpy/repos/staging-x86_64/PKGBUILD
(from rev 366512, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:53 UTC (rev 366512)
+++ PKGBUILD2019-11-02 22:36:08 UTC (rev 366513)
@@ -1,42 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgname=python-numpy
-pkgver=1.17.3
-pkgrel=2
-pkgdesc="Scientific tools for Python"
-arch=('x86_64')
-license=('custom')
-url="https://www.numpy.org/;
-depends=('cblas' 'lapack' 'python')
-optdepends=('python-nose: testsuite'
-'openblas: faster linear algebra')
-makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
-checkdepends=('python-pytest')
-options=('staticlibs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-sha512sums=('9ef67d993b5d2be0ba9a9247e10b86f9e0b07c185beadcbf89e1ac0c85f0f1d25471f2a4cfb45fc9749c3afc178bd59099214ab3d5fe41d772fc5f4b5cf4d5df')
-
-build() {
-  cd numpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  # TODO: Fix fortran tests here (it works fine after installation)
-
-  cd numpy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.8/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
-}
-
-package() {
-  cd numpy-$pkgver
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
-}

Copied: python-numpy/repos/staging-x86_64/PKGBUILD (from rev 366512, 
python-numpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:36:08 UTC (rev 366513)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgname=python-numpy
+pkgver=1.17.3
+pkgrel=3
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="https://www.numpy.org/;
+depends=('cblas' 'lapack' 'python')
+optdepends=('python-nose: testsuite'
+'openblas: faster linear algebra')
+makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
+checkdepends=('python-pytest')
+options=('staticlibs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
+sha512sums=('9ef67d993b5d2be0ba9a9247e10b86f9e0b07c185beadcbf89e1ac0c85f0f1d25471f2a4cfb45fc9749c3afc178bd59099214ab3d5fe41d772fc5f4b5cf4d5df')
+
+build() {
+  cd numpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  # TODO: Fix fortran tests here (it works fine after installation)
+
+  cd numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.8/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
+}
+
+package() {
+  cd numpy-$pkgver
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:36
  Author: felixonmars
Revision: 522358

Python 3.8 rebuild

Modified:
  python-pynacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:34 UTC (rev 522357)
+++ PKGBUILD2019-11-02 22:35:36 UTC (rev 522358)
@@ -4,7 +4,7 @@
 pkgbase=python-pynacl
 pkgname=(python-pynacl python2-pynacl)
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
 url='https://pypi.python.org/pypi/PyNaCl'


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:51
  Author: felixonmars
Revision: 522360

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:40 UTC (rev 522359)
+++ PKGBUILD2019-11-02 22:35:51 UTC (rev 522360)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgbase=python-pynacl
-pkgname=(python-pynacl python2-pynacl)
-pkgver=1.3.0
-pkgrel=2
-
-pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
-url='https://pypi.python.org/pypi/PyNaCl'
-arch=('x86_64')
-license=('Apache')
-
-depends=('libsodium')
-makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
- 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
-
-source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
-
-sha512sums=('1762d7d9add6ca59ce83e394071861f78f27d0f06ad1481255ebb66023186127e1a67b49a2c2f51bcbd97bdd151a3a2adea099c47c2a9f456dda5e3b1508af50')
-
-prepare() {
-   cp -a PyNaCl-$pkgver{,-python2}
-}
-
-build() {
-   export SODIUM_INSTALL=system
-
-   cd "$srcdir"/PyNaCl-$pkgver
-   python setup.py build
-
-   cd "$srcdir"/PyNaCl-$pkgver-python2
-   python2 setup.py build
-}
-
-package_python-pynacl() {
-   depends=('libsodium' 'python' 'python-six' 'python-cffi')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-pynacl() {
-   depends=('libsodium' 'python2' 'python2-six' 'python2-cffi')
-
-   export SODIUM_INSTALL=system
-
-   cd PyNaCl-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pynacl/repos/community-staging-x86_64/PKGBUILD (from rev 522359, 
python-pynacl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:35:51 UTC (rev 522360)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.3.0
+pkgrel=3
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
+
+sha512sums=('1762d7d9add6ca59ce83e394071861f78f27d0f06ad1481255ebb66023186127e1a67b49a2c2f51bcbd97bdd151a3a2adea099c47c2a9f456dda5e3b1508af50')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six' 'python-cffi')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six' 'python2-cffi')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:36:24
  Author: felixonmars
Revision: 366514

Python 3.8 rebuild

Modified:
  python-pep517/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:36:08 UTC (rev 366513)
+++ PKGBUILD2019-11-02 22:36:24 UTC (rev 366514)
@@ -3,7 +3,7 @@
 pkgbase=python-pep517
 pkgname=('python-pep517' 'python2-pep517')
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Wrappers to build Python packages using PEP 517 hooks"
 arch=('any')
 license=('MIT')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:10
  Author: foutrelis
Revision: 522354

Python 3.8 rebuild

Modified:
  python-qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:03 UTC (rev 522353)
+++ PKGBUILD2019-11-02 22:35:10 UTC (rev 522354)
@@ -4,7 +4,7 @@
 pkgbase=python-qrencode
 pkgname=('python-qrencode' 'python2-qrencode')
 pkgver=1.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Simple wrapper for the C qrencode library'
 url='https://pypi.python.org/pypi/qrencode/'
 arch=('x86_64')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:53
  Author: felixonmars
Revision: 366512

Python 3.8 rebuild

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:27 UTC (rev 366511)
+++ PKGBUILD2019-11-02 22:35:53 UTC (rev 366512)
@@ -5,7 +5,7 @@
 
 pkgname=python-numpy
 pkgver=1.17.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:34
  Author: foutrelis
Revision: 522357

Python 3.8 rebuild

Modified:
  python-pyudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:20 UTC (rev 522356)
+++ PKGBUILD2019-11-02 22:35:34 UTC (rev 522357)
@@ -7,7 +7,7 @@
 _pkgname=pyudev
 pkgname=python-$_pkgname
 pkgver=0.21.0
-pkgrel=7
+pkgrel=8
 arch=('any')
 url='https://github.com/pyudev/pyudev'
 license=('LGPL')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:43
  Author: foutrelis
Revision: 522350

Python 3.8 rebuild

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:28 UTC (rev 522349)
+++ PKGBUILD2019-11-02 22:34:43 UTC (rev 522350)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.13.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
 arch=('any')
 url="https://breathe.readthedocs.org/en/latest/;


[arch-commits] Commit in gobject-introspection/repos/staging-x86_64 (2 files)

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:27
  Author: felixonmars
Revision: 366511

archrelease: copy trunk to staging-x86_64

Added:
  gobject-introspection/repos/staging-x86_64/PKGBUILD
(from rev 366510, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:13 UTC (rev 366510)
+++ PKGBUILD2019-11-02 22:34:27 UTC (rev 366511)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.62.0
-pkgrel=2
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection;
-arch=(x86_64)
-license=(LGPL GPL)
-depends=(python-mako python-markdown)
-_glibver=2.62.2
-makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
-options=(!emptydirs)
-_commit=f330f517d8cd0bfbe67c62ba00be85dee2b338ed  # tags/1.62.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver;)
-sha512sums=('SKIP'
-'SKIP')
-validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall 

-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build \
--D cairo=true \
--D gtk_doc=true \
--D doctool=true \
--D glib_src_dir="$srcdir/glib"
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
-
-### Split runtime
-  mkdir -p "$srcdir/runtime/lib"
-  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-
-  mv "$srcdir/runtime" "$pkgdir/usr"
-}

Copied: gobject-introspection/repos/staging-x86_64/PKGBUILD (from rev 366510, 
gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:34:27 UTC (rev 366511)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.62.0
+pkgrel=3
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection;
+arch=(x86_64)
+license=(LGPL GPL)
+depends=(python-mako python-markdown)
+_glibver=2.62.2
+makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
+options=(!emptydirs)
+_commit=f330f517d8cd0bfbe67c62ba00be85dee2b338ed  # tags/1.62.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver;)
+sha512sums=('SKIP'
+'SKIP')
+validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+  
+build() {
+  arch-meson $pkgbase build \
+-D cairo=true \
+-D gtk_doc=true \
+-D doctool=true \
+-D glib_src_dir="$srcdir/glib"
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+  python -O -m compileall -d /usr/lib/$pkgbase "$pkgdir/usr/lib/$pkgbase"
+
+### Split runtime
+  mkdir -p "$srcdir/runtime/lib"
+  mv "$pkgdir"/usr/lib/{lib*,girepository-*} "$srcdir/runtime/lib"
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+
+  mv "$srcdir/runtime" "$pkgdir/usr"
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:20
  Author: felixonmars
Revision: 522356

archrelease: copy trunk to community-staging-any

Added:
  blockdiag/repos/community-staging-any/PKGBUILD
(from rev 522354, blockdiag/trunk/PKGBUILD)
Deleted:
  blockdiag/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:15 UTC (rev 522355)
+++ PKGBUILD2019-11-02 22:35:20 UTC (rev 522356)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=blockdiag
-pkgver=1.5.4.20180722
-_commit=4767d8eea98454c50ec7f39f0f1849a2c3969aab
-pkgrel=2
-pkgdesc="blockdiag generates block-diagram image from text"
-url="http://blockdiag.com;
-license=('Apache')
-arch=('any')
-depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 
'python-webcolors')
-checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 
'python-reportlab' 'python-docutils'
-  'python-wand' 'ghostscript' 'librsvg')
-source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/blockdiag/archive/$_commit.tar.gz;)
-sha512sums=('26939f4d33f218baac879b53ff1d887d5a990b185568347b167e2aa431aa37c475003b993583db5d43546c2560eacf50b718ad96f4cb784a08a1ee5e9e43d61d')
-
-prepare() {
-  mv blockdiag-{$_commit,$pkgver}
-  sed -i 's/pep8/pycodestyle/' blockdiag-$pkgver/setup.py
-}
-
-build() {
-  cd blockdiag-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd blockdiag-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" nosetests || 
warning "Tests failed"
-}
-
-package() {
-  cd blockdiag-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: blockdiag/repos/community-staging-any/PKGBUILD (from rev 522354, 
blockdiag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:35:20 UTC (rev 522356)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=blockdiag
+pkgver=1.5.4.20180722
+_commit=4767d8eea98454c50ec7f39f0f1849a2c3969aab
+pkgrel=3
+pkgdesc="blockdiag generates block-diagram image from text"
+url="http://blockdiag.com;
+license=('Apache')
+arch=('any')
+depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 
'python-webcolors')
+checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 
'python-reportlab' 'python-docutils'
+  'python-wand' 'ghostscript' 'librsvg')
+source=("$pkgname-$_commit.tar.gz::https://github.com/blockdiag/blockdiag/archive/$_commit.tar.gz;)
+sha512sums=('26939f4d33f218baac879b53ff1d887d5a990b185568347b167e2aa431aa37c475003b993583db5d43546c2560eacf50b718ad96f4cb784a08a1ee5e9e43d61d')
+
+prepare() {
+  mv blockdiag-{$_commit,$pkgver}
+  sed -i 's/pep8/pycodestyle/' blockdiag-$pkgver/setup.py
+}
+
+build() {
+  cd blockdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" nosetests || 
warning "Tests failed"
+}
+
+package() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:03
  Author: felixonmars
Revision: 522353

Python 3.8 rebuild

Modified:
  blockdiag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:48 UTC (rev 522352)
+++ PKGBUILD2019-11-02 22:35:03 UTC (rev 522353)
@@ -3,7 +3,7 @@
 pkgname=blockdiag
 pkgver=1.5.4.20180722
 _commit=4767d8eea98454c50ec7f39f0f1849a2c3969aab
-pkgrel=2
+pkgrel=3
 pkgdesc="blockdiag generates block-diagram image from text"
 url="http://blockdiag.com;
 license=('Apache')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:35:15
  Author: foutrelis
Revision: 522355

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:35:10 UTC (rev 522354)
+++ PKGBUILD2019-11-02 22:35:15 UTC (rev 522355)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Martin Wimpress 
-
-pkgbase=python-qrencode
-pkgname=('python-qrencode' 'python2-qrencode')
-pkgver=1.2
-pkgrel=5
-pkgdesc='Simple wrapper for the C qrencode library'
-url='https://pypi.python.org/pypi/qrencode/'
-arch=('x86_64')
-license=('MIT')
-makedepends=('python' 'python2' 'python-pillow' 'python2-pillow' 'qrencode' 
'glibc')
-source=(https://pypi.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz)
-sha512sums=('e6ebf0c2d2081408ef3d4f4a2a44712e86f70019e34da5de49c1a31a26d69cafac07afb501be24bc95a2525e038a47a74f02279981ade1d33b3e96d3dbb5ce5f')
-
-package_python-qrencode() {
-  depends=('python' 'python-pillow' 'qrencode' 'glibc')
-  cd qrencode-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-package_python2-qrencode() {
-  depends=('python2' 'python2-pillow' 'qrencode' 'glibc')
-  cd qrencode-${pkgver}
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-qrencode/repos/community-staging-x86_64/PKGBUILD (from rev 
522354, python-qrencode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:35:15 UTC (rev 522355)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Martin Wimpress 
+
+pkgbase=python-qrencode
+pkgname=('python-qrencode' 'python2-qrencode')
+pkgver=1.2
+pkgrel=6
+pkgdesc='Simple wrapper for the C qrencode library'
+url='https://pypi.python.org/pypi/qrencode/'
+arch=('x86_64')
+license=('MIT')
+makedepends=('python' 'python2' 'python-pillow' 'python2-pillow' 'qrencode' 
'glibc')
+source=(https://pypi.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz)
+sha512sums=('e6ebf0c2d2081408ef3d4f4a2a44712e86f70019e34da5de49c1a31a26d69cafac07afb501be24bc95a2525e038a47a74f02279981ade1d33b3e96d3dbb5ce5f')
+
+package_python-qrencode() {
+  depends=('python' 'python-pillow' 'qrencode' 'glibc')
+  cd qrencode-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+package_python2-qrencode() {
+  depends=('python2' 'python2-pillow' 'qrencode' 'glibc')
+  cd qrencode-${pkgver}
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:47
  Author: felixonmars
Revision: 522351

archrelease: copy trunk to community-staging-any

Added:
  python-pallets-sphinx-themes/repos/community-staging-any/PKGBUILD
(from rev 522349, python-pallets-sphinx-themes/trunk/PKGBUILD)
Deleted:
  python-pallets-sphinx-themes/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:43 UTC (rev 522350)
+++ PKGBUILD2019-11-02 22:34:47 UTC (rev 522351)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-pallets-sphinx-themes
-_pyname=${pkgname/python-/}
-pkgver=1.2.2
-pkgrel=4
-pkgdesc='Sphinx themes for Pallets and related projects'
-url='https://github.com/pallets/pallets-sphinx-themes'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-importlib-metadata')
-makedepends=('python-setuptools')
-source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pallets-sphinx-themes/repos/community-staging-any/PKGBUILD (from 
rev 522349, python-pallets-sphinx-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:34:47 UTC (rev 522351)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=1.2.2
+pkgrel=5
+pkgdesc='Sphinx themes for Pallets and related projects'
+url='https://github.com/pallets/pallets-sphinx-themes'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-importlib-metadata')
+makedepends=('python-setuptools')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:13
  Author: felixonmars
Revision: 366510

Python 3.8 rebuild

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:27:26 UTC (rev 366509)
+++ PKGBUILD2019-11-02 22:34:13 UTC (rev 366510)
@@ -4,7 +4,7 @@
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
 pkgver=1.62.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection;
 arch=(x86_64)


[arch-commits] Commit in python-pallets-sphinx-themes/trunk (PKGBUILD)

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:28
  Author: felixonmars
Revision: 522349

Python 3.8 rebuild

Modified:
  python-pallets-sphinx-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:59 UTC (rev 522348)
+++ PKGBUILD2019-11-02 22:34:28 UTC (rev 522349)
@@ -3,7 +3,7 @@
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
 pkgver=1.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Sphinx themes for Pallets and related projects'
 url='https://github.com/pallets/pallets-sphinx-themes'
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:48
  Author: foutrelis
Revision: 522352

archrelease: copy trunk to community-staging-any

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

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

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

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

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

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


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:47
  Author: foutrelis
Revision: 522344

Python 3.8 rebuild

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:33 UTC (rev 522343)
+++ PKGBUILD2019-11-02 22:33:47 UTC (rev 522344)
@@ -4,7 +4,7 @@
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
 pkgver=0.35.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
 url="https://developer.openstack.org/sdks/python/openstacksdk;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:48
  Author: felixonmars
Revision: 522345

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-trio/repos/community-staging-any/PKGBUILD
(from rev 522343, python-sphinxcontrib-trio/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-trio/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:47 UTC (rev 522344)
+++ PKGBUILD2019-11-02 22:33:48 UTC (rev 522345)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-sphinxcontrib-trio
-_pyname=${pkgname/python-/}
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='Make Sphinx better at documenting Python functions and methods'
-url='https://github.com/python-trio/sphinxcontrib-trio'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-lxml' 'python-cssselect')
-source=(https://github.com/python-trio/sphinxcontrib-trio/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('0d119cb8a1669dcb10f4498d87dae70496b64976618783c7b49f8177b03eb15d7fb8833f21b395f62288e3e619dd98a620677d316bafbcc0bc716115a9b574c2')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  PYTHONPATH=. py.test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-sphinxcontrib-trio/repos/community-staging-any/PKGBUILD (from 
rev 522343, python-sphinxcontrib-trio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:33:48 UTC (rev 522345)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-sphinxcontrib-trio
+_pyname=${pkgname/python-/}
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Make Sphinx better at documenting Python functions and methods'
+url='https://github.com/python-trio/sphinxcontrib-trio'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-lxml' 'python-cssselect')
+source=(https://github.com/python-trio/sphinxcontrib-trio/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('0d119cb8a1669dcb10f4498d87dae70496b64976618783c7b49f8177b03eb15d7fb8833f21b395f62288e3e619dd98a620677d316bafbcc0bc716115a9b574c2')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH=. py.test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:54
  Author: foutrelis
Revision: 522347

Python 3.8 rebuild

Modified:
  python-oslo-context/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:52 UTC (rev 522346)
+++ PKGBUILD2019-11-02 22:33:54 UTC (rev 522347)
@@ -4,7 +4,7 @@
 pkgbase=python-oslo-context
 pkgname=(python-oslo-context python2-oslo-context)
 pkgver=2.23.0
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenStack Context library"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.context/$pkgver;


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:52
  Author: foutrelis
Revision: 522346

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:48 UTC (rev 522345)
+++ PKGBUILD2019-11-02 22:33:52 UTC (rev 522346)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.35.0
-pkgrel=2
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('fb8c4a4fab27d49f47784440392499c733512cae618fd5fef3aa86469ec7e53763f7bed2b4cb317192824f522abc47b69afc8307001b4b134b534cfd45fd13e4')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
-  cp -a openstacksdk-$pkgver{,-py2}
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
openstacksdk-$pkgver/openstack/tests/unit/*.py 
openstacksdk-$pkgver/openstack/tests/unit/*/*.py
-}
-
-build() {
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # From https://github.com/openstack/openstacksdk/blob/master/tox.ini
-  export OS_LOG_CAPTURE=true OS_STDOUT_CAPTURE=true OS_STDERR_CAPTURE=true
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-staging-any/PKGBUILD (from rev 
522345, python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:33:52 UTC (rev 522346)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.35.0
+pkgrel=3
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 

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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:59
  Author: foutrelis
Revision: 522348

archrelease: copy trunk to community-staging-any

Added:
  python-oslo-context/repos/community-staging-any/PKGBUILD
(from rev 522347, python-oslo-context/trunk/PKGBUILD)
Deleted:
  python-oslo-context/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:54 UTC (rev 522347)
+++ PKGBUILD2019-11-02 22:33:59 UTC (rev 522348)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-context
-pkgname=(python-oslo-context python2-oslo-context)
-pkgver=2.23.0
-pkgrel=2
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
- 'python2-debtcollector')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('429ba2796ad331729f7a06bb5829912ce275948a430b0f115573da6bb53af476c4edefc46f899ba551f6e50a0ee5f13392b7f457b2698777254f43290c6035a3')
-
-prepare() {
-  cp -a oslo.context-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.context-$pkgver
-  stestr run
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-oslo-context() {
-  depends=('python-pbr' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-context() {
-  depends=('python2-pbr' 'python2-debtcollector')
-
-  cd "$srcdir"/oslo.context-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-context/repos/community-staging-any/PKGBUILD (from rev 
522347, python-oslo-context/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:33:59 UTC (rev 522348)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-context
+pkgname=(python-oslo-context python2-oslo-context)
+pkgver=2.23.0
+pkgrel=3
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-debtcollector'
+ 'python2-debtcollector')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
+sha512sums=('429ba2796ad331729f7a06bb5829912ce275948a430b0f115573da6bb53af476c4edefc46f899ba551f6e50a0ee5f13392b7f457b2698777254f43290c6035a3')
+
+prepare() {
+  cp -a oslo.context-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.context-$pkgver
+  stestr run
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-oslo-context() {
+  depends=('python-pbr' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-oslo-context() {
+  depends=('python2-pbr' 'python2-debtcollector')
+
+  cd "$srcdir"/oslo.context-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:33
  Author: felixonmars
Revision: 522343

Python 3.8 rebuild

Modified:
  python-sphinxcontrib-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:08 UTC (rev 522342)
+++ PKGBUILD2019-11-02 22:33:33 UTC (rev 522343)
@@ -3,7 +3,7 @@
 pkgname=python-sphinxcontrib-trio
 _pyname=${pkgname/python-/}
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Make Sphinx better at documenting Python functions and methods'
 url='https://github.com/python-trio/sphinxcontrib-trio'
 arch=('any')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:28
  Author: foutrelis
Revision: 522336

Python 3.8 rebuild

Modified:
  python-tubes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:26 UTC (rev 522335)
+++ PKGBUILD2019-11-02 22:32:28 UTC (rev 522336)
@@ -2,7 +2,7 @@
 
 pkgname=python-tubes
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 arch=(any)
 pkgdesc='A data-processing and flow-control engine for event-driven programs'
 url='https://github.com/twisted/Tubes'


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:26
  Author: felixonmars
Revision: 522335

Python 3.8 rebuild

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:11 UTC (rev 522334)
+++ PKGBUILD2019-11-02 22:32:26 UTC (rev 522335)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter_console
 pkgver=6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
 arch=('any')
 url="https://pypi.org/project/jupyter_console/;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:52
  Author: felixonmars
Revision: 522340

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbformat/repos/community-staging-any/PKGBUILD
(from rev 522339, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
  jupyter-nbformat/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:41 UTC (rev 522339)
+++ PKGBUILD2019-11-02 22:32:52 UTC (rev 522340)
@@ -1,24 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbformat
-pkgver=4.4.0
-pkgrel=3
-pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/nbformat;
-license=('BSD')
-depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
-md5sums=('9893bb73fedf1d7c5aa6966b65de3590')
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/nbformat-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 522339, 
jupyter-nbformat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:32:52 UTC (rev 522340)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbformat
+pkgver=4.4.0
+pkgrel=4
+pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat;
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz;)
+md5sums=('9893bb73fedf1d7c5aa6966b65de3590')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/nbformat-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:04
  Author: foutrelis
Revision: 522341

Python 3.8 rebuild

Modified:
  python-numpydoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:52 UTC (rev 522340)
+++ PKGBUILD2019-11-02 22:33:04 UTC (rev 522341)
@@ -2,7 +2,7 @@
 
 pkgname=python-numpydoc
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Numpy's Sphinx extensions"
 url="https://github.com/numpy/numpydoc;
 license=('Apache')


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:32
  Author: foutrelis
Revision: 522337

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:28 UTC (rev 522336)
+++ PKGBUILD2019-11-02 22:32:32 UTC (rev 522337)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-tubes
-pkgver=0.2.0
-pkgrel=2
-arch=(any)
-pkgdesc='A data-processing and flow-control engine for event-driven programs'
-url='https://github.com/twisted/Tubes'
-license=(MIT)
-depends=(python python-characteristic python-six python-twisted)
-makedepends=(python-setuptools)
-source=("https://github.com/twisted/tubes/archive/v$pkgver/tubes-v$pkgver.tar.gz;)
-sha512sums=('6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e')
-
-build() {
-  cd tubes-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tubes-$pkgver
-  PYTHONPATH=. trial3 tubes
-}
-
-package() {
-  cd tubes-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-tubes/repos/community-staging-any/PKGBUILD (from rev 522336, 
python-tubes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:32:32 UTC (rev 522337)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-tubes
+pkgver=0.2.0
+pkgrel=3
+arch=(any)
+pkgdesc='A data-processing and flow-control engine for event-driven programs'
+url='https://github.com/twisted/Tubes'
+license=(MIT)
+depends=(python python-characteristic python-six python-twisted)
+makedepends=(python-setuptools)
+source=("https://github.com/twisted/tubes/archive/v$pkgver/tubes-v$pkgver.tar.gz;)
+sha512sums=('6039a3059b61f8a0c84d4e10bb47d9f2bb95505b0353cb0f1eefb6942f0ad0d88c9b02ff0d48ed0300d615d3e3203c5e884990cd6d006c2f1dbd18b88fcb2e9e')
+
+build() {
+  cd tubes-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tubes-$pkgver
+  PYTHONPATH=. trial3 tubes
+}
+
+package() {
+  cd tubes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:35
  Author: felixonmars
Revision: 522338

Python 3.8 rebuild

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:32 UTC (rev 522337)
+++ PKGBUILD2019-11-02 22:32:35 UTC (rev 522338)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-nbformat
 pkgver=4.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:41
  Author: felixonmars
Revision: 522339

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/PKGBUILD
(from rev 522338, jupyter_console/trunk/PKGBUILD)
Deleted:
  jupyter_console/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:35 UTC (rev 522338)
+++ PKGBUILD2019-11-02 22:32:41 UTC (rev 522339)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter_console
-pkgver=6.0.0
-pkgrel=2
-pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
-arch=('any')
-url="https://pypi.org/project/jupyter_console/;
-license=('BSD')
-depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
- 'python-pygments' 'python-prompt_toolkit')
-makedepends=('python-setuptools')
-#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('59bbd67721a7a5eb7361967af962cc4f')
-
-build() {
-  cd "$srcdir/jupyter_console-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 522338, 
jupyter_console/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:32:41 UTC (rev 522339)
@@ -0,0 +1,27 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter_console
+pkgver=6.0.0
+pkgrel=3
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any 
language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/;
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+ 'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-setuptools')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('59bbd67721a7a5eb7361967af962cc4f')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:33:08
  Author: foutrelis
Revision: 522342

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:33:04 UTC (rev 522341)
+++ PKGBUILD2019-11-02 22:33:08 UTC (rev 522342)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-numpydoc
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="Numpy's Sphinx extensions"
-url="https://github.com/numpy/numpydoc;
-license=('Apache')
-arch=('any')
-depends=('python-sphinx' 'python-jinja')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpydoc/archive/v$pkgver.tar.gz;)
-sha512sums=('30be62f1d874553d0f05e1f96cf5f22d1c48ed869945cfeffd4a446072446a52f29a4b510bcc6e64c5d36184f0748a47269f96abc3c561179979199fb4f4e46d')
-
-build() {
-  cd numpydoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd numpydoc-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd numpydoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-numpydoc/repos/community-staging-any/PKGBUILD (from rev 522341, 
python-numpydoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:33:08 UTC (rev 522342)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-numpydoc
+pkgver=0.9.1
+pkgrel=3
+pkgdesc="Numpy's Sphinx extensions"
+url="https://github.com/numpy/numpydoc;
+license=('Apache')
+arch=('any')
+depends=('python-sphinx' 'python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpydoc/archive/v$pkgver.tar.gz;)
+sha512sums=('30be62f1d874553d0f05e1f96cf5f22d1c48ed869945cfeffd4a446072446a52f29a4b510bcc6e64c5d36184f0748a47269f96abc3c561179979199fb4f4e46d')
+
+build() {
+  cd numpydoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd numpydoc-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd numpydoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:31:53
  Author: felixonmars
Revision: 522331

Python 3.8 rebuild

Modified:
  python-qrcode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:31:40 UTC (rev 522330)
+++ PKGBUILD2019-11-02 22:31:53 UTC (rev 522331)
@@ -5,7 +5,7 @@
 
 pkgname=python-qrcode
 pkgver=6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Python library to generate QR codes'
 url='https://github.com/lincolnloop/python-qrcode'
 arch=('any')


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:31:23
  Author: felixonmars
Revision: 522328

Python 3.8 rebuild

Modified:
  libpillowfight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:31:21 UTC (rev 522327)
+++ PKGBUILD2019-11-02 22:31:23 UTC (rev 522328)
@@ -3,7 +3,7 @@
 pkgbase=libpillowfight
 pkgname=(libpillowfight python-pillowfight)
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Small library containing various image processing algorithms"
 arch=(x86_64)
 url="https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight;


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:31:34
  Author: felixonmars
Revision: 522329

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:31:23 UTC (rev 522328)
+++ PKGBUILD2019-11-02 22:31:34 UTC (rev 522329)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-persistent
-pkgname=('python-persistent' 'python2-persistent')
-pkgver=4.4.3
-pkgrel=2
-pkgdesc="Translucent persistent objects"
-arch=('x86_64')
-license=('ZPL')
-url="http://www.zope.org/Products/ZODB;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-cffi' 'python2-cffi')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-manuel' 'python2-manuel')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/persistent/archive/$pkgver.tar.gz;)
-sha512sums=('721a00c42f591cfa62813b2e2948e139a29a9e555fbe0c2732588699e36c614ad993c6b11c88229ccf94e4729e2edf8195dd54ed635f4a2ecd6e6b86d90559d8')
-
-prepare() {
-  cp -a persistent-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/persistent-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/persistent-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/persistent-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=.
-
-  cd "$srcdir"/persistent-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=.
-}
-
-package_python-persistent() {
-  depends=('python-zope-interface')
-
-  cd persistent-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-persistent() {
-  depends=('python2-zope-interface')
-
-  cd persistent-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
522328, python-persistent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:31:34 UTC (rev 522329)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-persistent
+pkgname=('python-persistent' 'python2-persistent')
+pkgver=4.4.3
+pkgrel=3
+pkgdesc="Translucent persistent objects"
+arch=('x86_64')
+license=('ZPL')
+url="http://www.zope.org/Products/ZODB;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-cffi' 'python2-cffi')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-manuel' 'python2-manuel')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/persistent/archive/$pkgver.tar.gz;)
+sha512sums=('721a00c42f591cfa62813b2e2948e139a29a9e555fbe0c2732588699e36c614ad993c6b11c88229ccf94e4729e2edf8195dd54ed635f4a2ecd6e6b86d90559d8')
+
+prepare() {
+  cp -a persistent-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/persistent-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/persistent-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/persistent-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=.
+
+  cd "$srcdir"/persistent-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=.
+}
+
+package_python-persistent() {
+  depends=('python-zope-interface')
+
+  cd persistent-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-persistent() {
+  depends=('python2-zope-interface')
+
+  cd persistent-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:32:11
  Author: felixonmars
Revision: 522334

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-02 22:32:09 UTC (rev 522333)
+++ PKGBUILD2019-11-02 22:32:11 UTC (rev 522334)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor Maintainer: Timothy Redaelli 
-# Contributor: Francois Boulogne 
-
-pkgname=python-qrcode
-pkgver=6.1
-pkgrel=3
-pkgdesc='Python library to generate QR codes'
-url='https://github.com/lincolnloop/python-qrcode'
-arch=('any')
-license=('custom')
-depends=('python-pillow' 'python-six' 'python-setuptools')
-source=(https://github.com/lincolnloop/python-qrcode/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover qrcode
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-qrcode/repos/community-staging-any/PKGBUILD (from rev 522332, 
python-qrcode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-02 22:32:11 UTC (rev 522334)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor Maintainer: Timothy Redaelli 
+# Contributor: Francois Boulogne 
+
+pkgname=python-qrcode
+pkgver=6.1
+pkgrel=4
+pkgdesc='Python library to generate QR codes'
+url='https://github.com/lincolnloop/python-qrcode'
+arch=('any')
+license=('custom')
+depends=('python-pillow' 'python-six' 'python-setuptools')
+source=(https://github.com/lincolnloop/python-qrcode/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('3af3b67959be8dd30b372145ff7b8aa1e20153c403b17c688d5a7189e3b25da872c6eee916e6d47e4f6545c87c0c0eb9af52e115353a0e8c0f73e4948ddc6829')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover qrcode
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


  1   2   3   4   >