22 lines
821 B
Bash
22 lines
821 B
Bash
# Template file for 'python3-jaraco.collections'
|
|
pkgname=python3-jaraco.collections
|
|
version=3.0.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="jaraco.collections-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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
|
|
}
|