mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Inflector: update to 3.0.1.
This commit is contained in:
parent
072e461032
commit
cf29f0b0f4
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-Inflector'
|
# Template file for 'python3-Inflector'
|
||||||
pkgname=python3-Inflector
|
pkgname=python3-Inflector
|
||||||
version=2.0.12
|
version=3.0.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Inflector-${version}"
|
wrksrc="Inflector-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="inflector"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Inflector for Python3"
|
short_desc="Inflector for Python3"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ixmatus/inflector"
|
homepage="https://github.com/ixmatus/inflector"
|
||||||
distfiles="${PYPI_SITE}/I/Inflector/Inflector-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/I/Inflector/Inflector-${version}.tar.gz"
|
||||||
checksum=6445611450dc4e1940a7f6cd54393e9850d5a58fb2ab830de5dd85e2b1bcac9d
|
checksum=21add07f255a45ef83523ea73747b0651a1d680c79d0853009c4abff218d4d10
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue