svn commit: r508196 - head/devel/py-pydantic

Yuri Victorovich yuri at FreeBSD.org
Mon Aug 5 17:31:38 UTC 2019


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>


More information about the svn-ports-all mailing list