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

2022-05-06 Thread Levente Polyak via arch-commits
Date: Friday, May 6, 2022 @ 21:48:15
  Author: anthraxx
Revision: 1196073

upgpkg: python-websockets 10.3-1

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-06 21:47:37 UTC (rev 1196072)
+++ PKGBUILD2022-05-06 21:48:15 UTC (rev 1196073)
@@ -3,7 +3,7 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=10.2
+pkgver=10.3
 pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
@@ -15,8 +15,8 @@
  'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
  'python-sphinxext-opengraph')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
-b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
+sha512sums=('75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb')
+b2sums=('db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c')
 
 build() {
   cd websockets-${pkgver}



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

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:13:43
  Author: anthraxx
Revision: 1145570

upgpkg: python-websockets 10.2-1

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:07:08 UTC (rev 1145569)
+++ PKGBUILD2022-03-08 21:13:43 UTC (rev 1145570)
@@ -3,8 +3,8 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=10.1
-pkgrel=2
+pkgver=10.2
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
@@ -15,8 +15,8 @@
  'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
  'python-sphinxext-opengraph')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
-b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
+sha512sums=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
+b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
 
 build() {
   cd websockets-${pkgver}



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:27:31
  Author: foutrelis
Revision: 1065796

upgpkg: python-websockets 10.1-2: re-enable docs

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:24:36 UTC (rev 1065795)
+++ PKGBUILD2021-12-09 03:27:31 UTC (rev 1065796)
@@ -4,15 +4,16 @@
 
 pkgname=python-websockets
 pkgver=10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools')
-# disable docs until python-sphinx-furo is updated
-#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
+makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-copybutton'
+ 'python-sphinx-furo' 'python-sphinx-inline-tabs'
+ 'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
+ 'python-sphinxext-opengraph')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
 
b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
@@ -20,8 +21,8 @@
 build() {
   cd websockets-${pkgver}
   python setup.py build
-  #sphinx-build -b text docs docs/_build/text
-  #sphinx-build -b man docs docs/_build/man
+  sphinx-build -b dirhtml docs docs/_build/html
+  sphinx-build -b man docs docs/_build/man
 }
 
 check() {
@@ -34,8 +35,8 @@
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  #install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  #install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  cp -rT docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:



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

2021-12-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 02:44:01
  Author: foutrelis
Revision: 1061558

upgpkg: python-websockets 10.1-1: bump for Python 3.10 support

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 02:40:31 UTC (rev 1061557)
+++ PKGBUILD2021-12-02 02:44:01 UTC (rev 1061558)
@@ -3,23 +3,25 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=9.1
-pkgrel=2
+pkgver=10.1
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
 license=('BSD')
 depends=('python')
-makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
+makedepends=('python-setuptools')
+# disable docs until python-sphinx-furo is updated
+#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac')
-b2sums=('cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd')
+sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
+b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
 
 build() {
   cd websockets-${pkgver}
   python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
+  #sphinx-build -b text docs docs/_build/text
+  #sphinx-build -b man docs docs/_build/man
 }
 
 check() {
@@ -32,8 +34,8 @@
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  #install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  #install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 21:42:54
  Author: felixonmars
Revision: 1058962

upgpkg: python-websockets 9.1-2: Python 3.10 rebuild

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 21:42:52 UTC (rev 1058961)
+++ PKGBUILD2021-11-30 21:42:54 UTC (rev 1058962)
@@ -4,7 +4,7 @@
 
 pkgname=python-websockets
 pkgver=9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')



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

2021-06-07 Thread Levente Polyak via arch-commits
Date: Monday, June 7, 2021 @ 20:01:41
  Author: anthraxx
Revision: 958149

upgpkg: python-websockets 9.1-1

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-07 20:01:35 UTC (rev 958148)
+++ PKGBUILD2021-06-07 20:01:41 UTC (rev 958149)
@@ -3,8 +3,8 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=9.0.1
-pkgrel=3
+pkgver=9.1
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
@@ -12,7 +12,8 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1')
+sha512sums=('ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac')
+b2sums=('cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd')
 
 build() {
   cd websockets-${pkgver}


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

2021-05-09 Thread Levente Polyak via arch-commits
Date: Sunday, May 9, 2021 @ 10:13:45
  Author: anthraxx
Revision: 929025

upgpkg: python-websockets 9.0.1-3

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 10:13:06 UTC (rev 929024)
+++ PKGBUILD2021-05-09 10:13:45 UTC (rev 929025)
@@ -3,7 +3,7 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=8.1
+pkgver=9.0.1
 pkgrel=3
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
@@ -12,7 +12,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12')
+sha512sums=('554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1')
 
 build() {
   cd websockets-${pkgver}
@@ -32,7 +32,7 @@
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/1/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et: