www/py-django-bulk-update: fix reverse conflicts

Do not install empty tests/__init__.py to avoid a conflict with devel/py-phply
which is a dependency of textproc/translate-toolkit. All of these ports are
dependencies of textproc/pootle, which then fails to build.

While here pet portlint.

Reported by:	pkg-fallout
Pointy hat:	jpaetzel
This commit is contained in:
Rene Ladan 2018-10-09 14:27:40 +00:00
parent 42e5331589
commit eed9630329
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481636

View file

@ -2,7 +2,7 @@
PORTNAME= django-bulk-update
PORTVERSION= 2.2.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,8 +14,12 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${PY_FLAVOR}
NO_ARCH= yes
USES= python:-3.4
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-extract:
${RM} ${WRKSRC}/tests/__init__.py # prevent conflict with devel/py-phply in textproc/pootle
.include <bsd.port.mk>