Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 17:57:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479325 - head/devel/pep8
Message-ID:  <201809091757.w89HvKSM044661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep  9 17:57:20 2018
New Revision: 479325
URL: https://svnweb.freebsd.org/changeset/ports/479325

Log:
  devel/pep8: Remove USE_PYTHON=concurrent; Add USE_PYTHON=noflavors
  
  This port only provides one executable, and no usable libraries, therefore
  flavors and concurrency aren't needed.
  It has been renamed to 'pycodestyle', see devel/py-pycodestyle.
  
  Approved by:	portmgr blanket

Modified:
  head/devel/pep8/Makefile
  head/devel/pep8/pkg-descr

Modified: head/devel/pep8/Makefile
==============================================================================
--- head/devel/pep8/Makefile	Sun Sep  9 17:47:32 2018	(r479324)
+++ head/devel/pep8/Makefile	Sun Sep  9 17:57:20 2018	(r479325)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pep8
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,9 @@ COMMENT=	Python style guide checker
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils noflavors
+NO_ARCH=	yes
 
 do-test:
 	@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \

Modified: head/devel/pep8/pkg-descr
==============================================================================
--- head/devel/pep8/pkg-descr	Sun Sep  9 17:47:32 2018	(r479324)
+++ head/devel/pep8/pkg-descr	Sun Sep  9 17:57:20 2018	(r479325)
@@ -1,4 +1,6 @@
 pep8 is a tool to check your Python code against some of the style conventions
 in PEP 8.
 
+This project was renamed to 'pycodestyle', see the port devel/py-pycodestyle.
+
 WWW: https://pypi.org/project/pep8/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809091757.w89HvKSM044661>