Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-websockets
Commits:
23375a77 by Jelle van der Waa at 2024-11-21T10:55:04+01:00
Drop cyclic makedepends
- - - - -
977b6eda by Jelle van der Waa at 2024-11-21T10:55:45+01:00
upgpkg: 12.0-3: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,13 @@
pkgbase = python-websockets
pkgdesc = Python implementation of the WebSocket Protocol (RFC 6455)
pkgver = 12.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aaugustin/websockets
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
- makedepends = python-sphinx
- makedepends = python-sphinx-copybutton
- makedepends = python-sphinx-furo
- makedepends = python-sphinx-inline-tabs
- makedepends = python-sphinxcontrib-spelling
- makedepends = python-sphinxcontrib-trio
- makedepends = python-sphinxext-opengraph
makedepends = python-wheel
depends = python
source =
https://github.com/aaugustin/websockets/archive/12.0/python-websockets-12.0.tar.gz
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-websockets
pkgver=12.0
-pkgrel=2
+pkgrel=3
pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
url='https://github.com/aaugustin/websockets'
arch=('x86_64')
@@ -14,13 +14,6 @@ makedepends=(
'python-build'
'python-installer'
'python-setuptools'
- 'python-sphinx'
- 'python-sphinx-copybutton'
- 'python-sphinx-furo'
- 'python-sphinx-inline-tabs'
- 'python-sphinxcontrib-spelling'
- 'python-sphinxcontrib-trio'
- 'python-sphinxext-opengraph'
'python-wheel'
)
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
@@ -30,8 +23,6 @@
b2sums=('cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435
build() {
cd websockets-${pkgver}
python -m build --wheel --skip-dependency-check --no-isolation
- sphinx-build -b dirhtml docs docs/_build/html
- sphinx-build -b man docs docs/_build/man
}
check() {
@@ -42,9 +33,6 @@ check() {
package() {
cd websockets-${pkgver}
python -m installer --destdir="${pkgdir}" dist/*.whl
- install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${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"
# Symlink license file
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-websockets/-/compare/a45bd494bb2fea4167fdfe78b0a005bb67a2471c...977b6eda0aac8e263933135d43eec33e26874106
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-websockets/-/compare/a45bd494bb2fea4167fdfe78b0a005bb67a2471c...977b6eda0aac8e263933135d43eec33e26874106
You're receiving this email because of your account on gitlab.archlinux.org.