svn commit: r435161 - head/devel/py-pycodestyle
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Mar 1 15:01:04 UTC 2017
Author: amdmi3
Date: Wed Mar 1 15:01:02 2017
New Revision: 435161
URL: https://svnweb.freebsd.org/changeset/ports/435161
Log:
- Update to 2.3.1
- Add PyPi WWW
PR: 217135
Submitted by: amdmi3
Modified:
head/devel/py-pycodestyle/Makefile
head/devel/py-pycodestyle/distinfo
head/devel/py-pycodestyle/pkg-descr
Modified: head/devel/py-pycodestyle/Makefile
==============================================================================
--- head/devel/py-pycodestyle/Makefile Wed Mar 1 15:00:34 2017 (r435160)
+++ head/devel/py-pycodestyle/Makefile Wed Mar 1 15:01:02 2017 (r435161)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pycodestyle
-PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTVERSION= 2.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-pycodestyle/distinfo
==============================================================================
--- head/devel/py-pycodestyle/distinfo Wed Mar 1 15:00:34 2017 (r435160)
+++ head/devel/py-pycodestyle/distinfo Wed Mar 1 15:01:02 2017 (r435161)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484910290
-SHA256 (pycodestyle-2.2.0.tar.gz) = df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a
-SIZE (pycodestyle-2.2.0.tar.gz) = 85811
+TIMESTAMP = 1485935271
+SHA256 (pycodestyle-2.3.1.tar.gz) = 682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766
+SIZE (pycodestyle-2.3.1.tar.gz) = 89460
Modified: head/devel/py-pycodestyle/pkg-descr
==============================================================================
--- head/devel/py-pycodestyle/pkg-descr Wed Mar 1 15:00:34 2017 (r435160)
+++ head/devel/py-pycodestyle/pkg-descr Wed Mar 1 15:01:02 2017 (r435161)
@@ -4,4 +4,5 @@ style conventions in PEP 8.
This package used to be called pep8 but was renamed to pycodestyle
to reduce confusion
+WWW: https://pypi.python.org/pypi/pycodestyle
WWW: https://pycodestyle.readthedocs.io/en/latest/
More information about the svn-ports-all
mailing list