[arch-commits] Commit in python-flask-socketio/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 22:58:44 UTC 2021


    Date: Wednesday, January 20, 2021 @ 22:58:44
  Author: anthraxx
Revision: 824030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 22:58:40 UTC (rev 824029)
+++ PKGBUILD	2021-01-20 22:58:44 UTC (rev 824030)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-flask-socketio
-_pkgname=Flask-SocketIO
-pkgver=4.3.1
-pkgrel=2
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-depends=('python-flask' 'python-eventlet' 'python-socketio')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-coverage' 'python-pytest')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('06caaae18933f78ebecb272065267af5260ff7657aec9241a5a956fad97f0e36bb47959529bf9041f8d72c954d4f90763f09c3bb1b170042d930501ec02f6550')
-b2sums=('974a47730a70a6efa413c34ab02123d5d6adb1a66bc5ece256670ff033edaca076eeb5a4227e3ebd7afa9010c3170433c0182475822df6ce13149f8092c48c3e')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  py.test test_socketio.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  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 824029, python-flask-socketio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-20 22:58:44 UTC (rev 824030)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-flask-socketio
+_pkgname=Flask-SocketIO
+pkgver=5.0.1
+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')
+checkdepends=('python-coverage' 'python-pytest')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('38f2d426a0f9c4a4964d3dc06c47e09f36b4b379fd229814fc93af34f9b306c9109cd7994721f472ab5609c00bdc71f60e46d4f7da037627a42f62e8bfd95129')
+b2sums=('e4dd99e101addbf51a15f3d981467d8d0a149110b61b64b65eb8a18becff9dd39f09e72801578851a5430f702b58af4fe7eaa3065f86c0d2c8b3f550adfb58d1')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  py.test test_socketio.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  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:



More information about the arch-commits mailing list