git: 30467f0b7e1a - 2021Q4 - astro/py-ephem: Update to 4.1.1

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Mon, 06 Dec 2021 17:07:40 UTC
The branch 2021Q4 has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30467f0b7e1a869a217154dc48b56b7259f6c253

commit 30467f0b7e1a869a217154dc48b56b7259f6c253
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-11-30 17:22:45 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-12-06 17:06:56 +0000

    astro/py-ephem: Update to 4.1.1
    
    Changelog: https://github.com/brandon-rhodes/pyephem/compare/4.1...4.1.1
    
    Reported by:    Repology
    
    (cherry picked from commit 609caa70c35550b9f21a789feb8a1fc890dba1bf)
---
 astro/py-ephem/Makefile                            | 2 +-
 astro/py-ephem/distinfo                            | 6 +++---
 astro/py-ephem/files/patch-extensions___libastro.c | 9 ---------
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile
index 92aed6b5f840..442edb8b5974 100644
--- a/astro/py-ephem/Makefile
+++ b/astro/py-ephem/Makefile
@@ -1,7 +1,7 @@
 # Created by: db
 
 PORTNAME=	ephem
-PORTVERSION=	4.1
+PORTVERSION=	4.1.1
 CATEGORIES=	astro math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-ephem/distinfo b/astro/py-ephem/distinfo
index 4da09e18e21e..6c59667bca79 100644
--- a/astro/py-ephem/distinfo
+++ b/astro/py-ephem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633030603
-SHA256 (ephem-4.1.tar.gz) = c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6
-SIZE (ephem-4.1.tar.gz) = 1254139
+TIMESTAMP = 1638291557
+SHA256 (ephem-4.1.1.tar.gz) = dba9e05c78ce910ae75a06351a5592479191a8dc570ac0cd6d18a77e98138873
+SIZE (ephem-4.1.1.tar.gz) = 1254139
diff --git a/astro/py-ephem/files/patch-extensions___libastro.c b/astro/py-ephem/files/patch-extensions___libastro.c
deleted file mode 100644
index e90b1852c6b3..000000000000
--- a/astro/py-ephem/files/patch-extensions___libastro.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- extensions/_libastro.c.orig	2021-06-12 19:13:26 UTC
-+++ extensions/_libastro.c
-@@ -1,5 +1,6 @@
- /* Python header files. */
- 
-+#define PY_SSIZE_T_CLEAN
- #include "Python.h"
- 
- #if PY_MAJOR_VERSION == 2