mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
update to py3-sgp4-2.24
This commit is contained in:
+14
-15
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user