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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:42:13
  Author: felixonmars
Revision: 747097

upgpkg: python-cycler 0.10.0-7: Python 3.9 rebuild

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:41:59 UTC (rev 747096)
+++ PKGBUILD2020-11-09 15:42:13 UTC (rev 747097)
@@ -2,7 +2,7 @@
 
 pkgname=python-cycler
 pkgver=0.10.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')


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

2020-02-17 Thread Felix Yan via arch-commits
Date: Monday, February 17, 2020 @ 17:19:42
  Author: felixonmars
Revision: 574442

upgpkg: python-cycler 0.10.0-6: remove python2 sibling

Modified:
  python-cycler/trunk/PKGBUILD

--+
 PKGBUILD |   46 +-
 1 file changed, 13 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-17 17:19:17 UTC (rev 574441)
+++ PKGBUILD2020-02-17 17:19:42 UTC (rev 574442)
@@ -1,50 +1,30 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-cycler
-pkgname=('python-cycler' 'python2-cycler')
+pkgname=python-cycler
 pkgver=0.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')
 url="https://github.com/matplotlib/cycler";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage')
-source=("git+https://github.com/matplotlib/cycler.git#tag=v$pkgver";)
-sha512sums=('SKIP')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage')
+source=("https://github.com/matplotlib/cycler/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01')
 
-prepare() {
-  cp -a cycler{,-py2}
-}
-
 build() {
-  cd "$srcdir/cycler"
+  cd cycler-$pkgver
   python setup.py build
-
-  cd "$srcdir/cycler-py2"
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/cycler"
+  cd cycler-$pkgver
   python run_tests.py
-
-  cd "$srcdir/cycler-py2"
-  python2 run_tests.py
 }
 
-package_python-cycler() {
-  depends=('python-six')
-
-  cd cycler
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+package() {
+  cd cycler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-cycler() {
-  depends=('python2-six')
-
-  cd cycler-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 16:37:54
  Author: felixonmars
Revision: 521101

Python 3.8 rebuild

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 16:37:53 UTC (rev 521100)
+++ PKGBUILD2019-10-31 16:37:54 UTC (rev 521101)
@@ -3,7 +3,7 @@
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:19:15
  Author: felixonmars
Revision: 518974

Python 3.8 rebuild

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:18:54 UTC (rev 518973)
+++ PKGBUILD2019-10-25 15:19:15 UTC (rev 518974)
@@ -3,7 +3,7 @@
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:13:16
  Author: arojas
Revision: 482177

https

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:13:00 UTC (rev 482176)
+++ PKGBUILD2019-06-18 20:13:16 UTC (rev 482177)
@@ -7,7 +7,7 @@
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')
-url="http://github.com/matplotlib/cycler";
+url="https://github.com/matplotlib/cycler";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage')
 source=("git+https://github.com/matplotlib/cycler.git#tag=v$pkgver";)


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 15:45:19
  Author: foutrelis
Revision: 348291

Python 3.7 rebuild

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 15:41:51 UTC (rev 348290)
+++ PKGBUILD2018-06-30 15:45:19 UTC (rev 348291)
@@ -4,7 +4,7 @@
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')


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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 18:03:53
  Author: felixonmars
Revision: 202200

Python 3.6 rebuild

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:02:42 UTC (rev 202199)
+++ PKGBUILD2016-12-25 18:03:53 UTC (rev 202200)
@@ -4,7 +4,7 @@
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Composable style cycles"
 arch=('any')
 license=('BSD')


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

2016-02-15 Thread Felix Yan
Date: Tuesday, February 16, 2016 @ 07:17:17
  Author: fyan
Revision: 161793

upgpkg: python-cycler 0.10.0-1

Modified:
  python-cycler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 06:15:10 UTC (rev 161792)
+++ PKGBUILD2016-02-16 06:17:17 UTC (rev 161793)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cycler
 pkgname=('python-cycler' 'python2-cycler')
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Composable style cycles"
 arch=('any')