Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 01:39:03 +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: r472738 - head/textproc/py-mistune
Message-ID:  <201806190139.w5J1d3X2019482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jun 19 01:39:03 2018
New Revision: 472738
URL: https://svnweb.freebsd.org/changeset/ports/472738

Log:
  textproc/py-mistune: Remove NO_ARCH=yes
  
  It has architecture-specific files.
  Remove USE_PYTHON=concurrent: not needed.
  
  Approved by:	portmgr

Modified:
  head/textproc/py-mistune/Makefile

Modified: head/textproc/py-mistune/Makefile
==============================================================================
--- head/textproc/py-mistune/Makefile	Tue Jun 19 01:35:13 2018	(r472737)
+++ head/textproc/py-mistune/Makefile	Tue Jun 19 01:39:03 2018	(r472738)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mistune
 PORTVERSION=	0.8.3
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test



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