diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-03-10 17:03:37 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-03-10 17:03:37 +0000 |
commit | 8c5202b6db28e9d2b87d38bf4c165fd7f2c599a5 (patch) | |
tree | c6dadfdbb0a0b8d5d1291b3d589e3f957644d90f | |
parent | Add compiler:c11 to USES to fix build on gcc-based architectures. (diff) |
Update to 0.7.1
PR: 235338
Submitted by: John W. O'Brien
Approved by: koobs (maintainer), ler (mentor, implicit)
-rw-r--r-- | devel/py-pluggy/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pluggy/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/py-pluggy/Makefile b/devel/py-pluggy/Makefile index 8521315de710..e80684f17934 100644 --- a/devel/py-pluggy/Makefile +++ b/devel/py-pluggy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pluggy -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Plugin and hook calling mechanisms for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils diff --git a/devel/py-pluggy/distinfo b/devel/py-pluggy/distinfo index e6ed630c09d1..74380b328c90 100644 --- a/devel/py-pluggy/distinfo +++ b/devel/py-pluggy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512650001 -SHA256 (pluggy-0.6.0.tar.gz) = 7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff -SIZE (pluggy-0.6.0.tar.gz) = 19678 +TIMESTAMP = 1548896326 +SHA256 (pluggy-0.7.1.tar.gz) = 95eb8364a4708392bae89035f45341871286a333f749c3141c20573d2b3876e1 +SIZE (pluggy-0.7.1.tar.gz) = 47784 |