Date: Mon, 4 Nov 2019 15:56:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516649 - in head/devel: . py-graphene-django Message-ID: <201911041556.xA4FuvBT048319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 4 15:56:56 2019 New Revision: 516649 URL: https://svnweb.freebsd.org/changeset/ports/516649 Log: Add py-graphene-django 2.6.0 A Django integration for Graphene. WWW: https://github.com/graphql-python/graphene-django Added: head/devel/py-graphene-django/ head/devel/py-graphene-django/Makefile (contents, props changed) head/devel/py-graphene-django/distinfo (contents, props changed) head/devel/py-graphene-django/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 4 15:00:15 2019 (r516648) +++ head/devel/Makefile Mon Nov 4 15:56:56 2019 (r516649) @@ -4501,6 +4501,7 @@ SUBDIR += py-googleapis-common-protos SUBDIR += py-grab SUBDIR += py-graphene + SUBDIR += py-graphene-django SUBDIR += py-graphql-core SUBDIR += py-graphql-relay SUBDIR += py-greenlet Added: head/devel/py-graphene-django/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-django/Makefile Mon Nov 4 15:56:56 2019 (r516649) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= graphene-django +PORTVERSION= 2.6.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Graphene Django integration + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3:www/py-djangorestframework@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-graphene-django/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-django/distinfo Mon Nov 4 15:56:56 2019 (r516649) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572806062 +SHA256 (graphene-django-2.6.0.tar.gz) = 0d1404ab1ba7873a8e848d87d138f615391d100ed0c046482c164429cfb992ef +SIZE (graphene-django-2.6.0.tar.gz) = 51749 Added: head/devel/py-graphene-django/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-django/pkg-descr Mon Nov 4 15:56:56 2019 (r516649) @@ -0,0 +1,3 @@ +A Django integration for Graphene. + +WWW: https://github.com/graphql-python/graphene-django
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041556.xA4FuvBT048319>