[arch-commits] Commit in python-odfpy/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 03:58:38 UTC 2020


    Date: Tuesday, November 10, 2020 @ 03:58:38
  Author: foutrelis
Revision: 748303

archrelease: copy trunk to community-staging-any

Added:
  python-odfpy/repos/community-staging-any/
  python-odfpy/repos/community-staging-any/PKGBUILD
    (from rev 748301, python-odfpy/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: python-odfpy/repos/community-staging-any/PKGBUILD (from rev 748301, python-odfpy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 03:58:38 UTC (rev 748303)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Eduardo Parra Mazuecos <eduparra90 at gmail.com>
+
+pkgname=python-odfpy
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="Python API and tools to manipulate OpenDocument files"
+arch=('any')
+url="https://github.com/eea/odfpy"
+license=('Apache' 'GPL')
+depends=('python-defusedxml')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/eea/odfpy/archive/release-$pkgver.tar.gz")
+sha256sums=('9f97e4c808f656ce22739eec43a7c1741f645b7decef37d4fb048edb33e8caad')
+
+build() {
+  cd odfpy-release-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd odfpy-release-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list