Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-inflect
Commits:
62663ee3 by Jelle van der Waa at 2024-11-16T15:10:46+01:00
upgpkg: 7.4.0-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-inflect
pkgdesc = Correctly generate plurals, singular nouns, ordinals,
indefinite articles
pkgver = 7.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jaraco/inflect
arch = any
license = MIT
checkdepends = python-pytest
- checkdepends = python-pytest-enabler
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=inflect
pkgname=python-inflect
pkgver=7.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite
articles"
arch=(any)
url="https://github.com/jaraco/inflect"
@@ -23,7 +23,6 @@ makedepends=(
)
checkdepends=(
python-pytest
- python-pytest-enabler
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
sha512sums=('4b5979894678907d4933ef6fa314cd279e93b2efb198360de968e68bd9bd22086beae106ea386bf9f44ef9ad21e6de82da84ee52b5e6af949cea4b3da44b2ddb')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/commit/62663ee35bfacfd1cb7bb6b940f0b19f58836f27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/commit/62663ee35bfacfd1cb7bb6b940f0b19f58836f27
You're receiving this email because of your account on gitlab.archlinux.org.