[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/285: gnu: Add python-flit.
From: |
guix-commits |
Subject: |
91/285: gnu: Add python-flit. |
Date: |
Sun, 29 Dec 2019 20:44:07 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit eed4f00fe888734afe16c74632b0073b3bf8cfc6
Author: Brett Gilio <address@hidden>
Date: Mon Dec 23 17:30:35 2019 -0600
gnu: Add python-flit.
* gnu/packages/python-xyz.scm (python-flit): New variable.
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d5d958c..d7fb2b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16982,3 +16982,27 @@ as @command{which} and @command{find}. These commands
allow automated
discovery of what has been installed on an operating system, and where the
essential tools are located.")
(license license:bsd-3)))
+
+(define-public python-flit
+ (package
+ (name "python-flit")
+ (version "2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flit" version))
+ (sha256
+ (base32
+ "0h5vvmqinqzn97mr3ix7zx53af9ad4fimjjwqpx88yp8qhz4r5bc"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; XXX: Check requires network access.
+ (home-page "https://flit.readthedocs.io/")
+ (synopsis
+ "Simple packaging tool for simple packages")
+ (description
+ "Flit is a simple way to put Python packages and modules on PyPI. Flit
+packages a single importable module or package at a time, using the import
+name as the name on PyPI. All subpackages and data files within a package
+are included automatically.")
+ (license license:bsd-3)))
- 243/285: gnu: emacs-d-mode: Update to 2.0.10., (continued)
- 243/285: gnu: emacs-d-mode: Update to 2.0.10., guix-commits, 2019/12/29
- 245/285: gnu: emacs-paren-face: Update to 1.0.5., guix-commits, 2019/12/29
- 247/285: gnu: emacs-ccls: Revise license., guix-commits, 2019/12/29
- 275/285: gnu: txr: Update to 230., guix-commits, 2019/12/29
- 77/285: gnu: python-sphinx: Fix license., guix-commits, 2019/12/29
- 79/285: gnu: python-sphinxcontrib-jsmath: Fix license., guix-commits, 2019/12/29
- 76/285: gnu: python-sphinx: Use HTTP URI., guix-commits, 2019/12/29
- 81/285: gnu: python-sphinxcontrib-programoutput: Fix home-page., guix-commits, 2019/12/29
- 85/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license., guix-commits, 2019/12/29
- 86/285: gnu: python-eventlet: Update to 0.25.1., guix-commits, 2019/12/29
- 91/285: gnu: Add python-flit.,
guix-commits <=
- 123/285: gnu: qutebrowser: Update to 1.8.3., guix-commits, 2019/12/29
- 125/285: gnu: qutebrowser: Update source URI., guix-commits, 2019/12/29
- 126/285: gnu: chez-scheme: Update to 9.5.2., guix-commits, 2019/12/29
- 235/285: gnu: emacs-ag: Adjust indentation., guix-commits, 2019/12/29
- 246/285: gnu: emacs-ccls: Update to 0.1-4., guix-commits, 2019/12/29
- 74/285: gnu: python-sphinx: Update to 2.3.1., guix-commits, 2019/12/29
- 95/285: gnu: gnunet: Fix license., guix-commits, 2019/12/29
- 198/285: gnu: emacs-telega: Update to 0.5.4., guix-commits, 2019/12/29
- 227/285: gnu: emacs-with-editor: Update to 2.9.0., guix-commits, 2019/12/29
- 228/285: gnu: emacs-minions: Update to 0.3.2., guix-commits, 2019/12/29