[arch-commits] Commit in python-fastimport/repos/extra-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 21 07:06:46 UTC 2021


    Date: Wednesday, July 21, 2021 @ 07:06:46
  Author: alucryd
Revision: 420241

archrelease: copy trunk to extra-any

Added:
  python-fastimport/repos/extra-any/PKGBUILD
    (from rev 420240, python-fastimport/trunk/PKGBUILD)
Deleted:
  python-fastimport/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 07:06:41 UTC (rev 420240)
+++ PKGBUILD	2021-07-21 07:06:46 UTC (rev 420241)
@@ -1,36 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=python-fastimport
-pkgver=0.9.12
-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=7359e3fba62baf2c0d1af6bf9a4b6aba3b068bd4
-source=(git+https://github.com/jelmer/python-fastimport.git?signed#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:

Copied: python-fastimport/repos/extra-any/PKGBUILD (from rev 420240, python-fastimport/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 07:06:46 UTC (rev 420241)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python-fastimport
+pkgver=0.9.13
+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=c172ba1e526488f668b1a9a493fd0fed3331bdd7
+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