[arch-commits] Commit in python-fastimport/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 30 20:18:15 UTC 2021
Date: Tuesday, November 30, 2021 @ 20:18:15
Author: felixonmars
Revision: 429717
archrelease: copy trunk to staging-any
Added:
python-fastimport/repos/staging-any/
python-fastimport/repos/staging-any/PKGBUILD
(from rev 429716, python-fastimport/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: python-fastimport/repos/staging-any/PKGBUILD (from rev 429716, python-fastimport/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2021-11-30 20:18:15 UTC (rev 429717)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python-fastimport
+pkgver=0.9.14
+pkgrel=2
+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 <jelmer at jelmer.uk>
+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:
More information about the arch-commits
mailing list