aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-26 20:46:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-26 20:46:16 +0000
commite3e7c48e93738d941d0c05fc1412ec95a77c9922 (patch)
tree58dc0648aa2a1a0113762d5effbd3e40e11e9c4a /devel/Makefile
parenta1234f77d78fddcbe5970055b8cc807ad154a7b0 (diff)
downloadports-e3e7c48e93738d941d0c05fc1412ec95a77c9922.tar.gz
ports-e3e7c48e93738d941d0c05fc1412ec95a77c9922.zip
Add py-pep517 0.8.1
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. WWW: https://github.com/pypa/pep517
Notes
Notes: svn path=/head/; revision=527187
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fa4e8fb7e4ed..099010ab75e2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4703,6 +4703,7 @@
SUBDIR += py-pebble
SUBDIR += py-pefile
SUBDIR += py-pendulum
+ SUBDIR += py-pep517
SUBDIR += py-pep8-naming
SUBDIR += py-period
SUBDIR += py-petname