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

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

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 1196074, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 21:48:16 UTC (rev 1196074)
+++ PKGBUILD2022-05-06 21:48:19 UTC (rev 1196075)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=10.2
-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-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=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
-b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b dirhtml docs docs/_build/html
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  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}"
-  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:

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 1196074, 
python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-06 21:48:19 UTC (rev 1196075)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=10.3
+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-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=('75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb')
+b2sums=('db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b dirhtml docs docs/_build/html
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  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}"
+  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/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 1145570, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:13:43 UTC (rev 1145570)
+++ PKGBUILD2022-03-08 21:13:47 UTC (rev 1145571)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=10.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' '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')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b dirhtml docs docs/_build/html
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  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}"
-  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:

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 1145570, 
python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:13:47 UTC (rev 1145571)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=10.2
+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-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=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
+b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b dirhtml docs docs/_build/html
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  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}"
+  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/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 958149, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-07 20:01:41 UTC (rev 958149)
+++ PKGBUILD2021-06-07 20:01:45 UTC (rev 958150)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=9.0.1
-pkgrel=3
-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')
-source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  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/1/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 958149, 
python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-07 20:01:45 UTC (rev 958150)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=9.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')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac')
+b2sums=('cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  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"
+}
+
+# vim: ts=2 sw=2 et:


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

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

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 929025, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-09 10:13:45 UTC (rev 929025)
+++ PKGBUILD2021-05-09 10:13:52 UTC (rev 929026)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=8.1
-pkgrel=3
-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')
-source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b text docs docs/_build/text
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 929025, 
python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-09 10:13:52 UTC (rev 929026)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=9.0.1
+pkgrel=3
+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')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  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/1/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et: