mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
devel/py-pystorm: Fix plist conflict
%%PYTHON_SITELIBDIR%%/test/__init__.py is a common conflict.
This commit is contained in:
parent
10f827ff00
commit
c5aa7e4ecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425180
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pystorm
|
||||
PORTVERSION= 3.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -21,4 +22,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/test/__init__.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user