svn commit: r532517 - head/devel/py-oslo.config7

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 22 21:24:40 UTC 2020


Author: sunpoet
Date: Wed Apr 22 21:24:39 2020
New Revision: 532517
URL: https://svnweb.freebsd.org/changeset/ports/532517

Log:
  Add py-oslo.config7 7.0.0 (copied from py-oslo.config)
  
  - Add PORTSCOUT

Added:
  head/devel/py-oslo.config7/
     - copied from r532514, head/devel/py-oslo.config/
Modified:
  head/devel/py-oslo.config7/Makefile

Modified: head/devel/py-oslo.config7/Makefile
==============================================================================
--- head/devel/py-oslo.config/Makefile	Wed Apr 22 21:12:51 2020	(r532514)
+++ head/devel/py-oslo.config7/Makefile	Wed Apr 22 21:24:39 2020	(r532517)
@@ -6,6 +6,7 @@ PORTVERSION=	7.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	7
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Oslo Configuration library
@@ -27,6 +28,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# oslo.config 8.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^7\.
 
 post-patch:
 	@${GREP} -lr /etc ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g'


More information about the svn-ports-all mailing list