Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-ly
Commits:
0cb457c7 by Caleb Maclennan at 2025-01-04T11:05:56+03:00
upgpkg: 0.9.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ly
pkgdesc = Parse, manipulate or create documents in LilyPond format
- pkgver = 0.9.8
- pkgrel = 2
+ pkgver = 0.9.9
+ pkgrel = 1
url = https://github.com/frescobaldi/python-ly
arch = any
license = GPL-2.0-or-later
@@ -10,10 +10,10 @@ pkgbase = python-ly
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-setuptools
+ makedepends = python-hatchling
makedepends = python-sphinx
depends = python
- source =
https://github.com/frescobaldi/python-ly/archive/v0.9.8/python-ly-0.9.8.tar.gz
- sha256sums =
bdd64fb947e8804cd7d1eedbd57552a0f1cd3411a7a063ad5ec39db78e8303ad
+ source =
https://github.com/frescobaldi/python-ly/archive/v0.9.9/python-ly-0.9.9.tar.gz
+ sha256sums =
b64983ab44ec7e580451b8fb929da5d981c3d4a633612239e86ce515c1dd7899
pkgname = python-ly
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
# Contributor: David Runge <[email protected]>
pkgname=python-ly
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
pkgdesc='Parse, manipulate or create documents in LilyPond format'
arch=(any)
url="https://github.com/frescobaldi/$pkgname"
license=(GPL-2.0-or-later)
depends=(python)
makedepends=(python-{build,installer,wheel}
- python-setuptools
+ python-hatchling
python-sphinx)
checkdepends=(python-lxml
python-pytest)
@@ -19,7 +19,7 @@ _archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
# PyPi releases are behind, see
https://github.com/frescobaldi/python-ly/issues/163
#
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('bdd64fb947e8804cd7d1eedbd57552a0f1cd3411a7a063ad5ec39db78e8303ad')
+sha256sums=('b64983ab44ec7e580451b8fb929da5d981c3d4a633612239e86ce515c1dd7899')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ly/-/commit/0cb457c75f3e48a2651cab9ffb297c4a9cf44aa1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ly/-/commit/0cb457c75f3e48a2651cab9ffb297c4a9cf44aa1
You're receiving this email because of your account on gitlab.archlinux.org.