summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-11-15 18:37:28 +0000
committerRene Ladan <rene@FreeBSD.org>2020-11-15 18:37:28 +0000
commita1d58205a00f8ab1c844ef5a4dc33ef603a86764 (patch)
tree71d50e391310cf9197c961ad0ec0d62675323815 /misc
parentaudio/gsequencer: Update 3.5.16 -> 3.6.14 (diff)
Remove expired ports:
2020-11-15 archivers/py-pyliblzma: Uses deprecated version of python 2020-11-15 databases/postgis23: Upstream no longer maintained 2020-11-15 databases/py-htsql: Uses deprecated version of python 2020-11-15 devel/bzr-fastimport: Uses deprecated version of python 2020-11-15 devel/py-ToscaWidgets: Uses deprecated version of python 2020-11-15 devel/py-calendar: Uses deprecated version of python 2020-11-15 devel/py-distorm: Uses deprecated version of python 2020-11-15 devel/py-fabric1: Uses deprecated version of python 2020-11-15 devel/py-rcsparse: Uses deprecated version of python 2020-11-15 devel/pyrex: Uses deprecated version of python 2020-11-15 japanese/py-tegaki: Uses deprecated version of python 2020-11-15 math/py-networkx1: Obsolete, please use math/py-networkx instead 2020-11-15 misc/py-progressbar231: Uses deprecated version of python 2020-11-15 multimedia/py-kaa-imlib2: Uses deprecated version of python 2020-11-15 multimedia/py-kaa-metadata: Uses deprecated version of python 2020-11-15 net-im/libtelepathy: Uses deprecated version of python 2020-11-15 security/py-mcrypt: Uses deprecated version of python 2020-11-15 www/py-beautifulsoup32: Uses deprecated version of python 2020-11-15 www/py-evernote: Uses deprecated version of python 2020-04-01 www/py-meld3: EOLed upstream 2020-11-15 www/py-requestbuilder: Uses deprecated version of python 2020-11-15 x11-toolkits/py-SquareMap: Uses deprecated version of python
Notes
Notes: svn path=/head/; revision=555416
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/py-progressbar231/Makefile23
-rw-r--r--misc/py-progressbar231/distinfo2
-rw-r--r--misc/py-progressbar231/pkg-descr16
4 files changed, 0 insertions, 42 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 2b7293cb6761..fbb9a4a8606d 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -396,7 +396,6 @@
SUBDIR += py-powerline-status
SUBDIR += py-progressbar
SUBDIR += py-progressbar2
- SUBDIR += py-progressbar231
SUBDIR += py-pyfiglet
SUBDIR += py-pykml
SUBDIR += py-pyprind
diff --git a/misc/py-progressbar231/Makefile b/misc/py-progressbar231/Makefile
deleted file mode 100644
index d6fdd6942f46..000000000000
--- a/misc/py-progressbar231/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= progressbar231
-PORTVERSION= 2.3.1
-PORTREVISION= 1
-CATEGORIES= misc python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wg@FreeBSD.org
-COMMENT= Text progressbar library for python
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-11-15
-
-USE_PYTHON= autoplist distutils
-USES= python:2.7
-
-CONFLICTS= py*-progressbar
-
-.include <bsd.port.mk>
diff --git a/misc/py-progressbar231/distinfo b/misc/py-progressbar231/distinfo
deleted file mode 100644
index 4cc91e326d9d..000000000000
--- a/misc/py-progressbar231/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (progressbar231-2.3.1.tar.gz) = 55b5e5c6b0077b21d14cf2166f3ee74758f89ec75175a6fce4e3f78366771148
-SIZE (progressbar231-2.3.1.tar.gz) = 10402
diff --git a/misc/py-progressbar231/pkg-descr b/misc/py-progressbar231/pkg-descr
deleted file mode 100644
index bd9964d67b06..000000000000
--- a/misc/py-progressbar231/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-This library provides a text mode progressbar. This is typically
-used to display the progress of a long running operation, providing
-a visual clue that processing is underway.
-
-The ProgressBar class manages the progress, and the format of the
-line is given by a number of widgets. A widget is an object that
-may display diferently depending on the state of the progress.
-
-There are three types of widget:
-- a string, which always shows itself;
-- a ProgressBarWidget, which may return a diferent value every time
- it's update method is called; and
-- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
- it expands to fill the remaining width of the line.
-
-WWW: https://pypi.org/project/progressbar231/