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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:06:36 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:06:35
  Author: felixonmars
Revision: 1061848

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:06:33 UTC (rev 1061847)
+++ PKGBUILD	2021-12-02 12:06:35 UTC (rev 1061848)
@@ -1,30 +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.1
-pkgrel=5
-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')
-checkdepends=('python-pytest')
-source=("https://github.com/eea/odfpy/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9f97e4c808f656ce22739eec43a7c1741f645b7decef37d4fb048edb33e8caad')
-
-build() {
-  cd odfpy-release-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd odfpy-release-$pkgver
-  PYTHONPATH=. pytest
-}
-
-package() {
-  cd odfpy-release-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-odfpy/repos/community-staging-any/PKGBUILD (from rev 1061846, python-odfpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:06:35 UTC (rev 1061848)
@@ -0,0 +1,30 @@
+# 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=6
+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')
+checkdepends=('python-pytest')
+source=("https://github.com/eea/odfpy/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('9f97e4c808f656ce22739eec43a7c1741f645b7decef37d4fb048edb33e8caad')
+
+build() {
+  cd odfpy-release-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd odfpy-release-$pkgver
+  PYTHONPATH=. pytest
+}
+
+package() {
+  cd odfpy-release-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list