Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-babelfish
Commits: 701fe908 by Jelle van der Waa at 2024-04-05T11:51:19+02:00 upgpkg: 0.6.0-4: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-babelfish + pkgdesc = A Python module to work with countries & languages + pkgver = 0.6.0 + pkgrel = 4 + url = https://github.com/Diaoul/babelfish + arch = any + license = BSD + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + depends = python + depends = python-setuptools + source = python-babelfish::git+https://github.com/Diaoul/babelfish#commit=62ee6f572585ed4d0d1cde51374aa7afdfe8aed2 + b2sums = SKIP + +pkgname = python-babelfish ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-babelfish pkgver=0.6.0 -pkgrel=3 +pkgrel=4 pkgdesc='A Python module to work with countries & languages' arch=('any') url='https://github.com/Diaoul/babelfish' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-babelfish/-/commit/701fe9082d2379cd489eb60a8e020e39e3f8d0b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-babelfish/-/commit/701fe9082d2379cd489eb60a8e020e39e3f8d0b8 You're receiving this email because of your account on gitlab.archlinux.org.
