Port details |
- py-argparse Optparse-inspired command-line parsing library
- 1.4.0 devel =6 1.4.0Version of this port present on the latest quarterly branch.
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2007-01-05 22:35:45
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: git, p5-URI, bash, subversion, p5-Authen-SASL
- Also Listed In: python
- License: PSFL
- WWW:
- https://code.google.com/p/argparse/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-argparse/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-argparse
- pkg install py39-argparse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-argparse listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-argparse
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1477489570
SHA256 (argparse-1.4.0.tar.gz) = 62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4
SIZE (argparse-1.4.0.tar.gz) = 70508
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-plac
- devel/ros-catkin_pkg
- devel/ros-rosdistro
- devel/ros-rosinstall_generator
- devel/ros-rospkg
- misc/py-kartograph
- security/py-gixy
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-argparse
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.4.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.0 24 Jul 2021 20:24:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-argparse: Add NO_ARCH
Approved by: portmgr (blanket) |
1.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.4.0 11 May 2017 18:14:51 |
dvl |
Revive devel/py-argparse
Some ports need newer versions of py-argparse and Python 2.7 ships with 1.1
Approved by: lwhsu (maintainer) |
1.4.0 04 Dec 2016 13:09:37 |
rene |
Remove expired port:
2016-11-30 devel/py-argparse: Part of Python standard library for Python >= 2.7
and >= 3.2 |
1.4.0 26 Oct 2016 13:58:46 |
lwhsu |
- Update to 1.4.0
- Mark DEPRECATED |
1.2.1_1 14 Sep 2016 19:27:59 |
antoine |
Unbreak by switching to CHEESESHOP |
1.2.1_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.2.1_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2.1_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.2.1_1 09 Jun 2014 10:19:48 |
mva |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.2.1 29 Nov 2013 07:22:49 |
koobs |
devel/py-argparse: Update to 1.2.1
- Update to 1.2.1
- Enable STAGE support
- Enable AUTOPLIST, remove PLIST_FILES accordingly
- Upstream uses setuptools, update USE_PYDISTUTILS accordingly
- Remove USE_ZIP, distribution files is now tar.gz
- QA: Add LICENSE (PSFL)
- QA: Remove indefinite article from COMMENT
- QA: Whitespace alignment
- QA: Tab->space for WWW: in pkg-descr
Changes:
argparse 1.2.1: (Only the first 15 lines of the commit message are shown above ) |
1.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1 01 Nov 2010 15:50:57 |
lwhsu |
- Update to 1.1
PR: ports/151855
Submitted by: wen |
1.0.1 13 Nov 2009 17:50:32 |
lwhsu |
- Unbreak, change MASTER_SITES to the one has the correct checksum value
(contents in the both distfiles are the same, but rolled in different way) |
1.0.1 12 Nov 2009 21:47:46 |
pav |
- Mark BROKEN: checksum mismatch
Reported by: pointyhat |
1.0.1 31 Oct 2009 13:37:46 |
lwhsu |
- Update to 1.0.1 |
1.0 16 Aug 2009 06:03:42 |
lwhsu |
- Update to 1.0 |
0.9.1 12 May 2009 11:02:01 |
lwhsu |
- Update to 0.9.1 |
0.9.0 30 Mar 2009 19:52:51 |
lwhsu |
- Update to 0.9.0
- Update WWW |
0.8.0 01 Jun 2007 08:09:11 |
lwhsu |
- Update to 0.8.0
- Use CHEESESHOP in MASTER_SITES |
0.7.0 07 Apr 2007 23:33:06 |
lwhsu |
- Add backup MASTER_SITE
Approved by: clsung (mentor) |
0.7.0 04 Apr 2007 08:49:31 |
lwhsu |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
0.7.0 26 Mar 2007 02:20:32 |
dryice |
update to 0.7.0
PR: ports/110822
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.6.0 04 Mar 2007 03:47:29 |
dryice |
- Update distinfo, author repack the distfile for fixing misspelled email
address.
( http://argparse.python-hosting.com/changeset/34 )
PR: ports/109811
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.6.0 25 Feb 2007 07:31:27 |
clsung |
- Update to 0.6.0
PR: ports/109507
Submitted by: maintainer (Li-Wen Hsu) |
0.5.0 17 Jan 2007 05:39:51 |
clsung |
- Update to 0.5.0
PR: ports/108025
Submitted by: maintainer (Li-Wen Hsu) |
0.4.0 05 Jan 2007 22:35:33 |
miwi |
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://argparse.python-hosting.com/
PR: ports/107556
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |