Date: Saturday, October 29, 2022 @ 22:56:12
Author: felixonmars
Revision: 1339355
archrelease: copy trunk to community-x86_64
Added:
python-wsaccel/repos/community-x86_64/PKGBUILD
(from rev 1339354, python-wsaccel/trunk/PKGBUILD)
Deleted:
python-wsaccel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-29 22:56:04 UTC (rev 1339354)
+++ PKGBUILD 2022-10-29 22:56:12 UTC (rev 1339355)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-wsaccel
-pkgver=0.6.3
-pkgrel=4
-pkgdesc='Accelerator for ws4py and AutobahnPython'
-arch=('x86_64')
-url='https://github.com/methane/wsaccel'
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-pytest')
-source=("https://github.com/methane/wsaccel/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da')
-
-build() {
- cd wsaccel-$pkgver
- python setup.py build
-}
-
-check() {
- cd wsaccel-$pkgver
- PYTHONPATH="$PWD/build/lib.linux-x86_64-3.10" pytest
-}
-
-package() {
- cd wsaccel-$pkgver
- python setup.py install --root="$pkgdir" -O1
-}
Copied: python-wsaccel/repos/community-x86_64/PKGBUILD (from rev 1339354,
python-wsaccel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-29 22:56:12 UTC (rev 1339355)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-wsaccel
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Accelerator for ws4py and AutobahnPython'
+arch=('x86_64')
+url='https://github.com/methane/wsaccel'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+source=("https://github.com/methane/wsaccel/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('980364fab8a661c8a2b406f9eb6c99fb5f3a1308bbcf6267fa63f002d8dfbb4a3ad027d83a2088d69324cab05bdc56138d7e66e2602aeb8864dfe49ad9218d07')
+
+build() {
+ cd wsaccel-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd wsaccel-$pkgver
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-310" pytest
+}
+
+package() {
+ cd wsaccel-$pkgver
+ python setup.py install --root="$pkgdir" -O1
+}