[arch-commits] Commit in python-blinker/repos (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Tue Nov 30 20:18:30 UTC 2021
Date: Tuesday, November 30, 2021 @ 20:18:30
Author: foutrelis
Revision: 1057963
archrelease: copy trunk to community-staging-any
Added:
python-blinker/repos/community-staging-any/
python-blinker/repos/community-staging-any/PKGBUILD
(from rev 1057961, python-blinker/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: python-blinker/repos/community-staging-any/PKGBUILD (from rev 1057961, python-blinker/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2021-11-30 20:18:30 UTC (rev 1057963)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Philipp Schmidt <philschmidt at gmx dot net>
+# Contributor: Stefan Tatschner <stefan.tatschner at gmail dot com>
+
+pkgname=python-blinker
+pkgver=1.4
+pkgrel=10
+pkgdesc="Fast, simple object-to-object and broadcast signaling"
+arch=('any')
+url="https://pythonhosted.org/blinker/"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/b/blinker/blinker-$pkgver.tar.gz")
+md5sums=('8b3722381f83c2813c52de3016b68d33')
+
+check() {
+ cd "$srcdir/blinker-$pkgver"
+ PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3
+}
+
+package_python-blinker() {
+ cd "$srcdir/blinker-$pkgver"
+ python setup.py install --root="$pkgdir/" --optimize=1
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list