Add py-django-modern-rpc 0.11.1

Django-modern-rpc provides a simple solution to implement a remote procedure
call (RPC) server as part of your Django project. It supports all major Django
and Python versions.

WWW: https://github.com/alorence/django-modern-rpc
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-09-01 22:50:49 +00:00
parent 06ea65c09c
commit 0655b03dd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478732
4 changed files with 31 additions and 0 deletions

View file

@ -1586,6 +1586,7 @@
SUBDIR += py-django-mezzanine-filebrowser
SUBDIR += py-django-mezzanine-grappelli
SUBDIR += py-django-model-utils
SUBDIR += py-django-modern-rpc
SUBDIR += py-django-mptt
SUBDIR += py-django-netfields
SUBDIR += py-django-openid-auth

View file

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-modern-rpc
PORTVERSION= 0.11.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
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8.0:www/py-django111@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1535762196
SHA256 (django-modern-rpc-0.11.1.tar.gz) = 19f0bfe4139f4e60e495f41284d4b41cb8b8cacfcd5a47134fe551a95d1e8bf1
SIZE (django-modern-rpc-0.11.1.tar.gz) = 26838

View file

@ -0,0 +1,5 @@
Django-modern-rpc provides a simple solution to implement a remote procedure
call (RPC) server as part of your Django project. It supports all major Django
and Python versions.
WWW: https://github.com/alorence/django-modern-rpc