git: eb469555f5f2 - main - devel/py-futurist1: Remove obsoleted port
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 15:46:14 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb469555f5f23df73d51a2e8d04e7e915e882165
commit eb469555f5f23df73d51a2e8d04e7e915e882165
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:10 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:10 +0000
devel/py-futurist1: Remove obsoleted port
Use devel/py-futurist instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-futurist1/Makefile | 29 -----------------------------
devel/py-futurist1/distinfo | 3 ---
devel/py-futurist1/pkg-descr | 7 -------
5 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/MOVED b/MOVED
index 014887cd9562..d802c9342f26 100644
--- a/MOVED
+++ b/MOVED
@@ -16346,3 +16346,4 @@ irc/oragono|irc/ergo|2021-06-08|Project renamed
devel/py-castellan1|devel/py-castellan|2021-06-10|Remove obsoleted port. Use devel/py-castellan instead
devel/py-cliff2|devel/py-cliff|2021-06-10|Remove obsoleted port. Use devel/py-cliff instead
devel/py-cmd208|devel/py-cmd2|2021-06-10|Remove obsoleted port. Use devel/py-cmd2 instead
+devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel/py-futurist instead
diff --git a/devel/Makefile b/devel/Makefile
index b5852be837ce..bd1bbd5c32c1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4464,7 +4464,6 @@
SUBDIR += py-future
SUBDIR += py-future-annotations
SUBDIR += py-futurist
- SUBDIR += py-futurist1
SUBDIR += py-fuzzywuzzy
SUBDIR += py-fypp
SUBDIR += py-game
diff --git a/devel/py-futurist1/Makefile b/devel/py-futurist1/Makefile
deleted file mode 100644
index a06fb34bcffc..000000000000
--- a/devel/py-futurist1/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
-
-PORTNAME= futurist
-PORTVERSION= 1.10.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 1
-
-MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= Useful additions to futures, from the future
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# futurist 2.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^1\.
-
-.include <bsd.port.mk>
diff --git a/devel/py-futurist1/distinfo b/devel/py-futurist1/distinfo
deleted file mode 100644
index 95cdcd757b23..000000000000
--- a/devel/py-futurist1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1575793923
-SHA256 (futurist-1.10.0.tar.gz) = 139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e
-SIZE (futurist-1.10.0.tar.gz) = 42320
diff --git a/devel/py-futurist1/pkg-descr b/devel/py-futurist1/pkg-descr
deleted file mode 100644
index e365771ecc04..000000000000
--- a/devel/py-futurist1/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Code from the future, delivered to you in the now. The goal of this library
-would be to provide a well documented futures classes/utilities/additions that
-allows for providing a level of transparency in how asynchronous work gets
-executed. This library currently adds statistics gathering, an eventlet
-executor, a synchronous executor etc.
-
-WWW: https://pypi.org/project/futurist/
More information about the dev-commits-ports-all
mailing list