Date: Mon, 4 Nov 2019 15:57:03 +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: r516650 - in head/devel: . py-graphene-sqlalchemy Message-ID: <201911041557.xA4Fv3H7048491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 4 15:57:03 2019 New Revision: 516650 URL: https://svnweb.freebsd.org/changeset/ports/516650 Log: Add py-graphene-sqlalchemy 2.2.2 A SQLAlchemy integration for Graphene. WWW: https://github.com/graphql-python/graphene-sqlalchemy Added: head/devel/py-graphene-sqlalchemy/ head/devel/py-graphene-sqlalchemy/Makefile (contents, props changed) head/devel/py-graphene-sqlalchemy/distinfo (contents, props changed) head/devel/py-graphene-sqlalchemy/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 4 15:56:56 2019 (r516649) +++ head/devel/Makefile Mon Nov 4 15:57:03 2019 (r516650) @@ -4502,6 +4502,7 @@ SUBDIR += py-grab SUBDIR += py-graphene SUBDIR += py-graphene-django + SUBDIR += py-graphene-sqlalchemy SUBDIR += py-graphql-core SUBDIR += py-graphql-relay SUBDIR += py-greenlet Added: head/devel/py-graphene-sqlalchemy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-sqlalchemy/Makefile Mon Nov 4 15:57:03 2019 (r516650) @@ -0,0 +1,31 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= graphene-sqlalchemy +PORTVERSION= 2.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Graphene SQLAlchemy integration + +LICENSE= MIT + +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.1<2:databases/py-sqlalchemy13@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3<4:devel/py-singledispatch@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> Added: head/devel/py-graphene-sqlalchemy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-sqlalchemy/distinfo Mon Nov 4 15:57:03 2019 (r516650) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572806064 +SHA256 (graphene-sqlalchemy-2.2.2.tar.gz) = fda3a131149a96f02b18c4d8276102edd80ba22b92939c9a3fc94bda699c1477 +SIZE (graphene-sqlalchemy-2.2.2.tar.gz) = 24265 Added: head/devel/py-graphene-sqlalchemy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-graphene-sqlalchemy/pkg-descr Mon Nov 4 15:57:03 2019 (r516650) @@ -0,0 +1,3 @@ +A SQLAlchemy integration for Graphene. + +WWW: https://github.com/graphql-python/graphene-sqlalchemy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041557.xA4Fv3H7048491>