[arch-commits] Commit in python-wsaccel/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 23:00:51 UTC 2021
Date: Wednesday, December 1, 2021 @ 23:00:51
Author: felixonmars
Revision: 1061513
archrelease: copy trunk to community-staging-x86_64
Added:
python-wsaccel/repos/community-staging-x86_64/PKGBUILD
(from rev 1061512, python-wsaccel/trunk/PKGBUILD)
Deleted:
python-wsaccel/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 23:00:43 UTC (rev 1061512)
+++ PKGBUILD 2021-12-01 23:00:51 UTC (rev 1061513)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-wsaccel
-pkgver=0.6.3
-pkgrel=3
-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.9" pytest
-}
-
-package() {
- cd wsaccel-$pkgver
- python setup.py install --root="$pkgdir" -O1
-}
Copied: python-wsaccel/repos/community-staging-x86_64/PKGBUILD (from rev 1061512, python-wsaccel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 23:00:51 UTC (rev 1061513)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list