pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pep8 Mention that this package is obsolete.
details: https://anonhg.NetBSD.org/pkgsrc/rev/13f2b1152e27
branches: trunk
changeset: 353137:13f2b1152e27
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 30 10:36:47 2016 +0000
description:
Mention that this package is obsolete.
diffstat:
devel/py-pep8/DESCR | 4 +++-
devel/py-pep8/Makefile | 5 ++---
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 7dd2ca5cae91 -r 13f2b1152e27 devel/py-pep8/DESCR
--- a/devel/py-pep8/DESCR Fri Sep 30 10:36:13 2016 +0000
+++ b/devel/py-pep8/DESCR Fri Sep 30 10:36:47 2016 +0000
@@ -1,2 +1,4 @@
pep8 is a tool to check your Python code against some of
-the style conventions in PEP 8
+the style conventions in PEP 8.
+
+This package is obsolete: use py-codestyle instead.
diff -r 7dd2ca5cae91 -r 13f2b1152e27 devel/py-pep8/Makefile
--- a/devel/py-pep8/Makefile Fri Sep 30 10:36:13 2016 +0000
+++ b/devel/py-pep8/Makefile Fri Sep 30 10:36:47 2016 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:26 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2016/09/30 10:36:47 wiz Exp $
DISTNAME= pep8-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -8,7 +7,7 @@
MAINTAINER= wenheping%gmail.com@localhost
HOMEPAGE= http://github.com/jcrocholl/pep8
-COMMENT= Python style guide checker
+COMMENT= Python style guide checker (obsolete, use py-codestyle)
LICENSE= mit
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index