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

Felix Yan felixonmars at archlinux.org
Tue Nov 10 04:13:38 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:13:38
  Author: felixonmars
Revision: 748571

archrelease: copy trunk to community-staging-any

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

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

Copied: python-nose-cover3/repos/community-staging-any/PKGBUILD (from rev 748570, python-nose-cover3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 04:13:38 UTC (rev 748571)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-cover3
+pkgver=0.1.0
+pkgrel=6
+pkgdesc="Coverage 3.x support for Nose"
+arch=(any)
+url="https://github.com/ask/nosecover3"
+license=('LGPL')
+options=('!emptydirs')
+depends=('python-nose' 'python-coverage')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/ask/nosecover3.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+package() {
+  cd nosecover3
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list