summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-28 12:32:16 +0300
committerCaleb Maclennan2024-04-28 12:32:16 +0300
commitef26121d98793ab6f5708841aedc7953d9240608 (patch)
tree31655ee6ac110e8ae70ff0feab02ec25e87db901 /PKGBUILD
parentd7250357415921a6bcfbbc29d52c7139cc0621b0 (diff)
downloadaur-python-compreffor.tar.gz
upgpkg: python-compreffor 0.5.5-2
Rebuild for Python 3.12, cleanup packaging odds and ends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d49208fd28b..4cb79bba84a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
-BUILDENV+=(!check)
-
pkgname=python-compreffor
_pyname=${pkgname#python-}
pkgver=0.5.5
-pkgrel=1
+pkgrel=2
pkgdesc='A CFF table suroutinizer for FontTools'
arch=(x86_64)
url="https://github.com/googlefonts/$_pyname"
-license=(Apache)
+license=(Apache-2.0)
depends=(python
python-fonttools)
makedepends=(cython
@@ -31,7 +29,7 @@ check() {
cd "$_archive/src/python"
local _pyver=$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))')
export PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$_pyver"
- pytest
+ # pytest
}
package() {