Date: Sunday, February 26, 2023 @ 16:48:02
  Author: jelle
Revision: 1405263

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 16:47:55 UTC (rev 1405262)
+++ PKGBUILD    2023-02-26 16:48:02 UTC (rev 1405263)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: Eduardo Parra Mazuecos <[email protected]>
-
-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
-}

Copied: python-odfpy/repos/community-any/PKGBUILD (from rev 1405262, 
python-odfpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 16:48:02 UTC (rev 1405263)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Eduardo Parra Mazuecos <[email protected]>
+
+pkgname=python-odfpy
+pkgver=1.4.2
+pkgrel=3
+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
+}

Reply via email to