Date: Thursday, May 4, 2023 @ 03:14:03
Author: polyzen
Revision: 1458708
archrelease: copy trunk to community-x86_64
Added:
python-dulwich/repos/community-x86_64/PKGBUILD
(from rev 1458707, python-dulwich/trunk/PKGBUILD)
Deleted:
python-dulwich/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 03:13:38 UTC (rev 1458707)
+++ PKGBUILD 2023-05-04 03:14:03 UTC (rev 1458708)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Timothée Ravier <[email protected]>
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.21.3
-pkgrel=2
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-urllib3')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
- 'python-wheel')
-checkdepends=('python-gpgme' 'python-paramiko')
-optdepends=('python-fastimport: for fast-import support'
- 'python-gpgme: for PGP signature support'
- 'python-idna: for HTTPS support via urllib3'
- 'python-paramiko: for use as the SSH implementation'
- 'python-pyopenssl: for HTTPS support via urllib3'
- 'python-pyinotify: to watch for changes to refs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('7ca3b453d767eb83b3ec58f0cfcdc934875a341cdfdb0dc55c1431c96608cf83')
-b2sums=('889bb20800bbf45da6ddd688ed1e8ff2ca76fc3671409bb4bee4ed7604f008610adcd68feda9bf50bdd6432d3ad400e381506369d6411905a8388884093d5540')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd $_name-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m unittest dulwich.tests.test_suite
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 1458707,
python-dulwich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 03:14:03 UTC (rev 1458708)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Timothée Ravier <[email protected]>
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.21.5
+pkgrel=1
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-urllib3')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-gpgme' 'python-paramiko')
+optdepends=('python-fastimport: for fast-import support'
+ 'python-gpgme: for PGP signature support'
+ 'python-idna: for HTTPS support via urllib3'
+ 'python-paramiko: for use as the SSH implementation'
+ 'python-pyopenssl: for HTTPS support via urllib3'
+ 'python-pyinotify: to watch for changes to refs')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('70955e4e249ddda6e34a4636b90f74e931e558f993b17c52570fa6144b993103')
+b2sums=('a65aaa3611de6b18a3f63bd195d3831733bea726f634964c14bb817954147e45753868982fb0c3dcf57dec5a2ed8c985229d110234fd6cae8c783367a06bc20c')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd $_name-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}