Import flufl.testing 0.7 as devel/py-flufl.testing.
flake8 extensions for my Python coding style. nose2 plugin supporting doctests and pattern matching.
This commit is contained in:
parent
f037d2181f
commit
70e73224e3
4 changed files with 41 additions and 0 deletions
2
devel/py-flufl.testing/DESCR
Normal file
2
devel/py-flufl.testing/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
flake8 extensions for my Python coding style. nose2 plugin supporting
|
||||
doctests and pattern matching.
|
16
devel/py-flufl.testing/Makefile
Normal file
16
devel/py-flufl.testing/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/04/26 10:16:43 fhajny Exp $
|
||||
|
||||
DISTNAME= flufl.testing-0.7
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flufl.testing/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://gitlab.com/warsaw/flufl.testing/
|
||||
COMMENT= Small collection of test tool plugins
|
||||
LICENSE= apache-2.0
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 36 35 34
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
devel/py-flufl.testing/PLIST
Normal file
17
devel/py-flufl.testing/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/04/26 10:16:43 fhajny Exp $
|
||||
${PYSITELIB}/${EGG_NAME}-nspkg.pth
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/flufl/testing/__init__.py
|
||||
${PYSITELIB}/flufl/testing/__init__.pyo
|
||||
${PYSITELIB}/flufl/testing/__init__.pyc
|
||||
${PYSITELIB}/flufl/testing/imports.pyo
|
||||
${PYSITELIB}/flufl/testing/imports.pyc
|
||||
${PYSITELIB}/flufl/testing/nose.pyo
|
||||
${PYSITELIB}/flufl/testing/nose.pyc
|
||||
${PYSITELIB}/flufl/testing/imports.py
|
||||
${PYSITELIB}/flufl/testing/nose.py
|
6
devel/py-flufl.testing/distinfo
Normal file
6
devel/py-flufl.testing/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/26 10:16:43 fhajny Exp $
|
||||
|
||||
SHA1 (flufl.testing-0.7.tar.gz) = 167cc9c1a64f8fd1b37aa3dbf30f2b51a4ca5a73
|
||||
RMD160 (flufl.testing-0.7.tar.gz) = f81280a2cd87e322d47deccf54815b764ae5b777
|
||||
SHA512 (flufl.testing-0.7.tar.gz) = 281ebef3240f3deb70402097cd84d0b2418e9f18df9a447a1adde8136c03b9442de0f85fa018e0199bdf92316e649be002a9491f09d70114d0aa50d621fbbee6
|
||||
Size (flufl.testing-0.7.tar.gz) = 8466 bytes
|
Loading…
Reference in a new issue