20 lines
762 B
Bash
20 lines
762 B
Bash
# Template file for 'python3-jaraco.collections'
|
|
pkgname=python3-jaraco.collections
|
|
version=3.5.1
|
|
revision=1
|
|
wrksrc="jaraco.collections-${version}"
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-jaraco.classes python3-jaraco.text"
|
|
short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/jaraco.collections"
|
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
|
|
checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|