aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-autopep8/Makefile
blob: 69e861e92f02a0f8886e6dab45b36110ab6492b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                     




                                       
                                                                                     
                                                  



                                 
                                                                                             
                                                                            
 
                           
                                              
 
                   

                      
PORTNAME=	autopep8
PORTVERSION=	1.7.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Automatically formats Python code to conform to the PEP 8 style guide
WWW=		https://github.com/hhatto/autopep8

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.9.1:devel/py-pycodestyle@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>