Date: Tuesday, December 6, 2022 @ 22:25:41
Author: arojas
Revision: 1356925
archrelease: copy trunk to community-x86_64
Added:
python-websockets/repos/community-x86_64/PKGBUILD
(from rev 1356924, python-websockets/trunk/PKGBUILD)
Deleted:
python-websockets/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 22:25:33 UTC (rev 1356924)
+++ PKGBUILD 2022-12-06 22:25:41 UTC (rev 1356925)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sherlock Holo <[email protected]>
-# Contributor: user6553591 <Message on Reddit>
-
-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:
Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 1356924,
python-websockets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 22:25:41 UTC (rev 1356925)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sherlock Holo <[email protected]>
+# Contributor: user6553591 <Message on Reddit>
+
+pkgname=python-websockets
+pkgver=10.4
+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=('087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582')
+b2sums=('f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78')
+
+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: