GNU bug report logs -
#28594
nototools (required for building Noto from source)
Previous Next
Reported by: ng0 <ng0 <at> infotropique.org>
Date: Mon, 25 Sep 2017 12:20:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Sun, 1 Oct 2017 18:47:37 +0000
ng0 <ng0 <at> infotropique.org> wrote:
> * gnu/packages/python.scm (python2-setuptools-scm-git-archive): New
> variable. ---
> gnu/packages/python.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 052547316..de42e6835 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -7424,6 +7424,28 @@ from an XML-based format.")
> files. UFO is a file format that stores fonts source files.")
> (license license:bsd-3)))
>
> +(define-public python2-setuptools-scm-git-archive
> + (package
> + (name "python2-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)
> + (arguments
> + `(#:python ,python-2))
> + (propagated-inputs
> + `(("python2-setuptools-scm" ,python2-setuptools-scm)))
> + (home-page
> "https://github.com/Changaco/setuptools_scm_git_archive/")
> + (synopsis "setuptools_scm plugin for git archives")
> + (description
> + "setuptools_scm plugin for git archives")
Maybe use something like this for the 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)))
guix lint warns about the synopsis:
gnu/packages/python.scm:7504:14: python2-setuptools-scm-git-archive <at> 1.0: synopsis should start with an upper-case letter or digit
But other than that, this looks good to me.
[Message part 2 (application/pgp-signature, inline)]
This bug report was last modified 7 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.