New package: python3-jaraco.classes-3.1.0
This commit is contained in:
parent
1db17805ca
commit
69caf0dd45
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-jaraco.classes/template
Normal file
21
srcpkgs/python3-jaraco.classes/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-jaraco.classes'
|
||||
pkgname=python3-jaraco.classes
|
||||
version=3.1.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="jaraco.classes-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jaraco python3-more-itertools"
|
||||
short_desc="Utility functions for Python class constructs (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
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=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue