Date: Saturday, February 18, 2023 @ 01:25:25
Author: polyzen
Revision: 1402618
archrelease: copy trunk to community-x86_64
Added:
python-dulwich/repos/community-x86_64/PKGBUILD
(from rev 1402617, 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-02-18 01:24:59 UTC (rev 1402617)
+++ PKGBUILD 2023-02-18 01:25:25 UTC (rev 1402618)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Timothée Ravier <[email protected]>
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.21.2
-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=('d865ae7fd9497d64ce345a6784ff1775b01317fba9632ef9d2dfd7978f1b0d4f')
-b2sums=('8c3b42e103146c3641292eaaae29b2e53690a84fe0ba68adcaecc7ed75ce5ee3af64cffcc702b98a5bef18b6edfe888b2db0232430cf0289d1ca14dd49f3fb14')
-
-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 1402617,
python-dulwich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-18 01:25:25 UTC (rev 1402618)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Timothée Ravier <[email protected]>
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.21.3
+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=('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
+}