Date: Thursday, May 4, 2023 @ 20:57:57
Author: arojas
Revision: 1458843
archrelease: copy trunk to community-any
Added:
python-flask-socketio/repos/community-any/PKGBUILD
(from rev 1458842, python-flask-socketio/trunk/PKGBUILD)
Deleted:
python-flask-socketio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 20:57:48 UTC (rev 1458842)
+++ PKGBUILD 2023-05-04 20:57:57 UTC (rev 1458843)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-flask-socketio
-_pkgname=Flask-SocketIO
-pkgver=5.3.2
-pkgrel=2
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
-makedepends=('python-setuptools' 'python-sphinx' 'python-build'
'python-installer' 'python-wheel')
-checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env'
'flake8' 'python-redis')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('aef66512c4e5e3b887e91800068b0c9a38c962e2476b97e1b9a145e7e6e7ce433d48f39ebef9ff784d7459d7c4e3a2932b77731c2009de2e698810568bf12115')
-b2sums=('84967a1d6cd5a31334f5ac451608d42b750e05f88e43b95a7c96409a662148831ac84ce55217c20f92bdaed7b2e5ec0f139f670debbcb5f5d2453695a2fd9f31')
-
-build() {
- cd ${_pkgname}-${pkgver}
- python -m build --wheel --no-isolation
- make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
- cd ${_pkgname}-${pkgver}
- PYTHONPATH="build/lib" pytest test_socketio.py
-}
-
-package() {
- cd ${_pkgname}-${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 -t
"${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 docs/_build/man/flask-socketio.1
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 1458842,
python-flask-socketio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 20:57:57 UTC (rev 1458843)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-flask-socketio
+_pkgname=Flask-SocketIO
+pkgver=5.3.4
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
+makedepends=('python-setuptools' 'python-sphinx' 'python-build'
'python-installer' 'python-wheel')
+checkdepends=('python-coverage' 'python-pytest' 'python-tox-current-env'
'flake8' 'python-redis')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('80966bd1a26f656940b1ebbf6c15865804e542068cbf01ba1c3839325df660537170b6ff8a61ca9d3fbf354fc90df064933f1153f8c1006ca55a2c56b6d65ca9')
+b2sums=('a699dc1173727f40583f761e7319acfd9128acad6396c6c3d8d894f5c2a768229196f8700ba96682077ce19831af5b165cb14cd2bcb912e5c67922e82803bcaf')
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ python -m build --wheel --no-isolation
+ make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+ PYTHONPATH="build/lib" pytest test_socketio.py
+}
+
+package() {
+ cd ${_pkgname}-${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 -t
"${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 docs/_build/man/flask-socketio.1
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et: