guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add python-setuptools-scm-git-archive.


From: Leo Famulari
Subject: 02/06: gnu: Add python-setuptools-scm-git-archive.
Date: Tue, 28 Nov 2017 14:57:26 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 9b3c7520eb8fde918660745ded8dc0574f019442
Author: ng0 <address@hidden>
Date:   Tue Nov 28 14:42:42 2017 -0500

    gnu: Add python-setuptools-scm-git-archive.
    
    * gnu/packages/python.scm (python-setuptools-scm-git-archive,
    python2-setuptools-scm-git-archive): New variables.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7b2268d..f557503 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11856,3 +11856,30 @@ services.")
 
 (define-public python2-jsonrpclib-pelix
   (package-with-python2 python-jsonrpclib-pelix))
+
+(define-public python-setuptools-scm-git-archive
+  (package
+    (name "python-setuptools-scm-git-archive")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "setuptools_scm_git_archive" version))
+       (sha256
+        (base32
+         "1nii1sz5jq75ilf18bjnr11l9rz1lvdmyk66bxl7q90qan85yhjj"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest-3.0" ,python-pytest-3.0)))
+    (propagated-inputs
+     `(("python-setuptools-scm" ,python-setuptools-scm)))
+    (home-page "https://github.com/Changaco/setuptools_scm_git_archive/";)
+    (synopsis "Setuptools_scm plugin for git archives")
+    (description
+     "The setuptools_scm_git_archive package is a plugin to
+setuptools_scm, which supports obtaining versions from git archives that
+belong to tagged versions.")
+    (license license:expat)))
+
+(define-public python2-setuptools-scm-git-archive
+  (package-with-python2 python-setuptools-scm-git-archive))



reply via email to

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