Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 09:15:25 +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: r525524 - in head/devel: . py-taskflow3
Message-ID:  <202002080915.0189FPUM014965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  8 09:15:25 2020
New Revision: 525524
URL: https://svnweb.freebsd.org/changeset/ports/525524

Log:
  Add py-taskflow3 3.8.0 (copied from py-taskflow)
  
  - Add PORTSCOUT

Added:
  head/devel/py-taskflow3/
     - copied from r525488, head/devel/py-taskflow/
Modified:
  head/devel/Makefile
  head/devel/py-taskflow3/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb  8 08:24:56 2020	(r525523)
+++ head/devel/Makefile	Sat Feb  8 09:15:25 2020	(r525524)
@@ -5023,6 +5023,7 @@
     SUBDIR += py-tapi
     SUBDIR += py-tarantool-queue
     SUBDIR += py-taskflow
+    SUBDIR += py-taskflow3
     SUBDIR += py-tblib
     SUBDIR += py-tconfpy
     SUBDIR += py-tempora

Modified: head/devel/py-taskflow3/Makefile
==============================================================================
--- head/devel/py-taskflow/Makefile	Fri Feb  7 13:59:26 2020	(r525488)
+++ head/devel/py-taskflow3/Makefile	Sat Feb  8 09:15:25 2020	(r525524)
@@ -3,10 +3,10 @@
 
 PORTNAME=	taskflow
 PORTVERSION=	3.8.0
-PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Taskflow structured state management library
@@ -33,6 +33,8 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.pre.mk>
 



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