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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 10:43:08
  Author: felixonmars
Revision: 750307

upgpkg: python-xmltodict 0.12.0-6: Python 3.9 rebuild

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 10:43:07 UTC (rev 750306)
+++ PKGBUILD2020-11-11 10:43:08 UTC (rev 750307)
@@ -4,7 +4,7 @@
 
 pkgname=python-xmltodict
 pkgver=0.12.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')


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

2020-01-01 Thread Jelle van der Waa via arch-commits
Date: Wednesday, January 1, 2020 @ 16:33:44
  Author: jelle
Revision: 545851

upgpkg: python-xmltodict 0.12.0-4

remove python2 module

Modified:
  python-xmltodict/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 5 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 16:30:04 UTC (rev 545850)
+++ PKGBUILD2020-01-01 16:33:44 UTC (rev 545851)
@@ -2,33 +2,20 @@
 # Contributor: Lex Black 
 # Contributor: PiC0 
 
-pkgbase=python-xmltodict
-pkgname=('python-xmltodict' 'python2-xmltodict')
+pkgname=python-xmltodict
 pkgver=0.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
 md5sums=('ddb2bd078cef4f7e3021a578034ad941')
 
-package_python-xmltodict () {
-  pkgdesc+=" (py3)"
-  depends=('python')
-
+package() {
   cd "$srcdir/xmltodict-$pkgver"
   python setup.py install --root="${pkgdir}"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-xmltodict () {
-  pkgdesc+=" (py2)"
-  depends=('python2')
-
-  cd "$srcdir/xmltodict-$pkgver"
-  sed -i 's/env python$/&2/' xmltodict.py
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:16:38
  Author: felixonmars
Revision: 521308

Python 3.8 rebuild

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:16:17 UTC (rev 521307)
+++ PKGBUILD2019-10-31 17:16:38 UTC (rev 521308)
@@ -5,7 +5,7 @@
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:01:10
  Author: felixonmars
Revision: 519324

Python 3.8 rebuild

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:01:03 UTC (rev 519323)
+++ PKGBUILD2019-10-25 16:01:10 UTC (rev 519324)
@@ -5,7 +5,7 @@
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')


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

2019-04-14 Thread Kyle Keen via arch-commits
Date: Monday, April 15, 2019 @ 03:51:16
  Author: kkeen
Revision: 451682

upgpkg: python-xmltodict 0.12.0-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 01:59:08 UTC (rev 451681)
+++ PKGBUILD2019-04-15 03:51:16 UTC (rev 451682)
@@ -4,8 +4,8 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
-md5sums=('9f955947db085485873ac68154e88069')
+md5sums=('ddb2bd078cef4f7e3021a578034ad941')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:58:46
  Author: felixonmars
Revision: 348601

Python 3.7 rebuild

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:58:46 UTC (rev 348600)
+++ PKGBUILD2018-06-30 16:58:46 UTC (rev 348601)
@@ -6,7 +6,7 @@
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')


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

2017-04-30 Thread Kyle Keen
Date: Monday, May 1, 2017 @ 00:54:06
  Author: kkeen
Revision: 226383

upgpkg: python-xmltodict 0.11.0-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-30 20:26:47 UTC (rev 226382)
+++ PKGBUILD2017-05-01 00:54:06 UTC (rev 226383)
@@ -5,8 +5,8 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
-md5sums=('1275cbb2e66c354eb2b6a6bc946f3fa1')
+md5sums=('9f955947db085485873ac68154e88069')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"


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

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 17:47:09
  Author: bpiotrowski
Revision: 202144

Python 3.6 rebuild

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 17:46:48 UTC (rev 202143)
+++ PKGBUILD2016-12-25 17:47:09 UTC (rev 202144)
@@ -6,7 +6,7 @@
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')


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

2016-10-24 Thread Kyle Keen
Date: Tuesday, October 25, 2016 @ 02:29:49
  Author: kkeen
Revision: 193238

upgpkg: python-xmltodict 0.10.2-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-25 02:23:20 UTC (rev 193237)
+++ PKGBUILD2016-10-25 02:29:49 UTC (rev 193238)
@@ -5,7 +5,7 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
@@ -12,8 +12,8 @@
 arch=('any')
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
-md5sums=('cb538f606811d9e8d108fd15675b492f')
+source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz;)
+md5sums=('1275cbb2e66c354eb2b6a6bc946f3fa1')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"


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

2016-02-24 Thread Kyle Keen
Date: Thursday, February 25, 2016 @ 03:46:02
  Author: kkeen
Revision: 163351

upgpkg: python-xmltodict 0.10.1-1

Modified:
  python-xmltodict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 02:25:15 UTC (rev 163350)
+++ PKGBUILD2016-02-25 02:46:02 UTC (rev 163351)
@@ -5,8 +5,8 @@
 
 pkgbase=python-xmltodict
 pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Python module that makes working with XML feel like working with JSON"
 url="https://github.com/martinblech/xmltodict;
 arch=('any')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz)
-md5sums=('ab17e53214a8613ad87968e9674d75dd')
+md5sums=('cb538f606811d9e8d108fd15675b492f')
 
 package_python-xmltodict () {
   pkgdesc+=" (py3)"