diff options
| author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-09-22 14:59:13 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-10-12 16:08:18 +0200 |
| commit | 229ad120d473360c1e575529c0e105f76a0add54 (patch) | |
| tree | 3c8f73238f34853eca04e3afbc1aae4bdd851a7b /gnu/packages/python.scm | |
| parent | cb6d5c5468f42f52e82596c7e46bac4a25f3c52a (diff) | |
gnu: Add python-setuptools-scm.
* gnu/packages/python.scm (python-setuptools-scm,
python2-setuptools-scm): New variables.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b999b832cc3..bf21e9aa999 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -3763,6 +3763,30 @@ child application and control it as if a human were typing commands.") | |||
| 3763 | (define-public python2-pexpect | 3763 | (define-public python2-pexpect |
| 3764 | (package-with-python2 python-pexpect)) | 3764 | (package-with-python2 python-pexpect)) |
| 3765 | 3765 | ||
| 3766 | (define-public python-setuptools-scm | ||
| 3767 | (package | ||
| 3768 | (name "python-setuptools-scm") | ||
| 3769 | (version "1.8.0") | ||
| 3770 | (source (origin | ||
| 3771 | (method url-fetch) | ||
| 3772 | (uri (string-append "https://pypi.python.org/packages/source/s/" | ||
| 3773 | "setuptools_scm/setuptools_scm-" | ||
| 3774 | version ".tar.bz2")) | ||
| 3775 | (sha256 | ||
| 3776 | (base32 | ||
| 3777 | "00p60v2yfqy1r58pjcx9wy6dvqd7wkpfs5z1dzwf7y75c1g3dgyx")))) | ||
| 3778 | (build-system python-build-system) | ||
| 3779 | (home-page "https://github.com/pypa/setuptools_scm/") | ||
| 3780 | (synopsis "Manage Python package versions in SCM metadata") | ||
| 3781 | (description | ||
| 3782 | "setuptools_scm handles managing your Python package versions in | ||
| 3783 | @dfn{software configuration management} (SCM) metadata instead of declaring | ||
| 3784 | them as the version argument or in a SCM managed file.") | ||
| 3785 | (license license:expat))) | ||
| 3786 | |||
| 3787 | (define-public python2-setuptools-scm | ||
| 3788 | (package-with-python2 python-setuptools-scm)) | ||
| 3789 | |||
| 3766 | (define-public python-ipython | 3790 | (define-public python-ipython |
| 3767 | (package | 3791 | (package |
| 3768 | (name "python-ipython") | 3792 | (name "python-ipython") |
