[arch-commits] Commit in python-nose-exclude/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:37:32 UTC 2019


    Date: Monday, November 4, 2019 @ 07:37:32
  Author: felixonmars
Revision: 523520

archrelease: copy trunk to community-staging-any

Added:
  python-nose-exclude/repos/community-staging-any/
  python-nose-exclude/repos/community-staging-any/PKGBUILD
    (from rev 523519, python-nose-exclude/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python-nose-exclude/repos/community-staging-any/PKGBUILD (from rev 523519, python-nose-exclude/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:37:32 UTC (rev 523520)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-exclude
+pkgver=0.5.0
+pkgrel=5
+pkgdesc="Exclude specific directories from nosetests runs"
+arch=('any')
+url="https://github.com/kgrandis/nose-exclude"
+license=('LGPL')
+depends=('python-nose')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgrandis/nose-exclude/archive/$pkgver.tar.gz")
+sha512sums=('0d8a21687831c825524c0cbb2da5b2195482558e2d2b0088944ccdf2d74787353f350ebbece8c4ce80f576426767ecb670afccbaf9f850e8476e1d2260bcc381')
+
+build() {
+  cd nose-exclude-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nose-exclude-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd nose-exclude-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list