mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
www/py-django-haystack: Change RUN_DEPENDS
* Switch to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April. * Make USES block separate from non-relevant variables while I'm here. * Bump PORTREVISION due changed dependencies. PR: 246715 Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
d7c6e48041
commit
5510d505b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538301
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= django-haystack
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,10 +15,11 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
PORTDOCS= *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user