aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-gitpython
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-28 11:31:30 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-05-06 20:36:43 +0000
commit0bc266b15db03b5be67b2d77e923a5482b526b57 (patch)
tree04e084257a65c0764699cf74998fa638f6e2ad94 /testing/py3-gitpython
parentd9e3021005e9910b6a1bc89b89b39f0aef37e493 (diff)
downloadaports-0bc266b15db03b5be67b2d77e923a5482b526b57.tar.bz2
aports-0bc266b15db03b5be67b2d77e923a5482b526b57.tar.xz
testing/py3-gitpython: take over maintainership
Diffstat (limited to 'testing/py3-gitpython')
-rw-r--r--testing/py3-gitpython/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-gitpython/APKBUILD b/testing/py3-gitpython/APKBUILD
index 1ed1f4d8ad..3f14116ac2 100644
--- a/testing/py3-gitpython/APKBUILD
+++ b/testing/py3-gitpython/APKBUILD
@@ -1,17 +1,17 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-gitpython
pkgver=3.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 Git Library"
-options="!check" # Tests require a specific git configuration
url="https://github.com/gitpython-developers/GitPython"
arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-gitdb2"
makedepends="py3-setuptools"
checkdepends="py3-ddt py3-nose"
-source="$pkgname-$pkgver.tar.gz::https://github.com/gitpython-developers/GitPython/archive/$pkgver.tar.gz"
+source="https://pypi.python.org/packages/source/G/GitPython/GitPython-$pkgver.tar.gz"
+options="!check" # Tests require a specific git configuration
builddir="$srcdir/GitPython-$pkgver"
build() {
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="7a07f3f609e75b3acd103755478510c83d13e1267473ffd395af4af536ed0f0df2f73c35495940c331d3d746fb3c6e4a52a13fa4de72fddb37c8255697c14318 py3-gitpython-3.1.2.tar.gz"
+sha512sums="051b59b56a163839bf7754860bfc8e21cfde08b8e7d0fd66239c234b89ba5a83fa7e8540a12c5df3563e5353d1e01119dd1b0a5ea1c22daf7e071fb963cbc3a4 GitPython-3.1.2.tar.gz"