summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 22:03:30 +0300
committerCaleb Maclennan2024-04-27 22:03:30 +0300
commitb2d4cd1840d9d89ab7ed5552b436a9fe14850e27 (patch)
treed39e7bc4b29b1ff349b04d40ed73a66b7ee4611c
parent087bc75eb9ace78f5fb32278ab21ca9fd34895ee (diff)
downloadaur-b2d4cd1840d9d89ab7ed5552b436a9fe14850e27.tar.gz
upgpkg: gftools 0.9.54-2
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD58
2 files changed, 31 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adcaa8ed404a..ca11c48a1570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
pkgver = 0.9.54
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/gftools
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 09985fde101a..8b2eaf032007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,41 +2,41 @@
pkgname=gftools
pkgver=0.9.54
-pkgrel=1
+pkgrel=2
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
url="https://github.com/googlefonts/$pkgname"
-license=(Apache)
-_py_deps=(axisregistry
- babelfont
- brotli
- browserstack-local
- fontfeatures
- fontmake
- fonttools
- fs # optdepends of fonttols required for [ufo]
- gflanguages
- glyphslib
- glyphsets
- jinja
- opentype-sanitizer
- protobuf
- pyaml
- pybrowserstack-screenshots
- pygit2
- pygithub
- requests
- skia-pathops
- strictyaml
- tabulate
- ufolib2
- ttfautohint-py
- unidecode
- vttlib)
+license=(Apache-2.0)
+_pydeps=(axisregistry
+ babelfont
+ brotli
+ browserstack-local
+ fontfeatures
+ fontmake
+ fonttools
+ fs # optdepends of fonttols required for [ufo]
+ gflanguages
+ glyphslib
+ glyphsets
+ jinja
+ opentype-sanitizer
+ protobuf
+ pyaml
+ pybrowserstack-screenshots
+ pygit2
+ pygithub
+ requests
+ skia-pathops
+ strictyaml
+ tabulate
+ ufolib2
+ ttfautohint-py
+ unidecode
+ vttlib)
depends=(absl-py
hyperglot
python
- "${_py_deps[@]/#/python-}"
+ "${_pydeps[@]/#/python-}"
statmake)
makedepends=(python-{build,installer,wheel}
python-setuptools-scm)