From bcb3e1623898779ea0f9779ed17306d864891263 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:31:09 -0400 Subject: [PATCH] python-six: remove python 2 --- srcpkgs/python-six/template | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 srcpkgs/python-six/template diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template deleted file mode 100644 index dbf1e2280b1..00000000000 --- a/srcpkgs/python-six/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'python-six' -pkgname=python-six -version=1.16.0 -revision=3 -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python" -short_desc="Python 2 and 3 compatibility utilities (Python2)" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/benjaminp/six" -changelog="https://raw.githubusercontent.com/benjaminp/six/master/CHANGES" -distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz" -checksum=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 - -post_install() { - vlicense LICENSE -}