Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 10:01:47 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566463 - head/www/py-httpbin
Message-ID:  <202102241001.11OA1lfM087355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Feb 24 10:01:47 2021
New Revision: 566463
URL: https://svnweb.freebsd.org/changeset/ports/566463

Log:
  www/py-httpbin: add NO_ARCH
  
  Package installs some binary files (images), but it's not the reason to mark
  it platform-dependent.
  
  PR:		251847

Modified:
  head/www/py-httpbin/Makefile

Modified: head/www/py-httpbin/Makefile
==============================================================================
--- head/www/py-httpbin/Makefile	Wed Feb 24 09:55:45 2021	(r566462)
+++ head/www/py-httpbin/Makefile	Wed Feb 24 10:01:47 2021	(r566463)
@@ -24,6 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} test_httpbin.py



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