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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:02:40
  Author: foutrelis
Revision: 752192

upgpkg: python-scripttest 1.3.0-6: Python 3.9 rebuild

Modified:
  python-scripttest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:02:17 UTC (rev 752191)
+++ PKGBUILD2020-11-12 17:02:40 UTC (rev 752192)
@@ -4,7 +4,7 @@
 
 pkgname=python-scripttest
 pkgver=1.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Utilities to help with testing command line scripts"
 url="https://github.com/pypa/scripttest;
 license=('MIT')


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 05:10:35
  Author: felixonmars
Revision: 749341

upgpkg: python-scripttest 1.3.0-5: Python 3.9 rebuild

Modified:
  python-scripttest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:10:11 UTC (rev 749340)
+++ PKGBUILD2020-11-10 05:10:35 UTC (rev 749341)
@@ -4,7 +4,7 @@
 
 pkgname=python-scripttest
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Utilities to help with testing command line scripts"
 url="https://github.com/pypa/scripttest;
 license=('MIT')


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 20:04:10
  Author: arojas
Revision: 524880

Drop python2

Modified:
  python-scripttest/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 6 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 20:01:33 UTC (rev 524879)
+++ PKGBUILD2019-11-09 20:04:10 UTC (rev 524880)
@@ -2,8 +2,7 @@
 # Contributor: Simon Sapin 
 # Contributor: Kyle Keen 
 
-pkgbase=python-scripttest
-pkgname=(python-scripttest python2-scripttest)
+pkgname=python-scripttest
 pkgver=1.3.0
 pkgrel=4
 pkgdesc="Utilities to help with testing command line scripts"
@@ -10,41 +9,23 @@
 url="https://github.com/pypa/scripttest;
 license=('MIT')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/scripttest/archive/$pkgver.tar.gz;)
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/scripttest/archive/$pkgver.tar.gz;)
 
sha512sums=('038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6')
 
-prepare() {
-  cp -a scripttest-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/scripttest-$pkgver
   python setup.py build
-
-  cd "$srcdir"/scripttest-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/scripttest-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/scripttest-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-scripttest() {
-  depends=('python')
-
+package() {
   cd scripttest-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-scripttest() {
-  depends=('python2')
-
-  cd scripttest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}


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

2019-11-04 Thread Evangelos Foutras via arch-commits
Date: Monday, November 4, 2019 @ 09:11:37
  Author: foutrelis
Revision: 523838

Python 3.8 rebuild

Modified:
  python-scripttest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:11:24 UTC (rev 523837)
+++ PKGBUILD2019-11-04 09:11:37 UTC (rev 523838)
@@ -5,7 +5,7 @@
 pkgbase=python-scripttest
 pkgname=(python-scripttest python2-scripttest)
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities to help with testing command line scripts"
 url="https://github.com/pypa/scripttest;
 license=('MIT')


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

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 20:23:53
  Author: felixonmars
Revision: 520499

Python 3.8 rebuild

Modified:
  python-scripttest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 20:23:36 UTC (rev 520498)
+++ PKGBUILD2019-10-26 20:23:53 UTC (rev 520499)
@@ -5,7 +5,7 @@
 pkgbase=python-scripttest
 pkgname=(python-scripttest python2-scripttest)
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Utilities to help with testing command line scripts"
 url="https://github.com/pypa/scripttest;
 license=('MIT')


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 15:49:35
  Author: foutrelis
Revision: 348327

Python 3.7 rebuild

Modified:
  python-scripttest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 15:49:13 UTC (rev 348326)
+++ PKGBUILD2018-06-30 15:49:35 UTC (rev 348327)
@@ -6,7 +6,7 @@
 pkgbase=python-scripttest
 pkgname=(python-scripttest python2-scripttest)
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities to help with testing command line scripts"
 url="https://github.com/pypa/scripttest;
 license=('MIT')