[arch-commits] Commit in python-nose-cover3/repos (2 files)
    Felix Yan 
    felixonmars at archlinux.org
       
    Mon Nov  4 07:49:33 UTC 2019
    
    
  
    Date: Monday, November 4, 2019 @ 07:49:32
  Author: felixonmars
Revision: 523581
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 523580, python-nose-cover3/trunk/PKGBUILD)
----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
Copied: python-nose-cover3/repos/community-staging-any/PKGBUILD (from rev 523580, python-nose-cover3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:49:32 UTC (rev 523581)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-cover3
+pkgver=0.1.0
+pkgrel=5
+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