mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Remove expired port:
2016-11-30 devel/py-argparse: Part of Python standard library for Python >= 2.7 and >= 3.2
This commit is contained in:
parent
ea4c1ae8b4
commit
fbc2b061e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427781
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1477489570
|
||||
SHA256 (argparse-1.4.0.tar.gz) = 62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4
|
||||
SIZE (argparse-1.4.0.tar.gz) = 70508
|
@ -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/
|
Loading…
Reference in New Issue
Block a user