./devel/py-pep517, Wrappers to build Python packages using PEP 517 hooks

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.1, Package name: py311-pep517-0.13.1, Maintainer: pkgsrc-users

PEP 517 specifies a standard API for systems which build Python packages.

This package contains wrappers around the hooks specified by PEP 517. It
provides:
* A mechanism to call the hooks in a subprocess, so they are isolated from the
current process.
* Fallbacks for the optional hooks, so that frontends can call the hooks
without checking which are defined.
* Higher-level functions which install the build dependencies into a temporary
environment and build a wheel/sdist using them.


Required to run:
[lang/python37] [textproc/py-toml]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 25.563 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-09 07:51:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pep517: updated to 0.13.1

v0.13.1
deprecation notice
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-11-14 09:43:06 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-pep517: use correct DEPENDS for Python 3.11
   2022-08-01 09:52:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pep517: updated to 0.13.0

0.13
- Remove support for end-of-life Pythons. Now requires Python3.6+.
- Remove support for ``toml`` package. Now requires ``tomli``.
- Rely on preferred "files" API on Python 3.9 and later.
   2022-01-22 16:24:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pep517: fix PLIST for python 2.7
   2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22)
Log message:
egg.mk: remove --single-version-externally-managed

setuptools has this as default when --root is used (since version 0.6a11).
   2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21)
Log message:
fix typo