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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 00:38:48 UTC 2021


    Date: Friday, December 3, 2021 @ 00:38:47
  Author: foutrelis
Revision: 1063927

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:38:45 UTC (rev 1063926)
+++ PKGBUILD	2021-12-03 00:38:47 UTC (rev 1063927)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-nose-exclude
-pkgver=0.5.0
-pkgrel=7
-pkgdesc="Exclude specific directories from nosetests runs"
-arch=('any')
-url="https://github.com/kgrandis/nose-exclude"
-license=('LGPL')
-depends=('python-nose')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kgrandis/nose-exclude/archive/$pkgver.tar.gz")
-sha512sums=('0d8a21687831c825524c0cbb2da5b2195482558e2d2b0088944ccdf2d74787353f350ebbece8c4ce80f576426767ecb670afccbaf9f850e8476e1d2260bcc381')
-
-build() {
-  cd nose-exclude-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nose-exclude-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd nose-exclude-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-nose-exclude/repos/community-staging-any/PKGBUILD (from rev 1063926, python-nose-exclude/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:38:47 UTC (rev 1063927)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-nose-exclude
+pkgver=0.5.0
+pkgrel=8
+pkgdesc="Exclude specific directories from nosetests runs"
+arch=('any')
+url="https://github.com/kgrandis/nose-exclude"
+license=('LGPL')
+depends=('python-nose')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgrandis/nose-exclude/archive/$pkgver.tar.gz")
+sha512sums=('0d8a21687831c825524c0cbb2da5b2195482558e2d2b0088944ccdf2d74787353f350ebbece8c4ce80f576426767ecb670afccbaf9f850e8476e1d2260bcc381')
+
+build() {
+  cd nose-exclude-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nose-exclude-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd nose-exclude-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list