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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 00:43:44 UTC 2021


    Date: Friday, December 3, 2021 @ 00:43:44
  Author: foutrelis
Revision: 1063995

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:43:42 UTC (rev 1063994)
+++ PKGBUILD	2021-12-03 00:43:44 UTC (rev 1063995)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-nose-cover3
-pkgver=0.1.0
-pkgrel=8
-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
-}

Copied: python-nose-cover3/repos/community-staging-any/PKGBUILD (from rev 1063994, python-nose-cover3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:43:44 UTC (rev 1063995)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-cover3
+pkgver=0.1.0
+pkgrel=9
+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