[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: Add python-flit.
From: |
guix-commits |
Subject: |
18/20: gnu: Add python-flit. |
Date: |
Mon, 23 Dec 2019 18:32:00 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 54e5ee5a360fce0b65f3103470388805558680a7
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)))
- 08/20: gnu: python-sphinxcontrib-programoutput: Fix home-page., (continued)
- 08/20: gnu: python-sphinxcontrib-programoutput: Fix home-page., guix-commits, 2019/12/23
- 09/20: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., guix-commits, 2019/12/23
- 11/20: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description., guix-commits, 2019/12/23
- 12/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license., guix-commits, 2019/12/23
- 10/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/23
- 17/20: gnu: python-numba: Update to 0.46.0., guix-commits, 2019/12/23
- 14/20: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/23
- 15/20: gnu: Add python-umap-learn., guix-commits, 2019/12/23
- 20/20: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/23
- 13/20: gnu: python-eventlet: Update to 0.25.1., guix-commits, 2019/12/23
- 18/20: gnu: Add python-flit.,
guix-commits <=
- 16/20: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/23
- 19/20: gnu: Add python-pathtools., guix-commits, 2019/12/23