vp-build/srcpkgs/python3-Inflector/template

19 lines
529 B
Bash

# Template file for 'python3-Inflector'
pkgname=python3-Inflector
version=3.0.1
revision=3
wrksrc="Inflector-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Inflector for Python3"
maintainer="shizonic <realtiaz@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/ixmatus/inflector"
distfiles="${PYPI_SITE}/I/Inflector/Inflector-${version}.tar.gz"
checksum=21add07f255a45ef83523ea73747b0651a1d680c79d0853009c4abff218d4d10
post_install() {
vlicense LICENSE
}