Date: Sun, 7 Mar 2021 22:18:15 +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: r567668 - head/devel/py-invoke Message-ID: <202103072218.127MIFqD039606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 7 22:18:14 2021 New Revision: 567668 URL: https://svnweb.freebsd.org/changeset/ports/567668 Log: Remove unnecessary vendored yaml2 (pyyaml for python 2.x) - Bump PORTREVISION for package change Modified: head/devel/py-invoke/Makefile Modified: head/devel/py-invoke/Makefile ============================================================================== --- head/devel/py-invoke/Makefile Sun Mar 7 22:18:08 2021 (r567667) +++ head/devel/py-invoke/Makefile Sun Mar 7 22:18:14 2021 (r567668) @@ -3,7 +3,7 @@ PORTNAME= invoke PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,8 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +post-patch: + @${RM} -fr ${WRKSRC}/invoke/vendor/yaml2 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072218.127MIFqD039606>