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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 11:19:32 UTC 2022


    Date: Monday, July 11, 2022 @ 11:19:32
  Author: eworm
Revision: 1249562

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 11:19:30 UTC (rev 1249561)
+++ PKGBUILD	2022-07-11 11:19:32 UTC (rev 1249562)
@@ -1,21 +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>
-
-pkgname=python-xmltodict
-pkgver=0.13.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')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz")
-md5sums=('1ece0a5bbd494bac414058405606475e')
-
-package() {
-  cd "$srcdir/xmltodict-$pkgver"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-xmltodict/repos/community-any/PKGBUILD (from rev 1249561, python-xmltodict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 11:19:32 UTC (rev 1249562)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: PiC0 <guill.p.linux at gmail.com>
+
+pkgname=python-xmltodict
+pkgver=0.13.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')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xmltodict/xmltodict-$pkgver.tar.gz")
+md5sums=('1ece0a5bbd494bac414058405606475e')
+
+package() {
+  cd "$srcdir/xmltodict-$pkgver"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list