Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 02:21:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531051 - in head/devel: . py-tempora1
Message-ID:  <202004080221.0382L8sx003087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>
 



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