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

Antonio Rojas arojas at archlinux.org
Sun Mar 8 00:15:07 UTC 2020


    Date: Sunday, March 8, 2020 @ 00:15:05
  Author: arojas
Revision: 591452

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 00:14:33 UTC (rev 591451)
+++ PKGBUILD	2020-03-08 00:15:05 UTC (rev 591452)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Eduardo Parra Mazuecos <eduparra90 at gmail.com>
-
-pkgname=python-odfpy
-pkgver=1.4.0
-pkgrel=4
-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=('3752c12c193428141099eb64e22b4ef0845f69d64611de774705b5cccf4f0303')
-
-build() {
-  cd odfpy-release-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd odfpy-release-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-odfpy/repos/community-any/PKGBUILD (from rev 591451, python-odfpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 00:15:05 UTC (rev 591452)
@@ -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=1
+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