python-contextlib2: remove package

This commit is contained in:
Michal Vasilek 2022-09-25 15:11:24 +02:00 committed by classabbyamp
parent d470ab6651
commit 72865d8a88

View file

@ -1,18 +0,0 @@
# Template file for 'python-contextlib2'
pkgname=python-contextlib2
version=0.6.0.post1
revision=1
wrksrc="contextlib2-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Backports and enhancements for the contextlib module"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="PSF-2.0"
homepage="https://contextlib2.readthedocs.io/"
distfiles="${PYPI_SITE}/c/contextlib2/contextlib2-${version}.tar.gz"
checksum=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e
post_install() {
vlicense LICENSE.txt
}