diff options
author | rene <rene@FreeBSD.org> | 2016-12-04 21:09:37 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-04 21:09:37 +0800 |
commit | 021074d003cd929dc2f3d977eb0c4517ed6ed26c (patch) | |
tree | 830bfb09bddf008227e3f4788a639b57fb5448b1 | |
parent | 868b0de335bf2c508b25d06e11e348a98196c128 (diff) | |
download | freebsd-ports-gnome-021074d003cd929dc2f3d977eb0c4517ed6ed26c.tar.gz freebsd-ports-gnome-021074d003cd929dc2f3d977eb0c4517ed6ed26c.tar.zst freebsd-ports-gnome-021074d003cd929dc2f3d977eb0c4517ed6ed26c.zip |
Remove expired port:
2016-11-30 devel/py-argparse: Part of Python standard library for Python >= 2.7 and >= 3.2
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-argparse/Makefile | 21 | ||||
-rw-r--r-- | devel/py-argparse/distinfo | 3 | ||||
-rw-r--r-- | devel/py-argparse/pkg-descr | 7 |
5 files changed, 1 insertions, 32 deletions
@@ -8820,3 +8820,4 @@ editors/focuswriter-qt4|editors/focuswriter|2016-12-03|Qt4 support was dropped, graphics/gtkdps||2016-12-04|Has expired: No more upstream. Not used in the ports tree security/gsfv||2016-12-04|Has expired: No more upstream. misc/grun||2016-12-04|Has expired: No more upstream. +devel/py-argparse||2016-12-04|Has expired: Part of Python standard library for Python >= 2.7 and >= 3.2 diff --git a/devel/Makefile b/devel/Makefile index 717359a98c88..4ca5ef379892 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4048,7 +4048,6 @@ SUBDIR += py-archetypes.schemaextender SUBDIR += py-argcomplete SUBDIR += py-argh - SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-arrow SUBDIR += py-aspects diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile deleted file mode 100644 index 2b09fca36fa6..000000000000 --- a/devel/py-argparse/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> -# $FreeBSD$ - -PORTNAME= argparse -PORTVERSION= 1.4.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= lwhsu@FreeBSD.org -COMMENT= Optparse-inspired command-line parsing library - -LICENSE= PSFL - -USES= python -USE_PYTHON= distutils autoplist - -DEPRECATED= Part of Python standard library for Python >= 2.7 and >= 3.2 -EXPIRATION_DATE= 2016-11-30 - -.include <bsd.port.mk> diff --git a/devel/py-argparse/distinfo b/devel/py-argparse/distinfo deleted file mode 100644 index 560a723c0aa9..000000000000 --- a/devel/py-argparse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1477489570 -SHA256 (argparse-1.4.0.tar.gz) = 62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4 -SIZE (argparse-1.4.0.tar.gz) = 70508 diff --git a/devel/py-argparse/pkg-descr b/devel/py-argparse/pkg-descr deleted file mode 100644 index 2b888feccc53..000000000000 --- a/devel/py-argparse/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Argparse takes the best of the optparse command-line parsing module and brings -it new life. Argparse adds positional as well as optional arguments, the -ability to create parsers for sub-commands, more informative help and usage -messages, and much more. At the same time, it retains the ease and flexibility -of use that made optparse so popular. - -WWW: http://code.google.com/p/argparse/ |