Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 10:34:57 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499983 - head/devel/py-pluggy
Message-ID:  <201904251034.x3PAYvkk026743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Apr 25 10:34:57 2019
New Revision: 499983
URL: https://svnweb.freebsd.org/changeset/ports/499983

Log:
  devel/py-pluggy: Update to 0.9.0
  
  Changelog:
  
    https://github.com/pytest-dev/pluggy/blob/0.9.0/CHANGELOG.rst

Modified:
  head/devel/py-pluggy/Makefile
  head/devel/py-pluggy/distinfo
  head/devel/py-pluggy/pkg-descr

Modified: head/devel/py-pluggy/Makefile
==============================================================================
--- head/devel/py-pluggy/Makefile	Thu Apr 25 10:25:19 2019	(r499982)
+++ head/devel/py-pluggy/Makefile	Thu Apr 25 10:34:57 2019	(r499983)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pluggy
-PORTVERSION=	0.7.1
+PORTVERSION=	0.9.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-pluggy/distinfo
==============================================================================
--- head/devel/py-pluggy/distinfo	Thu Apr 25 10:25:19 2019	(r499982)
+++ head/devel/py-pluggy/distinfo	Thu Apr 25 10:34:57 2019	(r499983)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548896326
-SHA256 (pluggy-0.7.1.tar.gz) = 95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1
-SIZE (pluggy-0.7.1.tar.gz) = 47784
+TIMESTAMP = 1556188044
+SHA256 (pluggy-0.9.0.tar.gz) = 19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f
+SIZE (pluggy-0.9.0.tar.gz) = 54035

Modified: head/devel/py-pluggy/pkg-descr
==============================================================================
--- head/devel/py-pluggy/pkg-descr	Thu Apr 25 10:25:19 2019	(r499982)
+++ head/devel/py-pluggy/pkg-descr	Thu Apr 25 10:34:57 2019	(r499983)
@@ -1,4 +1,14 @@
-This is the plugin manager as used by pytest but stripped of pytest
-specific details.
+pluggy is the crystallized core of plugin management and hook calling for
+pytest. It enables 500+ plugins to extend and customize pytest’s defau
+t 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.
 
-WWW: https://pypi.org/project/pluggy/
+It gives users the ability to extend or modify the behaviour of a host
+program by installing a plugin for that program. The plugin code will run
+as part of normal program execution, changing or enhancing certain aspects
+of it.
+
+In essence, pluggy enables function hooking so you can build "pluggable"
+systems.
+
+WWW: https://github.com/pytest-dev/pluggy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251034.x3PAYvkk026743>