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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 10:17:57
  Author: felixonmars
Revision: 751525

upgpkg: python-urwidtrees 1.0.3-4: Python 3.9 rebuild

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:17:33 UTC (rev 751524)
+++ PKGBUILD2020-11-12 10:17:57 UTC (rev 751525)
@@ -4,7 +4,7 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";


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

2020-08-06 Thread Lukas Fleischer via arch-commits
Date: Thursday, August 6, 2020 @ 10:51:24
  Author: lfleischer
Revision: 670836

upgpkg: python-urwidtrees 1.0.3-2: add dependency (python-mock)

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 10:51:20 UTC (rev 670835)
+++ PKGBUILD2020-08-06 10:51:24 UTC (rev 670836)
@@ -4,13 +4,13 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";
 license=(GPL3)
 makedepends=(python-sphinx)
-depends=(python 'python-urwid>=1.1.0')
+depends=(python 'python-urwid>=1.1.0' 'python-mock')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz";)
 md5sums=('44068550c3f538d64b667dc52eeca6cb')
 


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

2020-08-05 Thread Lukas Fleischer via arch-commits
Date: Wednesday, August 5, 2020 @ 22:50:00
  Author: lfleischer
Revision: 670369

upgpkg: python-urwidtrees 1.0.3-1: upstream update

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-05 22:48:52 UTC (rev 670368)
+++ PKGBUILD2020-08-05 22:50:00 UTC (rev 670369)
@@ -3,8 +3,8 @@
 
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
-pkgver=1.0.2
-pkgrel=5
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";
@@ -12,7 +12,7 @@
 makedepends=(python-sphinx)
 depends=(python 'python-urwid>=1.1.0')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz";)
-md5sums=('07699e009203486f9c1e19c2fd5ef201')
+md5sums=('44068550c3f538d64b667dc52eeca6cb')
 
 build() {
cd "$srcdir/$_pkgname-$pkgver"


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

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:40:00
  Author: foutrelis
Revision: 522384

Python 3.8 rebuild

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:39:58 UTC (rev 522383)
+++ PKGBUILD2019-11-02 22:40:00 UTC (rev 522384)
@@ -4,7 +4,7 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:33:14
  Author: felixonmars
Revision: 520039

Python 3.8 rebuild

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:32:54 UTC (rev 520038)
+++ PKGBUILD2019-10-26 04:33:14 UTC (rev 520039)
@@ -4,7 +4,7 @@
 _pkgname=urwidtrees
 pkgname=python-urwidtrees
 pkgver=1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";


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

2019-02-23 Thread Lukas Fleischer via arch-commits
Date: Saturday, February 23, 2019 @ 15:48:31
  Author: lfleischer
Revision: 435394

upgpkg: python-urwidtrees 1.0.2-3

Drop python2 support.

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-23 15:47:26 UTC (rev 435393)
+++ PKGBUILD2019-02-23 15:48:31 UTC (rev 435394)
@@ -2,16 +2,15 @@
 # Contributor: Ian Denhardt 
 
 _pkgname=urwidtrees
-pkgbase=python-$_pkgname
-pkgname=(python-$_pkgname python2-$_pkgname)
+pkgname=python-urwidtrees
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";
 license=(GPL3)
-makedepends=(python 'python-urwid>=1.1.0' python-sphinx
- python2 'python2-urwid>=1.1.0' python2-sphinx)
+makedepends=(python-sphinx)
+depends=(python 'python-urwid>=1.1.0')
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pazz/$_pkgname/archive/$pkgver.tar.gz";)
 md5sums=('07699e009203486f9c1e19c2fd5ef201')
 
@@ -22,7 +21,6 @@
 }
 
 package_python-urwidtrees() {
-   depends=(python 'python-urwid>=1.1.0')
cd "$srcdir/$_pkgname-$pkgver"
 
python setup.py install --optimize=1 --root="$pkgdir"
@@ -30,13 +28,3 @@
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
 }
-
-package_python2-urwidtrees() {
-   depends=(python2 'python2-urwid>=1.1.0')
-   cd "$srcdir/$_pkgname-$pkgver"
-
-   python2 setup.py install --optimize=1 --root="$pkgdir"
-
-   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-   cp -a docs/build/html/* "$pkgdir/usr/share/doc/$pkgname"
-}


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:22:03
  Author: foutrelis
Revision: 354958

Python 3.7 rebuild

Modified:
  python-urwidtrees/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:20:15 UTC (rev 354957)
+++ PKGBUILD2018-07-08 14:22:03 UTC (rev 354958)
@@ -5,7 +5,7 @@
 pkgbase=python-$_pkgname
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Tree widgets for urwid."
 arch=(any)
 url="https://github.com/pazz/$_pkgname";