svn commit: r567668 - head/devel/py-invoke
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 7 22:18:19 UTC 2021
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>
More information about the svn-ports-all
mailing list