[arch-commits] Commit in python-dulwich/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Sun Nov 1 04:51:03 UTC 2020
Date: Sunday, November 1, 2020 @ 04:51:00
Author: polyzen
Revision: 738180
archrelease: copy trunk to community-x86_64
Added:
python-dulwich/repos/community-x86_64/PKGBUILD
(from rev 738179, python-dulwich/trunk/PKGBUILD)
Deleted:
python-dulwich/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-01 04:50:32 UTC (rev 738179)
+++ PKGBUILD 2020-11-01 04:51:00 UTC (rev 738180)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Timothée Ravier <tim at siosm.fr>
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.6
-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-certifi' 'python-setuptools' 'python-urllib3')
-checkdepends=('python-mock')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b')
-
-build() {
- cd $_name-$pkgver
- python setup.py build
-}
-
-check() {
- cd $_name-$pkgver
- python -m unittest dulwich.tests.test_suite
-}
-
-package() {
- cd $_name-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 738179, python-dulwich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-01 04:51:00 UTC (rev 738180)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Timothée Ravier <tim at siosm.fr>
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.11
+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-certifi' 'python-setuptools' 'python-urllib3')
+checkdepends=('python-mock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('0b142794fb72647673173b80ed8b75e1f56b42a0972c5b3c752d88766a659d53')
+
+build() {
+ cd $_name-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $_name-$pkgver
+ python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+ cd $_name-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list