From c173160118a4b48bf4c24b43025e3ae1f9d12677 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:29:25 -0400 Subject: [PATCH] python-service_identity: remove python 2 --- srcpkgs/python-service_identity/template | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/python-service_identity/template diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template deleted file mode 100644 index 87e64c77030..00000000000 --- a/srcpkgs/python-service_identity/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python-service_identity' -pkgname=python-service_identity -version=18.1.0 -revision=7 -build_style=python2-module -pycompile_module="service_identity" -hostmakedepends="python-setuptools" -depends="python-attrs python-pyasn1-modules python-cryptography python-ipaddress" -short_desc="Service identity verification for Python (Python2)" -maintainer="Orphaned " -license="MIT" -homepage="https://service-identity.readthedocs.org/" -changelog="https://raw.githubusercontent.com/pyca/service-identity/main/CHANGELOG.rst" -distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz" -checksum=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d - -post_install() { - vlicense LICENSE -}