Skip to content

Commit

Permalink
astro/py-sgp4: upgrade to 2.21
Browse files Browse the repository at this point in the history
Also switch to pypi.org.
  • Loading branch information
thierry-FreeBSD committed Apr 12, 2022
1 parent 0a1b3d8 commit f39240a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions astro/py-sgp4/Makefile
@@ -1,22 +1,22 @@
# Created by: thierry@pompo.net

PORTNAME= sgp4
PORTVERSION= 2.20
PORTVERSION= 2.21
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= thierry@FreeBSD.org
COMMENT= Python version of the SGP4 satellite position library

LICENSE= MIT

USE_GITHUB= yes
GH_ACCOUNT= brandon-rhodes
GH_PROJECT= python-sgp4
#USE_GITHUB= yes
#GH_ACCOUNT= brandon-rhodes
#GH_PROJECT= python-sgp4

USES= python:3.7+ shebangfix
USES= python:3.7+
USE_PYTHON= distutils
SHEBANG_FILES= bin/print_attributes.py
.if !defined(WITH_DEBUG)
LDFLAGS+= -s
.endif
Expand Down
6 changes: 3 additions & 3 deletions astro/py-sgp4/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1625143627
SHA256 (brandon-rhodes-python-sgp4-2.20_GH0.tar.gz) = 814061324a3d07676137dff0960346db575e2b97d01f5d924437d633f5f831c8
SIZE (brandon-rhodes-python-sgp4-2.20_GH0.tar.gz) = 154296
TIMESTAMP = 1649765440
SHA256 (sgp4-2.21.tar.gz) = 6179b875044877e941633c20af7722fd231a88d8a89af01bf30bd64f33cdecef
SIZE (sgp4-2.21.tar.gz) = 162060

0 comments on commit f39240a

Please sign in to comment.