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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 14:27:25
  Author: felixonmars
Revision: 751890

upgpkg: python-pyte 0.8.0-6: Python 3.9 rebuild

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 14:15:06 UTC (rev 751889)
+++ PKGBUILD2020-11-12 14:27:25 UTC (rev 751890)
@@ -2,7 +2,7 @@
 
 pkgname=python-pyte
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
 license=('LGPL3')


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

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

upgpkg: python-pyte 0.8.0-5: Python 3.9 rebuild

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:10:46 UTC (rev 748539)
+++ PKGBUILD2020-11-10 04:10:48 UTC (rev 748540)
@@ -2,7 +2,7 @@
 
 pkgname=python-pyte
 pkgver=0.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
 license=('LGPL3')


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

2019-11-09 Thread Antonio Rojas via arch-commits
Date: Saturday, November 9, 2019 @ 20:06:55
  Author: arojas
Revision: 524881

Drop python2

Modified:
  python-pyte/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-09 20:04:10 UTC (rev 524880)
+++ PKGBUILD2019-11-09 20:06:55 UTC (rev 524881)
@@ -1,7 +1,6 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-pyte
-pkgname=('python-pyte' 'python2-pyte')
+pkgname=python-pyte
 pkgver=0.8.0
 pkgrel=4
 pkgdesc='Simple VTXXX-compatible terminal emulator'
@@ -8,43 +7,24 @@
 arch=('any')
 license=('LGPL3')
 url='https://github.com/selectel/pyte'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 
'python2-wcwidth'
- 'python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz;)
+depends=('python-wcwidth')
+makedepends=('python-setuptools' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz;)
 
sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
 
-prepare() {
-  cp -a pyte-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/pyte-$pkgver
   python setup.py build
-
-  cd "$srcdir"/pyte-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/pyte-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/pyte-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-pyte() {
-  depends=('python-wcwidth')
-
+package() {
   cd pyte-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-pyte() {
-  depends=('python2-wcwidth')
-
-  cd pyte-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 21:23:30
  Author: felixonmars
Revision: 522678

Python 3.8 rebuild

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 21:23:11 UTC (rev 522677)
+++ PKGBUILD2019-11-03 21:23:30 UTC (rev 522678)
@@ -3,7 +3,7 @@
 pkgbase=python-pyte
 pkgname=('python-pyte' 'python2-pyte')
 pkgver=0.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
 license=('LGPL3')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 20:00:24
  Author: felixonmars
Revision: 519677

Python 3.8 rebuild

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 19:59:57 UTC (rev 519676)
+++ PKGBUILD2019-10-25 20:00:24 UTC (rev 519677)
@@ -3,7 +3,7 @@
 pkgbase=python-pyte
 pkgname=('python-pyte' 'python2-pyte')
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
 license=('LGPL3')


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

2019-01-01 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 1, 2019 @ 15:28:52
  Author: eschwartz
Revision: 420170

pytest-runner is a setup_requires and needs to be available at build time no 
matter what

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-01 15:14:53 UTC (rev 420169)
+++ PKGBUILD2019-01-01 15:28:52 UTC (rev 420170)
@@ -8,8 +8,8 @@
 arch=('any')
 license=('LGPL3')
 url='https://github.com/selectel/pyte'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 
'python2-wcwidth')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 
'python2-wcwidth'
+ 'python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz;)
 
sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
 


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:16:35
  Author: foutrelis
Revision: 354953

Python 3.7 rebuild

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:15:54 UTC (rev 354952)
+++ PKGBUILD2018-07-08 14:16:35 UTC (rev 354953)
@@ -4,7 +4,7 @@
 pkgbase=python-pyte
 pkgname=('python-pyte' 'python2-pyte')
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
 license=('LGPL3')


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

2018-04-06 Thread Felix Yan via arch-commits
Date: Saturday, April 7, 2018 @ 05:52:32
  Author: felixonmars
Revision: 314666

upgpkg: python-pyte 0.8.0-1

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-07 05:51:04 UTC (rev 314665)
+++ PKGBUILD2018-04-07 05:52:32 UTC (rev 314666)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyte
 pkgname=('python-pyte' 'python2-pyte')
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 
'python2-wcwidth')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz;)
-sha512sums=('dda5ed3e3eb0621041914ead2f4ab1578d0cdd9fe7a42a3635bd154ef59473daf08fd53f2233d97871b75c2462bee69270438e9f6b305d2ffb07bde88a8c909e')
+sha512sums=('c488fd0a61c1dc34b27e12ed9ba1109bb2c331626c982da06e7540bdd168008cb5106a17c71e60e38c493f2dd9f21ba3cf05118928744dfa192d62e511b4c4e8')
 
 prepare() {
   cp -a pyte-$pkgver{,-py2}


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

2017-10-23 Thread Felix Yan
Date: Monday, October 23, 2017 @ 08:23:22
  Author: felixonmars
Revision: 264024

upgpkg: python-pyte 0.7.0-1

Modified:
  python-pyte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 08:20:43 UTC (rev 264023)
+++ PKGBUILD2017-10-23 08:23:22 UTC (rev 264024)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyte
 pkgname=('python-pyte' 'python2-pyte')
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Simple VTXXX-compatible terminal emulator'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-wcwidth' 
'python2-wcwidth')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/selectel/pyte/archive/$pkgver.tar.gz;)
-sha512sums=('64de04ff4f1c2996855c18a6b4e94b8e7116106f39a376ba29b1819c4655bff14ab2d591a9694d6e44b3cb789bafb9069e6e1ed35b69c79744101b2548c51168')
+sha512sums=('dda5ed3e3eb0621041914ead2f4ab1578d0cdd9fe7a42a3635bd154ef59473daf08fd53f2233d97871b75c2462bee69270438e9f6b305d2ffb07bde88a8c909e')
 
 prepare() {
   cp -a pyte-$pkgver{,-py2}