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

(-)Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
2
# $FreeBSD$
3
4
PORTNAME=	autopep8
5
PORTVERSION=	1.1
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	coder@tuxfamily.org
11
COMMENT=	Automatically formats Python code to PEP8 style guide
12
13
LICENSE=	MIT
14
15
RUN_DEPENDS=	${PYTHON_PKNAMEPREFIX}pep8:${PORTSDIR}/devel/pep8
16
17
USES=		python
18
USE_PYTHON=	distutils autoplist
19
20
.include <bsd.port.mk>
(-)distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (autopep8-1.1.tar.gz) = 4d97ef7ee8db336f0707beb8d09680d692ff0963462cde15d5eed336f5001d1f
2
SIZE (autopep8-1.1.tar.gz) = 106672
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
autopep8 automatically formats Python code to conform to the PEP 8 style guide.
2
It uses the pep8 utility to determine what parts of the code needs to be
3
formatted. autopep8 is capable of fixing most of the formatting issues that
4
can be reported by pep8.
5
6
WWW: https://pypi.python.org/pypi/autopep8

Return to bug 197682