Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 09:56:48 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r520490 - branches/2019Q4/devel/py-convertdate
Message-ID:  <201912200956.xBK9umr0088753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200956.xBK9umr0088753>