Remove unnecessary vendored yaml2 (pyyaml for python 2.x)

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-03-07 22:18:14 +00:00
parent e53df706c5
commit 73f7edb08f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567668

View file

@ -3,7 +3,7 @@
PORTNAME= invoke
PORTVERSION= 1.5.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -19,4 +19,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${RM} -fr ${WRKSRC}/invoke/vendor/yaml2
.include <bsd.port.mk>