Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 20:10:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523660 - head/devel/py-invoke
Message-ID:  <202001202010.00KKARRP093253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 20 20:10:27 2020
New Revision: 523660
URL: https://svnweb.freebsd.org/changeset/ports/523660

Log:
  Update RUN_DEPENDS for py-twine 3.1.1 update
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-invoke/Makefile

Modified: head/devel/py-invoke/Makefile
==============================================================================
--- head/devel/py-invoke/Makefile	Mon Jan 20 20:10:22 2020	(r523659)
+++ head/devel/py-invoke/Makefile	Mon Jan 20 20:10:27 2020	(r523660)
@@ -3,6 +3,7 @@
 
 PORTNAME=	invoke
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
@@ -23,4 +23,12 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3600
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}twine1>=0:devel/py-twine1@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>



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