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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Jun 27 18:59:24 UTC 2022


    Date: Monday, June 27, 2022 @ 18:59:24
  Author: alerque
Revision: 1239729

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 18:59:16 UTC (rev 1239728)
+++ PKGBUILD	2022-06-27 18:59:24 UTC (rev 1239729)
@@ -1,39 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=python-pygit2
-pkgver=1.9.1
-pkgrel=1
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2"
-license=('GPL2')
-depends=('libgit2' 'libgit2.so' 'python-cffi' 'python-six' 'python-cached-property')
-makedepends=('python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel')
-checkdepends=('python-pytest-runner')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5d73def26a59546f8759a3ff3c7224a7e73a16650cab7e3145a63702ee209fcc')
-
-prepare() {
-	cd "pygit2-$pkgver"
-	# Disable tests that do stuff online
-	sed -i -e '/has_network/s/True/False/' test/utils.py
-}
-
-build() {
-	cd "pygit2-$pkgver"
-	python -m build -wn
-}
-
-check() {
-	cd "pygit2-$pkgver"
-	local _pyver=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-	PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver" pytest
-}
-
-package() {
-	cd "pygit2-$pkgver"
-	LANG=en_US.UTF8 python -m installer -d "${pkgdir}" dist/*.whl
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 1239728, python-pygit2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 18:59:24 UTC (rev 1239729)
@@ -0,0 +1,39 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=python-pygit2
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2"
+license=('GPL2')
+depends=('libgit2' 'libgit2.so' 'python-cffi' 'python-six' 'python-cached-property')
+makedepends=('python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel')
+checkdepends=('python-pytest-runner')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('17064af7a824d7e4481b4b909370085da047c0d706674d4d086215da4b3ef497')
+
+prepare() {
+	cd "pygit2-$pkgver"
+	# Disable tests that do stuff online
+	sed -i -e '/has_network/s/True/False/' test/utils.py
+}
+
+build() {
+	cd "pygit2-$pkgver"
+	python -m build -wn
+}
+
+check() {
+	cd "pygit2-$pkgver"
+	local _pyver=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+	PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver" pytest
+}
+
+package() {
+	cd "pygit2-$pkgver"
+	LANG=en_US.UTF8 python -m installer -d "${pkgdir}" dist/*.whl
+}



More information about the arch-commits mailing list