pyconfigure 0.2.3-2.1 source package in Ubuntu

Changelog

pyconfigure (0.2.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python-setuptools from Recommends; Closes: #945730

 -- Sandro Tosi <email address hidden>  Wed, 01 Jan 2020 01:36:55 -0500

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyconfigure_0.2.3-2.1.dsc 1.8 KiB ff36ee47909f66d076311af0de0514ce61d7911318afae66b98b4dad78901c0b
pyconfigure_0.2.3.orig.tar.gz 227.2 KiB 37438ee1ae0aad7692188c7d01218cb407a1c89f3efdb5d360311b7ade4ab14f
pyconfigure_0.2.3-2.1.debian.tar.xz 1.6 MiB eb42a06efdc9378b0bcbe7c836b40d2b8b63946047f1a636beb9d74263226f88

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.