1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update RUN_DEPENDS: use Django 2.2

- Shorten COMMENT
- Bump PORTREVISION for dependency change

PR:		246083
Submitted by:	kai
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-04 19:20:42 +00:00
parent 6bff2d7708
commit c65d88f0ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533968

View File

@ -3,18 +3,19 @@
PORTNAME= django-modern-rpc
PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple and modern JSON-RPC and XML-RPC server implementation for Django
COMMENT= Simple and modern JSON-RPC/XML-RPC server implementation for Django
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8.0:www/py-django111@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes