mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
17 lines
526 B
Bash
17 lines
526 B
Bash
# Template file for 'python3-aniso8601'
|
|
pkgname=python3-aniso8601
|
|
version=10.0.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil"
|
|
short_desc="Library for parsing ISO 8601 strings"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://bitbucket.org/nielsenb/aniso8601"
|
|
distfiles="${PYPI_SITE}/a/aniso8601/aniso8601-$version.tar.gz"
|
|
checksum=ff1d0fc2346688c62c0151547136ac30e322896ed8af316ef7602c47da9426cf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|