[arch-commits] Commit in python-xmltodict/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at gemini.archlinux.org
Fri Jul 1 23:32:23 UTC 2022
Date: Friday, July 1, 2022 @ 23:32:22
Author: kkeen
Revision: 1243563
archrelease: copy trunk to community-any
Added:
python-xmltodict/repos/community-any/PKGBUILD
(from rev 1243562, 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-01 23:32:07 UTC (rev 1243562)
+++ PKGBUILD 2022-07-01 23:32:22 UTC (rev 1243563)
@@ -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.12.0
-pkgrel=8
-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=('ddb2bd078cef4f7e3021a578034ad941')
-
-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 1243562, python-xmltodict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-01 23:32:22 UTC (rev 1243563)
@@ -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=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"
+}
More information about the arch-commits
mailing list