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

2020-12-21 Thread Santiago Torres-Arias via arch-commits
Date: Monday, December 21, 2020 @ 21:46:08
  Author: sangy
Revision: 781634

archrelease: copy trunk to community-any

Added:
  in-toto/repos/community-any/PKGBUILD
(from rev 781633, in-toto/trunk/PKGBUILD)
Deleted:
  in-toto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 21:45:49 UTC (rev 781633)
+++ PKGBUILD2020-12-21 21:46:08 UTC (rev 781634)
@@ -1,44 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=('in-toto')
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="A framework to secure your software supply chain"
-arch=('any')
-license=('Apache')
-url="https://in-toto.io;
-depends=('python-cryptography'
-'python-securesystemslib>=0.12.0'
-'python-iso8601'
-'python-attrs'
-'python-dateutil'
-'python-six'
-'python-pathspec')
-optdepends=("gnupg: pgp signing/verification")
-makedepends=('python' 'python-setuptools' 'git')
-checkdepends=('python-mock')
-source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
-
-sha256sums=('SKIP')
-
-validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
-# Santiago Torres-Arias (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-)
-
-build() {
-cd "${srcdir}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}"
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}
-
-check() {
-cd "${srcdir}/${pkgname}"
-python tests/runtests.py
-}

Copied: in-toto/repos/community-any/PKGBUILD (from rev 781633, 
in-toto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 21:46:08 UTC (rev 781634)
@@ -0,0 +1,46 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=('in-toto')
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A framework to secure your software supply chain"
+arch=('any')
+license=('Apache')
+url="https://in-toto.io;
+depends=('python-cryptography'
+'python-securesystemslib>=0.12.0'
+'python-iso8601'
+'python-attrs'
+'python-dateutil'
+'python-six'
+'python-pathspec')
+optdepends=("gnupg: pgp signing/verification")
+makedepends=('python' 'python-setuptools' 'git')
+checkdepends=('python-mock')
+source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
+
+sha256sums=('SKIP')
+
+validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+)
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+python setup.py install --root="$pkgdir" --optimize=1
+install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
+check() {
+cd "${srcdir}/${pkgname}"
+python tests/runtests.py
+}


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

2020-12-21 Thread Santiago Torres-Arias via arch-commits
Date: Monday, December 21, 2020 @ 21:45:49
  Author: sangy
Revision: 781633

upgpkg: in-toto 1.0.0-1

Modified:
  in-toto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 21:43:04 UTC (rev 781632)
+++ PKGBUILD2020-12-21 21:45:49 UTC (rev 781633)
@@ -1,8 +1,8 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=('in-toto')
-pkgver=0.5.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A framework to secure your software supply chain"
 arch=('any')
 license=('Apache')
@@ -29,6 +29,8 @@
 
 build() {
 cd "${srcdir}/${pkgname}"
+
+export PYTHONHASHSEED=0
 python setup.py build
 }
 


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

2020-12-21 Thread Santiago Torres-Arias via arch-commits
Date: Monday, December 21, 2020 @ 21:43:04
  Author: sangy
Revision: 781632

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 21:42:44 UTC (rev 781631)
+++ PKGBUILD2020-12-21 21:43:04 UTC (rev 781632)
@@ -1,42 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-securesystemslib
-pkgver=0.16.0
-pkgrel=3
-pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
-arch=('any')
-license=('MIT')
-url="https://github.com/secure-systems-lab/securesystemslib;
-depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
-makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
-
-sha512sums=('SKIP')
-
-validpgpkeys=(
-"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
-# Sebastien Awwad (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-"903BAB73640EB6D65533EFF3468F122CE8162295"
-# Santiago Torres-Arias  (upstream co-maintainer)
-"08F3409FCF71D87E30FBD3C21671F65CB74832A4"
-# Joshua Lock (GPG on YubiKey)  (upstream co-maintainer)
-)
-
-build() { 
-cd "${srcdir}/securesystemslib"
-python setup.py build
-}
-
-package_python-securesystemslib() {
-
-cd "securesystemslib"
-python setup.py install --root="${pkgdir}/" --optimize=1
-install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-check() {
-cd "securesystemslib/tests/"
-PYTHONPATH=.. python aggregate_tests.py
-}

Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 781631, 
python-securesystemslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 21:43:04 UTC (rev 781632)
@@ -0,0 +1,42 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-securesystemslib
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
+arch=('any')
+license=('MIT')
+url="https://github.com/secure-systems-lab/securesystemslib;
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
+
+sha512sums=('SKIP')
+
+validpgpkeys=(
+"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+# Sebastien Awwad (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+"903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias  (upstream co-maintainer)
+"08F3409FCF71D87E30FBD3C21671F65CB74832A4"
+# Joshua Lock (GPG on YubiKey)  (upstream co-maintainer)
+)
+
+build() { 
+cd "${srcdir}/securesystemslib"
+python setup.py build
+}
+
+package_python-securesystemslib() {
+
+cd "securesystemslib"
+python setup.py install --root="${pkgdir}/" --optimize=1
+install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+cd "securesystemslib/tests/"
+PYTHONPATH=.. python aggregate_tests.py
+}


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

2020-12-21 Thread Santiago Torres-Arias via arch-commits
Date: Monday, December 21, 2020 @ 21:42:44
  Author: sangy
Revision: 781631

upgpkg: python-securesystemslib 0.18.0-1

Modified:
  python-securesystemslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 21:42:36 UTC (rev 781630)
+++ PKGBUILD2020-12-21 21:42:44 UTC (rev 781631)
@@ -1,8 +1,8 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-securesystemslib
-pkgver=0.16.0
-pkgrel=3
+pkgver=0.18.0
+pkgrel=1
 pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
 arch=('any')
 license=('MIT')


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

2020-12-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, December 9, 2020 @ 05:01:40
  Author: sangy
Revision: 772316

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 772315, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 772315, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  202 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 05:01:16 UTC (rev 772315)
+++ PKGBUILD2020-12-09 05:01:40 UTC (rev 772316)
@@ -1,101 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=12.1
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('f59dd9ab4544a6e31f89c5b674ffba06d916711041281476334d88b2755470cd'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-# check() {
-#   cd "${srcdir}"
-#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-# }
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # I'm leaving these as they seem to be necessary for building native
-  # executables (see bug #66706). I'd like to ideally build them with our 
-  # CFLAGS, but alas...
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  # rm -rf 

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

2020-12-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, December 9, 2020 @ 05:01:16
  Author: sangy
Revision: 772315

upgpkg: netbeans 12.2-1

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 02:51:32 UTC (rev 772314)
+++ PKGBUILD2020-12-09 05:01:16 UTC (rev 772315)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=12.1
+pkgver=12.2
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -24,7 +24,7 @@
 
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('f59dd9ab4544a6e31f89c5b674ffba06d916711041281476334d88b2755470cd'
+sha256sums=('815d4c00b485ededb3129035f4ef1129a9410ab40b5f1fabbe60ea4b3bc2686c'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 


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

2020-12-04 Thread Santiago Torres-Arias via arch-commits
Date: Friday, December 4, 2020 @ 18:53:22
  Author: sangy
Revision: 770012

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 770011, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 770011, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   96 
+-
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-04 18:53:02 UTC (rev 770011)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-04 18:53:22 UTC (rev 770012)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 770011, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-04 18:53:22 UTC (rev 770012)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-04 18:53:02 UTC (rev 770011)
+++ PKGBUILD2020-12-04 18:53:22 UTC (rev 770012)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 

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

2020-12-04 Thread Santiago Torres-Arias via arch-commits
Date: Friday, December 4, 2020 @ 18:53:02
  Author: sangy
Revision: 770011

upgpkg: electrum 4.0.6-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 18:41:08 UTC (rev 770010)
+++ PKGBUILD2020-12-04 18:53:02 UTC (rev 770011)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -26,7 +26,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('573ba287945bfed2c4bf97976b76cd80c4ba846c0806a47c3dc2bbd6a2d70f515eb32b58aef9ff8e56a7929bb594c64ee1829bc1a351405d3b7872972c8ceac6'
+sha512sums=('94436ccebf278839d19823de31f7135789d4a7e5715c497390af4b13d9fb330610a10f302143d140385a98f1c5ab4f4cba01b1fed104384004cec7fac3ed17e4'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2020-12-03 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 3, 2020 @ 17:10:15
  Author: sangy
Revision: 769718

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 769717, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 769717, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   96 
+-
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-03 17:09:54 UTC (rev 769717)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-03 17:10:15 UTC (rev 769718)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 769717, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-12-03 17:10:15 UTC (rev 769718)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 17:09:54 UTC (rev 769717)
+++ PKGBUILD2020-12-03 17:10:15 UTC (rev 769718)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=4.0.4
-pkgrel=2
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 

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

2020-12-03 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 3, 2020 @ 17:09:54
  Author: sangy
Revision: 769717

upgpkg: electrum 4.0.5-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:09:44 UTC (rev 769716)
+++ PKGBUILD2020-12-03 17:09:54 UTC (rev 769717)
@@ -4,8 +4,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
 makedepends=('python-setuptools')
@@ -26,7 +26,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('e0ead0f85875e320177d4aa5839f6c6d0c8d4ad5f78d77ca7bcef99dee87a53195c13a82f475fbfa5a4a82b1a7101f00338c72537fd2bab4b4c89bb3c7e67716'
+sha512sums=('573ba287945bfed2c4bf97976b76cd80c4ba846c0806a47c3dc2bbd6a2d70f515eb32b58aef9ff8e56a7929bb594c64ee1829bc1a351405d3b7872972c8ceac6'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2020-12-03 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 3, 2020 @ 17:04:40
  Author: sangy
Revision: 769715

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-03 17:04:22 UTC (rev 769714)
+++ PKGBUILD2020-12-03 17:04:40 UTC (rev 769715)
@@ -1,34 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.23.0
-pkgrel=2
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/;
-license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

-
-check() {
-  cd breathe
-  PYTHONPATH="$PWD" make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 769714, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-03 17:04:40 UTC (rev 769715)
@@ -0,0 +1,34 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.24.1
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/;
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

+
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-12-03 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 3, 2020 @ 17:04:22
  Author: sangy
Revision: 769714

upgpkg: python-breathe 4.24.1-1

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:02:51 UTC (rev 769713)
+++ PKGBUILD2020-12-03 17:04:22 UTC (rev 769714)
@@ -3,8 +3,8 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.23.0
-pkgrel=2
+pkgver=4.24.1
+pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
 url="https://breathe.readthedocs.org/en/latest/;


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

2020-11-13 Thread Santiago Torres-Arias via arch-commits
Date: Friday, November 13, 2020 @ 17:36:09
  Author: sangy
Revision: 753943

archrelease: copy trunk to community-x86_64

Added:
  uncrustify/repos/community-x86_64/PKGBUILD
(from rev 753942, uncrustify/trunk/PKGBUILD)
Deleted:
  uncrustify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 17:35:51 UTC (rev 753942)
+++ PKGBUILD2020-11-13 17:36:09 UTC (rev 753943)
@@ -1,34 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.71.0
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=(x86_64)
-url="http://uncrustify.sourceforge.net/;
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake python)
-source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
-sha256sums=('403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  cd ../$pkgname-$pkgname-$pkgver
-  install -d -m755 "$pkgdir"/usr/share/uncrustify
-  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 753942, 
uncrustify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 17:36:09 UTC (rev 753943)
@@ -0,0 +1,34 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.72.0
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=(x86_64)
+url="http://uncrustify.sourceforge.net/;
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
+sha256sums=('d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  cd ../$pkgname-$pkgname-$pkgver
+  install -d -m755 "$pkgdir"/usr/share/uncrustify
+  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}


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

2020-11-13 Thread Santiago Torres-Arias via arch-commits
Date: Friday, November 13, 2020 @ 17:35:51
  Author: sangy
Revision: 753942

upgpkg: uncrustify 0.72.0-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 17:25:42 UTC (rev 753941)
+++ PKGBUILD2020-11-13 17:35:51 UTC (rev 753942)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.71.0
+pkgver=0.72.0
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake python)
 
source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
-sha256sums=('403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c')
+sha256sums=('d6fff70bc7823fac4c77013055333b79a4839909094e8eee8a14ee8f1777374e')
 
 prepare() {
   mkdir -p build


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

2020-10-29 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, October 29, 2020 @ 16:33:44
  Author: sangy
Revision: 736533

upgpkg: netbeans 12.1-1

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 16:11:44 UTC (rev 736532)
+++ PKGBUILD2020-10-29 16:33:44 UTC (rev 736533)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=12.0_u1
+pkgver=12.1
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -24,7 +24,7 @@
 
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('38d9636365fe72d0a1249af2aadde289862a074f2c33d26fa852d9b2ead370fd'
+sha256sums=('f59dd9ab4544a6e31f89c5b674ffba06d916711041281476334d88b2755470cd'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 


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

2020-10-29 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, October 29, 2020 @ 16:34:07
  Author: sangy
Revision: 736534

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 736533, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 736533, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  202 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 16:33:44 UTC (rev 736533)
+++ PKGBUILD2020-10-29 16:34:07 UTC (rev 736534)
@@ -1,101 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=12.0_u1
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('38d9636365fe72d0a1249af2aadde289862a074f2c33d26fa852d9b2ead370fd'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-# check() {
-#   cd "${srcdir}"
-#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-# }
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # I'm leaving these as they seem to be necessary for building native
-  # executables (see bug #66706). I'd like to ideally build them with our 
-  # CFLAGS, but alas...
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  # rm -rf 

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

2020-10-29 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, October 29, 2020 @ 16:11:21
  Author: sangy
Revision: 736531

upgpkg: electrum 4.0.4-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 16:02:38 UTC (rev 736530)
+++ PKGBUILD2020-10-29 16:11:21 UTC (rev 736531)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -26,7 +26,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b44841b6961ad0b0a164e085d4f4d166b0d62cd37af9a0c34028760af787473de5011be1582ba72d5ca18fb95448c7f7f4aa29b41db6c6649385c3a09b8563dd'
+sha512sums=('e0ead0f85875e320177d4aa5839f6c6d0c8d4ad5f78d77ca7bcef99dee87a53195c13a82f475fbfa5a4a82b1a7101f00338c72537fd2bab4b4c89bb3c7e67716'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2020-10-29 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, October 29, 2020 @ 16:11:44
  Author: sangy
Revision: 736532

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 736531, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 736531, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   96 
+-
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-10-29 16:11:21 UTC (rev 736531)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-10-29 16:11:44 UTC (rev 736532)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 736531, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-10-29 16:11:44 UTC (rev 736532)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 16:11:21 UTC (rev 736531)
+++ PKGBUILD2020-10-29 16:11:44 UTC (rev 736532)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 

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

2020-09-14 Thread Santiago Torres-Arias via arch-commits
Date: Monday, September 14, 2020 @ 17:09:32
  Author: sangy
Revision: 706089

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 706088, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 706088, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  202 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-14 17:09:09 UTC (rev 706088)
+++ PKGBUILD2020-09-14 17:09:32 UTC (rev 706089)
@@ -1,101 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=12.0
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('32e258a55b3a2f28a90755fc6dc9b8d71994f68af59c834b0738adc3fca736be'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-# check() {
-#   cd "${srcdir}"
-#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-# }
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # I'm leaving these as they seem to be necessary for building native
-  # executables (see bug #66706). I'd like to ideally build them with our 
-  # CFLAGS, but alas...
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  # rm -rf 

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

2020-09-14 Thread Santiago Torres-Arias via arch-commits
Date: Monday, September 14, 2020 @ 17:09:09
  Author: sangy
Revision: 706088

upgpkg: netbeans 12.0_u1-1

- Fixes CVE-2020-11986

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:47:16 UTC (rev 706087)
+++ PKGBUILD2020-09-14 17:09:09 UTC (rev 706088)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=12.0
+pkgver=12.0_u1
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -20,11 +20,11 @@
 # you can figure out what's the best urlbase in case you want to override it 
by going to:
 # 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
 urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
+source=("${urlbase}/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip"
+
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('32e258a55b3a2f28a90755fc6dc9b8d71994f68af59c834b0738adc3fca736be'
+sha256sums=('38d9636365fe72d0a1249af2aadde289862a074f2c33d26fa852d9b2ead370fd'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 


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

2020-09-14 Thread Santiago Torres-Arias via arch-commits
Date: Monday, September 14, 2020 @ 16:43:10
  Author: sangy
Revision: 706074

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 706072, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 706072, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   96 
+-
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-09-14 16:43:08 UTC (rev 706073)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-09-14 16:43:10 UTC (rev 706074)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 706072, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-09-14 16:43:10 UTC (rev 706074)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-14 16:43:08 UTC (rev 706073)
+++ PKGBUILD2020-09-14 16:43:10 UTC (rev 706074)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 

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

2020-09-14 Thread Santiago Torres-Arias via arch-commits
Date: Monday, September 14, 2020 @ 16:42:49
  Author: sangy
Revision: 706072

upgpkg: electrum 4.0.3-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:30:00 UTC (rev 706071)
+++ PKGBUILD2020-09-14 16:42:49 UTC (rev 706072)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -26,7 +26,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('c51537ed4adea72554c94fffd8bce82d41707590576391008fe58dbbe7b15de1b8ecb95b2afefcf7a2db82fefb48baedd3a638fedd22f3b29622846a8bb61c24'
+sha512sums=('b44841b6961ad0b0a164e085d4f4d166b0d62cd37af9a0c34028760af787473de5011be1582ba72d5ca18fb95448c7f7f4aa29b41db6c6649385c3a09b8563dd'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2020-09-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 9, 2020 @ 02:02:59
  Author: sangy
Revision: 701445

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 701444, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-09 01:52:58 UTC (rev 701444)
+++ PKGBUILD2020-09-09 02:02:59 UTC (rev 701445)
@@ -1,26 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 701444, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-09 02:02:59 UTC (rev 701445)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=5.1.3
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2020-09-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, September 9, 2020 @ 01:52:58
  Author: sangy
Revision: 701444

upgpkg: ttf-ibm-plex 5.1.3-1

- Adds korean fonts

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-08 23:36:45 UTC (rev 701443)
+++ PKGBUILD2020-09-09 01:52:58 UTC (rev 701444)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=5.1.0
+pkgver=5.1.3
 pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
 
 conflicts=('ibm-plex-fonts')
 
@@ -20,6 +20,7 @@
 package() {
 cd TrueType
 install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
 
 # All the other licenses are the same as the one here...
 install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"


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

2020-08-19 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, August 19, 2020 @ 19:38:51
  Author: sangy
Revision: 685172

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 685170, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 685170, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-08-19 19:38:48 UTC (rev 685171)
+++ LICENSE.txt 2020-08-19 19:38:51 UTC (rev 685172)
@@ -1,20 +0,0 @@
-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-x86_64/LICENSE.txt (from rev 685170, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-08-19 19:38:51 UTC (rev 685172)
@@ -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.

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 19:38:48 UTC (rev 685171)
+++ PKGBUILD2020-08-19 19:38:51 UTC (rev 685172)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.2
-pkgrel=1
-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' 'python-setuptools' 'python-mako' 'python-numpy' 'git'
- 'pybind11')
-checkdepends=('python-six' 'python-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 

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

2020-08-19 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, August 19, 2020 @ 19:38:26
  Author: sangy
Revision: 685170

upgpkg: python-pyopencl 1:2020.2.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 19:38:09 UTC (rev 685169)
+++ PKGBUILD2020-08-19 19:38:26 UTC (rev 685170)
@@ -4,7 +4,7 @@
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.2
+pkgver=2020.2.1
 pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"


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

2020-08-17 Thread Santiago Torres-Arias via arch-commits
Date: Monday, August 17, 2020 @ 21:26:07
  Author: sangy
Revision: 683329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-17 21:26:04 UTC (rev 683328)
+++ PKGBUILD2020-08-17 21:26:07 UTC (rev 683329)
@@ -1,40 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-securesystemslib
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
-arch=('any')
-license=('MIT')
-url="https://github.com/secure-systems-lab/securesystemslib;
-depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
-makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
-
-sha512sums=('SKIP')
-
-validpgpkeys=(
-"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
-# Sebastien Awwad (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-"903BAB73640EB6D65533EFF3468F122CE8162295"
-# Santiago Torres-Arias  (upstream co-maintainer)
-)
-
-build() { 
-cd "${srcdir}/securesystemslib"
-python setup.py build
-}
-
-package_python-securesystemslib() {
-
-cd "securesystemslib"
-python setup.py install --root="${pkgdir}/" --optimize=1
-install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-check() {
-cd "securesystemslib/tests/"
-PYTHONPATH=.. python aggregate_tests.py
-}

Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 683327, 
python-securesystemslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-17 21:26:07 UTC (rev 683329)
@@ -0,0 +1,42 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-securesystemslib
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
+arch=('any')
+license=('MIT')
+url="https://github.com/secure-systems-lab/securesystemslib;
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
+
+sha512sums=('SKIP')
+
+validpgpkeys=(
+"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+# Sebastien Awwad (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+"903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias  (upstream co-maintainer)
+"08F3409FCF71D87E30FBD3C21671F65CB74832A4"
+# Joshua Lock (GPG on YubiKey)  (upstream co-maintainer)
+)
+
+build() { 
+cd "${srcdir}/securesystemslib"
+python setup.py build
+}
+
+package_python-securesystemslib() {
+
+cd "securesystemslib"
+python setup.py install --root="${pkgdir}/" --optimize=1
+install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+cd "securesystemslib/tests/"
+PYTHONPATH=.. python aggregate_tests.py
+}


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

2020-08-17 Thread Santiago Torres-Arias via arch-commits
Date: Monday, August 17, 2020 @ 21:25:47
  Author: sangy
Revision: 683327

upgpkg: python-securesystemslib 0.16.0-1

Add Joshua Lock's key to authorized keys (added as a maintainer)

Modified:
  python-securesystemslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 21:25:07 UTC (rev 683326)
+++ PKGBUILD2020-08-17 21:25:47 UTC (rev 683327)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-securesystemslib
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
 arch=('any')
@@ -20,6 +20,8 @@
 # Lukas Puehringher (upstream maintainer)
 "903BAB73640EB6D65533EFF3468F122CE8162295"
 # Santiago Torres-Arias  (upstream co-maintainer)
+"08F3409FCF71D87E30FBD3C21671F65CB74832A4"
+# Joshua Lock (GPG on YubiKey)  (upstream co-maintainer)
 )
 
 build() { 


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

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 20:08:42
  Author: sangy
Revision: 678008

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
(from rev 678007, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-13 20:08:24 UTC (rev 678007)
+++ PKGBUILD2020-08-13 20:08:42 UTC (rev 678008)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=delve
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/derekparker/delve;
-license=('MIT')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build ./cmd/dlv
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 678007, 
delve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-13 20:08:42 UTC (rev 678008)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+pkgname=delve
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve;
+license=('MIT')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('f8bbaecdfc9d1ff6148900d3dea44b6dd06a7f0197be4e9a75c289b7f62682ab')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 20:08:24
  Author: sangy
Revision: 678007

upgpkg: delve 1.5.0-1

Updated upstream tracking source from derekmartin to go-delve

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 20:08:10 UTC (rev 678006)
+++ PKGBUILD2020-08-13 20:08:24 UTC (rev 678007)
@@ -1,14 +1,14 @@
 # Maintainer: Morten Linderud 
 pkgname=delve
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
-url="https://github.com/derekparker/delve;
+url="https://github.com/go-delve/delve;
 license=('MIT')
 makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('f8bbaecdfc9d1ff6148900d3dea44b6dd06a7f0197be4e9a75c289b7f62682ab')
 
 build(){
   cd "${pkgname}-${pkgver}"


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

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 19:22:27
  Author: sangy
Revision: 677952

archrelease: copy trunk to community-testing-x86_64

Added:
  ettercap/repos/community-testing-x86_64/
  ettercap/repos/community-testing-x86_64/PKGBUILD
(from rev 677951, ettercap/trunk/PKGBUILD)
  ettercap/repos/community-testing-x86_64/cmake-harfbuzz.patch
(from rev 677951, ettercap/trunk/cmake-harfbuzz.patch)

--+
 PKGBUILD |   81 +
 cmake-harfbuzz.patch |   13 +++
 2 files changed, 94 insertions(+)

Copied: ettercap/repos/community-testing-x86_64/PKGBUILD (from rev 677951, 
ettercap/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-08-13 19:22:27 UTC (rev 677952)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Tom Newsom 
+
+pkgbase=ettercap
+pkgname=(ettercap ettercap-gtk)
+pkgver=0.8.3.1
+pkgrel=1
+pkgdesc='Network sniffer/interceptor/logger for ethernet LANs'
+url='https://ettercap.github.com/ettercap/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'openssl' 'zlib' 'libpcap' 'pcre' 'libltdl' 'libnet' 
'ethtool' 'curl' 'geoip'
+ 'ncurses' 'libncursesw.so' 'libformw.so' 'libpanelw.so' 'libmenuw.so' 
'libcurl.so')
+makedepends=('ghostscript' 'cmake' 'gtk3' 'harfbuzz' 'check')
+options=('!emptydirs')
+backup=(etc/ettercap/etter.{conf,dns,mdns,nbns})
+source=(https://github.com/Ettercap/ettercap/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+cmake-harfbuzz.patch)
+sha512sums=('9bd71dcc1730293ee83934aca3587dfde662cb3890c12fafa557b6359f12226e5cb6f59a0db1aa11245a132b275e355e3bcc8952db921171d27b792827f148b5'
+
'56e75ae2fe6b3761a121d7062133c53d9b15894662c9ce341dd67eb4913983e926975f4a0901e2f2bf1c85933eb45e1842500e1c6a9af4738c761b328b3b8745')
+b2sums=('2680b97454626a6f1af3b21f689ba8eed7a023c3ef5cd84d5b2b5859382f398b3a6fc622270ca41941a8a18a7bdd260af64165344a33b2e195c86ee61567f2eb'
+
'da9a1306637e28b5c00b4e2615b999a92d3365f8fad7ba956c10e16e09c1fb8dbe3e529fb70758fc891d8741975026aa167f957316deb814def76014750cc50f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < "${srcdir}/cmake-harfbuzz.patch"
+}
+
+build() {
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXLAGS+=" ${CPPFLAGS}"
+
+  cd ${pkgbase}-${pkgver}
+  cmake -B build \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D INSTALL_PREFIX=/usr \
+-D ENABLE_GTK=OFF \
+-D ENABLE_TESTS=ON \
+-D ENABLE_IPV6=ON
+  make -C build VERBOSE=1
+
+  cmake -B build-gtk \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D INSTALL_PREFIX=/usr \
+-D ENABLE_GTK=ON \
+-D ENABLE_TESTS=ON \
+-D ENABLE_IPV6=ON
+  make -C build-gtk VERBOSE=1
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make -C build test
+  make -C build-gtk test
+}
+
+package_ettercap() {
+  pkgdesc+=" - console"
+  provides=('libettercap.so')
+
+  cd ${pkgbase}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_ettercap-gtk() {
+  pkgdesc+=" - GTK frontend"
+  depends+=('gtk3' 'harfbuzz')
+  optdepends=('polkit: run ettercap directly from menu')
+  provides=('ettercap' 'libettercap.so')
+  conflicts=('ettercap')
+
+  cd ${pkgbase}-${pkgver}
+  make -C build-gtk DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README* -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ettercap/repos/community-testing-x86_64/cmake-harfbuzz.patch (from rev 
677951, ettercap/trunk/cmake-harfbuzz.patch)
===
--- community-testing-x86_64/cmake-harfbuzz.patch   
(rev 0)
+++ community-testing-x86_64/cmake-harfbuzz.patch   2020-08-13 19:22:27 UTC 
(rev 677952)
@@ -0,0 +1,13 @@
+diff --git a/cmake/Modules/FindGTK3.cmake b/cmake/Modules/FindGTK3.cmake
+index e07a4e90..9a4dbca3 100644
+--- a/cmake/Modules/FindGTK3.cmake
 b/cmake/Modules/FindGTK3.cmake
+@@ -409,7 +409,7 @@ endif()
+ #
+ 
+ find_package(Freetype QUIET)
+-list(APPEND GTK3_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
++list(APPEND GTK3_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS} /usr/include/harfbuzz)
+ list(APPEND GTK3_LIBRARIES ${FREETYPE_LIBRARIES})
+ 
+ foreach(_GTK3_component ${GTK3_FIND_COMPONENTS})


[arch-commits] Commit in ettercap/trunk (PKGBUILD cmake-harfbuzz.patch)

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 19:22:01
  Author: sangy
Revision: 677951

upgpkg: ettercap 0.8.3.1-1

Modified:
  ettercap/trunk/PKGBUILD
  ettercap/trunk/cmake-harfbuzz.patch

--+
 PKGBUILD |   12 ++--
 cmake-harfbuzz.patch |6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 19:20:46 UTC (rev 677950)
+++ PKGBUILD2020-08-13 19:22:01 UTC (rev 677951)
@@ -4,8 +4,8 @@
 
 pkgbase=ettercap
 pkgname=(ettercap ettercap-gtk)
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.3.1
+pkgrel=1
 pkgdesc='Network sniffer/interceptor/logger for ethernet LANs'
 url='https://ettercap.github.com/ettercap/'
 arch=('x86_64')
@@ -17,10 +17,10 @@
 backup=(etc/ettercap/etter.{conf,dns,mdns,nbns})
 
source=(https://github.com/Ettercap/ettercap/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
 cmake-harfbuzz.patch)
-sha512sums=('1929c986d3a17ebc693ffe8531e01c66379c0ee6ea71305ea49b6a9eece84b6da1923135311db458bdb6035feb593e525786e6cf4c465ced5a7683384d4a4ae7'
-
'248dc70641370f8161a796d090d52f2881ede5dbc834f1aa183583cd3bc64a60f28ad197556289b33f217766eb12de55ab1a96209ff70beb4d67c352debde526')
-b2sums=('f49098d61f60877d3f979d7861f36dad6ec3fbfca7ed89d8f9826867145ea36daec65a1076c893f81391218688448515ef020a9cdf9a16ffddc830bacec8eb1c'
-
'59e9982abe88684dac46045ab91330a908421386f30ca4df6cc37d2d73413018b37185325e759c3eb88d98e6860a9d3574ffd257c9c12a2b69b57320a0aa10d5')
+sha512sums=('9bd71dcc1730293ee83934aca3587dfde662cb3890c12fafa557b6359f12226e5cb6f59a0db1aa11245a132b275e355e3bcc8952db921171d27b792827f148b5'
+
'56e75ae2fe6b3761a121d7062133c53d9b15894662c9ce341dd67eb4913983e926975f4a0901e2f2bf1c85933eb45e1842500e1c6a9af4738c761b328b3b8745')
+b2sums=('2680b97454626a6f1af3b21f689ba8eed7a023c3ef5cd84d5b2b5859382f398b3a6fc622270ca41941a8a18a7bdd260af64165344a33b2e195c86ee61567f2eb'
+
'da9a1306637e28b5c00b4e2615b999a92d3365f8fad7ba956c10e16e09c1fb8dbe3e529fb70758fc891d8741975026aa167f957316deb814def76014750cc50f')
 
 prepare() {
   cd ${pkgbase}-${pkgver}

Modified: cmake-harfbuzz.patch
===
--- cmake-harfbuzz.patch2020-08-13 19:20:46 UTC (rev 677950)
+++ cmake-harfbuzz.patch2020-08-13 19:22:01 UTC (rev 677951)
@@ -1,11 +1,11 @@
 diff --git a/cmake/Modules/FindGTK3.cmake b/cmake/Modules/FindGTK3.cmake
-index ebbf0400..245fde13 100644
+index e07a4e90..9a4dbca3 100644
 --- a/cmake/Modules/FindGTK3.cmake
 +++ b/cmake/Modules/FindGTK3.cmake
-@@ -388,7 +388,7 @@ endif()
+@@ -409,7 +409,7 @@ endif()
  #
  
- find_package(Freetype)
+ find_package(Freetype QUIET)
 -list(APPEND GTK3_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS})
 +list(APPEND GTK3_INCLUDE_DIRS ${FREETYPE_INCLUDE_DIRS} /usr/include/harfbuzz)
  list(APPEND GTK3_LIBRARIES ${FREETYPE_LIBRARIES})


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 19:04:33
  Author: sangy
Revision: 677934

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 677932, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-13 19:04:31 UTC (rev 677933)
+++ PKGBUILD2020-08-13 19:04:33 UTC (rev 677934)
@@ -1,26 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 677932, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-13 19:04:33 UTC (rev 677934)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2020-08-13 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, August 13, 2020 @ 19:04:15
  Author: sangy
Revision: 677931

upgpkg: ttf-ibm-plex 5.1.0-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 19:02:57 UTC (rev 677930)
+++ PKGBUILD2020-08-13 19:04:15 UTC (rev 677931)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'


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

2020-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, July 25, 2020 @ 21:42:27
  Author: sangy
Revision: 665299

archrelease: copy trunk to community-any

Added:
  in-toto/repos/community-any/PKGBUILD
(from rev 665298, in-toto/trunk/PKGBUILD)
Deleted:
  in-toto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 21:42:09 UTC (rev 665298)
+++ PKGBUILD2020-07-25 21:42:27 UTC (rev 665299)
@@ -1,44 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=('in-toto')
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A framework to secure your software supply chain"
-arch=('any')
-license=('Apache')
-url="https://in-toto.io;
-depends=('python-cryptography'
-'python-securesystemslib>=0.12.0'
-'python-iso8601'
-'python-attrs'
-'python-dateutil'
-'python-six'
-'python-pathspec')
-optdepends=("gnupg: pgp signing/verification")
-makedepends=('python' 'python-setuptools' 'git')
-checkdepends=('python-mock')
-source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
-
-sha256sums=('SKIP')
-
-validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
-# Santiago Torres-Arias (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-)
-
-build() {
-cd "${srcdir}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}"
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}
-
-check() {
-cd "${srcdir}/${pkgname}"
-python tests/runtests.py
-}

Copied: in-toto/repos/community-any/PKGBUILD (from rev 665298, 
in-toto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-25 21:42:27 UTC (rev 665299)
@@ -0,0 +1,44 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=('in-toto')
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A framework to secure your software supply chain"
+arch=('any')
+license=('Apache')
+url="https://in-toto.io;
+depends=('python-cryptography'
+'python-securesystemslib>=0.12.0'
+'python-iso8601'
+'python-attrs'
+'python-dateutil'
+'python-six'
+'python-pathspec')
+optdepends=("gnupg: pgp signing/verification")
+makedepends=('python' 'python-setuptools' 'git')
+checkdepends=('python-mock')
+source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
+
+sha256sums=('SKIP')
+
+validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+)
+
+build() {
+cd "${srcdir}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+python setup.py install --root="$pkgdir" --optimize=1
+install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
+check() {
+cd "${srcdir}/${pkgname}"
+python tests/runtests.py
+}


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

2020-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, July 25, 2020 @ 21:42:09
  Author: sangy
Revision: 665298

upgpkg: in-toto 0.5.0-1

Modified:
  in-toto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 21:40:55 UTC (rev 665297)
+++ PKGBUILD2020-07-25 21:42:09 UTC (rev 665298)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=('in-toto')
-pkgver=0.4.2
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="A framework to secure your software supply chain"
 arch=('any')


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

2020-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, July 25, 2020 @ 21:40:37
  Author: sangy
Revision: 665296

upgpkg: python-securesystemslib 0.15.0-1

Modified:
  python-securesystemslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 21:38:39 UTC (rev 665295)
+++ PKGBUILD2020-07-25 21:40:37 UTC (rev 665296)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-securesystemslib
-pkgver=0.14.2
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
 arch=('any')
@@ -18,6 +18,8 @@
 # Sebastien Awwad (upstream co-maintainer)
 "8BA69B87D43BE294F23E812089A2AD3C07D962E8"
 # Lukas Puehringher (upstream maintainer)
+"903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias  (upstream co-maintainer)
 )
 
 build() { 


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

2020-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, July 25, 2020 @ 21:40:55
  Author: sangy
Revision: 665297

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 21:40:37 UTC (rev 665296)
+++ PKGBUILD2020-07-25 21:40:55 UTC (rev 665297)
@@ -1,38 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-securesystemslib
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
-arch=('any')
-license=('MIT')
-url="https://github.com/secure-systems-lab/securesystemslib;
-depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
-makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
-
-sha512sums=('SKIP')
-
-validpgpkeys=(
-"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
-# Sebastien Awwad (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-)
-
-build() { 
-cd "${srcdir}/securesystemslib"
-python setup.py build
-}
-
-package_python-securesystemslib() {
-
-cd "securesystemslib"
-python setup.py install --root="${pkgdir}/" --optimize=1
-install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-check() {
-cd "securesystemslib/tests/"
-PYTHONPATH=.. python aggregate_tests.py
-}

Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 665296, 
python-securesystemslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-25 21:40:55 UTC (rev 665297)
@@ -0,0 +1,40 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-securesystemslib
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
+arch=('any')
+license=('MIT')
+url="https://github.com/secure-systems-lab/securesystemslib;
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
+
+sha512sums=('SKIP')
+
+validpgpkeys=(
+"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+# Sebastien Awwad (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+"903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias  (upstream co-maintainer)
+)
+
+build() { 
+cd "${srcdir}/securesystemslib"
+python setup.py build
+}
+
+package_python-securesystemslib() {
+
+cd "securesystemslib"
+python setup.py install --root="${pkgdir}/" --optimize=1
+install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+cd "securesystemslib/tests/"
+PYTHONPATH=.. python aggregate_tests.py
+}


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:45:22
  Author: sangy
Revision: 663381

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 22:45:04 UTC (rev 663380)
+++ PKGBUILD2020-07-12 22:45:22 UTC (rev 663381)
@@ -1,30 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: nblock 
-# Contributor: Thomas Conneely 
-
-pkgname=python-bitstring
-pkgver=3.1.6
-pkgrel=1
-pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
-arch=('any')
-url="https://scott-griffiths.github.io/bitstring/;
-license=('MIT')
-depends=('python' 'python-setuptools')
-source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz;)
-sha256sums=('41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418')
-
-build() {
-  # still unsure why the upstream tarball has the name repeated twice...
-  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
-
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
-
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-bitstring/repos/community-any/PKGBUILD (from rev 663380, 
python-bitstring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 22:45:22 UTC (rev 663381)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: nblock 
+# Contributor: Thomas Conneely 
+
+pkgname=python-bitstring
+pkgver=3.1.7
+pkgrel=1
+pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
+arch=('any')
+url="https://scott-griffiths.github.io/bitstring/;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz;)
+sha256sums=('fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79')
+
+build() {
+  # still unsure why the upstream tarball has the name repeated twice...
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:45:04
  Author: sangy
Revision: 663380

upgpkg: python-bitstring 3.1.7-1

Modified:
  python-bitstring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 22:32:53 UTC (rev 663379)
+++ PKGBUILD2020-07-12 22:45:04 UTC (rev 663380)
@@ -3,15 +3,16 @@
 # Contributor: Thomas Conneely 
 
 pkgname=python-bitstring
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
 arch=('any')
 url="https://scott-griffiths.github.io/bitstring/;
 license=('MIT')
-depends=('python' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz;)
-sha256sums=('41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418')
+sha256sums=('fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79')
 
 build() {
   # still unsure why the upstream tarball has the name repeated twice...


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:32:53
  Author: sangy
Revision: 663379

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 663378, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 663378, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   95 
+-
 2 files changed, 87 insertions(+), 86 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-07-12 22:32:34 UTC (rev 663378)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-07-12 22:32:53 UTC (rev 663379)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 663378, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2020-07-12 22:32:53 UTC (rev 663379)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 22:32:34 UTC (rev 663378)
+++ PKGBUILD2020-07-12 22:32:53 UTC (rev 663379)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.3.8
-pkgrel=2
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 'python-aiohttp' 

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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:32:34
  Author: sangy
Revision: 663378

upgpkg: electrum 4.0.2-1

- Add dependency: libsecp256k1
- Add dependency: python-bistring (brought from AUR)

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 22:29:50 UTC (rev 663377)
+++ PKGBUILD2020-07-12 22:32:34 UTC (rev 663378)
@@ -4,8 +4,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.3.8
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
 makedepends=('python-setuptools')
@@ -12,7 +12,8 @@
 depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
  'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
  'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks')
+ 'python-aiorpcx' 'python-aiohttp' 'python-aiohttp-socks'
+ 'libsecp256k1' 'python-bitstring')
 optdepends=('python-btchip: BTChip hardware wallet support'
 'python-hidapi: Digital Bitbox hardware wallet support'
 'python-matplotlib: plot transaction history in graphical mode'
@@ -25,7 +26,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('5f756da4d2df59c69997925c69f651011def07bfbdbc582f492ecc19386eee7d79b9951732a792e6041da902d776052d6590cbd2d7004bc93c8406bcf9093fe6'
+sha512sums=('c51537ed4adea72554c94fffd8bce82d41707590576391008fe58dbbe7b15de1b8ecb95b2afefcf7a2db82fefb48baedd3a638fedd22f3b29622846a8bb61c24'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:29:40
  Author: sangy
Revision: 663376

upgpkg: python-bitstring 3.1.6-1

Added:
  python-bitstring/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 22:29:40 UTC (rev 663376)
@@ -0,0 +1,30 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: nblock 
+# Contributor: Thomas Conneely 
+
+pkgname=python-bitstring
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
+arch=('any')
+url="https://scott-griffiths.github.io/bitstring/;
+license=('MIT')
+depends=('python' 'python-setuptools')
+source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz;)
+sha256sums=('41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418')
+
+build() {
+  # still unsure why the upstream tarball has the name repeated twice...
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:29:50
  Author: sangy
Revision: 663377

archrelease: copy trunk to community-any

Added:
  python-bitstring/repos/community-any/
  python-bitstring/repos/community-any/PKGBUILD
(from rev 663376, python-bitstring/trunk/PKGBUILD)

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

Copied: python-bitstring/repos/community-any/PKGBUILD (from rev 663376, 
python-bitstring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-12 22:29:50 UTC (rev 663377)
@@ -0,0 +1,30 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: nblock 
+# Contributor: Thomas Conneely 
+
+pkgname=python-bitstring
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Python module designed to help make the creation, manipulation and 
analysis of binary data as simple and natural as possible'
+arch=('any')
+url="https://scott-griffiths.github.io/bitstring/;
+license=('MIT')
+depends=('python' 'python-setuptools')
+source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz;)
+sha256sums=('41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418')
+
+build() {
+  # still unsure why the upstream tarball has the name repeated twice...
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname/python-}-${pkgname/python-}-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:19:18
  Author: sangy
Revision: 663375

Prepare to add: python-bitstring

Added:
  python-bitstring/
  python-bitstring/repos/
  python-bitstring/trunk/


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:05:24
  Author: sangy
Revision: 663373

upgpkg: python-aiohttp-socks 0.4.2-1

- Use git for makedepends to verify GPG signed tags

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 21:27:04 UTC (rev 663372)
+++ PKGBUILD2020-07-12 22:05:24 UTC (rev 663373)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-aiohttp-socks
-pkgver=0.3.9
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
 arch=('any')
@@ -8,24 +8,25 @@
 url="https://github.com/romis2012/aiohttp-socks/;
 license=('Apache')
 depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools')
+makedepends=('git' 'python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
+source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver};)
+sha256sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev 
(maintainer)
 
 check() {
-cd "${pkgname//python-}-${pkgver}"
+cd "${pkgname//python-}"
 pytest
 }
 
 build() {
-cd "${pkgname//python-}-${pkgver}"
+cd "${pkgname//python-}"
 python setup.py build
 
 }
 
 package() {
-cd "${pkgname//python-}-${pkgver}"
+cd "${pkgname//python-}"
 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 }
 


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

2020-07-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 12, 2020 @ 22:05:43
  Author: sangy
Revision: 663374

archrelease: copy trunk to community-any

Added:
  python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 663373, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
  python-aiohttp-socks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 22:05:24 UTC (rev 663373)
+++ PKGBUILD2020-07-12 22:05:43 UTC (rev 663374)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.9
-pkgrel=1
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/;
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 663373, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 22:05:43 UTC (rev 663374)
@@ -0,0 +1,32 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/;
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('git' 'python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver};)
+sha256sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev 
(maintainer)
+
+check() {
+cd "${pkgname//python-}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-07-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 8, 2020 @ 19:53:57
  Author: sangy
Revision: 661775

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 661774, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 661774, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-07-08 19:53:21 UTC (rev 661774)
+++ LICENSE.txt 2020-07-08 19:53:57 UTC (rev 661775)
@@ -1,20 +0,0 @@
-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-x86_64/LICENSE.txt (from rev 661774, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-07-08 19:53:57 UTC (rev 661775)
@@ -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.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 19:53:21 UTC (rev 661774)
+++ PKGBUILD2020-07-08 19:53:57 UTC (rev 661775)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.1
-pkgrel=1
-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' 'python-setuptools' 'python-mako' 'python-numpy' 'git'
- 'pybind11')
-checkdepends=('python-six' 'python-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
-

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

2020-07-08 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, July 8, 2020 @ 19:53:21
  Author: sangy
Revision: 661774

upgpkg: python-pyopencl 1:2020.2-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 19:52:48 UTC (rev 661773)
+++ PKGBUILD2020-07-08 19:53:21 UTC (rev 661774)
@@ -4,7 +4,7 @@
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2020.1
+pkgver=2020.2
 pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"


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

2020-07-02 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, July 2, 2020 @ 15:53:39
  Author: sangy
Revision: 657495

upgpkg: afl 2.57b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-02 15:12:56 UTC (rev 657494)
+++ PKGBUILD2020-07-02 15:53:39 UTC (rev 657495)
@@ -3,8 +3,8 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.56b
-pkgrel=3
+pkgver=2.57b
+pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')
@@ -19,8 +19,9 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
-b2sums=('974c1efa3999c714068529d24c81e6d0ffb45a487b97625fa4ff538aeb86d43825561d5b496cb47caebf687078699e2ee606d7525424b5890dced14a95417750')
+sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
+sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
+b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
 
 build() {
   cd AFL-${pkgver}


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

2020-07-02 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, July 2, 2020 @ 15:54:12
  Author: sangy
Revision: 657496

archrelease: copy trunk to community-x86_64

Added:
  afl/repos/community-x86_64/PKGBUILD
(from rev 657495, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-02 15:53:39 UTC (rev 657495)
+++ PKGBUILD2020-07-02 15:54:12 UTC (rev 657496)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.56b
-pkgrel=3
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162')
-b2sums=('974c1efa3999c714068529d24c81e6d0ffb45a487b97625fa4ff538aeb86d43825561d5b496cb47caebf687078699e2ee606d7525424b5890dced14a95417750')
-
-build() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 657495, 
afl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-02 15:54:12 UTC (rev 657496)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.57b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a6416350ef40e042085337b0cbc12ac95d312f124d11f37076672f511fe31608')
+sha512sums=('78e2191b6be93b0b50a347b019422ee43013be8ae567e84e54059788e11cc66c67d89847e4580da55b8f6449efdf99d8efca5bce08d439fbb4a4a3311b942eb9')
+b2sums=('08610165db4438da55aad47935fd392d2992f7abae0ddba182e0637157ab69cb70a79e0dd53e1cb9f5bed4ced8af9a285cc0e4ee22c3b8fb5a83db5e82ae15b8')
+
+build() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd AFL-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:55:49
  Author: sangy
Revision: 640639

archrelease: copy trunk to community-any

Added:
  netbeans/repos/community-any/PKGBUILD
(from rev 640638, netbeans/trunk/PKGBUILD)
  netbeans/repos/community-any/netbeans.clusters
(from rev 640638, netbeans/trunk/netbeans.clusters)
Deleted:
  netbeans/repos/community-any/PKGBUILD
  netbeans/repos/community-any/netbeans.clusters

---+
 PKGBUILD  |  200 ++--
 netbeans.clusters |   88 +++---
 2 files changed, 145 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:55:21 UTC (rev 640638)
+++ PKGBUILD2020-06-08 23:55:49 UTC (rev 640639)
@@ -1,99 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=11.3
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='https://netbeans.apache.org/'
-license=('Apache')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('ttf-font' 'which')
-makedepends=('ant' 'java-environment=8' 'php' 'groovy' 'imagemagick')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-
-# you can figure out what's the best urlbase in case you want to override it 
by going to:
-# 
https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.1/netbeans-11.1-source.zip
-urlbase="https://ftp.wayne.edu/apache/;
-source=("${urlbase}/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip"
-
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
-   "netbeans.clusters")
-
-sha256sums=('f5cfb1988a64a8c2ce72ee8b1f19f89f5b98943909d3e50a7c4e8cfa0698e88c'
-'SKIP'
-'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
-
-validpgpkeys=("1A83C352499305B6682E3D95CF7BA0AB1CCF4647" # Emilian Marius Bold 

-  "79C8F02A726E9EF53646D712B2BF814FA145CB2D" # Laszlo Kishalmi 

-  "51B0E375B4941714A809F90E13E9F7AE3A4FD551" # Geert Jan 

-  "E6B7A203AA18497AB25202A7B4C1940FEA9364F1" # Jan Lahoda 

-  "7B037EEBE0F0DEDFEE65B6983703AC389A12A9D4" # Neil C Smith 

-  "D0410592D20D84582E23D7F057D5896CD86C1320" # Reema Taneja 

-  "8FE1C26F15E0320E740BAED84A2601CEDA9382F3" # Eric Barboni 
(Signing Key) 
-)
-
-build() {
-  # full cluster configuration is not available at this time
-  export LDFLAGS_EXTRA=$LDFLAGS CFLAGS_EXTRA=$CFLAGS
-  ant -quiet -Dcluster.config=full
-  #ant -quiet
-}
-
-# It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
-# see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-#check() {
-#  cd "${srcdir}"
-#  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-#}
-
-package() {
-  depends+=('java-environment>=9')
-
-  # install launcher script
-  install -Dm755 "nbbuild/${pkgname}/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-  # Resources for platform config
-  mkdir -p "${pkgdir}/usr/lib/${pkgname}"
-
-  local built=$(find nbbuild/${pkgname}/ -name "nb.cluster.*.built" | cut -d 
'.' -f 3)
-  for plugin in $built
-  do
-if [ -d "nbbuild/${pkgname}/${plugin}" ]
-then
-cp -r "nbbuild/${pkgname}/${plugin}" "${pkgdir}/usr/lib/${pkgname}"
-fi
-  done
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans.import" -t 
"${pkgdir}/usr/lib/${pkgname}/etc/"
-
-  # copy cluster configuration
-  install -Dm644 "${srcdir}/nbbuild/netbeans/etc/netbeans."* -t 
"${pkgdir}/usr/etc/"
-  install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/"
-
-  # Desktop shortcut and icon
-  # FIXME: unfortunately, we need to convert the high-res ico file to the 
-  # target png, as the current one is quite blurry and low-res...
-  convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png"
-  install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
-  rm 

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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:55:21
  Author: sangy
Revision: 640638

upgpkg: netbeans 12.0-1

Attempt to fix FS#66706

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:38:45 UTC (rev 640637)
+++ PKGBUILD2020-06-08 23:55:21 UTC (rev 640638)
@@ -4,7 +4,7 @@
 # Contributor: Ben Wolsieffer 
 
 pkgname=netbeans
-pkgver=11.3
+pkgver=12.0
 pkgrel=1
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
@@ -24,7 +24,7 @@
 
"https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-source.zip.asc;
"netbeans.clusters")
 
-sha256sums=('f5cfb1988a64a8c2ce72ee8b1f19f89f5b98943909d3e50a7c4e8cfa0698e88c'
+sha256sums=('32e258a55b3a2f28a90755fc6dc9b8d71994f68af59c834b0738adc3fca736be'
 'SKIP'
 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2')
 
@@ -46,10 +46,10 @@
 
 # It appears that they have disabled the CI tests upstream, so I'll disable 
these for now...
 # see the parms here: 
https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 
-#check() {
-#  cd "${srcdir}"
-#  ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
-#}
+# check() {
+#   cd "${srcdir}"
+#   ant -quiet test -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild
+# }
 
 package() {
   depends+=('java-environment>=9')
@@ -83,17 +83,19 @@
   sed -i "s/Icon=.*/Icon=netbeans/" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
   install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 
-  # remove non-linux non x86_64 binaries (FIXME: ideally we should just *not* 
build these)
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/hpux-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/linux-arm"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/hpux-"*
-  rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/solaris-"*
-  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
-  find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
+  # I'm leaving these as they seem to be necessary for building native
+  # executables (see bug #66706). I'd like to ideally build them with our 
+  # CFLAGS, but alas...
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/Windows"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/"*-sparc_64
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/solaris-"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/hpux-"*
+  # rm -rf 
"${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk16/linux-arm"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/hpux-"*
+  # rm -rf "${pkgdir}/usr/lib/${pkgname}/profiler/lib/deployed/jdk15/solaris-"*
+  # find "${pkgdir}/usr/lib/${pkgname}/" -name "*.exe" -exec rm {} \;
+  # find "${pkgdir}/usr/lib/${pkgname}/" -name "*.dll" -exec rm {} \;
 
 }


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:38:30
  Author: sangy
Revision: 640636

upgpkg: diffoscope 146-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:40 UTC (rev 640635)
+++ PKGBUILD2020-06-08 23:38:30 UTC (rev 640636)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=145
+pkgver=146
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -63,9 +63,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
+sha512sums=('7be691c689ec3309985e83e07924c1726ff8e16e774209ec8c4a9e47446a49e75fb9a10a510a64344d5f4c8222fbfc9f964d93e4f5eec3379b2ff131880ad9bc'
 'SKIP')
-b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
+b2sums=('ab6f59ec127b90fc4feaa077f764ca263c4f3ff573f27013905a0b11b3e0b5e4cd33f22fcba48a1d8ffce1d3a3f703a7e7e047982200134271e9a8f9faf06db7'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:38:45
  Author: sangy
Revision: 640637

archrelease: copy trunk to community-x86_64

Modified:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:38:30 UTC (rev 640636)
+++ PKGBUILD2020-06-08 23:38:45 UTC (rev 640637)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=144
-pkgrel=2
+pkgver=146
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -63,9 +63,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
+sha512sums=('7be691c689ec3309985e83e07924c1726ff8e16e774209ec8c4a9e47446a49e75fb9a10a510a64344d5f4c8222fbfc9f964d93e4f5eec3379b2ff131880ad9bc'
 'SKIP')
-b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
+b2sums=('ab6f59ec127b90fc4feaa077f764ca263c4f3ff573f27013905a0b11b3e0b5e4cd33f22fcba48a1d8ffce1d3a3f703a7e7e047982200134271e9a8f9faf06db7'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:21
  Author: sangy
Revision: 640634

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 640633, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:00 UTC (rev 640633)
+++ PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
@@ -1,27 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=4.0.2
-pkgrel=2
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 640633, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:40
  Author: sangy
Revision: 640635

upgpkg: diffoscope 145-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:34:21 UTC (rev 640634)
+++ PKGBUILD2020-06-08 23:34:40 UTC (rev 640635)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=144
-pkgrel=2
+pkgver=145
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')


[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2020-06-08 Thread Santiago Torres-Arias via arch-commits
Date: Monday, June 8, 2020 @ 23:34:00
  Author: sangy
Revision: 640633

upgpkg: ttf-ibm-plex 5.0.0-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:07:20 UTC (rev 640632)
+++ PKGBUILD2020-06-08 23:34:00 UTC (rev 640633)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=4.0.2
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
 url='https://github.com/IBM/plex'
@@ -14,7 +14,7 @@
 depends=('fontconfig' 'xorg-font-utils')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
+sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
 
 conflicts=('ibm-plex-fonts')
 


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

2020-05-18 Thread Santiago Torres-Arias via arch-commits
Date: Monday, May 18, 2020 @ 15:04:34
  Author: sangy
Revision: 629553

archrelease: copy trunk to community-x86_64

Added:
  uncrustify/repos/community-x86_64/PKGBUILD
(from rev 629552, uncrustify/trunk/PKGBUILD)
Deleted:
  uncrustify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-18 15:04:22 UTC (rev 629552)
+++ PKGBUILD2020-05-18 15:04:34 UTC (rev 629553)
@@ -1,34 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Auguste Pop 
-
-pkgname=uncrustify
-pkgver=0.70.1
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=(x86_64)
-url="http://uncrustify.sourceforge.net/;
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake python)
-source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
-sha256sums=('ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  cd ../$pkgname-$pkgname-$pkgver
-  install -d -m755 "$pkgdir"/usr/share/uncrustify
-  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 629552, 
uncrustify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-18 15:04:34 UTC (rev 629553)
@@ -0,0 +1,34 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.71.0
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=(x86_64)
+url="http://uncrustify.sourceforge.net/;
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
+sha256sums=('403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  cd ../$pkgname-$pkgname-$pkgver
+  install -d -m755 "$pkgdir"/usr/share/uncrustify
+  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}


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

2020-05-18 Thread Santiago Torres-Arias via arch-commits
Date: Monday, May 18, 2020 @ 15:04:22
  Author: sangy
Revision: 629552

upgpkg: uncrustify 0.71.0-1

Modified:
  uncrustify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 14:42:29 UTC (rev 629551)
+++ PKGBUILD2020-05-18 15:04:22 UTC (rev 629552)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=uncrustify
-pkgver=0.70.1
+pkgver=0.71.0
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake python)
 
source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz;)
-sha256sums=('ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06')
+sha256sums=('403a0f34463c0d6b0fbf230d8a03b7af9f493faa235208417793350db062003c')
 
 prepare() {
   mkdir -p build


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

2020-05-15 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, May 16, 2020 @ 01:21:21
  Author: sangy
Revision: 628145

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch
(from rev 628144, diffoscope/trunk/0001-Update-llvm-diff-for-llvm-10.patch)
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 628144, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch
  diffoscope/repos/community-x86_64/PKGBUILD

-+
 0001-Update-llvm-diff-for-llvm-10.patch |  142 ++--
 PKGBUILD|  204 +++---
 2 files changed, 173 insertions(+), 173 deletions(-)

Deleted: 0001-Update-llvm-diff-for-llvm-10.patch
===
--- 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:20:57 UTC (rev 
628144)
+++ 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:21:21 UTC (rev 
628145)
@@ -1,71 +0,0 @@
-From c645b977740b8c42a4b1ee8fe3f6856cac7cee1e Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Mon, 27 Apr 2020 21:48:51 +0200
-Subject: [PATCH] Update llvm diff for llvm 10.
-
-Signed-off-by: Jelle van der Waa 

- tests/comparators/test_rlib.py|  3 ++
- tests/data/rlib_llvm_dis_expected_diff_10 | 36 +++
- 2 files changed, 39 insertions(+)
- create mode 100644 tests/data/rlib_llvm_dis_expected_diff_10
-
-diff --git a/tests/comparators/test_rlib.py b/tests/comparators/test_rlib.py
-index e47a0f4b..180d6b66 100644
 a/tests/comparators/test_rlib.py
-+++ b/tests/comparators/test_rlib.py
-@@ -74,6 +74,9 @@ def rlib_dis_expected_diff():
- if LooseVersion(str(actual_ver)) >= LooseVersion("7.0"):
- diff_file = 'rlib_llvm_dis_expected_diff_7'
- 
-+if LooseVersion(str(actual_ver)) >= LooseVersion("10.0"):
-+diff_file = 'rlib_llvm_dis_expected_diff_10'
-+
- return get_data(diff_file)
- 
- 
-diff --git a/tests/data/rlib_llvm_dis_expected_diff_10 
b/tests/data/rlib_llvm_dis_expected_diff_10
-new file mode 100644
-index ..46316a2f
 /dev/null
-+++ b/tests/data/rlib_llvm_dis_expected_diff_10
-@@ -0,0 +1,36 @@
-+@@ -42,32 +42,32 @@
-+ entry-block:
-+   %out.i.i = alloca i8*, align 8
-+   %4 = icmp ult i64 %3, 17
-+   br i1 %4, label %then-block-195-.i, label 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i
-+ 
-+ then-block-195-.i:; preds = %entry-block
-+   %5 = tail call i8* @realloc(i8* %0, i64 %2) #2
-+-  br label %_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit
-++  br label %_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit
-+ 
-+ _ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i: ; preds = 
%entry-block
-+   %6 = bitcast i8** %out.i.i to i8*
-+   call void @llvm.lifetime.start.p0i8(i64 8, i8* %6) #2
-+   store i8* null, i8** %out.i.i, align 8
-+   %7 = call i32 @posix_memalign(i8** nonnull %out.i.i, i64 %3, i64 %2) #2
-+   %8 = icmp eq i32 %7, 0
-+   %9 = load i8*, i8** %out.i.i, align 8
-+   %sret_slot.0.i.i = select i1 %8, i8* %9, i8* null
-+   call void @llvm.lifetime.end.p0i8(i64 8, i8* %6) #2
-+   %10 = icmp ule i64 %2, %1
-+   %11 = select i1 %10, i64 %2, i64 %1
-+   call void @llvm.memmove.p0i8.p0i8.i64(i8* align 1 %sret_slot.0.i.i, i8* 
align 1 %0, i64 %11, i1 false)
-+   call void @free(i8* %0) #2
-+-  br label %_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit
-++  br label %_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit
-+ 
-+-_ZN12alloc_system3imp10reallocate17h4a0811c9ec086854E.exit: ; preds = 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i, %then-block-195-.i
-++_ZN12alloc_system3imp10reallocate1l44a0811c9ec086854E.exit: ; preds = 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i, %then-block-195-.i
-+   %sret_slot.0.i = phi i8* [ %5, %then-block-195-.i ], [ %sret_slot.0.i.i, 
%_ZN12alloc_system3imp8allocate17h8ba7625cc4a820e8E.exit.i ]
-+   ret i8* %sret_slot.0.i
-+ }
-+ 
-+ ; Function Attrs: nounwind readnone uwtable
-+ define i64 @__rust_reallocate_inplace(i8* nocapture readnone %0, i64 %1, i64 
%2, i64 %3) unnamed_addr #1 {
-+ entry-block:
--- 
-2.26.2
-

Copied: 
diffoscope/repos/community-x86_64/0001-Update-llvm-diff-for-llvm-10.patch (from 
rev 628144, diffoscope/trunk/0001-Update-llvm-diff-for-llvm-10.patch)
===
--- 0001-Update-llvm-diff-for-llvm-10.patch (rev 0)
+++ 0001-Update-llvm-diff-for-llvm-10.patch 2020-05-16 01:21:21 UTC (rev 
628145)
@@ -0,0 +1,71 @@
+From c645b977740b8c42a4b1ee8fe3f6856cac7cee1e Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Mon, 27 Apr 2020 21:48:51 +0200
+Subject: [PATCH] Update llvm diff for llvm 10.
+
+Signed-off-by: Jelle van der Waa 
+---
+ tests/comparators/test_rlib.py|  3 ++
+ 

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

2020-05-15 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, May 16, 2020 @ 01:20:57
  Author: sangy
Revision: 628144

upgpkg: diffoscope 144-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 01:03:01 UTC (rev 628143)
+++ PKGBUILD2020-05-16 01:20:57 UTC (rev 628144)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=143
+pkgver=144
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -63,10 +63,10 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc} 
0001-Update-llvm-diff-for-llvm-10.patch)
-sha512sums=('d0be94522b2e5336068af90df562895ffe6f4cf09ef5cbbba47982f29ec8c04a19aaa6429b6a5de5d310fd5a4304757b8d98b5bdee90da9953c22025da566365'
+sha512sums=('7d79a7298f27990ac519b39261fb1c815523a9acb7adc29097d3ff4a690ca172e3ce7ef56d5d4e89231579ce09865aa66effa157d87651027923ec8a7f10babb'
 'SKIP'
 
'56b3ed348b58da1ab58ee2f01fb2a325a41608f65b3d869d0e2a7e269ddee7428080a059ebe4eb93397b65514243c5d96b95ef075122d05463e2dcd7074762d6')
-b2sums=('e1cdfd38f9a4f305490ff9d09a35e74c3b2101cf84315988a5a0e520a087d7f9877990ce1a3845c38eba0af6901ed05fe5ff5683c9b49134fae9e79f999f0eb5'
+b2sums=('be1525096f05324d594f901ddc10776200805eade365f424630a415bb0046a4214239358fc15105e8c05aae87023b68298b1cfe04048ff3b3ff6f4365dc8bcf4'
 'SKIP'
 
'ec0e74f3201fe4b2a4514ec4628eaa28bc9d2cb7d24d2f3d8469f27a6eea1863173cbb508c8e86d0c75e1bdecd236d1377dd950e9dc4279ea4a146c8b4abad62')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
@@ -76,7 +76,7 @@
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
 
-  patch -Np1 -i ${srcdir}/0001-Update-llvm-diff-for-llvm-10.patch
+  #patch -Np1 -i ${srcdir}/0001-Update-llvm-diff-for-llvm-10.patch
 }
 
 build() {


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

2020-05-08 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 8, 2020 @ 20:02:18
  Author: sangy
Revision: 625767

archrelease: copy trunk to community-x86_64

Added:
  git-lfs/repos/community-x86_64/PKGBUILD
(from rev 625766, git-lfs/trunk/PKGBUILD)
Deleted:
  git-lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-08 20:01:57 UTC (rev 625766)
+++ PKGBUILD2020-05-08 20:02:18 UTC (rev 625767)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=git-lfs
-pkgver=2.10.0
-pkgrel=2
-pkgdesc="Git extension for versioning large files"
-arch=('x86_64')
-url="https://git-lfs.github.com;
-license=('MIT')
-makedepends=('go-pie' 'ruby-ronn' 'go-tools')
-depends=('git')
-source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
-validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  go build \
--mod=vendor \
--trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-  make man
-}
-
-check(){
-  cd "$pkgname"
-  go test -mod=vendor ./...
-}
-
-package() {
-  cd "$pkgname"
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
-  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
-}

Copied: git-lfs/repos/community-x86_64/PKGBUILD (from rev 625766, 
git-lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-08 20:02:18 UTC (rev 625767)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+
+pkgname=git-lfs
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Git extension for versioning large files"
+arch=('x86_64')
+url="https://git-lfs.github.com;
+license=('MIT')
+makedepends=('go-pie' 'ruby-ronn' 'go-tools')
+depends=('git')
+source=("git+https://github.com/git-lfs/git-lfs.git#tag=v${pkgver}?signed;)
+validpgpkeys=('88ACE9B29196305BA9947552F1BA225C0223B187') # brian m. carlson 

+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  go build \
+-mod=vendor \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+  make man
+}
+
+check(){
+  cd "$pkgname"
+  go test -mod=vendor ./...
+}
+
+package() {
+  cd "$pkgname"
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man5 man/*.5
+}


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

2020-05-08 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 8, 2020 @ 20:01:57
  Author: sangy
Revision: 625766

upgpkg: git-lfs 2.11.0-1

Modified:
  git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-08 19:26:16 UTC (rev 625765)
+++ PKGBUILD2020-05-08 20:01:57 UTC (rev 625766)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=git-lfs
-pkgver=2.10.0
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
 pkgdesc="Git extension for versioning large files"
 arch=('x86_64')
 url="https://git-lfs.github.com;


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

2020-05-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 1, 2020 @ 14:30:34
  Author: sangy
Revision: 623846

disorderfs: Gate test if /dev/fuse node exists

Modified:
  disorderfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 14:23:18 UTC (rev 623845)
+++ PKGBUILD2020-05-01 14:30:34 UTC (rev 623846)
@@ -26,7 +26,7 @@
 # in extra-*-build this will be with "-- -d /dev/fuse"
 check() {
   cd $pkgname-$pkgver
-  make test
+  test -e /dev/fuse && make test || echo "WARNING: Skipping tests due to 
missing /dev/fuse mount"
 }
 
 package() {


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

2020-05-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 1, 2020 @ 14:23:18
  Author: sangy
Revision: 623845

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 623844, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 623844, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-05-01 14:22:50 UTC (rev 623844)
+++ LICENSE.txt 2020-05-01 14:23:18 UTC (rev 623845)
@@ -1,20 +0,0 @@
-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-x86_64/LICENSE.txt (from rev 623844, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-05-01 14:23:18 UTC (rev 623845)
@@ -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.

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-01 14:22:50 UTC (rev 623844)
+++ PKGBUILD2020-05-01 14:23:18 UTC (rev 623845)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=4
-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' 'python-setuptools' 'python-mako' 'python-numpy' 'git'
- 'pybind11')
-checkdepends=('python-six' 'python-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
-
- 

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

2020-05-01 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 1, 2020 @ 14:22:50
  Author: sangy
Revision: 623844

upgpkg: python-pyopencl 1:2020.1-1

Upstream release 2020.1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 13:08:53 UTC (rev 623843)
+++ PKGBUILD2020-05-01 14:22:50 UTC (rev 623844)
@@ -4,8 +4,8 @@
 _pypiname=pyopencl
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=4
+pkgver=2020.1
+pkgrel=1
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')


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

2020-04-28 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 28, 2020 @ 15:38:01
  Author: sangy
Revision: 622047

archrelease: copy trunk to community-x86_64

Added:
  bashbrew/repos/community-x86_64/
  bashbrew/repos/community-x86_64/PKGBUILD
(from rev 622046, bashbrew/trunk/PKGBUILD)

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

Copied: bashbrew/repos/community-x86_64/PKGBUILD (from rev 622046, 
bashbrew/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-28 15:38:01 UTC (rev 622047)
@@ -0,0 +1,34 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=bashbrew
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Canonical build tool for Docker official images"
+arch=('x86_64')
+url="https://github.com/docker-library/bashbrew/;
+license=('Apache')
+depends=('docker' 'git')
+makedepends=('go' 'git')
+checkdepends=()
+source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+go build -o "${pkgname}" ./...
+}
+
+check() {
+   cd "${pkgname}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}"
+install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-04-28 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 28, 2020 @ 15:36:45
  Author: sangy
Revision: 622044

add bashbrew

Added:
  bashbrew/
  bashbrew/repos/
  bashbrew/trunk/
  bashbrew/trunk/PKGBUILD

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

Added: bashbrew/trunk/PKGBUILD
===
--- bashbrew/trunk/PKGBUILD (rev 0)
+++ bashbrew/trunk/PKGBUILD 2020-04-28 15:36:45 UTC (rev 622044)
@@ -0,0 +1,34 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=bashbrew
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Canonical build tool for Docker official images"
+arch=('x86_64')
+url="https://github.com/docker-library/bashbrew/;
+license=('Apache')
+depends=('docker' 'git')
+makedepends=('go' 'git')
+checkdepends=()
+source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+go build -o "${pkgname}" ./...
+}
+
+check() {
+   cd "${pkgname}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}"
+install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
+}


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

2020-04-28 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 28, 2020 @ 15:13:52
  Author: sangy
Revision: 622037

archrelease: copy trunk to community-any

Added:
  python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 622036, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
  python-aiohttp-socks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 15:13:31 UTC (rev 622036)
+++ PKGBUILD2020-04-28 15:13:52 UTC (rev 622037)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.7
-pkgrel=1
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/;
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 622036, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 15:13:52 UTC (rev 622037)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/;
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-04-28 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 28, 2020 @ 15:13:29
  Author: sangy
Revision: 622035

upgpkg: python-aiohttp-socks 0.3.9-1

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 15:12:01 UTC (rev 622034)
+++ PKGBUILD2020-04-28 15:13:29 UTC (rev 622035)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-aiohttp-socks
-pkgver=0.3.7
+pkgver=0.3.9
 pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-asyncio')
 source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
+sha256sums=('c88b5b308f707823700cbb3d8605f555308566d42683ee4ecc9899dafe2f6456')
 
 check() {
 cd "${pkgname//python-}-${pkgver}"


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

2020-04-22 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, April 22, 2020 @ 15:38:03
  Author: sangy
Revision: 617669

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 617668, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-22 15:37:43 UTC (rev 617668)
+++ PKGBUILD2020-04-22 15:38:03 UTC (rev 617669)
@@ -1,57 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.4.3
-pkgrel=3
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
- 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}/build-cmake"
-}
-
-build () {
-# python modules
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# cmake files and tests
-cd build-cmake
-cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
-make all mock_install
-
-# manpage
-make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
-}
-
-check() {
-make -C "${pkgname}-${pkgver}/build-cmake" check
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-# python modules
-python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-
-# cmake files
-mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
-install -m644 build-cmake/mock_install/share/cmake/pybind11/*.cmake -t 
"${pkgdir}/usr/share/cmake/${pkgname}"
-
-# man page
-install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
-sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-
-# license
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 617668, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-22 15:38:03 UTC (rev 617669)
@@ -0,0 +1,57 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
+ 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
+sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
+
+prepare() {
+mkdir -p "${pkgname}-${pkgver}/build-cmake"
+}
+
+build () {
+# python modules
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# cmake files and tests
+cd build-cmake
+cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
+make all mock_install
+
+# manpage
+make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
+}
+
+check() {
+make -C "${pkgname}-${pkgver}/build-cmake" check
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+# python modules
+python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
+
+# cmake files
+mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
+install -m644 build-cmake/mock_install/share/cmake/pybind11/*.cmake -t 
"${pkgdir}/usr/share/cmake/${pkgname}"
+
+# man page
+install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
+sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+
+# license
+install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-04-22 Thread Santiago Torres-Arias via arch-commits
Date: Wednesday, April 22, 2020 @ 15:37:43
  Author: sangy
Revision: 617668

upgpkg: pybind11 2.5.0-1

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 15:20:42 UTC (rev 617667)
+++ PKGBUILD2020-04-22 15:37:43 UTC (rev 617668)
@@ -3,8 +3,8 @@
 # Contributor: Matthew Ellison 
 
 pkgname=pybind11
-pkgver=2.4.3
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -14,7 +14,7 @@
  'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
 checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d')
+sha256sums=('97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
 
 prepare() {
 mkdir -p "${pkgname}-${pkgver}/build-cmake"


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

2020-04-20 Thread Santiago Torres-Arias via arch-commits
Date: Monday, April 20, 2020 @ 22:27:28
  Author: sangy
Revision: 617098

archrelease: copy trunk to community-x86_64

Added:
  disorderfs/repos/community-x86_64/PKGBUILD
(from rev 617097, disorderfs/trunk/PKGBUILD)
Deleted:
  disorderfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 22:26:38 UTC (rev 617097)
+++ PKGBUILD2020-04-20 22:27:28 UTC (rev 617098)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Mike Swanson 
-
-pkgname=disorderfs
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="FUSE filesystem that introduces non-determinism"
-arch=('x86_64')
-url="https://reproducible-builds.org/;
-license=('GPL3')
-depends=('fuse' 'gcc-libs')
-makedepends=('asciidoc' 'git')
-source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.bz2{,.asc})
-sha512sums=('342f21bbe9983a22c48c84ed8f883866462662171829b9eecadfa5fc3d376c6474e4f255a7ff2b9d9004af0677e5e0fc9174771e8e0bc464216824311ea3d1d9'
-'SKIP')
-# Holger Levsen, Chris Lamb
-validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 
'C2FE4BD271C139B86C533E461E953E27D4311E58')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install
-}

Copied: disorderfs/repos/community-x86_64/PKGBUILD (from rev 617097, 
disorderfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-20 22:27:28 UTC (rev 617098)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Mike Swanson 
+
+pkgname=disorderfs
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="FUSE filesystem that introduces non-determinism"
+arch=('x86_64')
+url="https://reproducible-builds.org/;
+license=('GPL3')
+depends=('fuse' 'gcc-libs')
+makedepends=('asciidoc' 'git')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.gz{,.asc})
+sha512sums=('3254fa8838411b6f882327217af7421c8ebbf515fa3d4885aa2aa92126ad26bf5afbdea09e5a9e9547c3c2974a9a1489892cea8cf43444e167855fb58f0013a7'
+'SKIP')
+# Holger Levsen, Chris Lamb
+validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 
'C2FE4BD271C139B86C533E461E953E27D4311E58')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+# make sure to run with /dev/fuse mounted.
+# in extra-*-build this will be with "-- -d /dev/fuse"
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
+}


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

2020-04-20 Thread Santiago Torres-Arias via arch-commits
Date: Monday, April 20, 2020 @ 22:26:38
  Author: sangy
Revision: 617097

upgpkg: disorderfs 0.5.9-1

- Upstream release 0.5.9
- Enable tests

Modified:
  disorderfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 22:24:02 UTC (rev 617096)
+++ PKGBUILD2020-04-20 22:26:38 UTC (rev 617097)
@@ -11,7 +11,6 @@
 license=('GPL3')
 depends=('fuse' 'gcc-libs')
 makedepends=('asciidoc' 'git')
-checkdepends=('kmod' 'strace')
 
source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.gz{,.asc})
 
sha512sums=('3254fa8838411b6f882327217af7421c8ebbf515fa3d4885aa2aa92126ad26bf5afbdea09e5a9e9547c3c2974a9a1489892cea8cf43444e167855fb58f0013a7'
 'SKIP')
@@ -23,6 +22,8 @@
   make
 }
 
+# make sure to run with /dev/fuse mounted.
+# in extra-*-build this will be with "-- -d /dev/fuse"
 check() {
   cd $pkgname-$pkgver
   make test


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

2020-04-20 Thread Santiago Torres-Arias via arch-commits
Date: Monday, April 20, 2020 @ 22:24:02
  Author: sangy
Revision: 617096

upgpkg: disorderfs 0.5.9-1

- Upstream release 0.5.9
- Enable test harness

Modified:
  disorderfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 22:18:46 UTC (rev 617095)
+++ PKGBUILD2020-04-20 22:24:02 UTC (rev 617096)
@@ -1,8 +1,9 @@
 # Maintainer: Jelle van der Waa 
+# Maintainer: Santiago Torres-Arias 
 # Contributor: Mike Swanson 
 
 pkgname=disorderfs
-pkgver=0.5.7
+pkgver=0.5.9
 pkgrel=1
 pkgdesc="FUSE filesystem that introduces non-determinism"
 arch=('x86_64')
@@ -10,8 +11,9 @@
 license=('GPL3')
 depends=('fuse' 'gcc-libs')
 makedepends=('asciidoc' 'git')
-source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.bz2{,.asc})
-sha512sums=('342f21bbe9983a22c48c84ed8f883866462662171829b9eecadfa5fc3d376c6474e4f255a7ff2b9d9004af0677e5e0fc9174771e8e0bc464216824311ea3d1d9'
+checkdepends=('kmod' 'strace')
+source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.gz{,.asc})
+sha512sums=('3254fa8838411b6f882327217af7421c8ebbf515fa3d4885aa2aa92126ad26bf5afbdea09e5a9e9547c3c2974a9a1489892cea8cf43444e167855fb58f0013a7'
 'SKIP')
 # Holger Levsen, Chris Lamb
 validpgpkeys=('B8BF54137B09D35CF026FE9D091AB856069AAA1C' 
'C2FE4BD271C139B86C533E461E953E27D4311E58')
@@ -18,10 +20,14 @@
 
 build() {
   cd $pkgname-$pkgver
-
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
 package() {
   cd $pkgname-$pkgver
 


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

2020-04-19 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 19, 2020 @ 23:57:28
  Author: sangy
Revision: 616796

xcalib: give credit to old aur maintainers

Modified:
  xcalib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-19 23:56:54 UTC (rev 616795)
+++ PKGBUILD2020-04-19 23:57:28 UTC (rev 616796)
@@ -1,4 +1,9 @@
 # Maintainer: Santiago Torres-Arias 
+# Contributor: Vasya Novikov 
+# Contributor: gato_lento
+# Contributor: Yaroslav 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+# Contributor: mOLOk
 
 pkgname=xcalib
 pkgver=0.10


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

2020-04-19 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 19, 2020 @ 23:54:50
  Author: sangy
Revision: 616791

archrelease: copy trunk to community-x86_64

Added:
  xcalib/repos/community-x86_64/
  xcalib/repos/community-x86_64/PKGBUILD
(from rev 616789, xcalib/trunk/PKGBUILD)

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

Copied: xcalib/repos/community-x86_64/PKGBUILD (from rev 616789, 
xcalib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-04-19 23:54:50 UTC (rev 616791)
@@ -0,0 +1,30 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=xcalib
+pkgver=0.10
+pkgrel=3
+pkgdesc="Load 'vcgt'-tag profiles to X-server on the calibration stage"
+arch=('x86_64')
+url="https://github.com/OpenICC/xcalib;
+license=('GPL2' 'custom:postcardware')
+depends=('libxxf86vm' 'libxrandr')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('67dbf2dcc4ae67fde48b48630980c1fa6f89fda5810347f616ec85094c274055')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+install -m755 -Dt "${pkgdir}/usr/bin" "xcalib" 
+install -m644 -Dt "${pkgdir}/usr/share/man/man1/" "xcalib.1" 
+install -m644 -Dt "${pkgdir}/usr/share/xcalib" *.icc
+install -m644 -Dt "${pkgdir}/usr/share/pixmaps/${pkgname}.ico" "icon.ico"
+
+# postcardware license stuff :)
+install -m644 -Dt "${pkgdir}/usr/share/licenses/xcalib/" "README.md"
+
+
+}


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

2020-04-19 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 19, 2020 @ 23:54:04
  Author: sangy
Revision: 616788

xcalib: AUR -> community

Added:
  xcalib/
  xcalib/repos/
  xcalib/trunk/
  xcalib/trunk/PKGBUILD

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

Added: xcalib/trunk/PKGBUILD
===
--- xcalib/trunk/PKGBUILD   (rev 0)
+++ xcalib/trunk/PKGBUILD   2020-04-19 23:54:04 UTC (rev 616788)
@@ -0,0 +1,30 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=xcalib
+pkgver=0.10
+pkgrel=3
+pkgdesc="Load 'vcgt'-tag profiles to X-server on the calibration stage"
+arch=('x86_64')
+url="https://github.com/OpenICC/xcalib;
+license=('GPL2' 'custom:postcardware')
+depends=('libxxf86vm' 'libxrandr')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('67dbf2dcc4ae67fde48b48630980c1fa6f89fda5810347f616ec85094c274055')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+install -m755 -Dt "${pkgdir}/usr/bin" "xcalib" 
+install -m644 -Dt "${pkgdir}/usr/share/man/man1/" "xcalib.1" 
+install -m644 -Dt "${pkgdir}/usr/share/xcalib" *.icc
+install -m644 -Dt "${pkgdir}/usr/share/pixmaps/${pkgname}.ico" "icon.ico"
+
+# postcardware license stuff :)
+install -m644 -Dt "${pkgdir}/usr/share/licenses/xcalib/" "README.md"
+
+
+}


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

2020-04-16 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, April 16, 2020 @ 22:51:07
  Author: sangy
Revision: 615387

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 615386, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-16 22:50:44 UTC (rev 615386)
+++ PKGBUILD2020-04-16 22:51:07 UTC (rev 615387)
@@ -1,97 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=140
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=10' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('76fda58b7e71e2df0ba0fca9ab1819b388d830e222b330fbaf372834fb862dc0414363e9fdbe0ce7fe3b5fd1c220c846678bd27d81a2dc6c3ff12afe75d1e8b1'
-'SKIP')
-b2sums=('874d216b0c2008cab4368ae59dd52a794949235683d0f061e221e01d53214af35395a605644535e586042623621710a0467cb8fc6711afcb3d4e854d04d4fd71'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 615386, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-16 22:51:07 UTC (rev 615387)
@@ -0,0 +1,97 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=141
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 

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

2020-04-16 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, April 16, 2020 @ 22:50:44
  Author: sangy
Revision: 615386

upgpkg: diffoscope 141-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 22:04:55 UTC (rev 615385)
+++ PKGBUILD2020-04-16 22:50:44 UTC (rev 615386)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=140
+pkgver=141
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -62,9 +62,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('76fda58b7e71e2df0ba0fca9ab1819b388d830e222b330fbaf372834fb862dc0414363e9fdbe0ce7fe3b5fd1c220c846678bd27d81a2dc6c3ff12afe75d1e8b1'
+sha512sums=('cc62cb1d14e5d24c370bc42a058d564711a15ac755511a7f6ddbf74bdbfad511a39ca305ab075d0cbf2651eb5f51628c5030d0d6341973e01e186f3f5daf348e'
 'SKIP')
-b2sums=('874d216b0c2008cab4368ae59dd52a794949235683d0f061e221e01d53214af35395a605644535e586042623621710a0467cb8fc6711afcb3d4e854d04d4fd71'
+b2sums=('5fcdf46e8fa7e42607f13668425ad908e1c8daff5626a36c0f11566d0cafed5d1e831fc473f09a9a55edb0d16a004838b0f2a0cb0563779c96bc4bac92964b7d'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-04-12 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 12, 2020 @ 16:30:30
  Author: sangy
Revision: 613434

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 613433, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-12 16:28:58 UTC (rev 613433)
+++ PKGBUILD2020-04-12 16:30:30 UTC (rev 613434)
@@ -1,97 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=140
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=10' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('76fda58b7e71e2df0ba0fca9ab1819b388d830e222b330fbaf372834fb862dc0414363e9fdbe0ce7fe3b5fd1c220c846678bd27d81a2dc6c3ff12afe75d1e8b1'
-'SKIP')
-b2sums=('874d216b0c2008cab4368ae59dd52a794949235683d0f061e221e01d53214af35395a605644535e586042623621710a0467cb8fc6711afcb3d4e854d04d4fd71'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 613433, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-12 16:30:30 UTC (rev 613434)
@@ -0,0 +1,97 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=140
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 

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

2020-04-09 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 10, 2020 @ 01:16:38
  Author: sangy
Revision: 613068

archrelease: copy trunk to community-any

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

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

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

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

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 613067, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 01:16:38 UTC (rev 613068)
@@ -0,0 +1,35 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.15.0
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/;
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-04-09 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 10, 2020 @ 01:16:03
  Author: sangy
Revision: 613067

upgpkg: python-breathe 4.15.0-1

Enable tests, as python-sphinx 3.0+ support was added

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:26:15 UTC (rev 613066)
+++ PKGBUILD2020-04-10 01:16:03 UTC (rev 613067)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.14.1
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -11,13 +11,12 @@
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
   PYTHONPATH="$PWD" make test


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

2020-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 7, 2020 @ 16:18:08
  Author: sangy
Revision: 612458

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 612457, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-07 16:17:49 UTC (rev 612457)
+++ PKGBUILD2020-04-07 16:18:08 UTC (rev 612458)
@@ -1,96 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=138
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
-  'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 
'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7f5a6d9316c184eb01bd7d2decbbde31693a2801dd103abe5ae1c1a04036447248f6060e34c4590020b392599e5beb2a9019325015bd9fdc1451c55a24af8875'
-'SKIP')
-b2sums=('fb71085b18028110bb170b3e255f0b84c52e35b6567118f85e4c37c3649f687893dee2970b7bd51040e15036d03cf688005a16d5e8a12bb721f2a00a1c9a19bf'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 612457, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-07 16:18:08 UTC (rev 612458)
@@ -0,0 +1,96 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=139
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
+ 'python-tlsh')

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

2020-04-07 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 7, 2020 @ 16:17:49
  Author: sangy
Revision: 612457

upgpkg: diffoscope 139-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-07 15:34:46 UTC (rev 612456)
+++ PKGBUILD2020-04-07 16:17:49 UTC (rev 612457)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=138
+pkgver=139
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -61,9 +61,9 @@
   'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 
'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7f5a6d9316c184eb01bd7d2decbbde31693a2801dd103abe5ae1c1a04036447248f6060e34c4590020b392599e5beb2a9019325015bd9fdc1451c55a24af8875'
+sha512sums=('61b39b771f8334777f736df634a38984b8a1cf2058e07e01ced01cde899e8262f6424234717843142b258d5ef2145fdb905691af3dc56427872948895ff654aa'
 'SKIP')
-b2sums=('fb71085b18028110bb170b3e255f0b84c52e35b6567118f85e4c37c3649f687893dee2970b7bd51040e15036d03cf688005a16d5e8a12bb721f2a00a1c9a19bf'
+b2sums=('b3f92d653d30c2a8921135d85aadf76a7ac1acf10cf62892d354d7fb021c736f69102aea447122cef5dccf27072d8d315e94b0b49d7e65f9e917c1573493f04a'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-04-06 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 7, 2020 @ 01:38:21
  Author: sangy
Revision: 612284

archrelease: copy trunk to community-any

Added:
  python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 612283, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
  python-aiohttp-socks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-07 01:38:02 UTC (rev 612283)
+++ PKGBUILD2020-04-07 01:38:21 UTC (rev 612284)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/;
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
-
-check() {
-cd "${pkgname//python-}-${pkgver}"
-pytest
-}
-
-build() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py build
-
-}
-
-package() {
-cd "${pkgname//python-}-${pkgver}"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 612283, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-07 01:38:21 UTC (rev 612284)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/;
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-04-06 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, April 7, 2020 @ 01:38:02
  Author: sangy
Revision: 612283

upgpkg: python-aiohttp-socks 0.3.7-1

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-07 01:36:53 UTC (rev 612282)
+++ PKGBUILD2020-04-07 01:38:02 UTC (rev 612283)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-aiohttp-socks
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-asyncio')
 source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
-sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
+sha256sums=('bc431532c3966c5eef4d66d411403c6bfdb84773f97e1f58fa565a3c58ad2ff2')
 
 check() {
 cd "${pkgname//python-}-${pkgver}"


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

2020-03-31 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, March 31, 2020 @ 20:07:45
  Author: sangy
Revision: 608344

upgpkg: git-latexdiff 1.6.0-1

Modified:
  git-latexdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-31 20:03:29 UTC (rev 608343)
+++ PKGBUILD2020-03-31 20:07:45 UTC (rev 608344)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 # Maintainer: Benjamin Chrétien 
 pkgname=git-latexdiff
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('asciidoc')
 depends=('texlive-core' 'texlive-bin' 'git')
 
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1acf64e544cdcb15c5fb73a2be4c8d7585997b7352f3c1d10e5fb8d783e81591')
+sha256sums=('9026e97c454a60212b764e6416ab45ccd5d543cb178b79639ff6ed63d5a9394e')
 
 build() {
   cd "${srcdir}"/${pkgname}-"${pkgver}"


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

2020-03-31 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, March 31, 2020 @ 20:08:12
  Author: sangy
Revision: 608345

archrelease: copy trunk to community-any

Added:
  git-latexdiff/repos/community-any/PKGBUILD
(from rev 608344, git-latexdiff/trunk/PKGBUILD)
Deleted:
  git-latexdiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 20:07:45 UTC (rev 608344)
+++ PKGBUILD2020-03-31 20:08:12 UTC (rev 608345)
@@ -1,31 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Benjamin Chrétien 
-pkgname=git-latexdiff
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
-arch=('any')
-url="https://gitlab.com/git-latexdiff/git-latexdiff;
-license=('BSD')
-makedepends=('asciidoc')
-depends=('texlive-core' 'texlive-bin' 'git')
-source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1acf64e544cdcb15c5fb73a2be4c8d7585997b7352f3c1d10e5fb8d783e81591')
-
-build() {
-  cd "${srcdir}"/${pkgname}-"${pkgver}"
-
-  # we need to initialize an empty git repository so git-latexdiff can print
-  # its help message (as a step for making the manpage).
-  git init
-  make git-latexdiff.1
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-"${pkgver}"
-
-  install -m0755 -D git-latexdiff "${pkgdir}"/usr/bin/git-latexdiff
-  install -m0644 -D git-latexdiff.1 
"${pkgdir}"/usr/share/man/man1/git-latexdiff.1
-  install -m0644 -D COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: git-latexdiff/repos/community-any/PKGBUILD (from rev 608344, 
git-latexdiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 20:08:12 UTC (rev 608345)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Benjamin Chrétien 
+pkgname=git-latexdiff
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Simple but very convenient wrapper around Git and latexdiff"
+arch=('any')
+url="https://gitlab.com/git-latexdiff/git-latexdiff;
+license=('BSD')
+makedepends=('asciidoc')
+depends=('texlive-core' 'texlive-bin' 'git')
+source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9026e97c454a60212b764e6416ab45ccd5d543cb178b79639ff6ed63d5a9394e')
+
+build() {
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
+
+  # we need to initialize an empty git repository so git-latexdiff can print
+  # its help message (as a step for making the manpage).
+  git init
+  make git-latexdiff.1
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-"${pkgver}"
+
+  install -m0755 -D git-latexdiff "${pkgdir}"/usr/bin/git-latexdiff
+  install -m0644 -D git-latexdiff.1 
"${pkgdir}"/usr/share/man/man1/git-latexdiff.1
+  install -m0644 -D COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+# vim:set ts=2 sw=2 et:


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

2020-03-31 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, March 31, 2020 @ 20:02:46
  Author: sangy
Revision: 608342

upgpkg: diffoscope 138-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-31 19:40:01 UTC (rev 608341)
+++ PKGBUILD2020-03-31 20:02:46 UTC (rev 608342)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=137
+pkgver=138
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -61,9 +61,9 @@
   'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 
'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('9bec8a1f9b0a6dd90942b78b88c250d05a21c5734fde9839b17e8018a8178abb3353b706b4cb81839c4bac384d741d1e95481f770b0d4c63fdb69b95cb349360'
+sha512sums=('7f5a6d9316c184eb01bd7d2decbbde31693a2801dd103abe5ae1c1a04036447248f6060e34c4590020b392599e5beb2a9019325015bd9fdc1451c55a24af8875'
 'SKIP')
-b2sums=('98fecf2ae842f72ac0015f5ff088c6d7209b5854ef19fdbafe9458b80a57a275f0f1cc726ecb61d18a2fbfc07bed4971e59cc8ed079b037718aa94cd6e75d9d0'
+b2sums=('fb71085b18028110bb170b3e255f0b84c52e35b6567118f85e4c37c3649f687893dee2970b7bd51040e15036d03cf688005a16d5e8a12bb721f2a00a1c9a19bf'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 


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

2020-03-31 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, March 31, 2020 @ 20:03:29
  Author: sangy
Revision: 608343

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 608342, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-31 20:02:46 UTC (rev 608342)
+++ PKGBUILD2020-03-31 20:03:29 UTC (rev 608343)
@@ -1,96 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=137
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
-  'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 
'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('9bec8a1f9b0a6dd90942b78b88c250d05a21c5734fde9839b17e8018a8178abb3353b706b4cb81839c4bac384d741d1e95481f770b0d4c63fdb69b95cb349360'
-'SKIP')
-b2sums=('98fecf2ae842f72ac0015f5ff088c6d7209b5854ef19fdbafe9458b80a57a275f0f1cc726ecb61d18a2fbfc07bed4971e59cc8ed079b037718aa94cd6e75d9d0'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_ppu and not test_superblock' # unsquashfs output differs from 
fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 608342, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-31 20:03:29 UTC (rev 608343)
@@ -0,0 +1,96 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=138
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml'
+ 

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

2020-03-29 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, March 29, 2020 @ 19:59:14
  Author: sangy
Revision: 606442

upgpkg: python-pyopencl 1:2019.1.2-4

Drop unnecessary boost and python-cffi dependencies

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 19:57:57 UTC (rev 606441)
+++ PKGBUILD2020-03-29 19:59:14 UTC (rev 606442)
@@ -5,7 +5,7 @@
 pkgbase=python-pyopencl
 pkgname=('python-pyopencl' 'pyopencl-headers')
 pkgver=2019.1.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 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' 'python-mako' 'python-numpy'
- 'python-cffi' 'git' 'pybind11')
+makedepends=('ctags' 'python-setuptools' 'python-mako' 'python-numpy' 'git'
+ 'pybind11')
 checkdepends=('python-six' 'python-appdirs' 'python-pytest' 'python-pytools')
 source=("git+https://github.com/inducer/pyopencl.git?signed#tag=v${pkgver};)
 validpgpkeys=("900A958D9A0ACA58B1468F2471AA298BCA171145") # Andreas Ratchke


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

2020-03-29 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, March 29, 2020 @ 20:00:15
  Author: sangy
Revision: 606443

archrelease: copy trunk to community-x86_64

Added:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 606442, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 606442, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  106 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2020-03-29 19:59:14 UTC (rev 606442)
+++ LICENSE.txt 2020-03-29 20:00:15 UTC (rev 606443)
@@ -1,20 +0,0 @@
-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-x86_64/LICENSE.txt (from rev 606442, 
python-pyopencl/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2020-03-29 20:00:15 UTC (rev 606443)
@@ -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.

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-29 19:59:14 UTC (rev 606442)
+++ PKGBUILD2020-03-29 20:00:15 UTC (rev 606443)
@@ -1,53 +0,0 @@
-# Maintianer: Santiago Torres-Arias 
-# Contributor: Stéphane Gaudreault 
-
-_pypiname=pyopencl
-pkgbase=python-pyopencl
-pkgname=('python-pyopencl' 'pyopencl-headers')
-pkgver=2019.1.2
-pkgrel=3
-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' 'python-mako' 'python-numpy'
- 'python-cffi' 'git' 'pybind11')
-checkdepends=('python-six' 'python-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}" 

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

2020-03-23 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 23, 2020 @ 15:38:11
  Author: sangy
Revision: 603734

archrelease: copy trunk to community-any

Added:
  python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 603733, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
  python-aiohttp-socks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:37:48 UTC (rev 603733)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -1,25 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/;
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools' 'git')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver};)
-sha256sums=('SKIP')
-
-check() {
-cd "aiohttp-socks"
-pytest
-}
-
-package() {
-cd "aiohttp-socks"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 603733, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/;
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-03-23 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 23, 2020 @ 15:37:48
  Author: sangy
Revision: 603733

upgpkg: python-aiohttp-socks 0.3.6-1

Miscellaneous fixes to the PKGBUILD:
- Remove makedepend on git
- Add missing build() function
- Use $pkgver and $pkgname wherever possible

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:17:20 UTC (rev 603732)
+++ PKGBUILD2020-03-23 15:37:48 UTC (rev 603733)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-aiohttp-socks
-pkgver=0.3.4
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
 arch=('any')
@@ -8,18 +8,24 @@
 url="https://github.com/romis2012/aiohttp-socks/;
 license=('Apache')
 depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools' 'git')
+makedepends=('python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver};)
-sha256sums=('SKIP')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz;)
+sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
 
 check() {
-cd "aiohttp-socks"
+cd "${pkgname//python-}-${pkgver}"
 pytest
 }
 
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
 package() {
-cd "aiohttp-socks"
+cd "${pkgname//python-}-${pkgver}"
 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 }
 


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

2020-03-16 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 16, 2020 @ 16:30:15
  Author: sangy
Revision: 599790

upgpkg: python-securesystemslib 0.14.2-1

Modified:
  python-securesystemslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 15:28:55 UTC (rev 599789)
+++ PKGBUILD2020-03-16 16:30:15 UTC (rev 599790)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-securesystemslib
-pkgver=0.13.0
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
 arch=('any')


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

2020-03-16 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 16, 2020 @ 16:35:26
  Author: sangy
Revision: 599793

archrelease: copy trunk to community-any

Added:
  in-toto/repos/community-any/PKGBUILD
(from rev 599792, in-toto/trunk/PKGBUILD)
Deleted:
  in-toto/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-16 16:35:06 UTC (rev 599792)
+++ PKGBUILD2020-03-16 16:35:26 UTC (rev 599793)
@@ -1,44 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=('in-toto')
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="A framework to secure your software supply chain"
-arch=('any')
-license=('Apache')
-url="https://in-toto.io;
-depends=('python-cryptography'
-'python-securesystemslib>=0.12.0'
-'python-iso8601'
-'python-attrs'
-'python-dateutil'
-'python-six'
-'python-pathspec')
-optdepends=("gnupg: pgp signing/verification")
-makedepends=('python' 'python-setuptools' 'git')
-checkdepends=('python-mock')
-source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
-
-sha256sums=('SKIP')
-
-validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
-# Santiago Torres-Arias (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-)
-
-build() {
-cd "${srcdir}/${pkgname}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}"
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
-}
-
-check() {
-cd "${srcdir}/${pkgname}"
-python tests/runtests.py
-}

Copied: in-toto/repos/community-any/PKGBUILD (from rev 599792, 
in-toto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-16 16:35:26 UTC (rev 599793)
@@ -0,0 +1,44 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=('in-toto')
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A framework to secure your software supply chain"
+arch=('any')
+license=('Apache')
+url="https://in-toto.io;
+depends=('python-cryptography'
+'python-securesystemslib>=0.12.0'
+'python-iso8601'
+'python-attrs'
+'python-dateutil'
+'python-six'
+'python-pathspec')
+optdepends=("gnupg: pgp signing/verification")
+makedepends=('python' 'python-setuptools' 'git')
+checkdepends=('python-mock')
+source=("git+https://github.com/${pkgname}/${pkgname}.git?signed#tag=v${pkgver};)
+
+sha256sums=('SKIP')
+
+validpgpkeys=("903BAB73640EB6D65533EFF3468F122CE8162295"
+# Santiago Torres-Arias (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+)
+
+build() {
+cd "${srcdir}/${pkgname}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+python setup.py install --root="$pkgdir" --optimize=1
+install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
+check() {
+cd "${srcdir}/${pkgname}"
+python tests/runtests.py
+}


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

2020-03-16 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 16, 2020 @ 16:35:06
  Author: sangy
Revision: 599792

upgpkg: in-toto 0.4.2-1

Modified:
  in-toto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 16:31:16 UTC (rev 599791)
+++ PKGBUILD2020-03-16 16:35:06 UTC (rev 599792)
@@ -1,8 +1,8 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=('in-toto')
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="A framework to secure your software supply chain"
 arch=('any')
 license=('Apache')


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

2020-03-16 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 16, 2020 @ 16:31:16
  Author: sangy
Revision: 599791

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-16 16:30:15 UTC (rev 599790)
+++ PKGBUILD2020-03-16 16:31:16 UTC (rev 599791)
@@ -1,38 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-securesystemslib
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
-arch=('any')
-license=('MIT')
-url="https://github.com/secure-systems-lab/securesystemslib;
-depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
-makedepends=('python-setuptools' 'git')
-source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
-
-sha512sums=('SKIP')
-
-validpgpkeys=(
-"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
-# Sebastien Awwad (upstream co-maintainer)
-"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
-# Lukas Puehringher (upstream maintainer)
-)
-
-build() { 
-cd "${srcdir}/securesystemslib"
-python setup.py build
-}
-
-package_python-securesystemslib() {
-
-cd "securesystemslib"
-python setup.py install --root="${pkgdir}/" --optimize=1
-install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-check() {
-cd "securesystemslib/tests/"
-PYTHONPATH=.. python aggregate_tests.py
-}

Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 599790, 
python-securesystemslib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-16 16:31:16 UTC (rev 599791)
@@ -0,0 +1,38 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-securesystemslib
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab 
projects at NYU"
+arch=('any')
+license=('MIT')
+url="https://github.com/secure-systems-lab/securesystemslib;
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 
'python-dateutil')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver};)
+
+sha512sums=('SKIP')
+
+validpgpkeys=(
+"C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+# Sebastien Awwad (upstream co-maintainer)
+"8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+# Lukas Puehringher (upstream maintainer)
+)
+
+build() { 
+cd "${srcdir}/securesystemslib"
+python setup.py build
+}
+
+package_python-securesystemslib() {
+
+cd "securesystemslib"
+python setup.py install --root="${pkgdir}/" --optimize=1
+install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+cd "securesystemslib/tests/"
+PYTHONPATH=.. python aggregate_tests.py
+}


  1   2   3   4   >