pyconfigure 0.2.3-2 source package in Ubuntu

Changelog

pyconfigure (0.2.3-2) unstable; urgency=low

  * Bump Standards-Version to 4.2.1
  * Update VCS URLs to point to salsa.debian.org

 -- Afif Elghraoui <email address hidden>  Sat, 15 Sep 2018 16:27:14 -0400

Upload details

Uploaded by:
Afif Elghraoui
Uploaded to:
Sid
Original maintainer:
Afif Elghraoui
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyconfigure_0.2.3-2.dsc 1.9 KiB 4650b428d10637ec430d81a2f80bcdafe2338dbd0b6cad74c76dd9bcd17c23b5
pyconfigure_0.2.3.orig.tar.gz 227.2 KiB 37438ee1ae0aad7692188c7d01218cb407a1c89f3efdb5d360311b7ade4ab14f
pyconfigure_0.2.3-2.debian.tar.xz 1.6 MiB da8a0e32638d9394c0b7b20db33430d5973d3d3e5046d00c089547fb994cea0f

Available diffs

No changes file available.

Binary packages built by this source

pyconfigure: automatic configure script builder for Python software

 GNU pyconfigure provides developers with file templates for implementing
 standard `configure' scripts and `Makefile' recipes for their Python packages.
 pyconfigure supports different project needs, allowing you to write your
 build/install logic in Python or in Make. Developers with existing packages
 need not worry, as pyconfigure integrates well with what you have already
 written.
 .
 While the goal is to make it easier for Python packages to provide the
 standard configuration and installation procedure, pyconfigure also offers
 other advantages over the traditional Python-based methods. Because much of
 pyconfigure is based upon the powerful GNU Autoconf, packages that use
 additional languages such as C or Fortran automatically benefit from existing
 support without having to hack it in oneself, as in other Python-based
 solutions. Opting to use Make to write your installation logic provides you
 with a powerful, robust and flexible system that has been designed
 specifically with such processes in mind.