[arch-commits] Commit in python-nose-exclude/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:37:19
  Author: felixonmars
Revision: 523519

Python 3.8 rebuild

Modified:
  python-nose-exclude/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:35:26 UTC (rev 523518)
+++ PKGBUILD2019-11-04 07:37:19 UTC (rev 523519)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-exclude
 pkgver=0.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
 url="https://github.com/kgrandis/nose-exclude;


[arch-commits] Commit in python-nose-exclude/trunk (PKGBUILD)

2019-02-19 Thread Felix Yan via arch-commits
Date: Tuesday, February 19, 2019 @ 20:36:29
  Author: felixonmars
Revision: 434632

upgpkg: python-nose-exclude 0.5.0-4

remove python2 sibling

Modified:
  python-nose-exclude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 20:33:45 UTC (rev 434631)
+++ PKGBUILD2019-02-19 20:36:29 UTC (rev 434632)
@@ -1,47 +1,28 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-nose-exclude
-pkgname=("python-nose-exclude" "python2-nose-exclude")
+pkgname=python-nose-exclude
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
 url="https://github.com/kgrandis/nose-exclude;
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-nose' 
'python2-nose' 'git')
-source=("git+https://github.com/kgrandis/nose-exclude.git#tag=$pkgver;)
-sha512sums=('SKIP')
+depends=('python-nose')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kgrandis/nose-exclude/archive/$pkgver.tar.gz;)
+sha512sums=('0d8a21687831c825524c0cbb2da5b2195482558e2d2b0088944ccdf2d74787353f350ebbece8c4ce80f576426767ecb670afccbaf9f850e8476e1d2260bcc381')
 
-prepare() {
-  cp -a nose-exclude{,-py2}
-}
-
 build() {
-  cd "$srcdir"/nose-exclude
+  cd nose-exclude-$pkgver
   python setup.py build
-
-  cd "$srcdir"/nose-exclude-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/nose-exclude
+  cd nose-exclude-$pkgver
   python setup.py test
-
-  cd "$srcdir"/nose-exclude-py2
-  python2 setup.py test
 }
 
-package_python-nose-exclude() {
-  depends=('python-nose')
-
-  cd nose-exclude
+package() {
+  cd nose-exclude-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-nose-exclude() {
-  depends=('python2-nose')
-
-  cd nose-exclude-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


[arch-commits] Commit in python-nose-exclude/trunk (PKGBUILD)

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:44:21
  Author: foutrelis
Revision: 349089

Python 3.7 rebuild

Modified:
  python-nose-exclude/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:44:02 UTC (rev 349088)
+++ PKGBUILD2018-06-30 18:44:21 UTC (rev 349089)
@@ -4,7 +4,7 @@
 pkgbase=python-nose-exclude
 pkgname=("python-nose-exclude" "python2-nose-exclude")
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
 url="https://github.com/kgrandis/nose-exclude;


[arch-commits] Commit in python-nose-exclude/trunk (PKGBUILD)

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 18:52:34
  Author: bpiotrowski
Revision: 202283

Python 3.6 rebuild

Modified:
  python-nose-exclude/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:52:18 UTC (rev 202282)
+++ PKGBUILD2016-12-25 18:52:34 UTC (rev 202283)
@@ -4,7 +4,7 @@
 pkgbase=python-nose-exclude
 pkgname=("python-nose-exclude" "python2-nose-exclude")
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
 url="https://github.com/kgrandis/nose-exclude;


[arch-commits] Commit in python-nose-exclude/trunk (PKGBUILD)

2016-09-06 Thread Felix Yan
Date: Wednesday, September 7, 2016 @ 05:10:56
  Author: felixonmars
Revision: 18

upgpkg: python-nose-exclude 0.5.0-1

Modified:
  python-nose-exclude/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-07 05:01:13 UTC (rev 17)
+++ PKGBUILD2016-09-07 05:10:56 UTC (rev 18)
@@ -3,7 +3,7 @@
 
 pkgbase=python-nose-exclude
 pkgname=("python-nose-exclude" "python2-nose-exclude")
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Exclude specific directories from nosetests runs"
 arch=('any')
@@ -14,22 +14,22 @@
 sha512sums=('SKIP')
 
 prepare() {
-  cp -a "nose-exclude"{,-py2}
+  cp -a nose-exclude{,-py2}
 }
 
 build() {
-  cd "$srcdir/nose-exclude"
+  cd "$srcdir"/nose-exclude
   python setup.py build
 
-  cd "$srcdir/nose-exclude-py2"
+  cd "$srcdir"/nose-exclude-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/nose-exclude"
+  cd "$srcdir"/nose-exclude
   python setup.py test
 
-  cd "$srcdir/nose-exclude-py2"
+  cd "$srcdir"/nose-exclude-py2
   python2 setup.py test
 }
 
@@ -37,7 +37,7 @@
   depends=('python-nose')
 
   cd nose-exclude
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-nose-exclude() {
@@ -44,5 +44,5 @@
   depends=('python2-nose')
 
   cd nose-exclude-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }