pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flufl.testing Import flufl.testing 0.7 as dev...
details: https://anonhg.NetBSD.org/pkgsrc/rev/237dfba4b428
branches: trunk
changeset: 361756:237dfba4b428
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Wed Apr 26 10:16:43 2017 +0000
description:
Import flufl.testing 0.7 as devel/py-flufl.testing.
flake8 extensions for my Python coding style. nose2 plugin supporting
doctests and pattern matching.
diffstat:
devel/py-flufl.testing/DESCR | 2 ++
devel/py-flufl.testing/Makefile | 16 ++++++++++++++++
devel/py-flufl.testing/PLIST | 17 +++++++++++++++++
devel/py-flufl.testing/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 39fd0e8f572a -r 237dfba4b428 devel/py-flufl.testing/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.testing/DESCR Wed Apr 26 10:16:43 2017 +0000
@@ -0,0 +1,2 @@
+flake8 extensions for my Python coding style. nose2 plugin supporting
+doctests and pattern matching.
diff -r 39fd0e8f572a -r 237dfba4b428 devel/py-flufl.testing/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.testing/Makefile Wed Apr 26 10:16:43 2017 +0000
@@ -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@localhost
+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"
diff -r 39fd0e8f572a -r 237dfba4b428 devel/py-flufl.testing/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.testing/PLIST Wed Apr 26 10:16:43 2017 +0000
@@ -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
diff -r 39fd0e8f572a -r 237dfba4b428 devel/py-flufl.testing/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-flufl.testing/distinfo Wed Apr 26 10:16:43 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index