[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 07:10:12 UTC 2021


    Date: Tuesday, February 9, 2021 @ 07:10:12
  Author: polyzen
Revision: 850803

upgpkg: python-dulwich 0.20.18-2: Move setuptools to makedeps

https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-dulwich/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 06:16:12 UTC (rev 850802)
+++ PKGBUILD	2021-02-09 07:10:12 UTC (rev 850803)
@@ -4,12 +4,13 @@
 _name=dulwich
 pkgname=python-dulwich
 pkgver=0.20.18
-pkgrel=1
+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')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
 sha256sums=('0131387f9b99aecc69ac98655b3931f2ad43da53d3a63e050fa3a6d6260ac554')
 b2sums=('891a02380eae06f2a6331825f6380917c0fd43b418149c30f640566f76b49996f79c7295215d3cf006af86d8ed5bd1465696bcbe402dcfd6b68748043eb4e376')



More information about the arch-commits mailing list