[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Feb 3 08:55:25 UTC 2020


    Date: Monday, February 3, 2020 @ 08:55:25
  Author: lfleischer
Revision: 561919

archrelease: copy trunk to community-x86_64

Added:
  python-pygit2/repos/community-x86_64/PKGBUILD
    (from rev 561918, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-03 08:55:22 UTC (rev 561918)
+++ PKGBUILD	2020-02-03 08:55:25 UTC (rev 561919)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=python-pygit2
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2"
-license=('GPL2')
-depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six')
-makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
-source=($pkgname-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
-sha256sums=('4e2f99b4def1475223e7e19b5460b2fab021b4a6fd9963fbf0c16451e77c6a4e')
-
-package() {
-  cd pygit2-$pkgver
-
-  LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 561918, python-pygit2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-03 08:55:25 UTC (rev 561919)
@@ -0,0 +1,20 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=python-pygit2
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2"
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('d6428fd4cd5263c76842675519b85874cfbb79db02bc32523eb784573c328a5b')
+
+package() {
+	cd "pygit2-$pkgver"
+	LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}



More information about the arch-commits mailing list