python-decorator: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:25:05 -04:00 committed by classabbyamp
parent 82efff226d
commit dbe8c79b0f
2 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
# Template file for 'python-decorator'
pkgname=python-decorator
version=4.4.2
revision=2
build_style=python2-module
pycompile_module="decorator.py"
hostmakedepends="python-setuptools"
depends="python"
short_desc="Python2 decorator module"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/micheles/decorator"
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
checksum=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
post_install() {
vlicense LICENSE.txt
}

View File

@ -1,2 +0,0 @@
# decorator >= 5.0 does not support Python 2
pattern="decorator-\K4\.[0-9.]+(?=\.tar\.gz)"