pyconfigure 0.2.3-1 source package in Ubuntu

Changelog

pyconfigure (0.2.3-1) unstable; urgency=medium

  * Bump Standards-Version to 3.9.7
  * Use encrypted protocols for Vcs URLs
  * Add GNU keyring to verify downloads of upstream releases
  * Imported Upstream version 0.2.3
  * Mention license exception in debian/copyright

 -- Afif Elghraoui <email address hidden>  Wed, 20 Apr 2016 22:04:39 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyconfigure_0.2.3-1.dsc 1.8 KiB e4d87673d6dc1f42ddcb4b78c59a910e454754778a9c3d825c86f2eb9afa1355
pyconfigure_0.2.3.orig.tar.gz 227.2 KiB 37438ee1ae0aad7692188c7d01218cb407a1c89f3efdb5d360311b7ade4ab14f
pyconfigure_0.2.3-1.debian.tar.xz 1.6 MiB 20126ae5937cbba591183b396df8e5276fa11bef9836ff594f1848a37ed004fb

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.