Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 17:31:37 +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: r508196 - head/devel/py-pydantic
Message-ID:  <201908051731.x75HVbi4088434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug  5 17:31:37 2019
New Revision: 508196
URL: https://svnweb.freebsd.org/changeset/ports/508196

Log:
  devel/py-pydantic: Remove NO_ARCH from Makefile because it was there by mistake.

Modified:
  head/devel/py-pydantic/Makefile

Modified: head/devel/py-pydantic/Makefile
==============================================================================
--- head/devel/py-pydantic/Makefile	Mon Aug  5 16:59:25 2019	(r508195)
+++ head/devel/py-pydantic/Makefile	Mon Aug  5 17:31:37 2019	(r508196)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pydantic
 DISTVERSION=	0.31
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,5 @@ py36_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dataclasses>=
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
-
-NO_ARCH=	yes
 
 .include <bsd.port.mk>



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