aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-12-20 09:56:47 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-12-20 09:56:47 +0000
commit50e2abbcb65399655022fd06e225b427e7b09fca (patch)
tree9fa7bdd2b3ab172ca9ece73ea902484c09d1438b
parent427ad41a67163ccae8930c6db8cdb59348f3797d (diff)
downloadports-50e2abbcb65399655022fd06e225b427e7b09fca.tar.gz
ports-50e2abbcb65399655022fd06e225b427e7b09fca.zip
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)
Notes
Notes: svn path=/branches/2019Q4/; revision=520490
-rw-r--r--devel/py-convertdate/Makefile7
1 files 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: