svn commit: r525524 - in head/devel: . py-taskflow3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 8 09:15:26 UTC 2020
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 at 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>
More information about the svn-ports-all
mailing list