diff --git a/srcpkgs/python3-urllib3/template.orig b/srcpkgs/python3-urllib3/template.orig deleted file mode 100644 index 4b6f25c58bf..00000000000 --- a/srcpkgs/python3-urllib3/template.orig +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python3-urllib3' -pkgname=python3-urllib3 -version=2.6.3 -revision=1 -build_style=python3-pep517 -hostmakedepends="hatchling hatch-vcs python3-setuptools_scm" -depends="python3" -# checkdepends="python3-pytest python3-trustme python3-trio python3-quart" -short_desc="HTTP library with thread-safe connection pooling" -maintainer="Orphaned " -license="MIT" -homepage="https://urllib3.readthedocs.io/" -distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" -checksum=1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed -#make_check=no # quart_trio unpackaged - -post_install() { - vlicense LICENSE.txt -}