svn commit: r531051 - in head/devel: . py-tempora1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 8 02:21:09 UTC 2020


Author: sunpoet
Date: Wed Apr  8 02:21:08 2020
New Revision: 531051
URL: https://svnweb.freebsd.org/changeset/ports/531051

Log:
  Add py-tempora1 1.14.1 (copied from py-tempora)
  
  - Add PORTSCOUT

Added:
  head/devel/py-tempora1/
     - copied from r530874, head/devel/py-tempora/
Modified:
  head/devel/Makefile
  head/devel/py-tempora1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr  8 00:22:46 2020	(r531050)
+++ head/devel/Makefile	Wed Apr  8 02:21:08 2020	(r531051)
@@ -5055,6 +5055,7 @@
     SUBDIR += py-tblib
     SUBDIR += py-tconfpy
     SUBDIR += py-tempora
+    SUBDIR += py-tempora1
     SUBDIR += py-tenacity
     SUBDIR += py-termcolor
     SUBDIR += py-terminable_thread

Modified: head/devel/py-tempora1/Makefile
==============================================================================
--- head/devel/py-tempora/Makefile	Mon Apr  6 09:55:01 2020	(r530874)
+++ head/devel/py-tempora1/Makefile	Wed Apr  8 02:21:08 2020	(r531051)
@@ -3,10 +3,10 @@
 
 PORTNAME=	tempora
 PORTVERSION=	1.14.1
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Objects and routines pertaining to date and time
@@ -23,6 +23,9 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+# tempora 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list