guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39292] [PATCH 04/10] gnu: Add python-d2to1


From: Sebastian Schott
Subject: [bug#39292] [PATCH 04/10] gnu: Add python-d2to1
Date: Sun, 26 Jan 2020 18:24:31 +0100

* gnu/packages/python-xyz.scm (python-d2to1): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c4b0495fa..67cde2af5c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -168,6 +168,24 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26))
 
+(define-public python-d2to1
+  (package
+    (name "python-d2to1")
+    (version "0.2.12.post1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "d2to1" version))
+              (sha256
+               (base32
+                "09fq7pq1z8d006xh5z75rm2lk61v6yn2xhy53z4gsgibhqb2vvs9"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-nose" ,python-nose)))
+    (home-page "https://github.com/embray/d2to1";)
+    (synopsis "Allows for distutils2-like setup.cfg files as package metadata 
in python")
+    (description "The python package d2to1 (the d is for distutils) allows 
using distutils2-like setup.cfg files for a package's metadata with a 
distribute/setuptools setup.py script.")
+    (license license:bsd-2)))
+
 (define-public python-rawkit
   (package
     (name "python-rawkit")
-- 
2.24.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]