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

2020-12-14 Thread Kyle Keen via arch-commits
Date: Tuesday, December 15, 2020 @ 05:50:53
  Author: kkeen
Revision: 775840

upgpkg: python-traitlets 5.0.5-1

Modified:
  python-traitlets/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 9 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 05:26:12 UTC (rev 775839)
+++ PKGBUILD2020-12-15 05:50:53 UTC (rev 775840)
@@ -1,40 +1,32 @@
 # Maintainer: Kyle Keen 
 
-pkgbase=python-traitlets
-pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.3
-pkgrel=5
+pkgname=python-traitlets
+pkgver=5.0.5
+pkgrel=1
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
 license=('BSD')
 depends=('python-decorator')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
 
 
source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
-
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
-md5sums=('3a4f263af65d3d79f1c279f0247077ef'
- '9a8afbe0978adbcbfcb3b35b2d015a56')
+
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz;)
+md5sums=('2ffe54aee5d0d87890127dd28ce3f6c4'
+ '5a4f9781f78466da0ea1a648f3e1f79f')
 
-
 # ipython_genutils does not deserve a package
 # "Pretend this doesn’t exist. Nobody should use it."
 # "Vestigial IPython utilities: DO NOT USE"
 # (still required for now though, but drop at first chance)
 
-prepare() {
-  cd "$srcdir"
-  cp -r traitlets-$pkgver  python2-traitlets-$pkgver
-  cp -r ipython_genutils-0.1.0 ipython2_genutils-0.1.0
-}
-
 build() {
   cd "$srcdir"
 }
 
-package_python-traitlets() {
+package() {
   # TEMPORARY!
-  cd "$srcdir/ipython_genutils-0.1.0"
+  cd "$srcdir/ipython_genutils-0.2.0"
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
 
   cd "$srcdir/traitlets-$pkgver"
@@ -42,14 +34,3 @@
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-package_python2-traitlets() {
-  depends=('python2-decorator' 'python2-enum34')
-
-  # TEMPORARY!
-  cd "$srcdir/ipython2_genutils-0.1.0"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-traitlets-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 15:16:42
  Author: felixonmars
Revision: 751045

upgpkg: python-traitlets 4.3.3-5: Python 3.9 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:16:35 UTC (rev 751044)
+++ PKGBUILD2020-11-11 15:16:42 UTC (rev 751045)
@@ -3,7 +3,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 16:54:22
  Author: felixonmars
Revision: 747675

upgpkg: python-traitlets 4.3.3-4: Python 3.9 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:53:53 UTC (rev 747674)
+++ PKGBUILD2020-11-09 16:54:22 UTC (rev 747675)
@@ -3,7 +3,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
@@ -53,4 +53,3 @@
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-


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

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 13:30:52
  Author: foutrelis
Revision: 521851

Python 3.8 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:30:47 UTC (rev 521850)
+++ PKGBUILD2019-11-01 13:30:52 UTC (rev 521851)
@@ -3,7 +3,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 20:10:06
  Author: foutrelis
Revision: 519767

Python 3.8 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 20:10:02 UTC (rev 519766)
+++ PKGBUILD2019-10-25 20:10:06 UTC (rev 519767)
@@ -3,7 +3,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;


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

2019-10-21 Thread Kyle Keen via arch-commits
Date: Monday, October 21, 2019 @ 20:43:09
  Author: kkeen
Revision: 518168

upgpkg: python-traitlets 4.3.3-1

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-21 20:21:13 UTC (rev 518167)
+++ PKGBUILD2019-10-21 20:43:09 UTC (rev 518168)
@@ -2,8 +2,8 @@
 
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.2
-pkgrel=2
+pkgver=4.3.3
+pkgrel=1
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
@@ -13,7 +13,7 @@
 
 
source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
 
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
-md5sums=('3068663f2f38fd939a9eb3a500ccc154'
+md5sums=('3a4f263af65d3d79f1c279f0247077ef'
  '9a8afbe0978adbcbfcb3b35b2d015a56')
 
 


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 15:48:51
  Author: felixonmars
Revision: 348324

Python 3.7 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 15:48:50 UTC (rev 348323)
+++ PKGBUILD2018-06-30 15:48:51 UTC (rev 348324)
@@ -4,7 +4,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;


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

2017-02-25 Thread Kyle Keen
Date: Saturday, February 25, 2017 @ 07:59:59
  Author: kkeen
Revision: 213742

upgpkg: python-traitlets 4.3.2-1

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 23:16:18 UTC (rev 213741)
+++ PKGBUILD2017-02-25 07:59:59 UTC (rev 213742)
@@ -3,8 +3,8 @@
 
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
-pkgver=4.3.1
-pkgrel=3
+pkgver=4.3.2
+pkgrel=1
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
@@ -14,7 +14,7 @@
 
 
source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz;
 
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz;)
-md5sums=('dd0b1b6e5d31ce446d55a4b5e5083c98'
+md5sums=('3068663f2f38fd939a9eb3a500ccc154'
  '9a8afbe0978adbcbfcb3b35b2d015a56')
 
 


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 17:53:12
  Author: bpiotrowski
Revision: 202165

Python 3.6 rebuild

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:52:50 UTC (rev 202164)
+++ PKGBUILD2016-12-25 17:53:12 UTC (rev 202165)
@@ -4,7 +4,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;


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

2016-10-09 Thread Kyle Keen
Date: Monday, October 10, 2016 @ 03:13:06
  Author: kkeen
Revision: 191775

upgpkg: python-traitlets 4.3.1-2

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 02:40:05 UTC (rev 191774)
+++ PKGBUILD2016-10-10 03:13:06 UTC (rev 191775)
@@ -4,7 +4,7 @@
 pkgbase=python-traitlets
 pkgname=(python-traitlets python2-traitlets)
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/;
@@ -44,7 +44,7 @@
 }
 
 package_python2-traitlets() {
-  depends=('python2-decorator')
+  depends=('python2-decorator' 'python2-enum34')
 
   # TEMPORARY!
   cd "$srcdir/ipython2_genutils-0.1.0"