On Tue, Sep 08, 2020 at 08:36:46AM +0000, wen heping wrote:
> Hi, ports@:
> Here is a simple patch for devel/py-pathspec to update to 0.8.0.
> It build well and pass all tests on amd64-current system.
> One port depends on it : devel/py-yamllint. It build well and pass
> all tests too.
> Cheers !
> wen
Committed with tweaks to have it use MODPY_PYTEST
Thanks!
--Kurt
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-pathspec/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- Makefile 3 Jul 2020 21:12:47 -0000 1.5
> +++ Makefile 8 Sep 2020 08:33:07 -0000
> @@ -2,10 +2,9 @@
>
> COMMENT = utility for gitignore style pattern matching of file paths
>
> -MODPY_EGG_VERSION = 0.5.9
> +MODPY_EGG_VERSION = 0.8.0
> DISTNAME = pathspec-${MODPY_EGG_VERSION}
> PKGNAME = py-${DISTNAME}
> -REVISION = 1
>
> CATEGORIES = devel
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/py-pathspec/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo 22 Jan 2019 11:18:53 -0000 1.2
> +++ distinfo 8 Sep 2020 08:33:07 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (pathspec-0.5.9.tar.gz) = VKXquJXYnzQrUror/+cJMO+fjZbjmMzPUw0h+gUWqHM=
> -SIZE (pathspec-0.5.9.tar.gz) = 25473
> +SHA256 (pathspec-0.8.0.tar.gz) = 2kUXPrOm8qWkh++6IfBQrytBlIvmq1K2oeP/IruLcGE=
> +SIZE (pathspec-0.8.0.tar.gz) = 26256
No comments:
Post a Comment