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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:41:59 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:41:58
  Author: foutrelis
Revision: 1061001

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:41:55 UTC (rev 1061000)
+++ PKGBUILD	2021-12-01 21:41:58 UTC (rev 1061001)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-aaf2
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Read and write Advanced Authoring Format (AAF) files'
-url='http://pyaaf.readthedocs.io/'
-license=(MIT)
-arch=(any)
-depends=(python)
-makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
-sha256sums=('160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b')
-
-build() {
-  cd pyaaf2-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pyaaf2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-aaf2/repos/community-staging-any/PKGBUILD (from rev 1061000, python-aaf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:41:58 UTC (rev 1061001)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-aaf2
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Read and write Advanced Authoring Format (AAF) files'
+url='http://pyaaf.readthedocs.io/'
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
+sha256sums=('160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b')
+
+build() {
+  cd pyaaf2-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyaaf2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list