[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/285: gnu: Add python-pathtools.
From: |
guix-commits |
Subject: |
92/285: gnu: Add python-pathtools. |
Date: |
Sun, 29 Dec 2019 20:44:07 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 45de836f79a6b6493f334d246f3058f301551fe8
Author: Brett Gilio <address@hidden>
Date: Mon Dec 23 17:30:46 2019 -0600
gnu: Add python-pathtools.
* gnu/packages/python-xyz.scm (python-pathtools): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d7fb2b3..f90505c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17006,3 +17006,22 @@ 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)))
+
+(define-public python-pathtools
+ (package
+ (name "python-pathtools")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pathtools" version))
+ (sha256
+ (base32
+ "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/gorakhargosh/pathtools")
+ (synopsis "Path utilities for Python")
+ (description "Pattern matching and various utilities for file systems
+paths.")
+ (license license:expat)))
- 280/285: pack: Save provenance information when using '--manifest'., (continued)
- 280/285: pack: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 279/285: guix package: Save provenance information when using '--manifest'., guix-commits, 2019/12/29
- 283/285: installer: Pass '--fallback' to 'guix system init'., guix-commits, 2019/12/29
- 80/285: gnu: python-sphinxcontrib-programoutput: Update to 0.15., guix-commits, 2019/12/29
- 84/285: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description., guix-commits, 2019/12/29
- 240/285: gnu: emacs-graphviz-dot-mode: Update to 0.4.1., guix-commits, 2019/12/29
- 01/285: gnu: sbcl-cl-store: Update to 0.8.11-1., guix-commits, 2019/12/29
- 75/285: gnu: python-sphinx: Alphabetize inputs., guix-commits, 2019/12/29
- 82/285: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., guix-commits, 2019/12/29
- 90/285: gnu: python-numba: Update to 0.46.0., guix-commits, 2019/12/29
- 92/285: gnu: Add python-pathtools.,
guix-commits <=
- 127/285: gnu: chez-scheme: Update home-page., guix-commits, 2019/12/29
- 231/285: gnu: emacs-dante: Modify version number., guix-commits, 2019/12/29
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., guix-commits, 2019/12/29
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn., guix-commits, 2019/12/29
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/29