[arch-commits] Commit in python-websocket-client/repos/community-any (2 files)
Brett Cornwall
ainola at gemini.archlinux.org
Sun Sep 4 20:40:50 UTC 2022
Date: Sunday, September 4, 2022 @ 20:40:49
Author: ainola
Revision: 1292915
archrelease: copy trunk to community-any
Added:
python-websocket-client/repos/community-any/PKGBUILD
(from rev 1292914, python-websocket-client/trunk/PKGBUILD)
Deleted:
python-websocket-client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 20:40:25 UTC (rev 1292914)
+++ PKGBUILD 2022-09-04 20:40:49 UTC (rev 1292915)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Matmas <matmas at matmas.net>
-# Contributor: Thomas Gubler <thomasgubler at gmail.com>
-# Contributor: Daniel YC Lin <dlin.tw at gmail>
-# Contributor: Florian Bruhin <archlinux.org at the-compiler.org>
-
-pkgname=python-websocket-client
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=('any')
-url="https://github.com/websocket-client/websocket-client"
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz")
-sha512sums=('3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb')
-
-build() {
- cd websocket-client-$pkgver
- python setup.py build
-}
-
-check() {
- cd websocket-client-$pkgver
- pytest
-}
-
-package() {
- cd websocket-client-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:
Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 1292914, python-websocket-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-04 20:40:49 UTC (rev 1292915)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Matmas <matmas at matmas.net>
+# Contributor: Thomas Gubler <thomasgubler at gmail.com>
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+# Contributor: Florian Bruhin <archlinux.org at the-compiler.org>
+
+pkgname=python-websocket-client
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=('any')
+url="https://github.com/websocket-client/websocket-client"
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz")
+sha512sums=('a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502')
+
+build() {
+ cd websocket-client-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd websocket-client-$pkgver
+ pytest
+}
+
+package() {
+ cd websocket-client-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
More information about the arch-commits
mailing list