16 lines
552 B
Bash
16 lines
552 B
Bash
# Template file for 'python3-astral'
|
|
pkgname=python3-astral
|
|
version=2.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-pytz"
|
|
short_desc="Calculations for the position of the sun and moon (Python3)"
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/sffjunkie/astral"
|
|
distfiles="${PYPI_SITE}/a/astral/astral-${version}.tar.gz"
|
|
checksum=7f57ad3ed2aa00fbed2893d82cdd2000e0723a5dbe167e1b7f847cc555596f65
|