newspyconfigure - News: Release of GNU pyconfigure 0.1.1

 
 
Latest News
Release of GNU pyconfigure 0.2.3 posted by brandon, Wed 20 Apr 2016 05:40:52 PM UTC
Release of GNU pyconfigure 0.2.2 posted by brandon, Mon 07 Apr 2014 09:32:54 PM UTC
Release of GNU pyconfigure 0.2.1 posted by brandon, Fri 23 Aug 2013 01:25:54 PM UTC
Release of pyconfigure 0.2 posted by brandon, Sun 21 Apr 2013 02:47:50 PM UTC
Release of GNU pyconfigure 0.1.1 posted by brandon, Wed 09 Jan 2013 09:56:08 PM UTC

Release of GNU pyconfigure 0.1.1

Item posted by Brandon Invergo <brandon> on Wed 09 Jan 2013 09:56:08 PM UTC.

I am pleased to announce the release of GNU pyconfigure 0.1.1.

GNU pyconfigure is a set of template files for Python developers to use
to easily implement the standard GNU configure/install process for their
packages. The standard GNU process generally consists of two familiar
steps:

    $ ./configure --prefix=/usr/
    $ make install

By using the templates provided by GNU pyconfigure, the Python developer
gains the power and flexibility of the time-tested, language-agnostic
GNU installation process, while the user or the software packager
encounters a familiar and convenient interface.

GNU pyconfigure is designed to work either alongside of or in place of
the Python `distutils' module's setup.py script. Thus, if your project
already has a setup.py script, pyconfigure can simply wrap its
functionality, leveraging the work you have already done.

To learn more and to read the documentation, visit the website at:
http://www.gnu.org/software/pyconfigure

You may download the release from http://ftp.gnu.org/gnu/pyconfigure/

You may also download from your nearest mirror at
http://ftpmirror.gnu.org/pyconfigure/

Version 0.1.1 NEWS

This is a bugfix/cleanup release, correcting several problems with
version 0.1

  • Running Autoconf no longer produces errant files.

There was a bug in the Python Autoconf macros which produced empty
files. This has been corrected.

  • Python syntax errors in some macros were fixed.


  • The `src' directory was cleaned up.

Previously, pre-generated files were included in the src
directory. This has been cleaned up in favor of the developer
generating them him or herself.

  • The `bootstrap.sh' script was added

The `bootstrap.sh' script can be executed in place of `autoreconf'
(so the developer need not know about `autoreconf').

  • PKG-INFO.in has been expanded to show more default classifiers



 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code