Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:07:08 +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: r560122 - head/devel/py-invoke
Message-ID:  <202101032007.103K78wk002883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:07:07 2021
New Revision: 560122
URL: https://svnweb.freebsd.org/changeset/ports/560122

Log:
  Update to 1.5.0
  
  - Clean up after r559531
  
  Changes:	https://www.pyinvoke.org/changelog.html
  		https://github.com/pyinvoke/invoke/blob/master/sites/www/changelog.rst

Modified:
  head/devel/py-invoke/Makefile
  head/devel/py-invoke/distinfo

Modified: head/devel/py-invoke/Makefile
==============================================================================
--- head/devel/py-invoke/Makefile	Sun Jan  3 20:07:03 2021	(r560121)
+++ head/devel/py-invoke/Makefile	Sun Jan  3 20:07:07 2021	(r560122)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	invoke
-PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +15,7 @@ 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:3.6+
@@ -23,12 +23,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.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>
+.include <bsd.port.mk>

Modified: head/devel/py-invoke/distinfo
==============================================================================
--- head/devel/py-invoke/distinfo	Sun Jan  3 20:07:03 2021	(r560121)
+++ head/devel/py-invoke/distinfo	Sun Jan  3 20:07:07 2021	(r560122)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580562289
-SHA256 (invoke-1.4.1.tar.gz) = de3f23bfe669e3db1085789fd859eb8ca8e0c5d9c20811e2407fa042e8a5e15d
-SIZE (invoke-1.4.1.tar.gz) = 332271
+TIMESTAMP = 1609598885
+SHA256 (invoke-1.5.0.tar.gz) = f0c560075b5fb29ba14dad44a7185514e94970d1b9d57dcd3723bec5fed92650
+SIZE (invoke-1.5.0.tar.gz) = 338382



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