Skip to content

Commit

Permalink
python3-inflect: update to 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Aug 22, 2023
1 parent ff92662 commit d20281c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/python3-inflect/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-inflect'
pkgname=python3-inflect
version=6.0.4
version=7.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
Expand All @@ -10,9 +10,10 @@ short_desc="Correctly generate plurals, ordinals; convert numbers to words"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/inflect"
changelog="https://raw.githubusercontent.com/jaraco/inflect/main/CHANGES.rst"
changelog="https://raw.githubusercontent.com/jaraco/inflect/main/NEWS.rst"
distfiles="${PYPI_SITE}/i/inflect/inflect-${version}.tar.gz"
checksum=1842649a17b6cad66812a5c9bdfacb6310e1e7b6dd8a31f026766df1b62612eb
checksum=63da9325ad29da81ec23e055b41225795ab793b4ecb483be5dc1fa363fd4717e
make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1"

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit d20281c

Please sign in to comment.