[Bug 264736] devel/py-graphene RUN_DEPENDS update

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Jun 2022 15:07:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264736

            Bug ID: 264736
           Summary: devel/py-graphene RUN_DEPENDS update
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: rob.kruus@gmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 234751
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234751&action=edit
Makefile patch for RUN_DEPENDS

In the source setup.py:
    install_requires=[
        "graphql-core>=3.1,<3.3",
        "graphql-relay>=3.1,<3.3",
        "aniso8601>=8,<10",
    ],

but the port specifies:
              
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1<3:devel/py-graphql-core2@${PY_FLAVOR}
\
              
${PYTHON_PKGNAMEPREFIX}graphql-relay2>=2<3:devel/py-graphql-relay2@${PY_FLAVOR}
\

Patch updates the RUN_DEPENDS.

-- 
You are receiving this mail because:
You are the assignee for the bug.