summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-03 17:40:21 +0300
committerCaleb Maclennan2024-04-03 17:40:21 +0300
commitc76107bc769770202e70477e5fe4d27fbe546457 (patch)
treed202d06af602122ac2ae7b9ad3ead0de5211a919
parente132214efbaa1610256e6aec9d8e06ea49f79098 (diff)
downloadaur-c76107bc769770202e70477e5fe4d27fbe546457.tar.gz
upgpkg: python-glyphsets 0.6.17-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8ec5b2c0a1..970e77e8e32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glyphsets
pkgdesc = an API with data about glyph sets for many different scripts and languages
- pkgver = 0.6.15
+ pkgver = 0.6.17
pkgrel = 1
url = https://github.com/googlefonts/glyphsets
arch = any
@@ -8,13 +8,13 @@ pkgbase = python-glyphsets
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python
depends = python-defcon
depends = python-fonttools
depends = python-fs
depends = python-glyphslib
- source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.15.tar.gz
- sha256sums = b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55
+ source = https://files.pythonhosted.org/packages/source/g/glyphsets/glyphsets-0.6.17.tar.gz
+ sha256sums = 915e635063c02b89c20b0755d95d8e3e5431ab562c31779468b61b96c06a75d0
pkgname = python-glyphsets
diff --git a/PKGBUILD b/PKGBUILD
index 7b58868b5e0a..46556c3204f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=glyphsets
pkgname=python-${_pyname,,}
-pkgver=0.6.15
+pkgver=0.6.17
pkgrel=1
pkgdesc='an API with data about glyph sets for many different scripts and languages'
arch=(any)
@@ -15,17 +15,10 @@ _pydeps=(defcon
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}
- python-setuptools)
+ python-setuptools-scm)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('b2cf5ef883b21e6bd8c3145f0f3939e08ee31a8f6cca53e607a8b78d7f62eb55')
-
-prepare() {
- cd "$_archive"
- # Upstream requires outdated setuptools_scm, work around
- sed -i -e '/_scm/d' setup.py
- echo "version = '$pkgver'" > Lib/glyphsets/_version
-}
+sha256sums=('915e635063c02b89c20b0755d95d8e3e5431ab562c31779468b61b96c06a75d0')
build() {
cd "$_archive"