Date: Tuesday, October 11, 2022 @ 17:15:01
Author: dvzrv
Revision: 1327711
archrelease: copy trunk to community-any
Added:
python-gitpython/repos/community-any/PKGBUILD
(from rev 1327710, python-gitpython/trunk/PKGBUILD)
python-gitpython/repos/community-any/keys/
Deleted:
python-gitpython/repos/community-any/PKGBUILD
python-gitpython/repos/community-any/keys/
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-11 17:14:50 UTC (rev 1327710)
+++ PKGBUILD 2022-10-11 17:15:01 UTC (rev 1327711)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
-# Contributor: brent s. <bts[at]square-r00t[dot]net>
-
-_name=gitpython
-pkgdesc="A python library used to interact with Git repositories"
-pkgname=python-gitpython
-_commit=4089caf5c2e2ce1dabf999386955d81b7a092613 # refs/tags/3.1.28
-pkgver=3.1.28
-pkgrel=1
-url="https://github.com/gitpython-developers/gitpython"
-license=(BSD)
-arch=(any)
-depends=(git python-gitdb python-typing-extensions)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-ddt python-nose python-pytest python-virtualenv)
-source=(git+$url#tag=$_commit?signed)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel
(In Rust I trust!) <[email protected]>
-
-build() {
- cd $_name
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_name
- export TRAVIS="VERY CONVENIENT"
- git config --global user.name "Test User"
- git config --global user.email "[email protected]"
- ./init-tests-after-clone.sh
- PYTHONDONTWRITEBYTECODE=1 pytest -v -c /dev/null -k "not test_base and not
test_reading and not test_writing"
-}
-
-package() {
- cd $_name
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} -t
"$pkgdir/usr/share/doc/$pkgname/"
- install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: python-gitpython/repos/community-any/PKGBUILD (from rev 1327710,
python-gitpython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-11 17:15:01 UTC (rev 1327711)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
+# Contributor: brent s. <bts[at]square-r00t[dot]net>
+
+_name=gitpython
+pkgdesc="A python library used to interact with Git repositories"
+pkgname=python-gitpython
+_commit=35816731917f52dbf00746ec71653fe96e2ad977 # refs/tags/3.1.29
+pkgver=3.1.29
+pkgrel=1
+url="https://github.com/gitpython-developers/gitpython"
+license=(BSD)
+arch=(any)
+depends=(git python-gitdb python-typing-extensions)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-ddt python-nose python-pytest python-virtualenv)
+source=(git+$url#tag=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel
(In Rust I trust!) <[email protected]>
+
+build() {
+ cd $_name
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_name
+ export TRAVIS="VERY CONVENIENT"
+ git config --global user.name "Test User"
+ git config --global user.email "[email protected]"
+ ./init-tests-after-clone.sh
+ PYTHONDONTWRITEBYTECODE=1 pytest -v -c /dev/null -k "not test_base and not
test_reading and not test_writing"
+}
+
+package() {
+ cd $_name
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} -t
"$pkgdir/usr/share/doc/$pkgname/"
+ install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}