[Bug 256925] [NEW PORT]: devel/py-cymbal: Easily add functionality missing from libclang Python bindings

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Aug 2021 01:52:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256925

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch
              Flags|maintainer-feedback+        |maintainer-feedback?(ports@
                   |                            |nicandneal.net)
            Summary|[NEW PORT]:                 |[NEW PORT]:
                   |devel/py-cymbal: Helps you  |devel/py-cymbal: Easily add
                   |add functionality missing   |functionality missing from
                   |from libclang Python        |libclang Python bindings
                   |bindings                    |

--- Comment #8 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Neal Nelson from comment #7)

'Package test suite' here means the 'upstream test suite' (apologies for not
being clear earlier).

In this case upstream has them as:

    tests_require=['unittest2'],
    test_suite='unittest2.collector'

Add TEST_DEPENDS on unittest2 and create a do-test target that:

cd ${WRKSRC} && ${PYTHON_CMD} -m unittest2 discover  (might need 'tests' dir as
final arg

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