update to py3-sgp4-2.24

This commit is contained in:
sthen
2025-02-18 08:43:56 +00:00
parent 0450376520
commit 085cf61bc4
3 changed files with 17 additions and 17 deletions
+14 -15
View File
@@ -1,27 +1,26 @@
COMMENT = Python implementation of SGP4 satellite tracking algorithm
COMMENT= Python implementation of SGP4 satellite tracking algorithm
MODPY_DISTV = 2.23
MODPY_DISTV= 2.24
DISTNAME= sgp4-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
DISTNAME = sgp4-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES= astro
CATEGORIES = astro
HOMEPAGE = https://github.com/brandon-rhodes/python-sgp4
HOMEPAGE= https://github.com/brandon-rhodes/python-sgp4
# MIT
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} m
COMPILER = base-clang ports-gcc
COMPILER= base-clang ports-gcc
MODULES = lang/python
MODPY_PYBUILD = setuptools
MODPY_PI = Yes
MODPY_PYTEST_ARGS = sgp4/tests.py
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
RUN_DEPENDS = math/py-numpy
MODPY_PYTEST_ARGS= sgp4/tests.py
RUN_DEPENDS= math/py-numpy
.include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (sgp4-2.23.tar.gz) = 2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk=
SIZE (sgp4-2.23.tar.gz) = 176937
SHA256 (sgp4-2.24.tar.gz) = VlUknyduoj+9rp6IGrAdgkIChbRdx20NpPQk42R/g1I=
SIZE (sgp4-2.24.tar.gz) = 180085
+1
View File
@@ -51,6 +51,7 @@ lib/python${MODPY_VERSION}/site-packages/sgp4/model.py
lib/python${MODPY_VERSION}/site-packages/sgp4/omm.py
lib/python${MODPY_VERSION}/site-packages/sgp4/propagation.py
lib/python${MODPY_VERSION}/site-packages/sgp4/sample_omm.csv
lib/python${MODPY_VERSION}/site-packages/sgp4/sample_omm.json
lib/python${MODPY_VERSION}/site-packages/sgp4/sample_omm.xml
lib/python${MODPY_VERSION}/site-packages/sgp4/tcppver.out
lib/python${MODPY_VERSION}/site-packages/sgp4/tests.py