Difference between revisions of "Pyconfigure"
(new entry) |
(added maintainer and bug tracker info) |
||
| Line 13: | Line 13: | ||
|Computer languages=m4, Make, Python | |Computer languages=m4, Make, Python | ||
|Documentation note=[http://www.gnu.org/software/pyconfigure/manual user manual] | |Documentation note=[http://www.gnu.org/software/pyconfigure/manual user manual] | ||
| + | |Related projects=Autoconf, Automake | ||
|Keywords=python, configure, make, autoconf | |Keywords=python, configure, make, autoconf | ||
|Version identifier=0.1.1 | |Version identifier=0.1.1 | ||
| Line 36: | Line 37: | ||
|License verified date=2013/01/11 | |License verified date=2013/01/11 | ||
|License note=The remaining files under the src/ directory are provided under this license. | |License note=The remaining files under the src/ directory are provided under this license. | ||
| + | }} | ||
| + | {{Person | ||
| + | |Real name=Brandon Invergo | ||
| + | |Role=Maintainer | ||
| + | |Email=brandon@invergo.net | ||
}} | }} | ||
{{Resource | {{Resource | ||
| Line 46: | Line 52: | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
|Resource URL=http://lists.gnu.org/mailman/listinfo/help-pyconfigure | |Resource URL=http://lists.gnu.org/mailman/listinfo/help-pyconfigure | ||
| + | }} | ||
| + | {{Resource | ||
| + | |Resource audience=General Support | ||
| + | |Resource kind=Bug Tracking | ||
| + | |Resource URL=https://savannah.gnu.org/bugs/?group=pyconfigure | ||
}} | }} | ||
{{Software category | {{Software category | ||
Latest revision as of 15:37, 11 January 2013
GNU pyconfigure
http://www.gnu.org/software/pyconfigure
GNU pyconfigure makes it easy for Python developers to offer their users the familiar and standard GNU process for configuring and installing their software:
$ ./configure $ make install
GNU pyconfigure can wrap the functionality of an existing Python distutils setup.py script, making it easy to integrate with existing packages. It also offers a set of robust Autoconf macros for building powerful and flexible configure scripts.
Documentation
user manual
Related Projects
This is a GNU package:pyconfigure
Download
Download
version 0.1.1
(alpha)
released on 9 January 2013
VCS Checkout
Categories
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater | invergo | 11 January 2013 | Only applies to the Autoconf macros provided in the src/m4/python.m4 file |
| SimplePermissiveNonWarranty | invergo | 11 January 2013 | The remaining files under the src/ directory are provided under this license. |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | Mailing List | https://lists.gnu.org/mailman/listinfo/bug-pyconfigure |
| General Support | Mailing List | http://lists.gnu.org/mailman/listinfo/help-pyconfigure |
| General Support | Bug Tracking |
Software prerequisites
| Kind | Description |
|---|---|
| Required to build | Autoconf |
This entry (in part or in whole) was last reviewed on 11 January 2013.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
