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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:48:19 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:48:19
  Author: felixonmars
Revision: 753628

archrelease: copy trunk to community-staging-any

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

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

Copied: python-nose-fixes/repos/community-staging-any/PKGBUILD (from rev 753627, python-nose-fixes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 19:48:19 UTC (rev 753628)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-fixes
+pkgver=1.3
+pkgrel=5
+pkgdesc="A plugin to make nose behave better"
+arch=('any')
+url="https://github.com/cjw296/nose_fixes"
+license=('LGPL')
+depends=('python-nose')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-testfixtures')
+source=("git+https://github.com/cjw296/nose_fixes.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd "$srcdir/nose_fixes"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/nose_fixes"
+  nosetests3
+}
+
+package() {
+  cd nose_fixes
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list