[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: Add python-setuptools-git.
From: |
guix-commits |
Subject: |
07/16: gnu: Add python-setuptools-git. |
Date: |
Wed, 26 Jun 2019 10:33:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 724a350c87583a5bfd2c0ff440e1f3d40f66b2a3
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jun 25 10:55:17 2019 +0200
gnu: Add python-setuptools-git.
* gnu/packages/python-xyz.scm (python-setuptools-git): New variable.
---
gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9018f16..d84f6be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13479,6 +13479,37 @@ belong to tagged versions.")
(define-public python2-setuptools-scm-git-archive
(package-with-python2 python-setuptools-scm-git-archive))
+(define-public python-setuptools-git
+ (package
+ (name "python-setuptools-git")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "setuptools-git" version))
+ (sha256
+ (base32
+ "0i84qjwp5m0l9qagdjww2frdh63r37km1c48mrvbmaqsl1ni6r7z"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ ;; This is needed for tests.
+ (add-after 'unpack 'configure-git
+ (lambda _
+ (setenv "HOME" "/tmp")
+ (invoke "git" "config" "--global" "user.email" "guix")
+ (invoke "git" "config" "--global" "user.name" "guix")
+ #t)))))
+ (native-inputs
+ `(("git" ,git-minimal)))
+ (home-page "https://github.com/msabramo/setuptools-git")
+ (synopsis "Setuptools revision control system plugin for Git")
+ (description
+ "This package provides a plugin for Setuptools for revision control with
+Git.")
+ (license license:bsd-3)))
+
(define-public python-pyclipper
(package
(name "python-pyclipper")
- branch master updated (072e986 -> 49ad11e), guix-commits, 2019/06/26
- 04/16: gnu: Add mesa-opencl-icd., guix-commits, 2019/06/26
- 03/16: gnu: Add mesa-opencl., guix-commits, 2019/06/26
- 10/16: gnu: Add python-pytest-checkdocs., guix-commits, 2019/06/26
- 12/16: gnu: Add python-pytest-shutil., guix-commits, 2019/06/26
- 11/16: gnu: Add python-pytest-flake8., guix-commits, 2019/06/26
- 06/16: gnu: Add python-contextlib2., guix-commits, 2019/06/26
- 08/16: gnu: Add python-zipp., guix-commits, 2019/06/26
- 07/16: gnu: Add python-setuptools-git.,
guix-commits <=
- 09/16: gnu: Add python-importlib-metadata., guix-commits, 2019/06/26
- 14/16: gnu: Add python-pytest-virtualenv., guix-commits, 2019/06/26
- 02/16: gnu: Add libclc., guix-commits, 2019/06/26
- 13/16: gnu: Add python-pytest-fixture-config., guix-commits, 2019/06/26
- 16/16: gnu: python-pathpy: Update to 11.5.0., guix-commits, 2019/06/26
- 15/16: gnu: Add python-jaraco-packaging., guix-commits, 2019/06/26
- 01/16: gnu: libcxx: Update hash., guix-commits, 2019/06/26
- 05/16: gnu: Add python-pathlib2., guix-commits, 2019/06/26