[arch-commits] Commit in python-pyzmq/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 30 19:06:41 UTC 2021
Date: Tuesday, November 30, 2021 @ 19:06:41
Author: felixonmars
Revision: 1057895
archrelease: copy trunk to community-staging-x86_64
Added:
python-pyzmq/repos/community-staging-x86_64/
python-pyzmq/repos/community-staging-x86_64/PKGBUILD
(from rev 1057894, python-pyzmq/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: python-pyzmq/repos/community-staging-x86_64/PKGBUILD (from rev 1057894, python-pyzmq/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-30 19:06:41 UTC (rev 1057895)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail dot com>
+pkgname=python-pyzmq
+pkgver=22.2.1
+pkgrel=2
+pkgdesc="Python3 bindings for zeromq, written in Cython"
+arch=('x86_64')
+url="http://www.zeromq.org/bindings:python"
+license=('LGPL')
+depends=('zeromq' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-tornado' 'python-pytest' 'cython')
+#source=("https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz")
+#source=("https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz")
+md5sums=('f261acf884460e93d30f7113c8e9242e')
+
+check() {
+ cd "$srcdir/pyzmq-$pkgver"
+ python3 setup.py build_ext --inplace
+ python3 setup.py test
+}
+
+package() {
+ cd "$srcdir/pyzmq-$pkgver"
+ python3 setup.py install --root="$pkgdir" --optimize=0
+}
More information about the arch-commits
mailing list