void-packages/srcpkgs/python-isodate/template
2021-10-09 08:00:34 -04:00

31 lines
856 B
Bash

# Template file for 'python-isodate'
pkgname=python-isodate
version=0.6.0
revision=5
wrksrc="isodate-${version}"
build_style=python-module
pycompile_module="isodate"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
short_desc="ISO 8601 date/time/duration parser and formatter (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="https://github.com/gweis/isodate"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/isodate/isodate-${version}.tar.gz"
checksum=2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8
post_install() {
sed -n '/Copyright/,/CONTRACT/p' src/isodate/__init__.py >LICENSE
vlicense LICENSE
}
python3-isodate_package() {
depends="python3-six"
pycompile_module="isodate"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}