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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:33:54
  Author: foutrelis
Revision: 752662

upgpkg: xonsh 0.9.24-3: Python 3.9 rebuild

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:33:34 UTC (rev 752661)
+++ PKGBUILD2020-11-12 17:33:54 UTC (rev 752662)
@@ -2,7 +2,7 @@
 
 pkgname=xonsh
 pkgver=0.9.24
-pkgrel=2
+pkgrel=3
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
 arch=("any")


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

2020-10-20 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 20, 2020 @ 23:21:47
  Author: jleclanche
Revision: 727771

upgpkg: xonsh 0.9.24-1: Upstream release 0.9.24

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 22:53:51 UTC (rev 727770)
+++ PKGBUILD2020-10-20 23:21:47 UTC (rev 727771)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.22
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
+sha256sums=("22f56aba220046dee2af3342d4477a89682ae303b818e6df901a7d8b0ddce7e0")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2020-09-17 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 17, 2020 @ 09:17:36
  Author: jleclanche
Revision: 708565

upgpkg: xonsh 0.9.22-1: Upstream release 0.9.22

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-17 07:27:09 UTC (rev 708564)
+++ PKGBUILD2020-09-17 09:17:36 UTC (rev 708565)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.21
+pkgver=0.9.22
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
+sha256sums=("664e792a764bc3df6511b7124472238a3b6876931ff0fe13731aa1ac79844e28")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2020-09-04 Thread Jerome Leclanche via arch-commits
Date: Friday, September 4, 2020 @ 07:38:41
  Author: jleclanche
Revision: 697868

upgpkg: xonsh 0.9.21-1: Upstream release 0.9.21

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-04 01:46:04 UTC (rev 697867)
+++ PKGBUILD2020-09-04 07:38:41 UTC (rev 697868)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.18
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
+sha256sums=("5a9d1b002f4e18166bdd9f90e78750045164e7fd16e1e979625047a98d6c7df0")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2020-06-09 Thread Jerome Leclanche via arch-commits
Date: Tuesday, June 9, 2020 @ 15:45:51
  Author: jleclanche
Revision: 640801

upgpkg: xonsh 0.9.18-1: Upstream release 0.9.18

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 15:41:56 UTC (rev 640800)
+++ PKGBUILD2020-06-09 15:45:51 UTC (rev 640801)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.14
+pkgver=0.9.18
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
+sha256sums=("39b864991ac6eca7bd484fe1f9b2932d44ceb2b2a0deaa3679200e43fa4e")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2020-03-09 Thread Jerome Leclanche via arch-commits
Date: Monday, March 9, 2020 @ 22:12:36
  Author: jleclanche
Revision: 593325

upgpkg: xonsh 0.9.14-1: Upstream release 0.9.14

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 20:58:19 UTC (rev 593324)
+++ PKGBUILD2020-03-09 22:12:36 UTC (rev 593325)
@@ -1,18 +1,18 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
 arch=("any")
 license=("BSD")
-depends=("python" "python-ply")
+depends=("python" "python-ply" "python-setproctitle")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
+sha256sums=("b876c9f1e39842cf995d7a7676955c2f9aaa5ea7f3a7374e813243fbf5d218bf")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 07:31:35
  Author: felixonmars
Revision: 523511

Python 3.8 rebuild

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 07:30:46 UTC (rev 523510)
+++ PKGBUILD2019-11-04 07:31:35 UTC (rev 523511)
@@ -2,7 +2,7 @@
 
 pkgname=xonsh
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
 arch=("any")


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

2019-10-15 Thread Jerome Leclanche via arch-commits
Date: Wednesday, October 16, 2019 @ 02:11:22
  Author: jleclanche
Revision: 516248

upgpkg: xonsh 0.9.13-1

Upstream release 0.9.13

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-16 00:32:31 UTC (rev 516247)
+++ PKGBUILD2019-10-16 02:11:22 UTC (rev 516248)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
+sha256sums=("8b62d959dddca2d872382244b15aa9787713c50fcb0085a6b7080e794162863d")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-10-07 Thread Jerome Leclanche via arch-commits
Date: Tuesday, October 8, 2019 @ 01:48:52
  Author: jleclanche
Revision: 514178

upgpkg: xonsh 0.9.12-1

Upstream release 0.9.12

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 23:38:48 UTC (rev 514177)
+++ PKGBUILD2019-10-08 01:48:52 UTC (rev 514178)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
+sha256sums=("29c93fa7dd0aa6ec1ed6a53fc3dcb6eded28cc559575cc11269b81cea68dac6d")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-09-08 Thread Jerome Leclanche via arch-commits
Date: Sunday, September 8, 2019 @ 11:58:18
  Author: jleclanche
Revision: 508991

upgpkg: xonsh 0.9.11-1

Upstream release 0.9.11

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-08 09:59:13 UTC (rev 508990)
+++ PKGBUILD2019-09-08 11:58:18 UTC (rev 508991)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
+sha256sums=("49bf110b29935c6b4939987cd818d8dd6046ab6e06b9cc5d8bf29789d2693840")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-08-24 Thread Jerome Leclanche via arch-commits
Date: Saturday, August 24, 2019 @ 22:31:05
  Author: jleclanche
Revision: 501610

upgpkg: xonsh 0.9.10-1

Upstream release 0.9.10

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 22:30:05 UTC (rev 501609)
+++ PKGBUILD2019-08-24 22:31:05 UTC (rev 501610)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
+sha256sums=("d41fca7bef961121b2da9c31505e654c2312a7221b810ad6fd3b8c2eebeda3b7")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-07-24 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 24, 2019 @ 18:58:55
  Author: jleclanche
Revision: 492715

upgpkg: xonsh 0.9.9-1

Upstream release 0.9.9

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 18:35:24 UTC (rev 492714)
+++ PKGBUILD2019-07-24 18:58:55 UTC (rev 492715)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
+sha256sums=("a26d4bbd49b106b0c650dc8ebc5f4948900fe1e18204e1af2887a572af6fad44")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-07-10 Thread Jerome Leclanche via arch-commits
Date: Wednesday, July 10, 2019 @ 19:15:54
  Author: jleclanche
Revision: 488592

upgpkg: xonsh 0.9.8-1

Upstream release 0.9.8

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-10 18:18:15 UTC (rev 488591)
+++ PKGBUILD2019-07-10 19:15:54 UTC (rev 488592)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
+sha256sums=("85bf43496bb20825912214fe85d9bad8fe9fbb90c5971402df723f487cc95680")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-07-02 Thread Jerome Leclanche via arch-commits
Date: Tuesday, July 2, 2019 @ 08:08:45
  Author: jleclanche
Revision: 487240

upgpkg: xonsh 0.9.7-1

Upstream release 0.9.7

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-02 04:54:07 UTC (rev 487239)
+++ PKGBUILD2019-07-02 08:08:45 UTC (rev 487240)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="https://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
+sha256sums=("ed7b6c24b6c807c25369d7d9c9a09267367eff3b30b80ffbe9a113f7dc547359")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-06-17 Thread Jerome Leclanche via arch-commits
Date: Monday, June 17, 2019 @ 18:40:17
  Author: jleclanche
Revision: 481996

upgpkg: xonsh 0.9.6-1

Upstream release 0.9.6

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 18:35:54 UTC (rev 481995)
+++ PKGBUILD2019-06-17 18:40:17 UTC (rev 481996)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
+sha256sums=("20d91b94b20d5554b9ca4b7f0645ea6db44e1059d0a04b64af23411b7d8e7bc4")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-05-25 Thread Jerome Leclanche via arch-commits
Date: Saturday, May 25, 2019 @ 17:07:32
  Author: jleclanche
Revision: 470691

upgpkg: xonsh 0.9.4-1

Upstream release 0.9.4

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 17:04:23 UTC (rev 470690)
+++ PKGBUILD2019-05-25 17:07:32 UTC (rev 470691)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.9.0
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -10,12 +10,12 @@
 depends=("python" "python-ply")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgver.tar.gz;)
+source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("01e2d28a1941f52968f9cfc7d17cf8786825937ce5c9261812bfacb37658000b")
+sha256sums=("87695cece91db6ddd4fee55ef8afe8f56cce02b58c62be711a08f0a155f8bb06")
 
 package() {
-   cd "$srcdir"
+   cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir"
install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
 }


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

2019-05-11 Thread Jerome Leclanche via arch-commits
Date: Saturday, May 11, 2019 @ 10:03:24
  Author: jleclanche
Revision: 465152

upgpkg: xonsh 0.9.0-1

Upstream release 0.9.0

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-11 06:39:19 UTC (rev 465151)
+++ PKGBUILD2019-05-11 10:03:24 UTC (rev 465152)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.12
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("f55ac805b69f0dcb9dd4a3e1a15ee3dfd8267dc5fd0733e231c5c6f71629be52")
+sha256sums=("01e2d28a1941f52968f9cfc7d17cf8786825937ce5c9261812bfacb37658000b")
 
 package() {
cd "$srcdir"


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

2019-03-16 Thread Jerome Leclanche via arch-commits
Date: Saturday, March 16, 2019 @ 13:03:58
  Author: jleclanche
Revision: 442211

upgpkg: xonsh 0.8.12-1

Upstream release 0.8.12

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 11:01:25 UTC (rev 442210)
+++ PKGBUILD2019-03-16 13:03:58 UTC (rev 442211)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.11
+pkgver=0.8.12
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -10,12 +10,12 @@
 depends=("python" "python-ply")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgver.tar.gz;)
 install=xonsh.install
-sha256sums=("c31fa71d473190916f21da11933381ea1bb70f269b9f1fb7eda0ae9f32648e19")
+sha256sums=("f55ac805b69f0dcb9dd4a3e1a15ee3dfd8267dc5fd0733e231c5c6f71629be52")
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir"
python setup.py install --root="$pkgdir"
install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
 }


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

2019-02-28 Thread Jerome Leclanche via arch-commits
Date: Thursday, February 28, 2019 @ 12:17:22
  Author: jleclanche
Revision: 437024

upgpkg: xonsh 0.8.11-1

Upstream release 0.8.11

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 11:16:33 UTC (rev 437023)
+++ PKGBUILD2019-02-28 12:17:22 UTC (rev 437024)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.10
+pkgver=0.8.11
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("eecfa6aab37b4324e372811b79a005ae9a85cee954ac5c43708ecb30a65ac1ed")
+sha256sums=("c31fa71d473190916f21da11933381ea1bb70f269b9f1fb7eda0ae9f32648e19")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-02-09 Thread Jerome Leclanche via arch-commits
Date: Saturday, February 9, 2019 @ 09:53:06
  Author: jleclanche
Revision: 430815

upgpkg: xonsh 0.8.10-1

Upstream release 0.8.10

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 09:51:52 UTC (rev 430814)
+++ PKGBUILD2019-02-09 09:53:06 UTC (rev 430815)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("7073cbba6ba21b8fabbb70388058b8ce23cdb6fda0a19b9209798221e5e50bb7")
+sha256sums=("eecfa6aab37b4324e372811b79a005ae9a85cee954ac5c43708ecb30a65ac1ed")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-02-01 Thread Jerome Leclanche via arch-commits
Date: Friday, February 1, 2019 @ 17:12:53
  Author: jleclanche
Revision: 429119

upgpkg: xonsh 0.8.9-1

Upstream release 0.8.9

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 17:02:20 UTC (rev 429118)
+++ PKGBUILD2019-02-01 17:12:53 UTC (rev 429119)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("f1a066a0ed30e71a1aecfd91936c3f0abbc30543578a2653b8406815a46e05e3")
+sha256sums=("7073cbba6ba21b8fabbb70388058b8ce23cdb6fda0a19b9209798221e5e50bb7")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-01-05 Thread Jerome Leclanche via arch-commits
Date: Saturday, January 5, 2019 @ 08:53:51
  Author: jleclanche
Revision: 420650

upgpkg: xonsh 0.8.8-1

Upstream release 0.8.8

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-05 08:34:16 UTC (rev 420649)
+++ PKGBUILD2019-01-05 08:53:51 UTC (rev 420650)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.7
+pkgver=0.8.8
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("f7171d6f3c80743ad7729c7e1370a14029236fc5904c44e6b9fd9efdf13cdce6")
+sha256sums=("f1a066a0ed30e71a1aecfd91936c3f0abbc30543578a2653b8406815a46e05e3")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-12-29 Thread Jerome Leclanche via arch-commits
Date: Sunday, December 30, 2018 @ 06:44:13
  Author: jleclanche
Revision: 418959

upgpkg: xonsh 0.8.7-1

Upstream release 0.8.7

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 02:07:32 UTC (rev 418958)
+++ PKGBUILD2018-12-30 06:44:13 UTC (rev 418959)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("4d5a8cde4d82ca7af8858273a437c763adf96e1b4c7d22bf6359e259cfe35520")
+sha256sums=("f7171d6f3c80743ad7729c7e1370a14029236fc5904c44e6b9fd9efdf13cdce6")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-12-22 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 22, 2018 @ 16:32:40
  Author: jleclanche
Revision: 417551

upgpkg: xonsh 0.8.6-1

Upstream release 0.8.6

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 16:13:54 UTC (rev 417550)
+++ PKGBUILD2018-12-22 16:32:40 UTC (rev 417551)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.4
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("43ff4adb242c62a02e042086d41e957f2b12dcba6a297c918c80867885824f5f")
+sha256sums=("4d5a8cde4d82ca7af8858273a437c763adf96e1b4c7d22bf6359e259cfe35520")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-12-15 Thread Jerome Leclanche via arch-commits
Date: Saturday, December 15, 2018 @ 16:40:51
  Author: jleclanche
Revision: 416377

upgpkg: xonsh 0.8.4-1

Upstream release 0.8.4

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 16:00:52 UTC (rev 416376)
+++ PKGBUILD2018-12-15 16:40:51 UTC (rev 416377)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
+sha256sums=("43ff4adb242c62a02e042086d41e957f2b12dcba6a297c918c80867885824f5f")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-11-19 Thread Jerome Leclanche via arch-commits
Date: Monday, November 19, 2018 @ 08:15:17
  Author: jleclanche
Revision: 408758

upgpkg: xonsh 0.8.3-1

Upstream release 0.8.3

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 05:34:05 UTC (rev 408757)
+++ PKGBUILD2018-11-19 08:15:17 UTC (rev 408758)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("14897e6b6d9ffc8100fb76d85763f13feabed49a823adaff0c0dddeeb9213671")
+sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-11-13 Thread Jerome Leclanche via arch-commits
Date: Tuesday, November 13, 2018 @ 22:19:33
  Author: jleclanche
Revision: 407287

upgpkg: xonsh 0.8.2-1

Upstream release 0.8.2

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 22:18:55 UTC (rev 407286)
+++ PKGBUILD2018-11-13 22:19:33 UTC (rev 407287)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("9607b2d0af19dfdab0fcfe81f9b7b003d4cf44b15da3c81bfb355022876ac488")
+sha256sums=("14897e6b6d9ffc8100fb76d85763f13feabed49a823adaff0c0dddeeb9213671")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-10-18 Thread Jerome Leclanche via arch-commits
Date: Friday, October 19, 2018 @ 05:44:45
  Author: jleclanche
Revision: 397169

upgpkg: xonsh 0.8.1-1

Upstream release 0.8.1

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 05:30:48 UTC (rev 397168)
+++ PKGBUILD2018-10-19 05:44:45 UTC (rev 397169)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("2a0fb72027b61541743666a2970b99bc3891ab759ee28b83ebf37e732439e9ae")
+sha256sums=("9607b2d0af19dfdab0fcfe81f9b7b003d4cf44b15da3c81bfb355022876ac488")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-10-13 Thread Jerome Leclanche via arch-commits
Date: Saturday, October 13, 2018 @ 17:15:47
  Author: jleclanche
Revision: 393291

upgpkg: xonsh 0.8.0-1

Upstream release 0.8.0

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-13 15:28:47 UTC (rev 393290)
+++ PKGBUILD2018-10-13 17:15:47 UTC (rev 393291)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.7.10
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("345d6d327a865c3eda7175a65247cce0f1286e49bae3d2de8971788ae5730762")
+sha256sums=("2a0fb72027b61541743666a2970b99bc3891ab759ee28b83ebf37e732439e9ae")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-09-27 Thread Jerome Leclanche via arch-commits
Date: Thursday, September 27, 2018 @ 14:29:07
  Author: jleclanche
Revision: 386298

upgpkg: xonsh 0.7.10-1

Upstream release 0.7.10

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 14:28:40 UTC (rev 386297)
+++ PKGBUILD2018-09-27 14:29:07 UTC (rev 386298)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.7.8
+pkgver=0.7.10
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("a174ceb10a447b85ed393c93c4ad8c0f83243697dc8493fb4dde9a466e7fbc40")
+sha256sums=("345d6d327a865c3eda7175a65247cce0f1286e49bae3d2de8971788ae5730762")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


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

2018-09-14 Thread Jerome Leclanche via arch-commits
Date: Friday, September 14, 2018 @ 21:45:48
  Author: jleclanche
Revision: 380999

upgpkg: xonsh 0.7.8-1

Upstream release 0.7.8

Modified:
  xonsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 21:43:05 UTC (rev 380998)
+++ PKGBUILD2018-09-14 21:45:48 UTC (rev 380999)
@@ -10,9 +10,9 @@
 depends=("python" "python-ply")
 optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
 makedepends=("python-setuptools")
-source=("https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
+source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("b3256e9af958d874eac70c2293ce210c3de3df17966de8eb426d3e338243469f")
+sha256sums=("a174ceb10a447b85ed393c93c4ad8c0f83243697dc8493fb4dde9a466e7fbc40")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"