From a4a92b719269dd26cce8be5f94ddde1c200f9cd8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:30:37 -0400 Subject: [PATCH] python-attrs: remove python 2 --- srcpkgs/python-attrs/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/python-attrs/template diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template deleted file mode 100644 index ac6800f757c..00000000000 --- a/srcpkgs/python-attrs/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'python-attrs' -pkgname=python-attrs -version=21.2.0 -revision=3 -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python" -short_desc="Attributes without boilerplate (Python2)" -maintainer="Orphaned " -license="MIT" -homepage="https://attrs.readthedocs.io/" -distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz" -checksum=ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb - -post_install() { - vlicense LICENSE -}