mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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) MFH: 2019Q4 (MFH with r520157)
This commit is contained in:
parent
84806e9aa6
commit
034c8adbc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520159
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= convertdate
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,12 +13,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:
|
||||
|
Loading…
Reference in New Issue
Block a user