Import py-pluggy-0.3.1 as devel/py-pluggy.
This package contains the plugin manager as used by pytest but stripped of pytest specific details.
This commit is contained in:
parent
3e7dc22068
commit
4754e2341c
4 changed files with 31 additions and 0 deletions
2
devel/py-pluggy/DESCR
Normal file
2
devel/py-pluggy/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This package contains the plugin manager as used by pytest but
|
||||
stripped of pytest specific details.
|
14
devel/py-pluggy/Makefile
Normal file
14
devel/py-pluggy/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/11/08 09:20:58 wiz Exp $
|
||||
|
||||
DISTNAME= pluggy-0.3.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://pypi.python.org/pypi/pluggy
|
||||
COMMENT= Plugin and hook calling mechanisms for python
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
devel/py-pluggy/PLIST
Normal file
9
devel/py-pluggy/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/11/08 09:20:58 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/pbr.json
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pluggy.py
|
||||
${PYSITELIB}/pluggy.pyc
|
||||
${PYSITELIB}/pluggy.pyo
|
6
devel/py-pluggy/distinfo
Normal file
6
devel/py-pluggy/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/11/08 09:20:58 wiz Exp $
|
||||
|
||||
SHA1 (pluggy-0.3.1.tar.gz) = b6436aedc6ab72e8bce3ea6a2edd800156169a11
|
||||
RMD160 (pluggy-0.3.1.tar.gz) = 7735da5072ccb9873e757572a08d5cb663ce487f
|
||||
SHA512 (pluggy-0.3.1.tar.gz) = ebff28ef6d5eb78d8043fcf3860e43dd80bd800c12f6f744ae2a8757815f94034c858dbd6f4ab35dd4c609d4446aeb1783ace4f54ea6c3de6ec295ec06c7abb8
|
||||
Size (pluggy-0.3.1.tar.gz) = 15821 bytes
|
Loading…
Reference in a new issue