void-packages/srcpkgs/python3-jaraco.collections/template
2021-10-09 08:00:37 -04:00

21 lines
812 B
Bash

# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
version=3.0.0
revision=4
wrksrc="jaraco.collections-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text python3-six"
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=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
post_install() {
rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
vlicense LICENSE
}