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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 17 16:52:37 UTC 2022


    Date: Sunday, July 17, 2022 @ 16:52:37
  Author: arojas
Revision: 1254326

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 16:52:22 UTC (rev 1254325)
+++ PKGBUILD	2022-07-17 16:52:37 UTC (rev 1254326)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-aaf2
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Read and write Advanced Authoring Format (AAF) files'
-url='http://pyaaf.readthedocs.io/'
-license=(MIT)
-arch=(any)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
-sha256sums=('d90c4ffff506df207b8daad2c757698a8538e4a55a0ca5774bad35f24a2b962b')
-
-build() {
-  cd pyaaf2-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd pyaaf2-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-aaf2/repos/community-any/PKGBUILD (from rev 1254325, python-aaf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 16:52:37 UTC (rev 1254326)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-aaf2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Read and write Advanced Authoring Format (AAF) files'
+url='http://pyaaf.readthedocs.io/'
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
+sha256sums=('83815554dbe56aabae4cf48d02e58cd7c102733d649672832ec8a2542d3f24ad')
+
+build() {
+  cd pyaaf2-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd pyaaf2-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list