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 609caa70c3)
This commit is contained in:
Rainer Hurling 2021-11-30 18:22:45 +01:00
parent a5e46f6fac
commit 30467f0b7e
3 changed files with 4 additions and 13 deletions

View File

@ -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}

View File

@ -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

View File

@ -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