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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:06:11
  Author: foutrelis
Revision: 751400

upgpkg: python-envisage 4.9.0-3: Python 3.9 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:05:58 UTC (rev 751399)
+++ PKGBUILD2020-11-12 10:06:11 UTC (rev 751400)
@@ -2,7 +2,7 @@
 
 pkgname=python-envisage
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;


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

2019-12-07 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, December 7, 2019 @ 11:12:34
  Author: aginiewicz
Revision: 536263

upgpkg: python-envisage 4.9.0-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-07 11:02:32 UTC (rev 536262)
+++ PKGBUILD2019-12-07 11:12:34 UTC (rev 536263)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgname='python-envisage'
-pkgver=4.8.0
-pkgrel=4
+pkgname=python-envisage
+pkgver=4.9.0
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -9,10 +9,9 @@
 license=('BSD')
 depends=('python-apptools')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-configobj')
 optdepends=('ipython: for IPython shell plugin')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha256sums=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
+sha256sums=('c38bdea72c9c942d5a846e592687d5629520ae7fab1057ea1c530ab2f4896c78')
 
 build() {
   cd "$srcdir"/envisage-$pkgver


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 21:15:50
  Author: felixonmars
Revision: 522662

Python 3.8 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 21:15:04 UTC (rev 522661)
+++ PKGBUILD2019-11-03 21:15:50 UTC (rev 522662)
@@ -2,7 +2,7 @@
 
 pkgname='python-envisage'
 pkgver=4.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;


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

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 06:45:15
  Author: foutrelis
Revision: 520311

Python 3.8 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 06:45:00 UTC (rev 520310)
+++ PKGBUILD2019-10-26 06:45:15 UTC (rev 520311)
@@ -2,7 +2,7 @@
 
 pkgname='python-envisage'
 pkgver=4.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:35:54
  Author: aginiewicz
Revision: 512562

upgpkg: python-envisage 4.8.0-2

python-envisage: fix

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:34:42 UTC (rev 512561)
+++ PKGBUILD2019-10-03 20:35:54 UTC (rev 512562)
@@ -2,7 +2,7 @@
 
 pkgname='python-envisage'
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -20,16 +20,9 @@
   python setup.py build
 }
 
-check() {
+package() {
   cd "$srcdir"/envisage-$pkgver
 
-  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
-  nosetests envisage || warning "tests failed"
-}
-
-package_python-envisage() {
-  cd "$srcdir"/envisage-$pkgver
-
   python setup.py install --root="$pkgdir"/  --optimize=1
 
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 18:12:01
  Author: aginiewicz
Revision: 512522

upgpkg: python-envisage 4.8.0-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 18:09:43 UTC (rev 512521)
+++ PKGBUILD2019-10-03 18:12:01 UTC (rev 512522)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname='python-envisage'
-pkgver=4.7.2
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python-configobj')
 optdepends=('ipython: for IPython shell plugin')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha256sums=('02790238293aa8b57298510d6497975b1f10b47bcb065847e79114f4932418c4')
+sha256sums=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
 
 build() {
   cd "$srcdir"/envisage-$pkgver


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

2019-06-13 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, June 13, 2019 @ 11:43:54
  Author: aginiewicz
Revision: 481255

upgpkg: python-envisage 4.7.2-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-13 11:41:29 UTC (rev 481254)
+++ PKGBUILD2019-06-13 11:43:54 UTC (rev 481255)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname='python-envisage'
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python-configobj')
 optdepends=('ipython: for IPython shell plugin')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha256sums=('0b8bd997a32aa060237ae82ff86183e1cbc5c8a7fd3d8a68dec9f3e30e84fd66')
+sha256sums=('02790238293aa8b57298510d6497975b1f10b47bcb065847e79114f4932418c4')
 
 build() {
   cd "$srcdir"/envisage-$pkgver


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:57:45
  Author: aginiewicz
Revision: 440963

upgpkg: python-envisage 4.7.1-2

python-envisage: drop python2 support

Modified:
  python-envisage/trunk/PKGBUILD

--+
 PKGBUILD |   41 +
 1 file changed, 9 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 08:49:08 UTC (rev 440962)
+++ PKGBUILD2019-03-14 08:57:45 UTC (rev 440963)
@@ -1,56 +1,33 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-envisage
-pkgname=('python2-envisage' 'python-envisage')
+pkgname='python-envisage'
 pkgver=4.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
 license=('BSD')
-makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
-checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-configobj')
+optdepends=('ipython: for IPython shell plugin')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha1sums=('63c5bdad560bae33d9200e1b8202e1a6363d48df')
+sha256sums=('0b8bd997a32aa060237ae82ff86183e1cbc5c8a7fd3d8a68dec9f3e30e84fd66')
 
-prepare() {
-  cd "$srcdir"
-  cp -a envisage-${pkgver} envisage-py2-${pkgver}
-}
-
 build() {
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  # "Building Python2"
-  python2 setup.py build
-
   cd "$srcdir"/envisage-$pkgver
 
-  # "Building Python3"
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/envisage-py2-$pkgver
-  nosetests2 envisage
+  cd "$srcdir"/envisage-$pkgver
 
-  cd "$srcdir"/envisage-$pkgver
+  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
   nosetests envisage || warning "tests failed"
 }
 
-package_python2-envisage() {
-  depends=('python2-apptools')
-  optdepends=('ipython2: for IPython shell plugin')
-  cd "$srcdir"/envisage-py2-$pkgver
-
-  python2 setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 package_python-envisage() {
-  depends=('python-apptools')
-  optdepends=('ipython: for IPython shell plugin')
   cd "$srcdir"/envisage-$pkgver
 
   python setup.py install --root="$pkgdir"/  --optimize=1


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

2019-02-10 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 10, 2019 @ 13:54:42
  Author: aginiewicz
Revision: 431436

upgpkg: python-envisage 4.7.1-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 13:50:48 UTC (rev 431435)
+++ PKGBUILD2019-02-10 13:54:42 UTC (rev 431436)
@@ -2,7 +2,7 @@
 
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
-pkgver=4.7.0
+pkgver=4.7.1
 pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
 checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-md5sums=('0f091eeb299464c9f6b6d77c1bd5d5c3')
+sha1sums=('63c5bdad560bae33d9200e1b8202e1a6363d48df')
 
 prepare() {
   cd "$srcdir"
@@ -21,12 +21,12 @@
 build() {
   cd "$srcdir"/envisage-py2-$pkgver
 
-  msg "Building Python2"
+  # "Building Python2"
   python2 setup.py build
 
   cd "$srcdir"/envisage-$pkgver
 
-  msg "Building Python3"
+  # "Building Python3"
   python setup.py build
 }
 


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

2018-08-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, August 16, 2018 @ 21:11:30
  Author: aginiewicz
Revision: 372017

upgpkg: python-envisage 4.7.0-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-16 19:49:09 UTC (rev 372016)
+++ PKGBUILD2018-08-16 21:11:30 UTC (rev 372017)
@@ -3,8 +3,8 @@
 
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
 checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-md5sums=('186b566271b4b7125761fd6734a7e370')
+md5sums=('0f091eeb299464c9f6b6d77c1bd5d5c3')
 
 prepare() {
   cd "$srcdir"


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

2018-07-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 25, 2018 @ 20:56:21
  Author: eschwartz
Revision: 363414

upgpkg: python-envisage 4.6.0-2

python 3.7 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 20:04:53 UTC (rev 363413)
+++ PKGBUILD2018-07-25 20:56:21 UTC (rev 363414)
@@ -4,15 +4,15 @@
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
 license=('BSD')
 makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
-
+checkdepends=('python-nose' 'python-configobj' 'python2-nose' 
'python2-configobj')
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-md5sums=('86a7ff9e78960f3e294ace185cb3980e')
+md5sums=('186b566271b4b7125761fd6734a7e370')
 
 prepare() {
   cd "$srcdir"
@@ -31,6 +31,14 @@
   python setup.py build
 }
 
+check() {
+  cd "$srcdir"/envisage-py2-$pkgver
+  nosetests2 envisage
+
+  cd "$srcdir"/envisage-$pkgver
+  nosetests envisage || warning "tests failed"
+}
+
 package_python2-envisage() {
   depends=('python2-apptools')
   optdepends=('ipython2: for IPython shell plugin')


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

2017-01-21 Thread Andrzej Giniewicz
Date: Saturday, January 21, 2017 @ 12:31:10
  Author: aginiewicz
Revision: 208258

upgpkg: python-envisage 4.6.0-1

python-envisage: new upstrem release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-21 12:29:05 UTC (rev 208257)
+++ PKGBUILD2017-01-21 12:31:10 UTC (rev 208258)
@@ -3,8 +3,8 @@
 
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
-pkgver=4.5.1
-pkgrel=2
+pkgver=4.6.0
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-apptools' 'python2-setuptools' 
'python2-apptools')
 
 
source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-md5sums=('827537cf5d07a1676955d731fc1dc888')
+md5sums=('86a7ff9e78960f3e294ace185cb3980e')
 
 prepare() {
   cd "$srcdir"


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Tuesday, December 27, 2016 @ 06:38:37
  Author: bpiotrowski
Revision: 202955

Python 3.6 rebuild

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 06:38:22 UTC (rev 202954)
+++ PKGBUILD2016-12-27 06:38:37 UTC (rev 202955)
@@ -4,7 +4,7 @@
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
 pkgver=4.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;


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

2016-03-22 Thread Andrzej Giniewicz
Date: Tuesday, March 22, 2016 @ 09:42:11
  Author: aginiewicz
Revision: 167876

upgpkg: python-envisage 4.5.1-1

python-envisage: new upstream release

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 08:41:13 UTC (rev 167875)
+++ PKGBUILD2016-03-22 08:42:11 UTC (rev 167876)
@@ -4,7 +4,7 @@
 pkgbase=python-envisage
 pkgname=('python2-envisage' 'python-envisage')
 pkgver=4.5.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;