Date: Wednesday, April 12, 2023 @ 18:13:24
  Author: arojas
Revision: 1444990

archrelease: copy trunk to community-staging-any

Added:
  python-socketio/repos/community-staging-any/PKGBUILD
    (from rev 1444989, python-socketio/trunk/PKGBUILD)
Deleted:
  python-socketio/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 18:13:15 UTC (rev 1444989)
+++ PKGBUILD    2023-04-12 18:13:24 UTC (rev 1444990)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-socketio
-pkgver=5.7.2
-pkgrel=2
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel'
-             'python-sphinx' 'python-tornado')
-optdepends=('python-tornado: tornado asyncio webserver')
-checkdepends=('python-pytest')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7acc082c5df552ed9d393d7fe38b698a868481ccb6a981d0b4501522400124eedd54b43d42c4051515d38efbaff277c01bef5c1f7c9d59720bd00c7b9ae0c3ab')
-b2sums=('0570b530938caa0f1827c3ce8b33e6cc5bc3c7f6bd2acd416cb394e6c8b6231790cefacf884d8df18bbc7c5fca718302e1e8005a61dc3efc2cfa54c54342717f')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python -m build --wheel --no-isolation
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  PYTHONPATH=build/lib python setup.py test
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-staging-any/PKGBUILD (from rev 1444989, 
python-socketio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 18:13:24 UTC (rev 1444990)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-socketio
+pkgver=5.8.0
+pkgrel=2
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel'
+             'python-sphinx' 'python-tornado')
+optdepends=('python-tornado: tornado asyncio webserver')
+checkdepends=('python-pytest')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a828f3565f81435c69784321fbddac1e41f06da0e60399f1274e4d09559106800b0826c0f9b7e7b86ac0c646069370b4248c71af728bf2f3e0e029135f00dd3e')
+b2sums=('a1298497de2e0658a8145b0b08fbe8951d35dbc5b6fe0c0fc2188220060d34ab8c124b9f19e89d4f582b116c917c7cfc0a4f5bdf46b7859b2674e593dfcccd6f')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python -m build --wheel --no-isolation
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  PYTHONPATH=build/lib python setup.py test
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to