19 lines
670 B
Bash
19 lines
670 B
Bash
# Template file for 'python3-jaraco.classes'
|
|
pkgname=python3-jaraco.classes
|
|
version=3.4.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-more-itertools"
|
|
short_desc="Utility functions for Python class constructs (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|