mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jaraco.text: update to 3.9.1.
This commit is contained in:
parent
c64b5f9a5e
commit
df23a47ac2
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-jaraco.text'
|
# Template file for 'python3-jaraco.text'
|
||||||
pkgname=python3-jaraco.text
|
pkgname=python3-jaraco.text
|
||||||
version=3.7.0
|
version=3.9.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="jaraco.text-${version}"
|
wrksrc="jaraco.text-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3-jaraco.functools python3-six python3-jaraco.context"
|
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
|
||||||
|
python3-inflect python3-more-itertools"
|
||||||
checkdepends="$depends python3-pytest"
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Module for text manipulation (Python3)"
|
short_desc="Module for text manipulation (Python3)"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
|
@ -13,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.text"
|
homepage="https://github.com/jaraco/jaraco.text"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
|
||||||
checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
|
checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue