diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template index bc551cdabe7..cba91bbe623 100644 --- a/srcpkgs/python3-jaraco.text/template +++ b/srcpkgs/python3-jaraco.text/template @@ -1,20 +1,20 @@ # Template file for 'python3-jaraco.text' pkgname=python3-jaraco.text -version=3.2.0 -revision=4 +version=3.7.0 +revision=1 wrksrc="jaraco.text-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-jaraco.functools python3-six" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-jaraco.functools python3-six python3-jaraco.context" +checkdepends="$depends python3-pytest" short_desc="Module for text manipulation (Python3)" maintainer="bra1nwave " 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 +checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00 post_install() { - rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py vlicense LICENSE }