python-enum34: remove

python 2
This commit is contained in:
classabbyamp 2023-10-11 17:31:50 -04:00 committed by classabbyamp
parent 98da17c0d8
commit c68171acd4
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
# Template file for 'python-enum34'
pkgname=python-enum34
version=1.1.10
revision=1
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backport of Python 3.4 enum module"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://pypi.org/project/enum34/"
distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz"
checksum=cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248
pre_build() {
# remove doc
vsed -i "/'enum' :/,+6d" setup.py
}
post_install() {
vlicense enum/LICENSE
}