[arch-commits] Commit in python-dulwich/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 16:52:39 UTC 2020


    Date: Monday, November 9, 2020 @ 16:52:39
  Author: foutrelis
Revision: 747643

archrelease: copy trunk to community-staging-x86_64

Added:
  python-dulwich/repos/community-staging-x86_64/
  python-dulwich/repos/community-staging-x86_64/PKGBUILD
    (from rev 747641, python-dulwich/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-dulwich/repos/community-staging-x86_64/PKGBUILD (from rev 747641, python-dulwich/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-09 16:52:39 UTC (rev 747643)
@@ -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=2
+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