[NEW] devel/py-pluggy: Plugin and hook calling mechanisms for Python
This is the plugin manager as used by pytest but stripped of pytest specific details. WWW: https://pypi.python.org/pypi/pluggy
This commit is contained in:
parent
64f5d0889b
commit
de656512ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400446
4 changed files with 33 additions and 0 deletions
|
@ -4154,6 +4154,7 @@
|
|||
SUBDIR += py-pip
|
||||
SUBDIR += py-plan
|
||||
SUBDIR += py-plex
|
||||
SUBDIR += py-pluggy
|
||||
SUBDIR += py-ply
|
||||
SUBDIR += py-polib
|
||||
SUBDIR += py-posix_ipc
|
||||
|
|
26
devel/py-pluggy/Makefile
Normal file
26
devel/py-pluggy/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pluggy
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Plugin and hook calling mechanisms for Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-pluggy/distinfo
Normal file
2
devel/py-pluggy/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pluggy-0.3.1.tar.gz) = 159cc783e056c07da6552aa5aef6b1e6c0064b4f18bd49c531fd2d40aafb0ea3
|
||||
SIZE (pluggy-0.3.1.tar.gz) = 15821
|
4
devel/py-pluggy/pkg-descr
Normal file
4
devel/py-pluggy/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is the plugin manager as used by pytest but stripped of pytest
|
||||
specific details.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/pluggy
|
Loading…
Reference in a new issue