svn commit: r504918 - head/devel/py-portalocker

Danilo G. Baio dbaio at FreeBSD.org
Sun Jun 23 01:28:04 UTC 2019


Author: dbaio
Date: Sun Jun 23 01:28:03 2019
New Revision: 504918
URL: https://svnweb.freebsd.org/changeset/ports/504918

Log:
  devel/py-portalocker: Remove tests directory to avoid conflicts

Modified:
  head/devel/py-portalocker/Makefile

Modified: head/devel/py-portalocker/Makefile
==============================================================================
--- head/devel/py-portalocker/Makefile	Sun Jun 23 00:17:06 2019	(r504917)
+++ head/devel/py-portalocker/Makefile	Sun Jun 23 01:28:03 2019	(r504918)
@@ -2,6 +2,7 @@
 
 PORTNAME=	portalocker
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,5 +17,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+post-extract:
+	@${RM} -r ${WRKSRC}/tests
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list