New package: python-astral-1.8

This commit is contained in:
Cameron Nemo 2019-01-01 17:53:16 -08:00 committed by maxice8
parent fdaa76e8a0
commit 31aadeecf4
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Template file for 'python-astral'
pkgname=python-astral
version=1.8
revision=1
noarch=yes
wrksrc="${pkgname#python-}-${version}"
build_style=python-module
pycompile_module="astral.py"
hostmakedepends="python python-setuptools python3 python3-setuptools"
depends="python-requests python-pytz"
short_desc="Calculations for the position of the sun and moon (Python2)"
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/sffjunkie/astral"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=a952d5b52c1a4345940ef165a54e1751b0f1628f17d103a70f62e9f67070399c
python3-astral_package() {
noarch=yes
pycompile_module="astral.py"
depends="python3-requests python3-pytz"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}

1
srcpkgs/python3-astral Symbolic link
View File

@ -0,0 +1 @@
python-astral