Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 16:55:28 +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: r521498 - in head/devel: . py-graphql-core2
Message-ID:  <201912301655.xBUGtSXk013609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 30 16:55:27 2019
New Revision: 521498
URL: https://svnweb.freebsd.org/changeset/ports/521498

Log:
  Add py-graphql-core2 2.2.1 (copied from py-graphql-core)
  
  - Add PORTSCOUT

Added:
  head/devel/py-graphql-core2/
     - copied from r521277, head/devel/py-graphql-core/
Modified:
  head/devel/Makefile
  head/devel/py-graphql-core2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 30 16:44:27 2019	(r521497)
+++ head/devel/Makefile	Mon Dec 30 16:55:27 2019	(r521498)
@@ -4225,7 +4225,7 @@
     SUBDIR += py-backcall
     SUBDIR += py-backports
     SUBDIR += py-backports.csv
-    SUBDIR += py-backports.functools_lru_cache
+    SUBDIR += py-backports.functools-lru-cache
     SUBDIR += py-backports.os
     SUBDIR += py-backports.shutil_get_terminal_size
     SUBDIR += py-backports.tempfile
@@ -4500,6 +4500,7 @@
     SUBDIR += py-graphene-django
     SUBDIR += py-graphene-sqlalchemy
     SUBDIR += py-graphql-core
+    SUBDIR += py-graphql-core2
     SUBDIR += py-graphql-relay
     SUBDIR += py-greenlet
     SUBDIR += py-grizzled

Modified: head/devel/py-graphql-core2/Makefile
==============================================================================
--- head/devel/py-graphql-core/Makefile	Sun Dec 29 12:22:30 2019	(r521277)
+++ head/devel/py-graphql-core2/Makefile	Mon Dec 30 16:55:27 2019	(r521498)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	GraphQL implementation for Python
@@ -22,5 +23,7 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^2\.
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301655.xBUGtSXk013609>