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

2018-02-22 Thread Felix Yan via arch-commits
Date: Thursday, February 22, 2018 @ 09:43:18
  Author: felixonmars
Revision: 297033

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 297032, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 297032, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-22 09:43:00 UTC (rev 297032)
+++ PKGBUILD2018-02-22 09:43:18 UTC (rev 297033)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.46.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('8ec13770c56475d8cd0559a84a827cf13c73f79c2b3b14b7f7eec71a938896c691393fe86df5b227aa046fecf34cbdf88974ee870d89c2e66018b1ac91761ccf'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 297032, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-22 09:43:18 UTC (rev 297033)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.47.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py insta

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

2018-01-03 Thread Felix Yan via arch-commits
Date: Wednesday, January 3, 2018 @ 17:39:32
  Author: felixonmars
Revision: 278328

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 278327, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 278327, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-03 17:39:07 UTC (rev 278327)
+++ PKGBUILD2018-01-03 17:39:32 UTC (rev 278328)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.45.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('a6d582174538ee66b8f04721faad5f287040ec64c7b75ac16f1168a08014bfc0cbb54c0730413eeecc0e25a980823d8e49a54f64e8913d0cf9dbf273f99f3af3'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 278327, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-03 17:39:32 UTC (rev 278328)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.46.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('8ec13770c56475d8cd0559a84a827cf13c73f79c2b3b14b7f7eec71a938896c691393fe86df5b227aa046fecf34cbdf88974ee870d89c2e66018b1ac91761ccf'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py instal

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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:28:43
  Author: felixonmars
Revision: 275911

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 275910, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 275910, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-25 04:28:27 UTC (rev 275910)
+++ PKGBUILD2017-12-25 04:28:43 UTC (rev 275911)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.44.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 275910, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-25 04:28:43 UTC (rev 275911)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.45.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('a6d582174538ee66b8f04721faad5f287040ec64c7b75ac16f1168a08014bfc0cbb54c0730413eeecc0e25a980823d8e49a54f64e8913d0cf9dbf273f99f3af3'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install

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

2017-06-24 Thread Felix Yan
Date: Saturday, June 24, 2017 @ 14:12:54
  Author: felixonmars
Revision: 240766

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 240765, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 240765, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  126 +-
 use-system-ca.patch |   20 +++
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-24 14:12:36 UTC (rev 240765)
+++ PKGBUILD2017-06-24 14:12:54 UTC (rev 240766)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.43.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-sha512sums=('9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18'
-
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 240765, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-24 14:12:54 UTC (rev 240766)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.44.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install -

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

2017-06-21 Thread Felix Yan
Date: Wednesday, June 21, 2017 @ 17:28:13
  Author: felixonmars
Revision: 239311

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 239310, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 239310, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  125 +-
 use-system-ca.patch |   20 
 2 files changed, 73 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-21 17:27:52 UTC (rev 239310)
+++ PKGBUILD2017-06-21 17:28:13 UTC (rev 239311)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.40.0
-pkgrel=2
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('f1cf4cc7869ef97a98e5f4be25c30986'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 239310, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-21 17:28:13 UTC (rev 239311)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.43.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+sha512sums=('9801b815b9906304a80fef21605165830d17001ece992566c64d95451b6446bd966021c44d4bb41dbb4c999590f0126dc1feb116eac8f4ad1c580ac671d7ba18'
+
'0c477ff2cb1c0201b47e5462500326ebc0d60d1010bc9e6c29eb201204f74c1932df1ff0c1c4e59fa64d946ff7e253c1cce350793a8a102e9e7e10074e0aa1db')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+  sed -i "s/'backports.ssl_match_hostname'//" websocket_client-$pkgver/setup.py
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
---

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:10:40
  Author: felixonmars
Revision: 198693

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 198692, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 198692, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 07:10:26 UTC (rev 198692)
+++ PKGBUILD2016-12-10 07:10:40 UTC (rev 198693)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.39.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('361ad4123a24f93bab9882e1d067de74'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 198692, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 07:10:40 UTC (rev 198693)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.40.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('f1cf4cc7869ef97a98e5f4be25c30986'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-12-10 07:10:26 UTC (rev 198692)
+++ use-system-ca.patch 2016-12-10 07:10:40 UTC (rev 198693)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
-@@ -41,7 +41,6 @@
- packages=["w

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

2016-12-01 Thread Felix Yan
Date: Friday, December 2, 2016 @ 02:30:18
  Author: felixonmars
Revision: 197665

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 197664, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 197664, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-02 02:30:03 UTC (rev 197664)
+++ PKGBUILD2016-12-02 02:30:18 UTC (rev 197665)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.37.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('5c2f16904dcb167bd2b85289c6e6fa6a'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 197664, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-02 02:30:18 UTC (rev 197665)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.39.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('361ad4123a24f93bab9882e1d067de74'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-12-02 02:30:03 UTC (rev 197664)
+++ use-system-ca.patch 2016-12-02 02:30:18 UTC (rev 197665)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
-@@ -41,7 +41,6 @@
- packages

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

2016-04-13 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 07:26:32
  Author: fyan
Revision: 170862

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 170861, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 170861, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 05:26:07 UTC (rev 170861)
+++ PKGBUILD2016-04-14 05:26:32 UTC (rev 170862)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.36.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('6ac2504c6e6cf8a28e0ca7f42e67e69e'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 170861, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 05:26:32 UTC (rev 170862)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.37.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('5c2f16904dcb167bd2b85289c6e6fa6a'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-04-14 05:26:07 UTC (rev 170861)
+++ use-system-ca.patch 2016-04-14 05:26:32 UTC (rev 170862)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
-@@ -41,7 +41,6 @@
- packages

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

2016-04-11 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 04:55:51
  Author: fyan
Revision: 170559

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 170558, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 170558, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-12 02:55:29 UTC (rev 170558)
+++ PKGBUILD2016-04-12 02:55:51 UTC (rev 170559)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.35.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('37015cccff457f841c6f21bae86fa2d0'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 170558, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-12 02:55:51 UTC (rev 170559)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.36.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('6ac2504c6e6cf8a28e0ca7f42e67e69e'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-04-12 02:55:29 UTC (rev 170558)
+++ use-system-ca.patch 2016-04-12 02:55:51 UTC (rev 170559)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 +0800
-@@ -41,7 +41,

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

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 11:35:38
  Author: fyan
Revision: 155389

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 155388, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 155388, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 10:35:15 UTC (rev 155388)
+++ PKGBUILD2016-01-04 10:35:38 UTC (rev 155389)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.34.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('80079d5f068e7c77516c1730822eba71'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 155388, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 10:35:38 UTC (rev 155389)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.35.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('37015cccff457f841c6f21bae86fa2d0'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-01-04 10:35:15 UTC (rev 155388)
+++ use-system-ca.patch 2016-01-04 10:35:38 UTC (rev 155389)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.798195748 

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

2015-10-29 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 10:07:16
  Author: fyan
Revision: 145233

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 145232, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 145232, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-29 09:06:51 UTC (rev 145232)
+++ PKGBUILD2015-10-29 09:07:16 UTC (rev 145233)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.33.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 145232, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-29 09:07:16 UTC (rev 145233)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('80079d5f068e7c77516c1730822eba71'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2015-10-29 09:06:51 UTC (rev 145232)
+++ use-system-ca.patch 2015-10-29 09:07:16 UTC (rev 145233)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.7981957

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

2015-10-27 Thread Felix Yan
Date: Tuesday, October 27, 2015 @ 15:45:12
  Author: fyan
Revision: 145127

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 145126, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 145126, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-27 14:44:51 UTC (rev 145126)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.32.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('b07a897511a3c585251fe2ea85a9d9d9'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd "$srcdir/websocket_client-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd "$srcdir/websocket_client-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 145126, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-27 14:45:12 UTC (rev 145127)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.33.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('7221d9ef4ee2bc4828d59b376a0cc682'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd "$srcdir/websocket_client-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd "$srcdir/websocket_client-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2015-10-27 14:44:51 UTC (rev 145126)
+++ use-system-ca.patch 2015-10-27 14:45:12 UTC (rev 145127)
@@ -1,10 +0,0 @@
 a/setup.py 2015-06-03 08:44:39.0 +0800
-+++ b/setup.py 2015-10-26 11:52:15.79819574