From 50e2abbcb65399655022fd06e225b427e7b09fca Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Fri, 20 Dec 2019 09:56:47 +0000 Subject: MFH: r520159 devel/py-convertdate: Fix broken dependencies convertdate does not [1] depend on pyephem, which was replaced with pymeeus in 2.2.0. Dependency astro/py-pymeeus landed in ports r520157 as a new port. This issue was identified while QA'ing pyephem dependents for bug 240735 [1] HISTORY.rst:* Replace pyephem, which is now in maintenance mode, with pymeeus. PR: 240735 Approved by: portmgr (blanket(s): dependencies, runtime bugfix) Approved by: ports-secteam (implicit, via ports r520489 approval) --- devel/py-convertdate/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/py-convertdate/Makefile b/devel/py-convertdate/Makefile index 8e11d92312cc..a823945f0040 100644 --- a/devel/py-convertdate/Makefile +++ b/devel/py-convertdate/Makefile @@ -3,6 +3,7 @@ PORTNAME= convertdate PORTVERSION= 2.1.3 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,12 @@ COMMENT= Converts between Gregorian dates and other calendar systems LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2014.10:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pymeeus>=0.3.6,<1:astro/py-pymeeus@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyephem>0:astro/pyephem@${PY_FLAVOR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} - NO_ARCH= yes post-patch: -- cgit v1.2.3