summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 69da97a8bc4..433bee7bf71 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -38,6 +38,14 @@
38;;; You should have received a copy of the GNU General Public License 38;;; You should have received a copy of the GNU General Public License
39;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 39;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
40 40
41;;; Commentary:
42;;;
43;;; Python packages to build... Python packages. Since they are bound to be
44;;; relied on by many, their dependencies should be kept minimal, and this
45;;; module should not depend on other modules containing Python packages.
46;;;
47;;; Code:
48
41(define-module (gnu packages python-build) 49(define-module (gnu packages python-build)
42 #:use-module (gnu packages) 50 #:use-module (gnu packages)
43 #:use-module (gnu packages bash) 51 #:use-module (gnu packages bash)
@@ -50,14 +58,6 @@
50 #:use-module (guix git-download) 58 #:use-module (guix git-download)
51 #:use-module (guix packages)) 59 #:use-module (guix packages))
52 60
53;;; Commentary:
54;;;
55;;; Python packages to build... Python packages. Since they are bound to be
56;;; relied on by many, their dependencies should be kept minimal, and this
57;;; module should not depend on other modules containing Python packages.
58;;;
59;;; Code:
60
61 61
62;;; These are dependencies used by the build systems contained herein; they 62;;; These are dependencies used by the build systems contained herein; they
63;;; feel a bit out of place but are kept here to prevent circular module 63;;; feel a bit out of place but are kept here to prevent circular module