[arch-commits] Commit in python-xmltodict/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Mon May 1 00:57:09 UTC 2017


    Date: Monday, May 1, 2017 @ 00:57:08
  Author: kkeen
Revision: 226384

archrelease: copy trunk to community-any

Added:
  python-xmltodict/repos/community-any/PKGBUILD
    (from rev 226383, python-xmltodict/trunk/PKGBUILD)
Deleted:
  python-xmltodict/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-01 00:54:06 UTC (rev 226383)
+++ PKGBUILD	2017-05-01 00:57:08 UTC (rev 226384)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: PiC0 <guill.p.linux at gmail.com>
-
-pkgbase=python-xmltodict
-pkgname=('python-xmltodict' 'python2-xmltodict')
-pkgver=0.10.2
-pkgrel=2
-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')
-source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz")
-md5sums=('1275cbb2e66c354eb2b6a6bc946f3fa1')
-
-package_python-xmltodict () {
-  pkgdesc+=" (py3)"
-  depends=('python')
-
-  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"
-}

Copied: python-xmltodict/repos/community-any/PKGBUILD (from rev 226383, python-xmltodict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-01 00:57:08 UTC (rev 226384)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: PiC0 <guill.p.linux at gmail.com>
+
+pkgbase=python-xmltodict
+pkgname=('python-xmltodict' 'python2-xmltodict')
+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')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz")
+md5sums=('9f955947db085485873ac68154e88069')
+
+package_python-xmltodict () {
+  pkgdesc+=" (py3)"
+  depends=('python')
+
+  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"
+}



More information about the arch-commits mailing list