pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-codestyle Import py-codestyle-2.0.0 as devel/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dd2ca5cae91
branches: trunk
changeset: 353136:7dd2ca5cae91
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 30 10:36:13 2016 +0000
description:
Import py-codestyle-2.0.0 as devel/py-codestyle.
This is the successor of py-pep8.
pycodestyle is a tool to check your Python code against some of
the style conventions in PEP 8.
diffstat:
devel/py-codestyle/ALTERNATIVES | 1 +
devel/py-codestyle/DESCR | 2 ++
devel/py-codestyle/Makefile | 22 ++++++++++++++++++++++
devel/py-codestyle/PLIST | 12 ++++++++++++
devel/py-codestyle/distinfo | 6 ++++++
5 files changed, 43 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 0dde23c16e48 -r 7dd2ca5cae91 devel/py-codestyle/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-codestyle/ALTERNATIVES Fri Sep 30 10:36:13 2016 +0000
@@ -0,0 +1,1 @@
+bin/pycodestyle @PREFIX@/bin/pycodestyle-@PYVERSSUFFIX@
diff -r 0dde23c16e48 -r 7dd2ca5cae91 devel/py-codestyle/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-codestyle/DESCR Fri Sep 30 10:36:13 2016 +0000
@@ -0,0 +1,2 @@
+pycodestyle is a tool to check your Python code against some of
+the style conventions in PEP 8.
diff -r 0dde23c16e48 -r 7dd2ca5cae91 devel/py-codestyle/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-codestyle/Makefile Fri Sep 30 10:36:13 2016 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/09/30 10:36:13 wiz Exp $
+
+DISTNAME= pycodestyle-2.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycodestyle/}
+
+MAINTAINER= wenheping%gmail.com@localhost
+HOMEPAGE= http://github.com/PyCQA/pycodestyle
+COMMENT= Python style guide checker
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && mv pycodestyle pycodestyle-${PYVERSSUFFIX}
+
+do-test:
+ cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup.py test
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0dde23c16e48 -r 7dd2ca5cae91 devel/py-codestyle/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-codestyle/PLIST Fri Sep 30 10:36:13 2016 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2016/09/30 10:36:13 wiz Exp $
+bin/pycodestyle-${PYVERSSUFFIX}
+${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pycodestyle.py
+${PYSITELIB}/pycodestyle.pyc
+${PYSITELIB}/pycodestyle.pyo
diff -r 0dde23c16e48 -r 7dd2ca5cae91 devel/py-codestyle/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-codestyle/distinfo Fri Sep 30 10:36:13 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/09/30 10:36:13 wiz Exp $
+
+SHA1 (pycodestyle-2.0.0.tar.gz) = 498a91b4e93a7e656d15b7166014de994adf388f
+RMD160 (pycodestyle-2.0.0.tar.gz) = 2e96f05c6bfc5f91e35e0534042147697f98559c
+SHA512 (pycodestyle-2.0.0.tar.gz) = c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
+Size (pycodestyle-2.0.0.tar.gz) = 81701 bytes
Home |
Main Index |
Thread Index |
Old Index