svn commit: r533968 - head/www/py-django-modern-rpc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 4 19:20:47 UTC 2020


Author: sunpoet
Date: Mon May  4 19:20:42 2020
New Revision: 533968
URL: https://svnweb.freebsd.org/changeset/ports/533968

Log:
  Update RUN_DEPENDS: use Django 2.2
  
  - Shorten COMMENT
  - Bump PORTREVISION for dependency change
  
  PR:		246083
  Submitted by:	kai

Modified:
  head/www/py-django-modern-rpc/Makefile

Modified: head/www/py-django-modern-rpc/Makefile
==============================================================================
--- head/www/py-django-modern-rpc/Makefile	Mon May  4 19:20:37 2020	(r533967)
+++ head/www/py-django-modern-rpc/Makefile	Mon May  4 19:20:42 2020	(r533968)
@@ -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 at 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


More information about the svn-ports-head mailing list