python-iso-8601: drop package

The homepage listed on the PyPI site returns NXDOMAIN, the PyPI release
is two years old, and it fails to parse valid ISO-8601 date strings (as
seen when trying to run tests in python-cryptography).
This commit is contained in:
Andrew J. Hesford 2020-12-11 09:46:29 -05:00
parent 9343235f86
commit c3494cab1e
2 changed files with 0 additions and 28 deletions

View file

@ -1,27 +0,0 @@
# Template file for 'python-iso-8601'
pkgname=python-iso-8601
version=0.3.0
revision=4
wrksrc="iso-8601-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 library that provides cryptographic recipes and primitives"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="BSD-2-Clause"
homepage="https://pypi.org/project/iso-8601/"
distfiles="${PYPI_SITE}/i/iso-8601/iso-8601-${version}.tar.gz"
checksum=1b9f74df591812732b69a1cfba5196e176138bf5b0b49a920af5804924cc27e0
post_install() {
vlicense PKG-INFO
}
python3-iso-8601_package() {
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense PKG-INFO
}
}

View file

@ -1 +0,0 @@
python-iso-8601