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:
parent
42e5331589
commit
eed9630329
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481636
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue