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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:37:24 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:37:24
  Author: felixonmars
Revision: 1063192

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 1063191, python-nose-fixes/trunk/PKGBUILD)

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

Copied: python-nose-fixes/repos/community-staging-any/PKGBUILD (from rev 1063191, python-nose-fixes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-02 23:37:24 UTC (rev 1063192)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-fixes
+pkgver=1.3
+pkgrel=6
+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