On Fri, Feb 24, 2017 at 03:22:37PM -0500, Daniel Jakots wrote:
> On Tue, 21 Feb 2017 16:13:50 +0000, Stuart Henderson
> <s...@spacehopper.org> wrote:
> 
> > It also uses
> > "wheel" which isn't in ports as far as I can see.
> 
> See .tgz attached. Some tests are failing, not sure if it's really a
> problem.
> 
> 
> Cheers,
> Daniel

ok shadchin@

Small fix for test

--- Makefile.orig       Sat Feb 25 01:20:43 2017
+++ Makefile    Sat Feb 25 02:37:35 2017
@@ -18,7 +18,8 @@
 FLAVORS =              python3
 FLAVOR ?=
 
-TEST_DEPENDS =         devel/py-coverage${MODPY_FLAVOR} \
+TEST_DEPENDS =         ${BASE_PKGPATH}=${MODPY_EGG_VERSION} \
+                       devel/py-coverage${MODPY_FLAVOR} \
                        devel/py-jsonschema${MODPY_FLAVOR} \
                        devel/py-test${MODPY_FLAVOR} \
                        devel/py-test-cov${MODPY_FLAVOR}
@@ -27,6 +28,6 @@
        mv ${PREFIX}/bin/wheel{,${MODPY_BIN_SUFFIX}}
 
 do-test:
-       cd ${WRKSRC} && ${MODPY_BIN} -m pytest
+       cd ${WRKSRC} && ${MODPY_BIN} -m pytest wheel
 
 .include <bsd.port.mk>


-- 
Alexandr Shadchin

Reply via email to