blob: 6730e999174a15c12249bb056b0e0d9ad6eaff07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= django-bulk-update
PORTVERSION= 2.2.0
PORTREVISION= 6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bulk update using a single query over Django ORM
LICENSE= MIT
DEPRECATED= No longer maintained, not compatible with newer versions of Django
EXPIRATION_DATE= 2022-06-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-extract:
${RM} ${WRKSRC}/tests/__init__.py # prevent conflict with devel/py-phply in textproc/pootle
.include <bsd.port.mk>
|