Date: Wednesday, September 1, 2021 @ 13:26:29
  Author: alucryd
Revision: 422845

archrelease: copy trunk to community-any

Added:
  python-fastimport/repos/community-any/
  python-fastimport/repos/community-any/PKGBUILD
    (from rev 422844, python-fastimport/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: python-fastimport/repos/community-any/PKGBUILD (from rev 422844, 
python-fastimport/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2021-09-01 13:26:29 UTC (rev 422845)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=python-fastimport
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='VCS fastimport/fastexport parser'
+arch=(any)
+url=https://github.com/jelmer/python-fastimport
+license=(GPL2)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=6ed4b196e21974c6bac4323522cd086794618068
+source=(git+https://github.com/jelmer/python-fastimport.git#tag=${_tag})
+validpgpkeys=(DC837EE14A7E37347E87061700806F2BD729A457) # Jelmer Vernooij 
<[email protected]>
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-fastimport
+  git describe --tags | sed 's/fastimport-//'
+}
+
+build() {
+  cd python-fastimport
+  python setup.py build
+}
+
+package() {
+  cd python-fastimport
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to