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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 15 12:58:27 UTC 2022


    Date: Tuesday, February 15, 2022 @ 12:58:27
  Author: alerque
Revision: 1133353

upgpkg: python-ufolib2 0.13.1-2; fix python module provide version

Modified:
  python-ufolib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 12:40:10 UTC (rev 1133352)
+++ PKGBUILD	2022-02-15 12:58:27 UTC (rev 1133353)
@@ -4,7 +4,7 @@
 _pyname=ufoLib2
 pkgname=python-${_pyname,,}
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A library to deal with UFO font sources'
 arch=(any)
 url="https://github.com/fonttools/$_pyname"
@@ -17,7 +17,7 @@
 depends=(python
          "${_pydeps[@]/#/python-}")
 makedepends=(python-dephell
-             python-setuptools)
+             python-setuptools-scm) # scm required for _version file generation
 checkdepends=(python-pytest)
 _archive="$_pyname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")



More information about the arch-commits mailing list