On 2020/12/08 18:34, trondd wrote:
> This update is mostly just switching from nose to py-test for 'make test' and
> some minor tweaks. Keeping it up to date with net/gpodder which I'll also
> submit.
please use MODPY_PYTEST for pytest.
>
> Tim.
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/py-podcastparser/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile 19 Aug 2020 12:25:13 -0000 1.10
> +++ Makefile 8 Dec 2020 23:33:09 -0000
> @@ -2,11 +2,10 @@
>
> COMMENT= simple, fast and efficient podcast parser
>
> -MODPY_EGG_VERSION= 0.6.5
> +MODPY_EGG_VERSION= 0.6.6
> DISTNAME= podcastparser-${MODPY_EGG_VERSION}
> PKGNAME= py-${DISTNAME}
> CATEGORIES= textproc
> -REVISION= 0
>
> MAINTAINER= Tim Meunier <[email protected]>
>
> @@ -19,8 +18,9 @@ MODPY_PI= Yes
>
> BUILD_DEPENDS= textproc/py-sphinx${MODPY_FLAVOR}
>
> -TEST_DEPENDS= devel/py-nose${MODPY_FLAVOR} \
> - devel/py-coverage${MODPY_FLAVOR}
> +TEST_DEPENDS= devel/py-coverage${MODPY_FLAVOR} \
> + devel/py-test${MODPY_FLAVOR} \
> + devel/py-test-cov${MODPY_FLAVOR}
>
> FLAVORS= python3
> FLAVOR= python3
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/textproc/py-podcastparser/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo 5 Jul 2020 14:51:05 -0000 1.5
> +++ distinfo 8 Dec 2020 23:33:09 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (podcastparser-0.6.5.tar.gz) =
> 6wCOSQ2HiXeKSDj/fjE8xN/1j5WtoV4Ye4FEIN69wkw=
> -SIZE (podcastparser-0.6.5.tar.gz) = 22232
> +SHA256 (podcastparser-0.6.6.tar.gz) =
> ow6EECAD+w60IABUZRQkWs97l1Qduk6IjRxMBrHIRFQ=
> +SIZE (podcastparser-0.6.6.tar.gz) = 23482
>