* update python-jaraco.text to 4.0.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 14:40:19 +02:00
parent 61ba5a24ca
commit 3c54ba0174
3 changed files with 35 additions and 3 deletions

View File

@ -0,0 +1,26 @@
pkgbase = python-jaraco.text
pkgdesc = Module for text manipulation
pkgver = 4.0.0
pkgrel = 1
url = https://github.com/jaraco/jaraco.text
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-jaraco.functools
depends = python-jaraco.context
depends = python-autocommand
depends = python-more-itertools
optdepends = python-inflect: for show-newlines script
conflicts = python-jaraco
replaces = python-jaraco
source = git+https://github.com/jaraco/jaraco.text.git?signed#tag=v4.0.0
validpgpkeys = CE380CF3044959B8F377DA03708E6CB181B4C47E
sha512sums = a08395ea1fab5aac0bf8fdef8225794b311ca7c8210fccda09a98298501cd695be1834355e31ed7457d1752c59e65da7d29b93ab292f7816d88b04465c561803
pkgname = python-jaraco.text

View File

@ -0,0 +1,3 @@
["python-jaraco.text"]
source = "pypi"
pypi = "jaraco.text"

View File

@ -4,19 +4,22 @@
pkgname=python-jaraco.text
# https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst
pkgver=3.12.1
pkgver=4.0.0
pkgrel=1
pkgdesc='Module for text manipulation'
arch=(any)
url='https://github.com/jaraco/jaraco.text'
license=('MIT')
depends=('python' 'python-jaraco.functools' 'python-jaraco.context' 'python-autocommand' 'python-inflect' 'python-more-itertools')
depends=('python' 'python-jaraco.functools' 'python-jaraco.context' 'python-autocommand' 'python-more-itertools')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-pytest')
optdepends=(
'python-inflect: for show-newlines script'
)
conflicts=('python-jaraco')
replaces=('python-jaraco')
source=("git+https://github.com/jaraco/jaraco.text.git?signed#tag=v$pkgver")
sha512sums=('eee45a764e118b212715e48a10f0cd30408b9a71a77c304f08c9c33cc8110b4198cad5ff29bcc935291817601ae6bbad412fc9878dfb0d2609dc8843dd066982')
sha512sums=('a08395ea1fab5aac0bf8fdef8225794b311ca7c8210fccda09a98298501cd695be1834355e31ed7457d1752c59e65da7d29b93ab292f7816d88b04465c561803')
validpgpkeys=(
'CE380CF3044959B8F377DA03708E6CB181B4C47E' # https://github.com/jaraco.gpg
)