View | Details | Raw Unified | Return to bug 217135
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pycodestyle
4
PORTNAME=	pycodestyle
5
PORTVERSION=	2.2.0
5
PORTVERSION=	2.3.1
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484910290
1
TIMESTAMP = 1485935271
2
SHA256 (pycodestyle-2.2.0.tar.gz) = df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a
2
SHA256 (pycodestyle-2.3.1.tar.gz) = 682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766
3
SIZE (pycodestyle-2.2.0.tar.gz) = 85811
3
SIZE (pycodestyle-2.3.1.tar.gz) = 89460
(-)pkg-descr (+1 lines)
Lines 4-7 Link Here
4
This package used to be called pep8 but was renamed to pycodestyle
4
This package used to be called pep8 but was renamed to pycodestyle
5
to reduce confusion
5
to reduce confusion
6
6
7
WWW: https://pypi.python.org/pypi/pycodestyle
7
WWW: https://pycodestyle.readthedocs.io/en/latest/
8
WWW: https://pycodestyle.readthedocs.io/en/latest/

Return to bug 217135