mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: python3-jaraco.collections-3.0.0
This commit is contained in:
parent
69caf0dd45
commit
b139a12677
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-jaraco.collections/template
Normal file
21
srcpkgs/python3-jaraco.collections/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue