[arch-commits] Commit in python-defusedxml/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 30 20:18:39 UTC 2021
Date: Tuesday, November 30, 2021 @ 20:18:39
Author: felixonmars
Revision: 429721
archrelease: copy trunk to staging-any
Added:
python-defusedxml/repos/staging-any/
python-defusedxml/repos/staging-any/PKGBUILD
(from rev 429719, python-defusedxml/trunk/PKGBUILD)
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Copied: python-defusedxml/repos/staging-any/PKGBUILD (from rev 429719, python-defusedxml/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-11-30 20:18:39 UTC (rev 429721)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-defusedxml
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="XML bomb protection for Python stdlib modules"
+arch=('any')
+url='https://bitbucket.org/tiran/defusedxml'
+license=('Python')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/d/defusedxml/defusedxml-$pkgver.tar.gz")
+sha512sums=('93c1e077b22a278011497f3b3f4409b5259e0077768caa121e0f078f80f39c082f3870eaaf4bad5166fe8c3b2d169ccdea62c2840ba6969240a8371cef34c4d5')
+
+package() {
+ cd defusedxml-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list