Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-fontparts
Commits: 0f70e6f9 by Caleb Maclennan at 2023-10-30T22:19:19+03:00 upgpkg: 0.12.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = python-fontparts + pkgdesc = The replacement for RoboFab + pkgver = 0.12.0 + pkgrel = 1 + url = https://github.com/robotools/fontParts + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + depends = python + depends = python-booleanoperations + depends = python-defcon + depends = python-fontmath + depends = python-fontpens + depends = python-fonttools + depends = python-fs + depends = python-lxml + depends = python-unicodedata2 + source = https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-0.12.0.zip + sha256sums = 0ef58e04613d92fb762223a4867555411aa21511228b1f35d71eafaff4ff294e + +pkgname = python-fontparts ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _pyname=fontParts pkgname=python-${_pyname,,} -pkgver=0.11.0 -pkgrel=3 +pkgver=0.12.0 +pkgrel=1 pkgdesc='The replacement for RoboFab' arch=(any) url="https://github.com/robotools/${_pyname}" @@ -23,7 +23,7 @@ makedepends=(python-{build,installer,wheel} python-setuptools-scm) _archive="$_pyname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip") -sha256sums=('1dedc10085b1c0320cf348b19988f20079700caf5b05efea4bc3f8f935449048') +sha256sums=('0ef58e04613d92fb762223a4867555411aa21511228b1f35d71eafaff4ff294e') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fontparts/-/commit/0f70e6f9fa05b1bc77d389f2c305ffad97d3b06f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fontparts/-/commit/0f70e6f9fa05b1bc77d389f2c305ffad97d3b06f You're receiving this email because of your account on gitlab.archlinux.org.
