pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flufl.testing
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 26 10:16:43 UTC 2017
Added Files:
pkgsrc/devel/py-flufl.testing: DESCR Makefile PLIST distinfo
Log Message:
Import flufl.testing 0.7 as devel/py-flufl.testing.
flake8 extensions for my Python coding style. nose2 plugin supporting
doctests and pattern matching.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-flufl.testing/DESCR \
pkgsrc/devel/py-flufl.testing/Makefile \
pkgsrc/devel/py-flufl.testing/PLIST \
pkgsrc/devel/py-flufl.testing/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-flufl.testing/DESCR
diff -u /dev/null pkgsrc/devel/py-flufl.testing/DESCR:1.1
--- /dev/null Wed Apr 26 10:16:43 2017
+++ pkgsrc/devel/py-flufl.testing/DESCR Wed Apr 26 10:16:43 2017
@@ -0,0 +1,2 @@
+flake8 extensions for my Python coding style. nose2 plugin supporting
+doctests and pattern matching.
Index: pkgsrc/devel/py-flufl.testing/Makefile
diff -u /dev/null pkgsrc/devel/py-flufl.testing/Makefile:1.1
--- /dev/null Wed Apr 26 10:16:43 2017
+++ pkgsrc/devel/py-flufl.testing/Makefile Wed Apr 26 10:16:43 2017
@@ -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"
Index: pkgsrc/devel/py-flufl.testing/PLIST
diff -u /dev/null pkgsrc/devel/py-flufl.testing/PLIST:1.1
--- /dev/null Wed Apr 26 10:16:43 2017
+++ pkgsrc/devel/py-flufl.testing/PLIST Wed Apr 26 10:16:43 2017
@@ -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
Index: pkgsrc/devel/py-flufl.testing/distinfo
diff -u /dev/null pkgsrc/devel/py-flufl.testing/distinfo:1.1
--- /dev/null Wed Apr 26 10:16:43 2017
+++ pkgsrc/devel/py-flufl.testing/distinfo Wed Apr 26 10:16:43 2017
@@ -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