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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 14:57:11
  Author: fyan
Revision: 140792

upgpkg: python-nose-cover3 0.1.0-2

rebuild for python 3.5

Modified:
  python-nose-cover3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 12:55:24 UTC (rev 140791)
+++ PKGBUILD2015-09-19 12:57:11 UTC (rev 140792)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgbase=python-nose-cover3
 pkgname=("python-nose-cover3" "python2-nose-cover3")
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 18:25:10
  Author: bpiotrowski
Revision: 202245

Python 3.6 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:22:05 UTC (rev 202244)
+++ PKGBUILD2016-12-25 18:25:10 UTC (rev 202245)
@@ -4,7 +4,7 @@
 pkgbase=python-nose-cover3
 pkgname=("python-nose-cover3" "python2-nose-cover3")
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 04:13:27
  Author: felixonmars
Revision: 748570

upgpkg: python-nose-cover3 0.1.0-6: Python 3.9 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:13:23 UTC (rev 748569)
+++ PKGBUILD2020-11-10 04:13:27 UTC (rev 748570)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-cover3
 pkgver=0.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:05:21
  Author: foutrelis
Revision: 752938

upgpkg: python-nose-cover3 0.1.0-7: Python 3.9 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:05:12 UTC (rev 752937)
+++ PKGBUILD2020-11-12 18:05:21 UTC (rev 752938)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-cover3
 pkgver=0.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2019-11-01 Thread Antonio Rojas via arch-commits
Date: Friday, November 1, 2019 @ 23:34:30
  Author: arojas
Revision: 522106

Drop python2

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 23:32:10 UTC (rev 522105)
+++ PKGBUILD2019-11-01 23:34:30 UTC (rev 522106)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-nose-cover3
-pkgname=("python-nose-cover3" "python2-nose-cover3")
+pkgname=python-nose-cover3
 pkgver=0.1.0
 pkgrel=4
 pkgdesc="Coverage 3.x support for Nose"
@@ -9,25 +8,12 @@
 url="https://github.com/ask/nosecover3";
 license=('LGPL')
 options=('!emptydirs')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+depends=('python-nose' 'python-coverage')
+makedepends=('python-setuptools' 'git')
 source=("git+https://github.com/ask/nosecover3.git#tag=v$pkgver";)
+sha512sums=('SKIP')
 
-prepare() {
-  cp -r "nosecover3"{,-py2}
-}
-
-package_python-nose-cover3() {
-  depends=('python-nose' 'python-coverage')
-
+package() {
   cd nosecover3
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-
-package_python2-nose-cover3() {
-  depends=('python2-nose' 'python2-coverage')
-
-  cd nosecover3-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-sha512sums=('SKIP')


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:49:18
  Author: felixonmars
Revision: 523580

Python 3.8 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:49:02 UTC (rev 523579)
+++ PKGBUILD2019-11-04 07:49:18 UTC (rev 523580)
@@ -2,7 +2,7 @@
 
 pkgname=python-nose-cover3
 pkgver=0.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 17:43:59
  Author: foutrelis
Revision: 348676

Python 3.7 rebuild

Modified:
  python-nose-cover3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:43:51 UTC (rev 348675)
+++ PKGBUILD2018-06-30 17:43:59 UTC (rev 348676)
@@ -4,7 +4,7 @@
 pkgbase=python-nose-cover3
 pkgname=("python-nose-cover3" "python2-nose-cover3")
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Coverage 3.x support for Nose"
 arch=(any)
 url="https://github.com/ask/nosecover3";