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

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 10:49:04 UTC 2022


    Date: Friday, July 15, 2022 @ 10:49:04
  Author: allan
Revision: 1252874

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 10:48:49 UTC (rev 1252873)
+++ PKGBUILD	2022-07-15 10:49:04 UTC (rev 1252874)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Eduardo Parra Mazuecos <eduparra90 at gmail.com>
-
-pkgname=python-odfpy
-pkgver=1.4.2
-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-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest')
-source=("https://github.com/eea/odfpy/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('24ad087f38031b2fe60bf22811b9550887afe1cfdea80672d6573387c3025583')
-
-build() {
-  cd odfpy-release-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd odfpy-release-$pkgver
-  PYTHONPATH=. pytest
-}
-
-package() {
-  cd odfpy-release-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*whl
-}

Copied: python-odfpy/repos/community-any/PKGBUILD (from rev 1252873, python-odfpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 10:49:04 UTC (rev 1252874)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Eduardo Parra Mazuecos <eduparra90 at gmail.com>
+
+pkgname=python-odfpy
+pkgver=1.4.2
+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-build' 'python-installer' 'python-setuptools' 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://github.com/eea/odfpy/archive/release-$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('24ad087f38031b2fe60bf22811b9550887afe1cfdea80672d6573387c3025583')
+
+build() {
+  cd odfpy-release-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd odfpy-release-$pkgver
+  PYTHONPATH=. pytest
+}
+
+package() {
+  cd odfpy-release-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*whl
+}



More information about the arch-commits mailing list