Date: Tue, 14 May 2019 08:37:15 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501630 - head/devel/py-pluggy Message-ID: <201905140837.x4E8bFW4095865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue May 14 08:37:15 2019 New Revision: 501630 URL: https://svnweb.freebsd.org/changeset/ports/501630 Log: devel/py-pluggy: Fix typo in pkg-descr Modified: head/devel/py-pluggy/pkg-descr Modified: head/devel/py-pluggy/pkg-descr ============================================================================== --- head/devel/py-pluggy/pkg-descr Tue May 14 08:32:20 2019 (r501629) +++ head/devel/py-pluggy/pkg-descr Tue May 14 08:37:15 2019 (r501630) @@ -1,5 +1,5 @@ pluggy is the crystallized core of plugin management and hook calling for -pytest. It enables 500+ plugins to extend and customize pytest's defaut +pytest. It enables 500+ plugins to extend and customize pytest's default behaviour. Even pytest itself is composed as a set of pluggy plugins which are invoked in sequence according to a well defined set of protocols.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905140837.x4E8bFW4095865>