python.pkgs.buildPythonPackage: some comments

This commit is contained in:
Frederik Rietdijk
2017-11-11 16:24:38 +01:00
parent 7c3c2a0dca
commit 80329e7123
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
/* This function provides a generic Python package builder. It is
intended to work with packages that use `distutils/setuptools'
(http://pypi.python.org/pypi/setuptools/), which represents a large
number of Python packages nowadays. */
# This function provides a generic Python package builder,
# and can build packages that use distutils, setuptools or flit.
{ lib
, python