Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 01:52:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256925] [NEW PORT]: devel/py-cymbal: Easily add functionality missing from libclang Python bindings
Message-ID:  <bug-256925-7788-gbl0v3q0Kj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256925-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256925

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=3D['unittest2'],
    test_suite=3D'unittest2.collector'

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256925-7788-gbl0v3q0Kj>