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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:57:40
  Author: felixonmars
Revision: 523601

archrelease: copy trunk to community-staging-any

Added:
  eric/repos/community-staging-any/
  eric/repos/community-staging-any/.contrib
(from rev 523600, eric/trunk/.contrib)
  eric/repos/community-staging-any/ChangeLog
(from rev 523600, eric/trunk/ChangeLog)
  eric/repos/community-staging-any/PKGBUILD
(from rev 523600, eric/trunk/PKGBUILD)
  eric/repos/community-staging-any/fix-install-dir.patch
(from rev 523600, eric/trunk/fix-install-dir.patch)

---+
 .contrib  |7 +
 ChangeLog |  180 
 PKGBUILD  |   93 
 fix-install-dir.patch |   13 +++
 4 files changed, 293 insertions(+)

Copied: eric/repos/community-staging-any/.contrib (from rev 523600, 
eric/trunk/.contrib)
===
--- community-staging-any/.contrib  (rev 0)
+++ community-staging-any/.contrib  2019-11-04 07:57:40 UTC (rev 523601)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Copied: eric/repos/community-staging-any/ChangeLog (from rev 523600, 
eric/trunk/ChangeLog)
===
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2019-11-04 07:57:40 UTC (rev 523601)
@@ -0,0 +1,180 @@
+19.06-1:
+upstream update
+
+19.03-1:
+upstream update
+
+19.01-1:
+upstream update
+
+18.11-1:
+upstream update
+
+18.10-1:
+upstream update
+
+18.08-1:
+upstream update
+
+18.06-1:
+upstream update
+
+18.05-1:
+upstream update
+
+18.04-1:
+upstream update
+
+18.03-1:
+upstream update
+
+18.02-1:
+upstream update
+
+18.01-1:
+upstream update
+
+17.12-1:
+upstream update
+
+17.11.1-1:
+upstream update
+
+17.11-1:
+upstream update
+
+17.10-1:
+upstream update
+
+17.09-1:
+upstream update
+
+17.08-1:
+upstream update
+
+17.07-1:
+upstream update
+
+17.06-1:
+upstream update
+
+17.05-1:
+upstream update
+
+17.04.1:
+upstream update
+
+17.03.1:
+upstream update
+
+17.03:
+upstream update
+
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
+17.01-1:
+upstream update
+
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Copied: eric/repos/community-staging-any/PKGBUILD (from rev 523600, 
eric/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:57:40 UTC (rev 523601)
@@ -0,0 +1,93 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Ray Rashif 
+# Contributor: Brad Fanella 
+# See .contrib for older/other contributors
+
+pkgbase=eric
+pkgname=('eric-common' 'eric' 'python2-eric')
+pkgver=19.06
+_pkgver=19.6
+pkgrel=2
+pkgdesc="A full-featured Python and Ruby IDE in PyQt"
+arch=('any')
+url="https://eric-ide.python-projects.org/";
+license=('GPL3')
+depends=('python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-pyqtwebengine' 'python2-pyqtwebengine'
+ 'qt5-svg' 'qt5-webengine')
+source=("https://downloads.sourceforge.net/eric-ide/eric6-${_pkgver}.tar.gz";
+"fix-install-dir.patch")
+sha512sums=('91401f73c3f009265b240a4654cdc1ca6af636f6f12afa40ca59bebdf4955854212400d18e5eb5d926de6afdd904a27f68523bb52dff68b256b67b00142f3ac8'
+
'027c79e7ec4d017e1da10f9d0256fcef28033780f3bddf29b52538b6c0128ce952adf6212607379db83bd143a8851df68c592d2c142ad02d742c9b423908fc50')
+changelog=ChangeLog
+
+prepare() {
+  # fix no-apis option
+  cd "${srcdir}/eric6-${_pkgver}"
+  patch -p1 -i "${srcdir}/fix-install-dir.patch"
+  cp -r "${srcdir}/eric6-${_pkgver}"{,_py2}
+
+  cd "${srcdir}/eric6-${_pkgver}

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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:57:58
  Author: felixonmars
Revision: 523603

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:57:42 UTC (rev 523602)
+++ PKGBUILD2019-11-04 07:57:58 UTC (rev 523603)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-testing
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.7
-pkgrel=2
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz";)
-sha512sums=('8d285e64a5ec0f7df8e12e8887246f76b14a6bf8c5e1febd83afbd2baff28bc7ce98bbc4fffae69678270219fab84849b05a892cbd94674b3925623d338b0176')
-
-prepare() {
-  cp -a zope.testing-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/zope.testing-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/zope.testing-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-zope-testing() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
-
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-testing() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
-
-  cd "$srcdir/zope.testing-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testing/repos/community-staging-any/PKGBUILD (from rev 
523602, python-zope-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:57:58 UTC (rev 523603)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-testing
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.7
+pkgrel=3
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-exceptions' 
'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz";)
+sha512sums=('8d285e64a5ec0f7df8e12e8887246f76b14a6bf8c5e1febd83afbd2baff28bc7ce98bbc4fffae69678270219fab84849b05a892cbd94674b3925623d338b0176')
+
+prepare() {
+  cp -a zope.testing-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:57:42
  Author: felixonmars
Revision: 523602

Python 3.8 rebuild

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:57:40 UTC (rev 523601)
+++ PKGBUILD2019-11-04 07:57:42 UTC (rev 523602)
@@ -3,7 +3,7 @@
 pkgbase=python-zope-testing
 pkgname=('python-zope-testing' 'python2-zope-testing')
 pkgver=4.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:57:15
  Author: felixonmars
Revision: 523600

Python 3.8 rebuild

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:55:14 UTC (rev 523599)
+++ PKGBUILD2019-11-04 07:57:15 UTC (rev 523600)
@@ -7,7 +7,7 @@
 pkgname=('eric-common' 'eric' 'python2-eric')
 pkgver=19.06
 _pkgver=19.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
 url="https://eric-ide.python-projects.org/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:55:14
  Author: felixonmars
Revision: 523599

archrelease: copy trunk to community-staging-x86_64

Added:
  recoll/repos/community-staging-x86_64/
  recoll/repos/community-staging-x86_64/PKGBUILD
(from rev 523598, recoll/trunk/PKGBUILD)

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

Copied: recoll/repos/community-staging-x86_64/PKGBUILD (from rev 523598, 
recoll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:55:14 UTC (rev 523599)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.25.22
+pkgrel=2
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="https://www.lesbonscomptes.com/recoll/";
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
+'chmlib')
+makedepends=('python' 'python2-pychm' 'python-setuptools')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'python2-mutagen: Audio metadata'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
+sha256sums=('500d114952aa03c222847df8ecd0f9c58fc1d03b940df72de81e02e52ca905bc')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:55:00
  Author: felixonmars
Revision: 523598

Python 3.8 rebuild

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:53:26 UTC (rev 523597)
+++ PKGBUILD2019-11-04 07:55:00 UTC (rev 523598)
@@ -6,7 +6,7 @@
 
 pkgname=recoll
 pkgver=1.25.22
-pkgrel=1
+pkgrel=2
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
 url="https://www.lesbonscomptes.com/recoll/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:53:10
  Author: felixonmars
Revision: 523596

Python 3.8 rebuild

Modified:
  python-oslo-concurrency/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:52:11 UTC (rev 523595)
+++ PKGBUILD2019-11-04 07:53:10 UTC (rev 523596)
@@ -4,7 +4,7 @@
 pkgbase=python-oslo-concurrency
 pkgname=(python-oslo-concurrency python2-oslo-concurrency)
 pkgver=3.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenStack library for all concurrency-related code"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:53:26
  Author: felixonmars
Revision: 523597

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:53:10 UTC (rev 523596)
+++ PKGBUILD2019-11-04 07:53:26 UTC (rev 523597)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-concurrency
-pkgname=(python-oslo-concurrency python2-oslo-concurrency)
-pkgver=3.30.0
-pkgrel=2
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
- 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
-  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";)
-sha512sums=('28a8652c018025257fa6d13ce2ddf70154c4d22bb1e6e0af229ec876a33cfa3ab3c76283004a677c7a447d05d939a24e7d6d0a18cdb53aff6c87113dd4e25110')
-
-prepare() {
-  cp -a oslo.concurrency-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  stestr run || warning "1 failure about raising rlimit"
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
-}
-
-package_python-oslo-concurrency() {
-  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
-   'python-fasteners')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-oslo-concurrency() {
-  depends=('python2-six' 'python2-pbr' 'python2-oslo-config' 
'python2-oslo-i18n'
-   'python2-oslo-utils' 'python2-fasteners' 'python2-enum34')
-
-  cd "$srcdir"/oslo.concurrency-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/lockutils-wrapper{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-concurrency/repos/community-staging-any/PKGBUILD (from rev 
523596, python-oslo-concurrency/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:53:26 UTC (rev 523597)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-concurrency
+pkgname=(python-oslo-concurrency python2-oslo-concurrency)
+pkgver=3.30.0
+pkgrel=3
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-oslo-config'
+ 'python2-oslo-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-fasteners' 'python2-fasteners' 
'python2-enum34')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 
'python2-oslotest' 'python-oslo-config'
+  'python2-oslo-config' 'python-eventlet' 'python2-eventlet')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";)
+sha512sums=('28a8652c018025257fa6d13ce2ddf70154c4d22bb1e6e0af229ec876a33cfa3ab3c76283004a677c7a447d05d939a24e7d6d0a18cdb53aff6c87113dd4e25110')
+
+prepare() {
+  cp -a oslo.concurrency-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.concurrency-$pkgver
+  stestr run || warning "1 failure about raising rlimit"
+
+  cd "$srcdir"/oslo.concurrency-$pkgver-py2
+  PYTHON=python2 stestr2 run || warning "1 failure about raising rlimit"
+}
+
+package_python-oslo-concurrency() {
+  depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
+   'python-fasteners')
+
+  cd "$srcdir"/oslo.concurrency-$pkgve

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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:52:09
  Author: felixonmars
Revision: 523594

archrelease: copy trunk to community-staging-any

Added:
  urlscan/repos/community-staging-any/
  urlscan/repos/community-staging-any/PKGBUILD
(from rev 523592, urlscan/trunk/PKGBUILD)

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

Copied: urlscan/repos/community-staging-any/PKGBUILD (from rev 523592, 
urlscan/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:52:09 UTC (rev 523594)
@@ -0,0 +1,26 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=urlscan
+pkgver=0.9.4
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan";
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+'xclip: Clipboard support for X11 environments'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
+sha256sums=('fc76c3c8a852f1fbdde69faa336184b7f060b33e8e4573d6ffa8790ed6f429b6')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:52:11
  Author: felixonmars
Revision: 523595

archrelease: copy trunk to community-staging-any

Added:
  rtv/repos/community-staging-any/
  rtv/repos/community-staging-any/PKGBUILD
(from rev 523593, rtv/trunk/PKGBUILD)

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

Copied: rtv/repos/community-staging-any/PKGBUILD (from rev 523593, 
rtv/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:52:11 UTC (rev 523595)
@@ -0,0 +1,24 @@
+# Maintainer: Alad Wenter 
+# Contributor: John Jenkins twodopesha...@gmail.com
+pkgname=rtv
+pkgver=1.27.0
+pkgrel=2
+pkgdesc="Browse Reddit from your terminal"
+arch=('any')
+url="https://github.com/michael-lazar/rtv";
+license=('custom:MIT')
+makedepends=('python-setuptools')
+depends=('python-beautifulsoup4' 'python-decorator' 'python-kitchen' 
'python-six' 'python-requests')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:46
  Author: felixonmars
Revision: 523588

archrelease: copy trunk to community-staging-x86_64

Added:
  python-yara/repos/community-staging-x86_64/
  python-yara/repos/community-staging-x86_64/PKGBUILD
(from rev 523586, python-yara/trunk/PKGBUILD)

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

Copied: python-yara/repos/community-staging-x86_64/PKGBUILD (from rev 523586, 
python-yara/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:51:46 UTC (rev 523588)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Contributor: arch3y 
+
+_gitname=yara-python
+pkgbase=python-yara
+pkgname=('python-yara' 'python2-yara')
+pkgver=3.10.0
+_gitcommit=32b6a74727d456a021937f5b57a0062404884df0
+pkgrel=2
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara-python'
+arch=('x86_64')
+license=('Apache')
+makedepends=('git' 'yara' 'glibc'
+ 'python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit}";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+  git describe --always | sed 's/^v//;s/-/./g'
+}
+
+prepare() {
+  cp -a ${pkgbase}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd ${pkgbase}
+python setup.py build --dynamic-linking
+  )
+  msg2 'Building python2...'
+  (cd ${pkgbase}-py2
+python2 setup.py build --dynamic-linking
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd ${pkgbase}
+local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python tests.py
+  )
+  msg2 'Checking python2...'
+  (cd ${pkgbase}-py2
+local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python2 tests.py
+  )
+}
+
+package_python-yara() {
+  depends=('python' 'yara' 'glibc')
+  cd ${pkgbase}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+package_python2-yara() {
+  depends=('python2' 'yara' 'glibc')
+  cd ${pkgbase}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:52:03
  Author: felixonmars
Revision: 523593

archrelease: copy trunk to community-staging-x86_64

Added:
  fpylll/repos/community-staging-x86_64/
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 523591, fpylll/trunk/PKGBUILD)

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

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 523591, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:52:03 UTC (rev 523593)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=(python-fpylll python2-fpylll)
+pkgver=0.4.1dev
+pkgrel=3
+pkgdesc="A Python interface for fplll"
+arch=(x86_64)
+url="https://github.com/fplll/fpylll";
+license=(GPL2)
+makedepends=(fplll python-numpy python-cysignals cython python2-numpy 
python2-cysignals cython2)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz";)
+sha256sums=('b2024cb3b03ebd2ca64f4ccea1a38110dc51d38ff62ad720de598ef23946a7eb')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-fpylll() {
+  depends=(fplll python-numpy python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python2-fpylll() {
+  depends=(fplll python2-numpy python2-cysignals)
+  optdepends=('sagemath: use Sage integers implementation')  
+  conflicts=(fpylll)
+  provides=(fpylll)
+  replaces=(fpylll)
+
+  cd $pkgbase-$pkgver-py2 
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:54
  Author: felixonmars
Revision: 523590

Python 3.8 rebuild

Modified:
  urlscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:51:48 UTC (rev 523589)
+++ PKGBUILD2019-11-04 07:51:54 UTC (rev 523590)
@@ -2,7 +2,7 @@
 
 pkgname=urlscan
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan";
 arch=('any')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:48
  Author: felixonmars
Revision: 523589

Python 3.8 rebuild

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:51:46 UTC (rev 523588)
+++ PKGBUILD2019-11-04 07:51:48 UTC (rev 523589)
@@ -3,7 +3,7 @@
 pkgbase=fpylll
 pkgname=(python-fpylll python2-fpylll)
 pkgver=0.4.1dev
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python interface for fplll"
 arch=(x86_64)
 url="https://github.com/fplll/fpylll";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:56
  Author: felixonmars
Revision: 523591

Python 3.8 rebuild

Modified:
  rtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:51:54 UTC (rev 523590)
+++ PKGBUILD2019-11-04 07:51:56 UTC (rev 523591)
@@ -2,7 +2,7 @@
 # Contributor: John Jenkins twodopesha...@gmail.com
 pkgname=rtv
 pkgver=1.27.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Browse Reddit from your terminal"
 arch=('any')
 url="https://github.com/michael-lazar/rtv";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:32
  Author: felixonmars
Revision: 523586

Python 3.8 rebuild

Modified:
  python-yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:50:48 UTC (rev 523585)
+++ PKGBUILD2019-11-04 07:51:32 UTC (rev 523586)
@@ -6,7 +6,7 @@
 pkgname=('python-yara' 'python2-yara')
 pkgver=3.10.0
 _gitcommit=32b6a74727d456a021937f5b57a0062404884df0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara-python'
 arch=('x86_64')


[arch-commits] Commit in lightdm-gtk-greeter-settings/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:52:00
  Author: felixonmars
Revision: 523592

archrelease: copy trunk to community-staging-any

Added:
  lightdm-gtk-greeter-settings/repos/community-staging-any/
  lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD
(from rev 523589, lightdm-gtk-greeter-settings/trunk/PKGBUILD)

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

Copied: lightdm-gtk-greeter-settings/repos/community-staging-any/PKGBUILD (from 
rev 523589, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:52:00 UTC (rev 523592)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Arthur Zamarin 
+# Contributor: andrew.p 
+
+pkgname=lightdm-gtk-greeter-settings
+pkgver=1.2.2
+pkgrel=4
+pkgdesc='Settings editor for the LightDM GTK+ Greeter'
+arch=('any')
+url='https://launchpad.net/lightdm-gtk-greeter-settings'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
+makedepends=('python-distutils-extra')
+source=("https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz";)
+sha256sums=('4364d8b25b23d2ef4856d19724fd6c67de9a2d3c1b3833f7a5441145fd39dcb7')
+
+build() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --xfce-integration
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lightdm-gtk-greeter-settings/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:51:43
  Author: felixonmars
Revision: 523587

Python 3.8 rebuild

Modified:
  lightdm-gtk-greeter-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:51:32 UTC (rev 523586)
+++ PKGBUILD2019-11-04 07:51:43 UTC (rev 523587)
@@ -4,7 +4,7 @@
 
 pkgname=lightdm-gtk-greeter-settings
 pkgver=1.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Settings editor for the LightDM GTK+ Greeter'
 arch=('any')
 url='https://launchpad.net/lightdm-gtk-greeter-settings'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:50:48
  Author: felixonmars
Revision: 523585

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-black/repos/community-staging-any/PKGBUILD
(from rev 523584, python-pytest-black/trunk/PKGBUILD)
Deleted:
  python-pytest-black/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:50:32 UTC (rev 523584)
+++ PKGBUILD2019-11-04 07:50:48 UTC (rev 523585)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-black
-pkgver=0.3.7
-pkgrel=2
-pkgdesc="A pytest plugin to enable format checking with black"
-arch=('any')
-license=('MIT')
-url="https://github.com/shopkeep/pytest-black/";
-depends=('python-black' 'python-pytest')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz";)
-sha512sums=('2dfd4fb020c29eddcb21a2311f3e0b2ca8b6f2406de057d48cf574aa108136d9a59e252f7e364892fdaf83e2a326d94d718278208b312bbaf46e3033d19b1af7')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-black-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-black-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-black-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pytest-black/repos/community-staging-any/PKGBUILD (from rev 
523584, python-pytest-black/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:50:48 UTC (rev 523585)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-black
+pkgver=0.3.7
+pkgrel=3
+pkgdesc="A pytest plugin to enable format checking with black"
+arch=('any')
+license=('MIT')
+url="https://github.com/shopkeep/pytest-black/";
+depends=('python-black' 'python-pytest')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz";)
+sha512sums=('2dfd4fb020c29eddcb21a2311f3e0b2ca8b6f2406de057d48cf574aa108136d9a59e252f7e364892fdaf83e2a326d94d718278208b312bbaf46e3033d19b1af7')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-black-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-black-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-black-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:50:32
  Author: felixonmars
Revision: 523584

Python 3.8 rebuild

Modified:
  python-pytest-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:50:26 UTC (rev 523583)
+++ PKGBUILD2019-11-04 07:50:32 UTC (rev 523584)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-black
 pkgver=0.3.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A pytest plugin to enable format checking with black"
 arch=('any')
 license=('MIT')


[arch-commits] Commit in python-quart-cors/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:50:26
  Author: felixonmars
Revision: 523583

archrelease: copy trunk to community-staging-any

Added:
  python-quart-cors/repos/community-staging-any/
  python-quart-cors/repos/community-staging-any/PKGBUILD
(from rev 523582, python-quart-cors/trunk/PKGBUILD)

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

Copied: python-quart-cors/repos/community-staging-any/PKGBUILD (from rev 
523582, python-quart-cors/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:50:26 UTC (rev 523583)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart-cors
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access 
control, support'
+url=https://gitlab.com/pgjones/quart-cors
+arch=(any)
+license=(MIT)
+depends=(
+  python
+  python-quart
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+source=(git+https://gitlab.com/pgjones/quart-cors.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd quart-cors
+
+  python setup.py build
+}
+
+check() {
+  cd quart-cors
+
+  tox -e py38
+}
+
+package() {
+  cd quart-cors
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart-cors/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:50:12
  Author: felixonmars
Revision: 523582

Python 3.8 rebuild

Modified:
  python-quart-cors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:49:32 UTC (rev 523581)
+++ PKGBUILD2019-11-04 07:50:12 UTC (rev 523582)
@@ -2,7 +2,7 @@
 
 pkgname=python-quart-cors
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access 
control, support'
 url=https://gitlab.com/pgjones/quart-cors
 arch=(any)


[arch-commits] Commit in python-nose-cover3/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:49:32
  Author: felixonmars
Revision: 523581

archrelease: copy trunk to community-staging-any

Added:
  python-nose-cover3/repos/community-staging-any/
  python-nose-cover3/repos/community-staging-any/PKGBUILD
(from rev 523580, python-nose-cover3/trunk/PKGBUILD)

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

Copied: python-nose-cover3/repos/community-staging-any/PKGBUILD (from rev 
523580, python-nose-cover3/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:49:32 UTC (rev 523581)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-nose-cover3
+pkgver=0.1.0
+pkgrel=5
+pkgdesc="Coverage 3.x support for Nose"
+arch=(any)
+url="https://github.com/ask/nosecover3";
+license=('LGPL')
+options=('!emptydirs')
+depends=('python-nose' 'python-coverage')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/ask/nosecover3.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+package() {
+  cd nosecover3
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:49:02
  Author: felixonmars
Revision: 523579

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:48:46 UTC (rev 523578)
+++ PKGBUILD2019-11-04 07:49:02 UTC (rev 523579)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-manuel
-pkgname=('python-manuel' 'python2-manuel')
-pkgver=1.10.1
-pkgrel=2
-pkgdesc="Manuel lets you build tested documentation"
-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";)
-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')
-
-  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
-}

Copied: python-manuel/repos/community-staging-any/PKGBUILD (from rev 523578, 
python-manuel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:49:02 UTC (rev 523579)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-manuel
+pkgver=1.10.1
+pkgrel=3
+pkgdesc="Manuel lets you build tested documentation"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/manuel";
+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
+}
+
+check() {
+  cd manuel-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd manuel-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:48:46
  Author: felixonmars
Revision: 523578

Python 3.8 rebuild

Modified:
  python-manuel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:48:18 UTC (rev 523577)
+++ PKGBUILD2019-11-04 07:48:46 UTC (rev 523578)
@@ -2,7 +2,7 @@
 
 pkgname=python-manuel
 pkgver=1.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Manuel lets you build tested documentation"
 arch=('any')
 license=('Apache')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:49:18
  Author: felixonmars
Revision: 523580

Python 3.8 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:49:02 UTC (rev 523579)
+++ PKGBUILD2019-11-04 07:49:18 UTC (rev 523580)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-cover3
 pkgver=0.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:48:24
  Author: felixonmars
Revision: 366694

archrelease: copy trunk to staging-x86_64

Added:
  gitg/repos/staging-x86_64/
  gitg/repos/staging-x86_64/PKGBUILD
(from rev 366693, gitg/trunk/PKGBUILD)

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

Copied: gitg/repos/staging-x86_64/PKGBUILD (from rev 366693, 
gitg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-04 07:48:24 UTC (rev 366694)
@@ -0,0 +1,40 @@
+# Contributor: Eric BĂ©langer 
+
+pkgname=gitg
+pkgver=3.32.1
+pkgrel=2
+epoch=1
+pkgdesc="GNOME GUI client to view git repositories"
+url="https://wiki.gnome.org/Apps/Gitg";
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject
+ libdazzle)
+makedepends=(gobject-introspection git meson vala)
+_commit=3bb93630770dbc8859017f59aa67fab1e19843a3  # tags/v3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:48:11
  Author: felixonmars
Revision: 366693

Python 3.8 rebuild

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:42:05 UTC (rev 366692)
+++ PKGBUILD2019-11-04 07:48:11 UTC (rev 366693)
@@ -2,7 +2,7 @@
 
 pkgname=gitg
 pkgver=3.32.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="GNOME GUI client to view git repositories"
 url="https://wiki.gnome.org/Apps/Gitg";


[arch-commits] Commit in kea/repos (8 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:48:18
  Author: felixonmars
Revision: 523577

archrelease: copy trunk to community-staging-x86_64

Added:
  kea/repos/community-staging-x86_64/
  kea/repos/community-staging-x86_64/PKGBUILD
(from rev 523575, kea/trunk/PKGBUILD)
  kea/repos/community-staging-x86_64/fix-scripts-include-path.patch
(from rev 523575, kea/trunk/fix-scripts-include-path.patch)
  kea/repos/community-staging-x86_64/kea-ctrl-agent.service
(from rev 523575, kea/trunk/kea-ctrl-agent.service)
  kea/repos/community-staging-x86_64/kea-dhcp-ddns.service
(from rev 523575, kea/trunk/kea-dhcp-ddns.service)
  kea/repos/community-staging-x86_64/kea-dhcp4.service
(from rev 523576, kea/trunk/kea-dhcp4.service)
  kea/repos/community-staging-x86_64/kea-dhcp6.service
(from rev 523576, kea/trunk/kea-dhcp6.service)
  kea/repos/community-staging-x86_64/tmpfiles-kea.conf
(from rev 523576, kea/trunk/tmpfiles-kea.conf)

+
 PKGBUILD   |   79 +++
 fix-scripts-include-path.patch |  266 +++
 kea-ctrl-agent.service |   14 ++
 kea-dhcp-ddns.service  |   13 +
 kea-dhcp4.service  |   14 ++
 kea-dhcp6.service  |   14 ++
 tmpfiles-kea.conf  |1 
 7 files changed, 401 insertions(+)

Copied: kea/repos/community-staging-x86_64/PKGBUILD (from rev 523575, 
kea/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:48:18 UTC (rev 523577)
@@ -0,0 +1,79 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: nfnty
+pkgname='kea'
+pkgver=1.5.0
+_upstreamver=1.5.0
+pkgrel=6
+pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
+arch=('x86_64')
+url='https://kea.isc.org'
+license=('MPL2')
+depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 
'postgresql-libs')
+makedepends=('boost'
+ 'postgresql' # Needed for some headers
+ 'python') # kea-shell
+optdepends=('mariadb: lease information database'
+'postgresql: lease information database'
+'python: to use kea-shell'
+'kea-devel-docs: developer documentation')
+# Checks are disabled for now
+#checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # 
procps-ng needed for 'pgrep'
+backup=('etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 
'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 
'etc/kea/keactrl.conf') # New config files as of Kea 1.3
+
+source=(https://ftp.isc.org/isc/kea/${_upstreamver}/kea-${_upstreamver}.tar.gz{,.asc}
+fix-scripts-include-path.patch
+tmpfiles-kea.conf
+kea-dhcp4.service
+kea-dhcp6.service
+kea-dhcp-ddns.service
+kea-ctrl-agent.service)
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
+'SKIP'
+
'337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
+
'702a5dc19d1ed8fbe21aa9a4c09297eff9c9a3f6f1b178af8101a655b18b70c9e1dafd032063e31b2592d276e80c9bd4d2d51d8e1f74f67931fd290be6c0'
+
'1b62dace9f9a955b21c5dd5b5466fb3a4f1d8057ad2a30ea89e222a769dc721ad2fe4913c41ec407e018b1b38ddde757e9b7b8fc12d4763ddde077a0abb0c971'
+
'8f0e8d059338c415ae322e971e243b259d9b2ef7d37b6be57b409bf5f0f3392e519c9bb94c5b548021d000b944a5da82096608cd9ff3ee58061059ad519b0068'
+
'9ab05b580f3b206d127514e158a445146a765ba4bf760daa93bcf29ec9d816dbdd08a497b5a4bba67645f4cc79b210fed8d1defa9daefc48175a654738927d31'
+
'db329fd83e458e4a77f6df8569074088bed152ffc1a188059d868d7178a6d3530efe368ce870a2e0be894f87fa0e5ba43562bdc3ad6372ddfcfedae37c90f491')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems 
Consortium, Inc. (Signing key, 2017-2018) 
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # The include path is set incorrectly (it uses undefined $prefix instead of 
/usr).
+  # Also, it fallbacks to the absolute path inside the chrooted build dir,
+  # which will certainly not exist on the target system...
+  patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  autoreconf --install
+  ./configure \
+  --prefix='/usr' \
+  --sbindir='/usr/bin' \
+  --libexecdir='/usr/bin' \
+  --sysconfdir='/etc' \
+  --localstatedir='/var' \
+  --with-dhcp-mysql \
+  --with-dhcp-pgsql \
+  --enable-shell
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${_upstreamver}"
+  # Disable for now, some tests fail (for instance dhcp-ddns.sigterm_test)
+  #make check
+}
+
+package() {
+  cd "${srcdir}/kea-${_upstreamver}"
+  make DEST

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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:47:59
  Author: felixonmars
Revision: 523576

archrelease: copy trunk to community-staging-any

Added:
  rstcheck/repos/community-staging-any/
  rstcheck/repos/community-staging-any/PKGBUILD
(from rev 523575, rstcheck/trunk/PKGBUILD)

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

Copied: rstcheck/repos/community-staging-any/PKGBUILD (from rev 523575, 
rstcheck/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:47:59 UTC (rev 523576)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=rstcheck
+pkgver=3.3.1
+pkgrel=3
+pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
+arch=('any')
+url=https://github.com/myint/rstcheck
+license=('MIT')
+depends=('python-docutils' 'python-setuptools')
+optdepends=('python-sphinx: Sphinx support')
+source=("https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-$pkgver.tar.gz";)
+sha512sums=('d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5')
+
+build() {
+  cd rstcheck-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd rstcheck-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/rstcheck LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:47:46
  Author: felixonmars
Revision: 523575

Python 3.8 rebuild

Modified:
  rstcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:47:44 UTC (rev 523574)
+++ PKGBUILD2019-11-04 07:47:46 UTC (rev 523575)
@@ -2,7 +2,7 @@
 
 pkgname=rstcheck
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
 arch=('any')
 url=https://github.com/myint/rstcheck


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:47:44
  Author: felixonmars
Revision: 523574

Python 3.8 rebuild

Modified:
  kea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:47:11 UTC (rev 523573)
+++ PKGBUILD2019-11-04 07:47:44 UTC (rev 523574)
@@ -3,7 +3,7 @@
 pkgname='kea'
 pkgver=1.5.0
 _upstreamver=1.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting 
both DHCPv4 and DHCPv6'
 arch=('x86_64')
 url='https://kea.isc.org'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:46:56
  Author: felixonmars
Revision: 523571

Python 3.8 rebuild

Modified:
  python-xlrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:46:48 UTC (rev 523570)
+++ PKGBUILD2019-11-04 07:46:56 UTC (rev 523571)
@@ -6,7 +6,7 @@
 
 pkgname='python-xlrd'
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files"
 arch=('any')
 url="http://www.python-excel.org/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:46:48
  Author: felixonmars
Revision: 523570

Python 3.8 rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:46:09 UTC (rev 523569)
+++ PKGBUILD2019-11-04 07:46:48 UTC (rev 523570)
@@ -4,7 +4,7 @@
 
 pkgname=python-pytables
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 arch=(x86_64)
 url="https://www.pytables.org";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:47:01
  Author: felixonmars
Revision: 523572

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pytables/repos/community-staging-x86_64/
  python-pytables/repos/community-staging-x86_64/PKGBUILD
(from rev 523570, python-pytables/trunk/PKGBUILD)

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

Copied: python-pytables/repos/community-staging-x86_64/PKGBUILD (from rev 
523570, python-pytables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:47:01 UTC (rev 523572)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Bruno Pagani 
+# Contributor: Sebastien Binet 
+
+pkgname=python-pytables
+pkgver=3.6.1
+pkgrel=2
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+arch=(x86_64)
+url="https://www.pytables.org";
+license=("BSD")
+depends=(blosc lzo hdf5 python-numexpr)
+makedepends=(python-setuptools cython)
+source=("https://github.com/PyTables/PyTables/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('4cea86bab5bcb5423a07c7951b8c65e24b674e0dcec0e448d434829eff5f18d0')
+
+build() {
+  cd PyTables-${pkgver}
+  python setup.py build --blosc=/usr --lzo=/usr --hdf5=/usr --bzip2=/usr
+}
+
+package() {
+  cd PyTables-${pkgver}
+  python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:47:11
  Author: felixonmars
Revision: 523573

archrelease: copy trunk to community-staging-any

Added:
  python-xlrd/repos/community-staging-any/
  python-xlrd/repos/community-staging-any/PKGBUILD
(from rev 523572, python-xlrd/trunk/PKGBUILD)

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

Copied: python-xlrd/repos/community-staging-any/PKGBUILD (from rev 523572, 
python-xlrd/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:47:11 UTC (rev 523573)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Aaron DeVore 
+# Contributor: tocer 
+# Contributor: Piotr Beling 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname='python-xlrd'
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files"
+arch=('any')
+url="http://www.python-excel.org/";
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python')
+source=("https://github.com/python-excel/xlrd/archive/${pkgver}.tar.gz";)
+sha1sums=('95bb16f909d8cc58f2fbde056c0e5b11661acb12')
+
+build() {
+  cd "$srcdir"/xlrd-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/xlrd-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "docs/licenses.rst" 
"$pkgdir/usr/share/licenses/$pkgname/licenses.rst"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:46:09
  Author: felixonmars
Revision: 523569

archrelease: copy trunk to community-staging-x86_64

Added:
  python-http-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 523568, python-http-parser/trunk/PKGBUILD)
Deleted:
  python-http-parser/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:45:50 UTC (rev 523568)
+++ PKGBUILD2019-11-04 07:46:09 UTC (rev 523569)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-http-parser
-pkgname=('python-http-parser' 'python2-http-parser')
-pkgver=0.8.3
-pkgrel=4
-pkgdesc="HTTP request/response parser for Python"
-arch=('x86_64')
-license=('MIT')
-url="https://github.com/benoitc/http-parser";
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/benoitc/http-parser.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  rm http-parser/http_parser/parser.c
-  cp -a http-parser{,-py2}
-}
-
-build() {
-  cd "$srcdir/http-parser"
-  python setup.py build
-
-  cd "$srcdir/http-parser-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/http-parser"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" \
-  py.test testing/
-
-  cd "$srcdir/http-parser-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" \
-  py.test2 testing/
-}
-
-package_python-http-parser() {
-  depends=('python')
-
-  cd http-parser
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-http-parser() {
-  depends=('python2')
-
-  cd http-parser-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-http-parser/repos/community-staging-x86_64/PKGBUILD (from rev 
523568, python-http-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:46:09 UTC (rev 523569)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-http-parser
+pkgname=('python-http-parser' 'python2-http-parser')
+pkgver=0.8.3
+pkgrel=5
+pkgdesc="HTTP request/response parser for Python"
+arch=('x86_64')
+license=('MIT')
+url="https://github.com/benoitc/http-parser";
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/benoitc/http-parser.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  rm http-parser/http_parser/parser.c
+  cp -a http-parser{,-py2}
+}
+
+build() {
+  cd "$srcdir/http-parser"
+  python setup.py build
+
+  cd "$srcdir/http-parser-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/http-parser"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" \
+  py.test testing/
+
+  cd "$srcdir/http-parser-py2"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" \
+  py.test2 testing/
+}
+
+package_python-http-parser() {
+  depends=('python')
+
+  cd http-parser
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-http-parser() {
+  depends=('python2')
+
+  cd http-parser-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:45:50
  Author: felixonmars
Revision: 523568

Python 3.8 rebuild

Modified:
  python-http-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:45:30 UTC (rev 523567)
+++ PKGBUILD2019-11-04 07:45:50 UTC (rev 523568)
@@ -3,7 +3,7 @@
 pkgbase=python-http-parser
 pkgname=('python-http-parser' 'python2-http-parser')
 pkgver=0.8.3
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP request/response parser for Python"
 arch=('x86_64')
 license=('MIT')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:45:30
  Author: felixonmars
Revision: 523567

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:45:14 UTC (rev 523566)
+++ PKGBUILD2019-11-04 07:45:30 UTC (rev 523567)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=autopep8
-pkgname=(autopep8 python2-autopep8)
-pkgver=1.4.4
-pkgrel=2
-epoch=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="https://github.com/hhatto/autopep8";
-license=('MIT')
-makedepends=('python-pycodestyle' 'python2-pycodestyle')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz";)
-sha512sums=('ad47b1f3b2aabb4383ef12fb774dcb8d967e489e1a24391b62e7253036b91b45948a9d18e6db91cff844b050f75d31fd266767022744fbdbe2e7ee7caef51abb')
-
-prepare() {
-  cp -a autopep8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/autopep8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/autopep8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/autopep8-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/autopep8-$pkgver-py2
-  python2 setup.py test
-}
-
-package_autopep8() {
-  depends=('python-pycodestyle')
-
-  cd autopep8-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-autopep8() {
-  depends=('python2-pycodestyle')
-
-  cd autopep8-$pkgver-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  mv "$pkgdir"/usr/bin/autopep8{,-python2}
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-staging-any/PKGBUILD (from rev 523566, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:45:30 UTC (rev 523567)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgbase=autopep8
+pkgname=(autopep8 python2-autopep8)
+pkgver=1.4.4
+pkgrel=3
+epoch=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="https://github.com/hhatto/autopep8";
+license=('MIT')
+makedepends=('python-pycodestyle' 'python2-pycodestyle')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hhatto/autopep8/archive/v$pkgver.tar.gz";)
+sha512sums=('ad47b1f3b2aabb4383ef12fb774dcb8d967e489e1a24391b62e7253036b91b45948a9d18e6db91cff844b050f75d31fd266767022744fbdbe2e7ee7caef51abb')
+
+prepare() {
+  cp -a autopep8-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/autopep8-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/autopep8-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/autopep8-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/autopep8-$pkgver-py2
+  python2 setup.py test
+}
+
+package_autopep8() {
+  depends=('python-pycodestyle')
+
+  cd autopep8-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-autopep8() {
+  depends=('python2-pycodestyle')
+
+  cd autopep8-$pkgver-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  mv "$pkgdir"/usr/bin/autopep8{,-python2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:45:12
  Author: felixonmars
Revision: 523565

archrelease: copy trunk to community-staging-any

Added:
  python-pywal/repos/community-staging-any/
  python-pywal/repos/community-staging-any/PKGBUILD
(from rev 523564, python-pywal/trunk/PKGBUILD)

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

Copied: python-pywal/repos/community-staging-any/PKGBUILD (from rev 523564, 
python-pywal/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:45:12 UTC (rev 523565)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud  
+# Contributor: Sean Haugh 
+
+pkgname=python-pywal
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Generate and change colorschemes on the fly"
+arch=('any')
+url="https://github.com/dylanaraps/pywal/";
+license=('MIT')
+depends=('python' 'imagemagick' 'python-setuptools')
+optdepends=('feh: set wallpaper'
+'nitrogen: set wallpaper'
+   'python2: reload gtk2 themes on the fly')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz";
+   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/dylanaraps/pywal/releases/download/${pkgver}/${pkgver}.tar.gz.asc";)
+validpgpkeys=("155DC67DC25496572CDD608FF635E931C2834999")
+sha256sums=('fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189'
+'SKIP')
+
+build(){
+  cd "pywal-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pywal-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "pywal-${pkgver}"
+  python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 
--skip-build
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:29
  Author: felixonmars
Revision: 523563

archrelease: copy trunk to community-staging-any

Added:
  reprotest/repos/community-staging-any/
  reprotest/repos/community-staging-any/PKGBUILD
(from rev 523561, reprotest/trunk/PKGBUILD)

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

Copied: reprotest/repos/community-staging-any/PKGBUILD (from rev 523561, 
reprotest/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:44:29 UTC (rev 523563)
@@ -0,0 +1,42 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: kpcyrd 
+
+pkgname=('reprotest')
+pkgver=0.7.10
+pkgrel=2
+pkgdesc="Run a process twice and check the output for reproducibility"
+arch=('any')
+license=('GPL3')
+url="https://salsa.debian.org/reproducible-builds/reprotest";
+depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 
'python-distro' 'libfaketime')
+makedepends=('help2man' 'python-docutils' 'git')
+checkdepends=('python-pytest' 'disorderfs')
+optdepends=(
+'disorderfs: to enable the shuffle-dirents option'
+'python-progressbar: to show a progress bar during diffoscope')
+source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
+  "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
+  "8B7868786C33E5C64C4D0A480816B9E18C762BAD" # Mattia Rizzolo
+  "B8BF54137B09D35CF026FE9D091AB856069AAA1C") # Holger Levsen
+
+build() {
+  cd "$srcdir/${pkgname}"
+  python setup.py build
+
+  make -C doc
+}
+
+check() {
+  cd "$srcdir/${pkgname}"
+  # real reprotest tests don't run in a chroot.
+  PYTHONPATH=".:${PYTHONPATH}" py.test tests/test_shell.py 
tests/test_mdiffconf.py
+}
+
+package() {
+  cd "$srcdir/${pkgname}"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644  doc/reprotest.1 "${pkgdir}/usr/share/man/man1/reprotest.1"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:59
  Author: felixonmars
Revision: 523564

Python 3.8 rebuild

Modified:
  python-pywal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:44:29 UTC (rev 523563)
+++ PKGBUILD2019-11-04 07:44:59 UTC (rev 523564)
@@ -3,7 +3,7 @@
 
 pkgname=python-pywal
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate and change colorschemes on the fly"
 arch=('any')
 url="https://github.com/dylanaraps/pywal/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:45:14
  Author: felixonmars
Revision: 523566

Python 3.8 rebuild

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:45:12 UTC (rev 523565)
+++ PKGBUILD2019-11-04 07:45:14 UTC (rev 523566)
@@ -5,7 +5,7 @@
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
 pkgver=1.4.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:28
  Author: felixonmars
Revision: 523562

archrelease: copy trunk to community-staging-x86_64

Added:
  distorm/repos/community-staging-x86_64/
  distorm/repos/community-staging-x86_64/PKGBUILD
(from rev 523561, distorm/trunk/PKGBUILD)

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

Copied: distorm/repos/community-staging-x86_64/PKGBUILD (from rev 523561, 
distorm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:44:28 UTC (rev 523562)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mike Sampson 
+# Contributor: Dmitry A. Ilyashevich 
+
+pkgbase=distorm
+pkgname=('distorm' 'python-distorm' 'python2-distorm')
+pkgver=3.4.1
+pkgrel=2
+pkgdesc='Powerful disassembler library for x86/AMD64'
+url='https://github.com/gdabah/distorm'
+arch=('x86_64')
+license=('BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'glibc')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
+sha512sums=('0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+  sed -e '1i#!/usr/bin/env python' -i 
${pkgbase}-${pkgver}/examples/python/sample.py
+  sed -e '1i#!/usr/bin/env python2' -i 
${pkgbase}-${pkgver}-py2/examples/python/sample.py
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+make -C make/linux CFLAGS="${CFLAGS} ${CPPFLAGS} -fPIC"
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_distorm() {
+  depends=('glibc')
+  provides=('libdistorm3.so')
+  cd ${pkgbase}-${pkgver}
+  make -C make/linux PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sf "/usr/lib/libdistorm3.so.$(grep 'LIB_R_VERSION =' 
make/linux/Makefile|cut -d' ' -f3)" "${pkgdir}/usr/lib/libdistorm3.so"
+}
+
+package_python-distorm() {
+  depends=('python')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-distorm() {
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 examples/python/sample.py -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:02
  Author: felixonmars
Revision: 523557

Python 3.8 rebuild

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:43:55 UTC (rev 523556)
+++ PKGBUILD2019-11-04 07:44:02 UTC (rev 523557)
@@ -5,7 +5,7 @@
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
 pkgver=2019.1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:03
  Author: felixonmars
Revision: 523558

archrelease: copy trunk to community-staging-any

Added:
  python-xapp/repos/community-staging-any/
  python-xapp/repos/community-staging-any/PKGBUILD
(from rev 523556, python-xapp/trunk/PKGBUILD)

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

Copied: python-xapp/repos/community-staging-any/PKGBUILD (from rev 523556, 
python-xapp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:44:03 UTC (rev 523558)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Balló György 
+
+pkgbase=python-xapp
+pkgname=(python-xapp python2-xapp)
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Python Xapp Library"
+arch=('any')
+url="https://github.com/linuxmint/${pkgbase}";
+license=('LGPL')
+makedepends=('python' 'python2')
+source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('4418f3fc38ff8bf6993de1b7b9358bce16bef61832814147ae89f2bfc530244308bf270df98c10e451e97f017f766cb9106e143c608fbd8a7350ef5423cefc98')
+
+build(){
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-xapp() {
+  depends=('python' 'python-psutil')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-xapp() {
+  depends=('python2' 'python2-psutil')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:43:55
  Author: felixonmars
Revision: 523556

archrelease: copy trunk to community-staging-x86_64

Added:
  python-sane/repos/community-staging-x86_64/
  python-sane/repos/community-staging-x86_64/PKGBUILD
(from rev 523555, python-sane/trunk/PKGBUILD)

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

Copied: python-sane/repos/community-staging-x86_64/PKGBUILD (from rev 523555, 
python-sane/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:43:55 UTC (rev 523556)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-sane
+pkgname=(python-sane python2-sane)
+pkgver=2.8.3
+pkgrel=3
+pkgdesc="Python interface to the SANE scanner and frame grabber."
+arch=('x86_64')
+url="https://python-sane.readthedocs.io/en/latest/";
+license=('MIT')
+depends=('sane')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-pillow/Sane/archive/v${pkgver}.tar.gz";)
+sha256sums=('1c3aa1c246007e9e6f7b11ca2c98256ebefed66f4ff13dcf38179c721677022f')
+
+build() {
+  cd "${srcdir}"/Sane-${pkgver}
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-sane() {
+  depends+=('python')
+  cd "${srcdir}"/Sane-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_python2-sane() {
+  depends+=('python2')
+  cd "${srcdir}"/Sane-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in python-pyopencl/repos (3 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:21
  Author: felixonmars
Revision: 523561

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 523558, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 523559, python-pyopencl/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 
 PKGBUILD|   54 ++
 2 files changed, 74 insertions(+)

Copied: python-pyopencl/repos/community-staging-x86_64/LICENSE.txt (from rev 
523558, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-x86_64/LICENSE.txt(rev 0)
+++ community-staging-x86_64/LICENSE.txt2019-11-04 07:44:21 UTC (rev 
523561)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-staging-x86_64/PKGBUILD (from rev 
523559, python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:44:21 UTC (rev 523561)
@@ -0,0 +1,54 @@
+# Maintianer: Santiago Torres-Arias 
+# Contributor: Stéphane Gaudreault 
+
+_pypiname=pyopencl
+pkgbase=python-pyopencl
+pkgname=('python-pyopencl' 'pyopencl-headers')
+pkgver=2019.1.1
+pkgrel=2
+epoch=1
+pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
+arch=('x86_64')
+url="https://mathema.tician.de/software/pyopencl";
+license=('MIT' 'Apache' 'BSD')
+depends=('opencl-icd-loader' 'opencl-headers' 'mesa' 'boost-libs')
+makedepends=('ctags' 'boost' 'python-setuptools' 'python2-setuptools' 
'python-mako' 'python2-mako'
+ 'python-numpy' 'python2-numpy' 'python-cffi' 'python2-cffi' 'git' 
'pybind11')
+checkdepends=('python-six' 'python2-six' 'python-appdirs' 'python2-appdirs'
+'python-pytest' 'python-pytools')
+source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver}";)
+validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke
+sha1sums=('SKIP')
+
+build() {
+cd "pyopencl"
+git submodule init && git submodule update
+python3 ./configure.py --python-exe=python3 --cl-pretend-version=1.2 # 
--boost-python-libname=boost_python3
+make
+}
+
+check(){
+# INFO: to avoid a PLATFORM_NOT_FOUND_KHR error here, you would have to 
install
+# the driver of your specific video card in here
+# checkdepends+=('amdgpu')
+cd pyopencl
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8/" make tests
+}
+
+package_python-pyopencl() {
+depends+=('python' 'python-numpy' 'python-mako' 'python-pytools' 
'pyopencl-headers' 'python-setuptools' 'python-cffi')
+
+cd pyopencl
+python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+rm -fr "${pkgdir}"/usr/include
+
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_pyopencl-headers() {
+cd pyopencl
+ 
+install -Dm644 pyopencl/cl/*.cl -t "${pkgdir}"/usr/include/pyopencl 
+install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:13
  Author: felixonmars
Revision: 523559

Python 3.8 rebuild

Modified:
  distorm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:44:03 UTC (rev 523558)
+++ PKGBUILD2019-11-04 07:44:13 UTC (rev 523559)
@@ -5,7 +5,7 @@
 pkgbase=distorm
 pkgname=('distorm' 'python-distorm' 'python2-distorm')
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful disassembler library for x86/AMD64'
 url='https://github.com/gdabah/distorm'
 arch=('x86_64')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:43:41
  Author: felixonmars
Revision: 523554

Python 3.8 rebuild

Modified:
  python-sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:42:58 UTC (rev 523553)
+++ PKGBUILD2019-11-04 07:43:41 UTC (rev 523554)
@@ -3,7 +3,7 @@
 pkgbase=python-sane
 pkgname=(python-sane python2-sane)
 pkgver=2.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python interface to the SANE scanner and frame grabber."
 arch=('x86_64')
 url="https://python-sane.readthedocs.io/en/latest/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:44:15
  Author: felixonmars
Revision: 523560

Python 3.8 rebuild

Modified:
  reprotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:44:13 UTC (rev 523559)
+++ PKGBUILD2019-11-04 07:44:15 UTC (rev 523560)
@@ -3,7 +3,7 @@
 
 pkgname=('reprotest')
 pkgver=0.7.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Run a process twice and check the output for reproducibility"
 arch=('any')
 license=('GPL3')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:43:48
  Author: felixonmars
Revision: 523555

Python 3.8 rebuild

Modified:
  python-xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:43:41 UTC (rev 523554)
+++ PKGBUILD2019-11-04 07:43:48 UTC (rev 523555)
@@ -4,7 +4,7 @@
 pkgbase=python-xapp
 pkgname=(python-xapp python2-xapp)
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Xapp Library"
 arch=('any')
 url="https://github.com/linuxmint/${pkgbase}";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:58
  Author: felixonmars
Revision: 523553

archrelease: copy trunk to community-staging-any

Added:
  python-sparqlwrapper/repos/community-staging-any/
  python-sparqlwrapper/repos/community-staging-any/PKGBUILD
(from rev 523551, python-sparqlwrapper/trunk/PKGBUILD)

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

Copied: python-sparqlwrapper/repos/community-staging-any/PKGBUILD (from rev 
523551, python-sparqlwrapper/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:42:58 UTC (rev 523553)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-sparqlwrapper
+pkgver=1.8.4
+pkgrel=2
+pkgdesc="SPARQL Endpoint interface to Python"
+arch=('any')
+url="https://rdflib.github.io/sparqlwrapper/";
+license=('W3C')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RDFLib/sparqlwrapper/archive/$pkgver.tar.gz";)
+sha512sums=('b89fe07319a3108f29fe984c7ae7381c30db6f655da35c5d193b7365fde4dbbc4f7575defe0371aff6c5d6d626e36c15b6fa8685c1d12eb19ae73d3bd3650eac')
+
+build() {
+  cd "$srcdir"/sparqlwrapper-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/sparqlwrapper-$pkgver
+  ./run_tests_py3.sh
+}
+
+package() {
+  cd sparqlwrapper-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:53
  Author: felixonmars
Revision: 523552

archrelease: copy trunk to community-staging-x86_64

Added:
  python-fastnumbers/repos/community-staging-x86_64/
  python-fastnumbers/repos/community-staging-x86_64/PKGBUILD
(from rev 523551, python-fastnumbers/trunk/PKGBUILD)

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

Copied: python-fastnumbers/repos/community-staging-x86_64/PKGBUILD (from rev 
523551, python-fastnumbers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:42:53 UTC (rev 523552)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+_name=fastnumbers
+pkgname=python-fastnumbers
+pkgver=2.2.1
+pkgrel=2
+pkgdesc="Super-fast and clean conversions to numbers"
+arch=('x86_64')
+url="https://github.com/SethMMorton/fastnumbers";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('d6212bf3bc9a0ca60d3cf708d9a3ed3038ba82993d8e00a7d406f1e52afcbb9cd04ddb2522efb676be01db3cab89ccb2799f4c0e5c485ef71fc553873b87a045')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  export PYTHONPATH="build/lib.linux-$CARCH-${_py3_ver%"."*}:${PYTHONPATH}"
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:43
  Author: felixonmars
Revision: 523551

Python 3.8 rebuild

Modified:
  python-sparqlwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:42:37 UTC (rev 523550)
+++ PKGBUILD2019-11-04 07:42:43 UTC (rev 523551)
@@ -2,7 +2,7 @@
 
 pkgname=python-sparqlwrapper
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SPARQL Endpoint interface to Python"
 arch=('any')
 url="https://rdflib.github.io/sparqlwrapper/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:37
  Author: felixonmars
Revision: 523550

Python 3.8 rebuild

Modified:
  python-fastnumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:42:29 UTC (rev 523549)
+++ PKGBUILD2019-11-04 07:42:37 UTC (rev 523550)
@@ -2,7 +2,7 @@
 _name=fastnumbers
 pkgname=python-fastnumbers
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Super-fast and clean conversions to numbers"
 arch=('x86_64')
 url="https://github.com/SethMMorton/fastnumbers";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:42
  Author: felixonmars
Revision: 366691

Python 3.8 rebuild

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:41:18 UTC (rev 366690)
+++ PKGBUILD2019-11-04 07:41:42 UTC (rev 366691)
@@ -4,7 +4,7 @@
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
 pkgver=2.88
-pkgrel=1
+pkgrel=2
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:56
  Author: felixonmars
Revision: 523547

archrelease: copy trunk to community-staging-any

Added:
  python-pygithub/repos/community-staging-any/
  python-pygithub/repos/community-staging-any/PKGBUILD
(from rev 523546, python-pygithub/trunk/PKGBUILD)

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

Copied: python-pygithub/repos/community-staging-any/PKGBUILD (from rev 523546, 
python-pygithub/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:41:56 UTC (rev 523547)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pygithub
+pkgver=1.44
+pkgrel=2
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub";
+depends=('python-pyjwt' 'python-requests' 'python-deprecated')
+makedepends=('python-setuptools')
+checkdepends=('python-cryptography' 'python-httpretty')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
+sha512sums=('26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1')
+
+build() {
+  cd PyGithub-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyGithub-$pkgver
+  python -m lib2to3 -w -n tests
+  python setup.py test
+}
+
+package() {
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:29
  Author: felixonmars
Revision: 523549

archrelease: copy trunk to community-staging-x86_64

Added:
  python-inet_diag/repos/community-staging-x86_64/
  python-inet_diag/repos/community-staging-x86_64/PKGBUILD
(from rev 523548, python-inet_diag/trunk/PKGBUILD)

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

Copied: python-inet_diag/repos/community-staging-x86_64/PKGBUILD (from rev 
523548, python-inet_diag/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:42:29 UTC (rev 523549)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=python-inet_diag
+pkgver=0.2.1
+pkgrel=5
+pkgdesc="Python bindings for the inet_diag kernel interface"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/libs/python/python-inet_diag/python-inet_diag.git/";
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fe9c5a51d0b29abdb765990db37ab6f399aa5f46fa068655892181fea413d41a07486af7509540518a765d03fb4981a8a8784e5aa8b0367bb65bc36ef136be32')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e '1s/python2/python/' -i setup.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package_python-inet_diag() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 775 psk.py "${pkgdir}/usr/bin/psk"
+  install -vDm 775 pss.py "${pkgdir}/usr/bin/pss"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:14
  Author: felixonmars
Revision: 523548

Python 3.8 rebuild

Modified:
  python-inet_diag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:41:56 UTC (rev 523547)
+++ PKGBUILD2019-11-04 07:42:14 UTC (rev 523548)
@@ -3,7 +3,7 @@
 
 pkgname=python-inet_diag
 pkgver=0.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python bindings for the inet_diag kernel interface"
 arch=('x86_64')
 
url="https://git.kernel.org/pub/scm/libs/python/python-inet_diag/python-inet_diag.git/";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:06
  Author: felixonmars
Revision: 523542

Python 3.8 rebuild

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:40:37 UTC (rev 523541)
+++ PKGBUILD2019-11-04 07:41:06 UTC (rev 523542)
@@ -2,7 +2,7 @@
 
 pkgname=python-django-modeltranslation
 pkgver=0.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Translates Django models using a registration approach'
 arch=('any')
 url='https://github.com/deschler/django-modeltranslation'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:18
  Author: felixonmars
Revision: 366690

archrelease: copy trunk to staging-x86_64

Added:
  pysmbc/repos/staging-x86_64/
  pysmbc/repos/staging-x86_64/PKGBUILD
(from rev 366689, pysmbc/trunk/PKGBUILD)

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

Copied: pysmbc/repos/staging-x86_64/PKGBUILD (from rev 366689, 
pysmbc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-04 07:41:18 UTC (rev 366690)
@@ -0,0 +1,26 @@
+# Maintainer:
+
+pkgbase=pysmbc
+pkgname=('python-pysmbc')
+pkgver=1.0.16
+pkgrel=3
+arch=('x86_64')
+url="http://pypi.python.org/pypi/pysmbc/";
+license=('GPL')
+makedepends=('python2' 'python' 'smbclient' 'python-setuptools')
+# validpgpkeys=('228521116D3438163C2EA5B916BED1016069BE55')  # Tsukasa Hamano, 
revoked
+source=(https://pypi.io/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+sha512sums=('4df1733fb6ad1499dc7b5385edb8acdeea753e7d749a5e01248eb9b7284418f498346ed475774003dcf6f7b30083935cfbe3cc5ab9dcc4da15c6d924f6e68197')
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package_python-pysmbc() {
+  pkgdesc="Python 3 bindings for libsmbclient"
+  depends=('python' 'smbclient')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:23
  Author: felixonmars
Revision: 523544

Python 3.8 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:41:22 UTC (rev 523543)
+++ PKGBUILD2019-11-04 07:41:23 UTC (rev 523544)
@@ -3,7 +3,7 @@
 pkgname=python-hs-dbus-signature
 _pkgname=hs-dbus-signature
 pkgver=0.06
-pkgrel=2
+pkgrel=3
 pkgdesc="dbus signature hypothesis strategy generator"
 url="https://github.com/stratis-storage/hs-dbus-signature";
 depends=('python-hypothesis' )


[arch-commits] Commit in python-django-modeltranslation/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:22
  Author: felixonmars
Revision: 523543

archrelease: copy trunk to community-staging-any

Added:
  python-django-modeltranslation/repos/community-staging-any/
  python-django-modeltranslation/repos/community-staging-any/PKGBUILD
(from rev 523542, python-django-modeltranslation/trunk/PKGBUILD)

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

Copied: python-django-modeltranslation/repos/community-staging-any/PKGBUILD 
(from rev 523542, python-django-modeltranslation/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:41:22 UTC (rev 523543)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.12.2
+pkgrel=3
+pkgdesc='Translates Django models using a registration approach'
+arch=('any')
+url='https://github.com/deschler/django-modeltranslation'
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+source=("django-modeltranslation-${pkgver}.tar.gz::https://github.com/deschler/django-modeltranslation/archive/${pkgver}.tar.gz";)
+sha256sums=('cc17012514941689f62de943bb06c91bd96fe994b7548a80f504aa8f20f01a41')
+
+build() {
+  cd django-modeltranslation-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd django-modeltranslation-${pkgver}
+
+  python3 setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:42:05
  Author: felixonmars
Revision: 366692

archrelease: copy trunk to staging-x86_64

Added:
  bullet/repos/staging-x86_64/
  bullet/repos/staging-x86_64/PKGBUILD
(from rev 366691, bullet/trunk/PKGBUILD)
  bullet/repos/staging-x86_64/bullet3_examplebrowser.sh
(from rev 366691, bullet/trunk/bullet3_examplebrowser.sh)

---+
 PKGBUILD  |   74 
 bullet3_examplebrowser.sh |4 ++
 2 files changed, 78 insertions(+)

Copied: bullet/repos/staging-x86_64/PKGBUILD (from rev 366691, 
bullet/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-11-04 07:42:05 UTC (rev 366692)
@@ -0,0 +1,74 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.88
+pkgrel=2
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
+arch=('x86_64')
+url="http://www.bulletphysics.com/Bullet/";
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy')
+source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz";
+bullet3_examplebrowser.sh)
+sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93'
+
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
+
+prepare() {
+  mkdir bullet3-${pkgver}/build
+}
+
+build() {
+  cd bullet3-${pkgver}/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DBUILD_PYBULLET=ON \
+   -DBUILD_PYBULLET_NUMPY=ON \
+   -DBUILD_OPENGL3_DEMOS=ON \
+   -DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  cd ..
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('glu: for the example browser'
+  'python: python bindings'
+  'python-numpy: python bindings'
+  'bullet-docs: documentation')
+
+  cd bullet3-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 examples/pybullet/pybullet.so.${pkgver} 
${pkgdir}/usr/lib/libpybullet.so.${pkgver}
+  install -Dm755 
examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} 
${pkgdir}/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
+  install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so 
${pkgdir}/usr/lib/libOpenGLWindow.so
+  install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so 
${pkgdir}/usr/lib/libgwen.so
+  install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so 
${pkgdir}/usr/lib/libBussIK.so
+  install -Dm755 ${srcdir}/bullet3_examplebrowser.sh 
${pkgdir}/usr/bin/bullet3_examplebrowser
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
${pkgdir}/opt/bullet/App_ExampleBrowser
+  cp -r data ${pkgdir}/opt/bullet/
+
+  install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+
+  cd bullet3-${pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html
+}
+# vim: sw=2 ts=2 et:

Copied: bullet/repos/staging-x86_64/bullet3_examplebrowser.sh (from rev 366691, 
bullet/trunk/bullet3_examplebrowser.sh)
===
--- staging-x86_64/bullet3_examplebrowser.sh(rev 0)
+++ staging-x86_64/bullet3_examplebrowser.sh2019-11-04 07:42:05 UTC (rev 
366692)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd /opt/bullet
+./App_ExampleBrowser


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:41
  Author: felixonmars
Revision: 523546

Python 3.8 rebuild

Modified:
  python-pygithub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:41:40 UTC (rev 523545)
+++ PKGBUILD2019-11-04 07:41:41 UTC (rev 523546)
@@ -2,7 +2,7 @@
 
 pkgname=python-pygithub
 pkgver=1.44
-pkgrel=1
+pkgrel=2
 pkgdesc="Use the full Github API v3"
 arch=('any')
 license=('LGPL')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:40:33
  Author: felixonmars
Revision: 523537

archrelease: copy trunk to community-staging-x86_64

Added:
  z3/repos/community-staging-x86_64/
  z3/repos/community-staging-x86_64/PKGBUILD
(from rev 523536, z3/trunk/PKGBUILD)

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

Copied: z3/repos/community-staging-x86_64/PKGBUILD (from rev 523536, 
z3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:40:33 UTC (rev 523537)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: rudy.matela
+
+pkgbase=z3
+pkgname=('z3' 'python-z3')
+pkgver=4.8.6
+pkgrel=2
+pkgdesc='High-performance theorem prover'
+url='https://github.com/Z3Prover/z3'
+arch=('x86_64')
+license=('MIT')
+ # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
+makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
+source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
+sha512sums=('d338413274a3d11a9e9287202989df9da4c31e095c14428a418d4019e9f86c0e2b681c519d2d0bcbb4cd99a722a2539006f5c86ade568b1ee208545b142369f1')
+
+prepare() {
+  cd ${pkgbase}-z3-${pkgver}
+  mkdir -p build
+}
+
+build() {
+  cd ${pkgbase}-z3-${pkgver}/build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_PYTHON_BINDINGS=1 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DUSE_LIB_GMP=1
+  make
+}
+
+package_z3() {
+  depends=('gcc-libs' 'gmp')
+  provides=('libz3' 'libz3.so')
+  cd ${pkgbase}-z3-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-z3() {
+  depends=('python' 'libz3')
+  cd ${pkgbase}-z3-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  python -m compileall .
+  python -O -m compileall .
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:40:58
  Author: felixonmars
Revision: 366689

Python 3.8 rebuild

Modified:
  pysmbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:31:13 UTC (rev 366688)
+++ PKGBUILD2019-11-04 07:40:58 UTC (rev 366689)
@@ -3,7 +3,7 @@
 pkgbase=pysmbc
 pkgname=('python-pysmbc')
 pkgver=1.0.16
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://pypi.python.org/pypi/pysmbc/";
 license=('GPL')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:41:40
  Author: felixonmars
Revision: 523545

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:41:23 UTC (rev 523544)
+++ PKGBUILD2019-11-04 07:41:40 UTC (rev 523545)
@@ -1,30 +0,0 @@
-# Maintainer: Jiachen YANG 
-
-pkgname=python-hs-dbus-signature
-_pkgname=hs-dbus-signature
-pkgver=0.06
-pkgrel=2
-pkgdesc="dbus signature hypothesis strategy generator"
-url="https://github.com/stratis-storage/hs-dbus-signature";
-depends=('python-hypothesis' )
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-nose')
-license=('MPL2')
-arch=('any')
-source=("https://github.com/stratis-storage/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('1fa4f8cea63cabac761b32fa851cc1e85abc60a354c55fbce133412b89ee6dbd')
-
-check() {
-cd $srcdir/${_pkgname}-${pkgver}
-nosetests
-}
- 
-build() {
-cd $srcdir/${_pkgname}-${pkgver}
-python setup.py build
-}
-
-package() {
-cd $srcdir/${_pkgname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 
-}

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


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:40:18
  Author: felixonmars
Revision: 523535

Python 3.8 rebuild

Modified:
  z3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:55 UTC (rev 523534)
+++ PKGBUILD2019-11-04 07:40:18 UTC (rev 523535)
@@ -5,7 +5,7 @@
 pkgbase=z3
 pkgname=('z3' 'python-z3')
 pkgver=4.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc='High-performance theorem prover'
 url='https://github.com/Z3Prover/z3'
 arch=('x86_64')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:40:35
  Author: felixonmars
Revision: 523538

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:40:33 UTC (rev 523537)
+++ PKGBUILD2019-11-04 07:40:35 UTC (rev 523538)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-ukpostcodeparser
-pkgname=('python-ukpostcodeparser' 'python2-ukpostcodeparser')
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="UK Postcode parser"
-arch=('any')
-license=('MIT')
-url="https://github.com/hamstah/ukpostcodeparser";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/hamstah/ukpostcodeparser/archive/v$pkgver.tar.gz";)
-sha512sums=('8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de')
-
-prepare() {
-  cp -a ukpostcodeparser-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ukpostcodeparser-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/ukpostcodeparser-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Expected failure: https://github.com/hamstah/ukpostcodeparser/issues/8
-
-  cd "$srcdir"/ukpostcodeparser-$pkgver
-  python -m unittest discover -s ukpostcodeparser/test -p '*.py' || warning 
"Tests failed"
-
-  cd "$srcdir"/ukpostcodeparser-$pkgver-py2
-  python2 -m unittest discover -s ukpostcodeparser/test -p '*.py' || warning 
"Tests failed"
-}
-
-package_python-ukpostcodeparser() {
-  depends=('python')
-
-  cd ukpostcodeparser-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-ukpostcodeparser() {
-  depends=('python2')
-
-  cd ukpostcodeparser-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-

Copied: python-ukpostcodeparser/repos/community-staging-any/PKGBUILD (from rev 
523536, python-ukpostcodeparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:40:35 UTC (rev 523538)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-ukpostcodeparser
+pkgname=('python-ukpostcodeparser' 'python2-ukpostcodeparser')
+pkgver=1.1.2
+pkgrel=4
+pkgdesc="UK Postcode parser"
+arch=('any')
+license=('MIT')
+url="https://github.com/hamstah/ukpostcodeparser";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/hamstah/ukpostcodeparser/archive/v$pkgver.tar.gz";)
+sha512sums=('8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de')
+
+prepare() {
+  cp -a ukpostcodeparser-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ukpostcodeparser-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/ukpostcodeparser-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Expected failure: https://github.com/hamstah/ukpostcodeparser/issues/8
+
+  cd "$srcdir"/ukpostcodeparser-$pkgver
+  python -m unittest discover -s ukpostcodeparser/test -p '*.py' || warning 
"Tests failed"
+
+  cd "$srcdir"/ukpostcodeparser-$pkgver-py2
+  python2 -m unittest discover -s ukpostcodeparser/test -p '*.py' || warning 
"Tests failed"
+}
+
+package_python-ukpostcodeparser() {
+  depends=('python')
+
+  cd ukpostcodeparser-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-ukpostcodeparser() {
+  depends=('python2')
+
+  cd ukpostcodeparser-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:50
  Author: felixonmars
Revision: 523533

archrelease: copy trunk to community-staging-any

Added:
  python-uncertainties/repos/community-staging-any/
  python-uncertainties/repos/community-staging-any/PKGBUILD
(from rev 523531, python-uncertainties/trunk/PKGBUILD)

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

Copied: python-uncertainties/repos/community-staging-any/PKGBUILD (from rev 
523531, python-uncertainties/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:39:50 UTC (rev 523533)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-uncertainties
+pkgver=3.1.2
+pkgrel=2
+pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
+arch=('any')
+license=('BSD')
+url="https://github.com/lebigot/uncertainties";
+depends=('python')
+optdepends=('python-numpy: additional support for NumPy arrays and matrices')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz";)
+sha512sums=('78e8173f134138371834e7556c2eebc15bd2aa624addbdc77553997c269a88a51e80e00d89051cbbed8f709437b49e051f6df3a7b598e21bf0bf07bf05934ded')
+
+build() {
+  cd uncertainties-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd uncertainties-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd uncertainties-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:39
  Author: felixonmars
Revision: 523531

Python 3.8 rebuild

Modified:
  python-exam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:36 UTC (rev 523530)
+++ PKGBUILD2019-11-04 07:39:39 UTC (rev 523531)
@@ -4,7 +4,7 @@
 pkgbase=python-exam
 pkgname=('python-exam' 'python2-exam')
 pkgver=0.10.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Helpers for better testing"
 arch=('any')
 url="https://pypi.python.org/pypi/exam";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:55
  Author: felixonmars
Revision: 523534

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:50 UTC (rev 523533)
+++ PKGBUILD2019-11-04 07:39:55 UTC (rev 523534)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-_pypiname=exam
-pkgbase=python-exam
-pkgname=('python-exam' 'python2-exam')
-pkgver=0.10.6
-pkgrel=4
-pkgdesc="Helpers for better testing"
-arch=('any')
-url="https://pypi.python.org/pypi/exam";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/Fluxx/exam.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a exam{,-py2}
-}
-
-build() {
-  cd "$srcdir/exam"
-  python setup.py build
-
-  cd "$srcdir/exam-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/exam"
-  python setup.py test
-
-  cd "$srcdir/exam-py2"
-  python2 setup.py test
-}
-
-package_python-exam() {
-  depends=('python-mock')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-exam() {
-  depends=('python2-mock')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-exam/repos/community-staging-any/PKGBUILD (from rev 523532, 
python-exam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:39:55 UTC (rev 523534)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_pypiname=exam
+pkgbase=python-exam
+pkgname=('python-exam' 'python2-exam')
+pkgver=0.10.6
+pkgrel=5
+pkgdesc="Helpers for better testing"
+arch=('any')
+url="https://pypi.python.org/pypi/exam";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Fluxx/exam.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a exam{,-py2}
+}
+
+build() {
+  cd "$srcdir/exam"
+  python setup.py build
+
+  cd "$srcdir/exam-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/exam"
+  python setup.py test
+
+  cd "$srcdir/exam-py2"
+  python2 setup.py test
+}
+
+package_python-exam() {
+  depends=('python-mock')
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-exam() {
+  depends=('python2-mock')
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:36
  Author: felixonmars
Revision: 523530

Python 3.8 rebuild

Modified:
  python-uncertainties/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:30 UTC (rev 523529)
+++ PKGBUILD2019-11-04 07:39:36 UTC (rev 523530)
@@ -2,7 +2,7 @@
 
 pkgname=python-uncertainties
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Transparent calculations with uncertainties on the quantities 
involved (aka error propagation); fast calculation of derivatives."
 arch=('any')
 license=('BSD')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:40:19
  Author: felixonmars
Revision: 523536

Python 3.8 rebuild

Modified:
  python-ukpostcodeparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:40:18 UTC (rev 523535)
+++ PKGBUILD2019-11-04 07:40:19 UTC (rev 523536)
@@ -3,7 +3,7 @@
 pkgbase=python-ukpostcodeparser
 pkgname=('python-ukpostcodeparser' 'python2-ukpostcodeparser')
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="UK Postcode parser"
 arch=('any')
 license=('MIT')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:08
  Author: felixonmars
Revision: 523527

archrelease: copy trunk to community-staging-x86_64

Added:
  pcp/repos/community-staging-x86_64/
  pcp/repos/community-staging-x86_64/PKGBUILD
(from rev 523525, pcp/trunk/PKGBUILD)
  pcp/repos/community-staging-x86_64/sysuser.conf
(from rev 523525, pcp/trunk/sysuser.conf)
  pcp/repos/community-staging-x86_64/tmpfile.conf
(from rev 523525, pcp/trunk/tmpfile.conf)

--+
 PKGBUILD |   46 ++
 sysuser.conf |1 +
 tmpfile.conf |3 +++
 3 files changed, 50 insertions(+)

Copied: pcp/repos/community-staging-x86_64/PKGBUILD (from rev 523525, 
pcp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:39:08 UTC (rev 523527)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Iwan Timmer 
+
+pkgname=pcp
+pkgver=4.3.4
+pkgrel=2
+pkgdesc="System performance analysis toolkit"
+arch=('x86_64')
+url="https://pcp.io";
+license=('LGPL')
+depends=('python' 'avahi' 'procps-ng')
+makedepends=('libmicrohttpd' 'cairo' 'qt5-svg')
+optdepends=('libmicrohttpd: support for pmwebd'
+'cairo: support for pmwebd'
+'qt5-svg: support for PCP-GUI and pmchart'
+'perl-xml-tokeparser: support for sar2pcp'
+'perl-date-parse: support for sar2pcp')
+source=("https://dl.bintray.com/pcp/source/pcp-$pkgver.src.tar.gz";
+"sysuser.conf"
+"tmpfile.conf")
+sha256sums=('85e6c36110c82da3eb35d361c730e5ccdb6a97895087386dd416e6c2fb70662f'
+'3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4'
+'086980818148ec622a28704b4e1a9989c4dbd468015f03f8e80e7b2a83a31ec4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/$pkgname/ \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--without-dstat-symlink
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DIST_ROOT="$pkgdir" PCP_USER=root PCP_GROUP=root install
+
+  rm -rf "$pkgdir"/var/run
+  install -D -m644 "$srcdir"/sysuser.conf "$pkgdir"/usr/lib/sysusers.d/pcp.conf
+  install -D -m644 "$srcdir"/tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/pcp.conf
+
+  rm -rf "$pkgdir"/var/lib/pcp/testsuite "$pkgdir"/tmp
+}

Copied: pcp/repos/community-staging-x86_64/sysuser.conf (from rev 523525, 
pcp/trunk/sysuser.conf)
===
--- community-staging-x86_64/sysuser.conf   (rev 0)
+++ community-staging-x86_64/sysuser.conf   2019-11-04 07:39:08 UTC (rev 
523527)
@@ -0,0 +1 @@
+u pcp - "Performance Co-Pilot" /var/lib/pcp

Copied: pcp/repos/community-staging-x86_64/tmpfile.conf (from rev 523525, 
pcp/trunk/tmpfile.conf)
===
--- community-staging-x86_64/tmpfile.conf   (rev 0)
+++ community-staging-x86_64/tmpfile.conf   2019-11-04 07:39:08 UTC (rev 
523527)
@@ -0,0 +1,3 @@
+d /run/pcp 755 pcp pcp
+Z /var/log/pcp 755 pcp pcp
+Z /var/lib/pcp/config/pmda 755 pcp pcp


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:30
  Author: felixonmars
Revision: 523529

Python 3.8 rebuild

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:22 UTC (rev 523528)
+++ PKGBUILD2019-11-04 07:39:30 UTC (rev 523529)
@@ -3,7 +3,7 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 pkgver=3.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
 license=('Apache')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:46
  Author: felixonmars
Revision: 523532

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 07:39:39 UTC (rev 523531)
+++ PKGBUILD2019-11-04 07:39:46 UTC (rev 523532)
@@ -1,69 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-pkgver=3.6.1
-pkgrel=2
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz";)
-sha512sums=('7b9351e1d71ff56a77987e72e96d5dcda12b06bb29b5b1583a10b3d56ef50da94edc6a164107cc77fe51b018066af2c74ec60bf1cac9c53e3003a290b3e475f3')
-
-prepare() {
-  cp -a flaky-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir"/flaky-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir"/flaky-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-staging-any/PKGBUILD (from rev 523531, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 07:39:46 UTC (rev 523532)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+pkgver=3.6.1
+pkgrel=3
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/box/flaky/archive/v$pkgver.tar.gz";)
+sha512sums=('7b9351e1d71ff56a77987e72e96d5dcda12b06bb29b5b1583a10b3d56ef50da94edc6a164107cc77fe51b018066af2c74ec60bf1cac9c53e3003a290b3e475f3')
+
+prepare() {
+  cp -a flaky-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flaky-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/flaky-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_

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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:38:41
  Author: felixonmars
Revision: 523524

archrelease: copy trunk to community-staging-any

Added:
  ropgadget/repos/community-staging-any/
  ropgadget/repos/community-staging-any/PKGBUILD
(from rev 523523, ropgadget/trunk/PKGBUILD)

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

Copied: ropgadget/repos/community-staging-any/PKGBUILD (from rev 523523, 
ropgadget/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:38:41 UTC (rev 523524)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: s1gma 
+
+pkgname=ropgadget
+_pkgname=ROPgadget
+pkgver=5.7
+pkgrel=2
+pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several 
file formats and architectures'
+url='http://www.shell-storm.org/project/ROPgadget'
+arch=('any')
+license=('GPL2')
+depends=('python-capstone')
+makedepends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('ec7036395dd97327fbfc46df0f6d97aaf074be903caaae36757f5e02510b7bcf15c3b055caac4ee6b7c88c5c4efcebb80ec94b14d069c5743fd5b116e32acd85')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:38:30
  Author: felixonmars
Revision: 523523

archrelease: copy trunk to community-staging-any

Added:
  rubber/repos/community-staging-any/
  rubber/repos/community-staging-any/PKGBUILD
(from rev 523521, rubber/trunk/PKGBUILD)

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

Copied: rubber/repos/community-staging-any/PKGBUILD (from rev 523521, 
rubber/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:38:30 UTC (rev 523523)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Baptiste Grenier 
+
+pkgname=rubber
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="A wrapper for LaTeX and friends"
+arch=('any')
+url="https://launchpad.net/rubber/";
+license=('GPL')
+depends=('python')
+makedepends=('texinfo' 'texlive-plainextra')
+source=("https://launchpad.net/rubber/trunk/$pkgver/+download/rubber-$pkgver.tar.gz";)
+sha512sums=('ba22eeddc24b4f9abf0bf087604a4261add648877ec558b766555de09538cd20c21c8cfd9731c1421540bb2479501dd6ed066346d250c6bc981529e31efacc40')
+
+build() {
+  cd "${srcdir}/rubber-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/rubber-$pkgver"
+  python setup.py install --root="$pkgdir" --mandir=/usr/share/man 
--infodir=/usr/share/info
+
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  echo "complete -f -X '!*.tex' rubber" 
>"$pkgdir"/usr/share/bash-completion/completions/rubber
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:07
  Author: felixonmars
Revision: 523526

Python 3.8 rebuild

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:38:48 UTC (rev 523525)
+++ PKGBUILD2019-11-04 07:39:07 UTC (rev 523526)
@@ -3,7 +3,7 @@
 
 pkgname=pdfarranger
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:39:22
  Author: felixonmars
Revision: 523528

archrelease: copy trunk to community-staging-any

Added:
  pdfarranger/repos/community-staging-any/
  pdfarranger/repos/community-staging-any/PKGBUILD
(from rev 523527, pdfarranger/trunk/PKGBUILD)

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

Copied: pdfarranger/repos/community-staging-any/PKGBUILD (from rev 523527, 
pdfarranger/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:39:22 UTC (rev 523528)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.3.1
+pkgrel=2
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo python-pikepdf ghostscript 
python-setuptools poppler-glib)
+makedepends=(python-distutils-extra)
+sha256sums=('aed103474a16dca947fb133e7a3c7dd02a498a86109af48b3cf88a14f128af00')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:38:27
  Author: felixonmars
Revision: 523522

Python 3.8 rebuild

Modified:
  ropgadget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:38:16 UTC (rev 523521)
+++ PKGBUILD2019-11-04 07:38:27 UTC (rev 523522)
@@ -4,7 +4,7 @@
 pkgname=ropgadget
 _pkgname=ROPgadget
 pkgver=5.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several 
file formats and architectures'
 url='http://www.shell-storm.org/project/ROPgadget'
 arch=('any')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:38:48
  Author: felixonmars
Revision: 523525

Python 3.8 rebuild

Modified:
  pcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:38:41 UTC (rev 523524)
+++ PKGBUILD2019-11-04 07:38:48 UTC (rev 523525)
@@ -3,7 +3,7 @@
 
 pkgname=pcp
 pkgver=4.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="System performance analysis toolkit"
 arch=('x86_64')
 url="https://pcp.io";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:38:16
  Author: felixonmars
Revision: 523521

Python 3.8 rebuild

Modified:
  rubber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:37:32 UTC (rev 523520)
+++ PKGBUILD2019-11-04 07:38:16 UTC (rev 523521)
@@ -3,7 +3,7 @@
 
 pkgname=rubber
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A wrapper for LaTeX and friends"
 arch=('any')
 url="https://launchpad.net/rubber/";


[arch-commits] Commit in python-nose-exclude/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:37:32
  Author: felixonmars
Revision: 523520

archrelease: copy trunk to community-staging-any

Added:
  python-nose-exclude/repos/community-staging-any/
  python-nose-exclude/repos/community-staging-any/PKGBUILD
(from rev 523519, python-nose-exclude/trunk/PKGBUILD)

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

Copied: python-nose-exclude/repos/community-staging-any/PKGBUILD (from rev 
523519, python-nose-exclude/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:37:32 UTC (rev 523520)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-nose-exclude
+pkgver=0.5.0
+pkgrel=5
+pkgdesc="Exclude specific directories from nosetests runs"
+arch=('any')
+url="https://github.com/kgrandis/nose-exclude";
+license=('LGPL')
+depends=('python-nose')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgrandis/nose-exclude/archive/$pkgver.tar.gz";)
+sha512sums=('0d8a21687831c825524c0cbb2da5b2195482558e2d2b0088944ccdf2d74787353f350ebbece8c4ce80f576426767ecb670afccbaf9f850e8476e1d2260bcc381')
+
+build() {
+  cd nose-exclude-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nose-exclude-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd nose-exclude-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:37:19
  Author: felixonmars
Revision: 523519

Python 3.8 rebuild

Modified:
  python-nose-exclude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:35:26 UTC (rev 523518)
+++ PKGBUILD2019-11-04 07:37:19 UTC (rev 523519)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-exclude
 pkgver=0.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
 url="https://github.com/kgrandis/nose-exclude";


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:35:26
  Author: felixonmars
Revision: 523518

archrelease: copy trunk to community-staging-any

Added:
  mozo/repos/community-staging-any/
  mozo/repos/community-staging-any/PKGBUILD
(from rev 523517, mozo/trunk/PKGBUILD)

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

Copied: mozo/repos/community-staging-any/PKGBUILD (from rev 523517, 
mozo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:35:26 UTC (rev 523518)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mozo
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE menu editing tool"
+url="https://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('3ac309dabeaa5d7a1bca27e3ed1e1b3d59152ef7177e9e1d0a620392bee6ecd3')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   PYTHON=/usr/bin/python ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:35:12
  Author: felixonmars
Revision: 523517

Python 3.8 rebuild

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:33:46 UTC (rev 523516)
+++ PKGBUILD2019-11-04 07:35:12 UTC (rev 523517)
@@ -3,7 +3,7 @@
 
 pkgname=mozo
 pkgver=1.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="MATE menu editing tool"
 url="https://mate-desktop.org";
 arch=('any')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:33:46
  Author: felixonmars
Revision: 523516

archrelease: copy trunk to community-staging-any

Added:
  afew/repos/community-staging-any/
  afew/repos/community-staging-any/PKGBUILD
(from rev 523515, afew/trunk/PKGBUILD)

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

Copied: afew/repos/community-staging-any/PKGBUILD (from rev 523515, 
afew/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:33:46 UTC (rev 523516)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Lucas Hoffmann
+# Contributor: Giancarlo Razzolini 
+# Contributor: Kazuo Teramoto 
+
+pkgname=afew
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Initial tagging script for notmuch mail'
+arch=(any)
+url=https://github.com/afewmail/afew
+license=('custom:BSD')
+depends=('notmuch' 'python-chardet' 'python-dkim' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'python-sphinx')
+source=("https://files.pythonhosted.org/packages/source/a/afew/afew-$pkgver.tar.gz";)
+sha256sums=('1a685b97ddeba66d4af5ee9b2b76b1a8bd3d10bc285c8b82886a0328c048')
+
+build() {
+  cd afew-$pkgver
+  python setup.py build
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd afew-$pkgver
+  python -m unittest discover afew/tests
+}
+
+package() {
+  cd afew-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 build/sphinx/man/afew.1
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/afew LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:33:31
  Author: felixonmars
Revision: 523515

Python 3.8 rebuild

Modified:
  afew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:32:09 UTC (rev 523514)
+++ PKGBUILD2019-11-04 07:33:31 UTC (rev 523515)
@@ -5,7 +5,7 @@
 
 pkgname=afew
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Initial tagging script for notmuch mail'
 arch=(any)
 url=https://github.com/afewmail/afew


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:32:09
  Author: felixonmars
Revision: 523514

archrelease: copy trunk to community-staging-x86_64

Added:
  curator/repos/community-staging-x86_64/
  curator/repos/community-staging-x86_64/PKGBUILD
(from rev 523513, curator/trunk/PKGBUILD)

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

Copied: curator/repos/community-staging-x86_64/PKGBUILD (from rev 523513, 
curator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 07:32:09 UTC (rev 523514)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bruno Galeotti 
+
+pkgbase=curator
+pkgname=(python-elasticsearch-curator curator)
+pkgver=5.7.6
+pkgrel=2
+pkgdesc='Curator: Tending your Elasticsearch indices'
+url='https://github.com/elastic/curator'
+arch=('x86_64')
+license=('APACHE')
+makedepends=('python' 'python-setuptools' 'python-elasticsearch' 'python-boto3'
+ 'python-requests-aws4auth' 'python-click' 'python-urllib3' 
'python-yaml'
+ 'python-voluptuous' 'python-certifi' 'python-six' 'python-sphinx'
+ 'python-cx_freeze' 'xz' 'mpdecimal')
+checkdepends=('python-pytest' 'python-mock')
+options=('!makeflags')
+source=(https://github.com/elastic/curator/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a48486cacf0b32038358babfc5a8755c9a24992ff5279226b923298b426fe253')
+sha512sums=('d4f46fad5d8107899fc4c9ee1b7dad595749415cee53f55993c517743df6119ff7680f3ad96f1a937d793dad395416257b56a4b3cdcd6a99b162ad7f77196051')
+
+build() {
+  cd curator-${pkgver}
+  python setup.py build
+  make -C docs man text
+}
+
+check() {
+  cd curator-${pkgver}
+  py.test test/unit
+}
+
+package_python-elasticsearch-curator() {
+  pkgdesc+=' (python API)'
+  depends=('python' 'python-elasticsearch' 'python-elasticsearch' 
'python-boto3'
+   'python-requests-aws4auth' 'python-click' 'python-urllib3' 
'python-yaml'
+   'python-voluptuous' 'python-certifi' 'python-six' 'python-cx_freeze'
+   'xz' 'mpdecimal')
+  cd curator-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/curator.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  rm -rf "${pkgdir}"/usr/bin
+}
+
+package_curator() {
+  depends=('python' 'python-setuptools' 'python-elasticsearch-curator')
+  provides=("elasticsearch-curator=${pkgver}-${pkgrel}")
+  cd curator-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  rm -rf "${pkgdir}"/usr/lib
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:31:55
  Author: felixonmars
Revision: 523513

Python 3.8 rebuild

Modified:
  curator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:31:52 UTC (rev 523512)
+++ PKGBUILD2019-11-04 07:31:55 UTC (rev 523513)
@@ -4,7 +4,7 @@
 pkgbase=curator
 pkgname=(python-elasticsearch-curator curator)
 pkgver=5.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Curator: Tending your Elasticsearch indices'
 url='https://github.com/elastic/curator'
 arch=('x86_64')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:31:35
  Author: felixonmars
Revision: 523511

Python 3.8 rebuild

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:30:46 UTC (rev 523510)
+++ PKGBUILD2019-11-04 07:31:35 UTC (rev 523511)
@@ -2,7 +2,7 @@
 
 pkgname=xonsh
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/";
 arch=("any")


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:31:52
  Author: felixonmars
Revision: 523512

archrelease: copy trunk to community-staging-any

Added:
  xonsh/repos/community-staging-any/
  xonsh/repos/community-staging-any/PKGBUILD
(from rev 523511, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-staging-any/xonsh.install
(from rev 523511, xonsh/trunk/xonsh.install)

---+
 PKGBUILD  |   21 +
 xonsh.install |   11 +++
 2 files changed, 32 insertions(+)

Copied: xonsh/repos/community-staging-any/PKGBUILD (from rev 523511, 
xonsh/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:31:52 UTC (rev 523512)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.9.13
+pkgrel=2
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="https://xon.sh/";
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+install=xonsh.install
+sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Copied: xonsh/repos/community-staging-any/xonsh.install (from rev 523511, 
xonsh/trunk/xonsh.install)
===
--- community-staging-any/xonsh.install (rev 0)
+++ community-staging-any/xonsh.install 2019-11-04 07:31:52 UTC (rev 523512)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:31:13
  Author: felixonmars
Revision: 366688

archrelease: copy trunk to staging-any

Added:
  kapidox/repos/staging-any/
  kapidox/repos/staging-any/PKGBUILD
(from rev 366687, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/staging-any/PKGBUILD (from rev 366687, 
kapidox/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2019-11-04 07:31:13 UTC (rev 366688)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.63.0
+pkgrel=2
+pkgdesc='Frameworks API Documentation Tools'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(python-jinja python-yaml)
+makedepends=(cmake qt5-base)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('29ccea641395a73a83c040a63aea25b14c7318352a6f9321c62b8cf32fcc9733'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:30:57
  Author: felixonmars
Revision: 366687

Python 3.8 rebuild

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:26:58 UTC (rev 366686)
+++ PKGBUILD2019-11-04 07:30:57 UTC (rev 366687)
@@ -4,7 +4,7 @@
 
 pkgname=kapidox
 pkgver=5.63.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Frameworks API Documentation Tools'
 arch=(any)
 url='https://community.kde.org/Frameworks'


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:30:46
  Author: felixonmars
Revision: 523510

archrelease: copy trunk to community-staging-any

Added:
  python-xlsxwriter/repos/community-staging-any/
  python-xlsxwriter/repos/community-staging-any/PKGBUILD
(from rev 523509, python-xlsxwriter/trunk/PKGBUILD)

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

Copied: python-xlsxwriter/repos/community-staging-any/PKGBUILD (from rev 
523509, python-xlsxwriter/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 07:30:46 UTC (rev 523510)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-xlsxwriter'
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter";
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz";)
+sha256sums=('227279fa4389808b8b894830dfc4e0ae3f3055e81767677a24ee8da03527a98e')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:30:32
  Author: felixonmars
Revision: 523509

Python 3.8 rebuild

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:30:24 UTC (rev 523508)
+++ PKGBUILD2019-11-04 07:30:32 UTC (rev 523509)
@@ -2,7 +2,7 @@
 
 pkgname='python-xlsxwriter'
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
 url="https://github.com/jmcnamara/XlsxWriter";


  1   2   3   4   5   6   7   8   9   10   >