[arch-commits] Commit in python-pygit2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Jan 25 09:22:12 UTC 2021
Date: Monday, January 25, 2021 @ 09:22:11
Author: jlichtblau
Revision: 829426
archrelease: copy trunk to community-x86_64
Added:
python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 829425, python-pygit2/trunk/PKGBUILD)
Deleted:
python-pygit2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-25 09:22:02 UTC (rev 829425)
+++ PKGBUILD 2021-01-25 09:22:11 UTC (rev 829426)
@@ -1,31 +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.4.0
-pkgrel=2
-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' 'python-cached-property')
-makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
-sha256sums=('d433234582af86b0733f33d27779d24cf2249c09b21f574ce7872b330241420c')
-
-build() {
- cd "pygit2-$pkgver"
- python setup.py build
-}
-
-check() {
- cd "pygit2-$pkgver"
- python setup.py pytest
-}
-
-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 829425, python-pygit2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-25 09:22:11 UTC (rev 829426)
@@ -0,0 +1,31 @@
+# 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.5.0
+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' 'python-cached-property')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('27f9918fe47b189387378923884928d69b18b8aacc54000edc0669f8741de2e4')
+
+build() {
+ cd "pygit2-$pkgver"
+ python setup.py build
+}
+
+check() {
+ cd "pygit2-$pkgver"
+ python setup.py pytest
+}
+
+package() {
+ cd "pygit2-$pkgver"
+ LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}
More information about the arch-commits
mailing list