[arch-commits] Commit in python-xmltodict/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Thu Oct 31 17:16:51 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:16:51
  Author: felixonmars
Revision: 521309

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:16:38 UTC (rev 521308)
+++ PKGBUILD	2019-10-31 17:16:51 UTC (rev 521309)
@@ -1,34 +0,0 @@
-# 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.12.0
-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=('ddb2bd078cef4f7e3021a578034ad941')
-
-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-staging-any/PKGBUILD (from rev 521308, python-xmltodict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:16:51 UTC (rev 521309)
@@ -0,0 +1,34 @@
+# 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.12.0
+pkgrel=3
+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=('ddb2bd078cef4f7e3021a578034ad941')
+
+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