svn commit: r530558 - in head/devel: . py-futurist1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 4 07:22:00 UTC 2020
Author: sunpoet
Date: Sat Apr 4 07:21:46 2020
New Revision: 530558
URL: https://svnweb.freebsd.org/changeset/ports/530558
Log:
Add py-futurist1 1.10.0 (copied from py-futurist)
- Add PORTSCOUT
Added:
head/devel/py-futurist1/
- copied from r530381, head/devel/py-futurist/
Modified:
head/devel/Makefile
head/devel/py-futurist1/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Apr 4 07:13:35 2020 (r530557)
+++ head/devel/Makefile Sat Apr 4 07:21:46 2020 (r530558)
@@ -4401,6 +4401,7 @@
SUBDIR += py-future
SUBDIR += py-futures
SUBDIR += py-futurist
+ SUBDIR += py-futurist1
SUBDIR += py-fuzzywuzzy
SUBDIR += py-fypp
SUBDIR += py-game
Modified: head/devel/py-futurist1/Makefile
==============================================================================
--- head/devel/py-futurist/Makefile Thu Apr 2 15:15:14 2020 (r530381)
+++ head/devel/py-futurist1/Makefile Sat Apr 4 07:21:46 2020 (r530558)
@@ -6,6 +6,7 @@ PORTVERSION= 1.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 1
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Useful additions to futures, from the future
@@ -22,6 +23,8 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+
+PORTSCOUT= limit:^1\.
.include <bsd.port.pre.mk>
More information about the svn-ports-all
mailing list