Date: Sunday, October 30, 2022 @ 19:46:06
Author: polyzen
Revision: 1339598
archrelease: copy trunk to community-x86_64
Added:
python-dulwich/repos/community-x86_64/PKGBUILD
(from rev 1339597, python-dulwich/trunk/PKGBUILD)
Deleted:
python-dulwich/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-30 19:45:47 UTC (rev 1339597)
+++ PKGBUILD 2022-10-30 19:46:06 UTC (rev 1339598)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Timothée Ravier <[email protected]>
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.46
-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=('4f0e88ffff5db1523d93d92f1525fe5fa161318ffbaad502c1b9b3be7a067172')
-b2sums=('702564597a0367f454a396e4917d4fcd8b963d1847ddef688dccc7d7501f0073ae9a0ab422f31b8b0648210dafa953744ccf496b41fc75c7bea5090d75bf142c')
-
-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 1339597,
python-dulwich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-30 19:46:06 UTC (rev 1339598)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Timothée Ravier <[email protected]>
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.50
+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=('50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be')
+b2sums=('1ea86fe00fa560311bdcff8c51904982a506fa670efb503f9103c5fb25036a792a87583fdf6435a6a6ec7bd6aaa2277c621359e1d99f55450c247fdc4be74e51')
+
+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
+}