From f5cd5d4ef5d92c9e125e00e29b53c366cf1e83a8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:30:31 -0400 Subject: [PATCH] python-pyasn1-modules: remove python 2 --- srcpkgs/python-pyasn1-modules/template | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 srcpkgs/python-pyasn1-modules/template diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template deleted file mode 100644 index fde6b7aa8ae..00000000000 --- a/srcpkgs/python-pyasn1-modules/template +++ /dev/null @@ -1,23 +0,0 @@ -# Template file for 'python-pyasn1-modules' -pkgname=python-pyasn1-modules -version=0.2.8 -revision=6 -build_style=python2-module -pycompile_module="pyasn1_modules" -hostmakedepends="python-setuptools" -depends="python-pyasn1" -checkdepends="python-pyasn1" -short_desc="Collection of ASN.1-based protocols modules (Python2)" -maintainer="Orphaned " -license="BSD-2-Clause" -homepage="https://github.com/etingof/pyasn1-modules" -distfiles="https://github.com/etingof/pyasn1-modules/archive/v${version}.tar.gz" -checksum=c562fcf94e21b19b1b01c103a4dbe24b286356237d2b453afd75882683cf0ad7 - -do_check() { - python setup.py test -} - -post_install() { - vlicense LICENSE.txt -}