python-attrs: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:30:37 -04:00 committed by classabbyamp
parent f5cd5d4ef5
commit a4a92b7192
1 changed files with 0 additions and 17 deletions

View File

@ -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 <orphan@voidlinux.org>"
license="MIT"
homepage="https://attrs.readthedocs.io/"
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
checksum=ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb
post_install() {
vlicense LICENSE
}