New package: python3-jaraco.text-3.2.0
This commit is contained in:
parent
73dd9b89d9
commit
ea0c44298d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-jaraco.text/template
Normal file
21
srcpkgs/python3-jaraco.text/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-jaraco.text'
|
||||
pkgname=python3-jaraco.text
|
||||
version=3.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="jaraco.text-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jaraco.functools python3-six"
|
||||
short_desc="Module for text manipulation (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jaraco/jaraco.text"
|
||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
|
||||
checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue