vp-build/srcpkgs/python3-jaraco.classes/template

20 lines
710 B
Bash

# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
version=3.2.1
revision=1
wrksrc="jaraco.classes-${version}"
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
short_desc="Utility functions for Python class constructs (Python3)"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
post_install() {
vlicense LICENSE
}