Package Details: python-pprintpp 0.4.0-4

Git Clone URL: https://aur.archlinux.org/python-pprintpp.git (read-only, click to copy)
Package Base: python-pprintpp
Description: A drop-in replacement for pprint that's actually pretty
Upstream URL: http://pypi.python.org/pypi/pprintpp
Licenses: BSD
Submitter: arnottcr
Maintainer: HLFH
Last Packager: HLFH
Votes: 2
Popularity: 0.000000
First Submitted: 2017-12-10 08:48 (UTC)
Last Updated: 2023-10-30 05:48 (UTC)

Latest Comments

HLFH commented on 2023-10-30 05:48 (UTC)

This package is now PEP 517-compliant.

HLFH commented on 2023-10-30 05:37 (UTC) (edited on 2023-10-30 05:42 (UTC) by HLFH)

I took control of this package. The patch was added. I will look at PEP 517.

MarsSeed commented on 2023-08-01 11:09 (UTC)

Please modernize the build procedure to follow PEP 517 standard, otherwise Python complains during setup that the direct execution of setup.py will be blocked in an upcoming release.

HLFH commented on 2023-07-27 13:56 (UTC) (edited on 2023-07-27 13:57 (UTC) by HLFH)

I released the git version here (and with the patch): https://aur.archlinux.org/packages/python-pprintpp-git

HLFH commented on 2023-07-25 16:23 (UTC) (edited on 2023-07-25 16:24 (UTC) by HLFH)

I flagged as out-of-date as it requires the @je-vv patch. python-pycountry-convert requires python-pprintpp and python-pycountry-convert is required by python-octodns, which I wanted to install.

je-vv commented on 2023-05-04 20:35 (UTC) (edited on 2023-05-04 20:40 (UTC) by je-vv)

It now requires:

prepare() {
  cd "${srcdir}/${pkgname#python-}-${pkgver}"

  sed -i 's?\(\"README.rst\"\), \"U\"?\1?' setup.py
}

Prior to anything else. The "U" open attribute got deprecated. There's already an upstream PR doing precisely that:

https://github.com/wolever/pprintpp/pull/31

But while it gets merged upstream the replace will work...