View | Details | Raw Unified | Return to bug 252073 | Differences between
and this patch

Collapse All | Expand All

(-)b/astro/py-astral/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	astral
2
PORTVERSION=	2.2
3
CATEGORIES=	astro python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
DISTNAME=	astral-${PORTVERSION}
7
8
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	Calculations for the position of the sun and moon
10
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
15
16
USES=		python:3.7+
17
USE_PYTHON=	autoplist concurrent distutils
18
19
.include <bsd.port.mk>
(-)b/astro/py-astral/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1624727522
2
SHA256 (astral-2.2.tar.gz) = e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe
3
SIZE (astral-2.2.tar.gz) = 578223
(-)b/astro/py-astral/pkg-descr (+6 lines)
Added Link Here
1
This is 'astral' a Python module which calculates
2
 - Times for various positions of the sun: dawn, sunrise, solar noon,
3
   sunset, dusk, solar elevation, solar azimuth and rahukaalam.
4
 - The phase of the moon.
5
6
WWW: https://github.com/sffjunkie/astral

Return to bug 252073