svn commit: r520490 - branches/2019Q4/devel/py-convertdate

Kubilay Kocak koobs at FreeBSD.org
Fri Dec 20 09:56:48 UTC 2019


Author: koobs
Date: Fri Dec 20 09:56:47 2019
New Revision: 520490
URL: https://svnweb.freebsd.org/changeset/ports/520490

Log:
  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)

Modified:
  branches/2019Q4/devel/py-convertdate/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/devel/py-convertdate/Makefile
==============================================================================
--- branches/2019Q4/devel/py-convertdate/Makefile	Fri Dec 20 09:53:57 2019	(r520489)
+++ branches/2019Q4/devel/py-convertdate/Makefile	Fri Dec 20 09:56:47 2019	(r520490)
@@ -3,6 +3,7 @@
 PORTNAME=	convertdate
 PORTVERSION=	2.1.3
 PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +14,11 @@ COMMENT=	Converts between Gregorian dates and other ca
 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
 


More information about the svn-ports-all mailing list