unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: ng0 <ng0@infotropique.org>
Cc: 28594@debbugs.gnu.org
Subject: [bug#28594] nototools (required for building Noto from source)
Date: Fri, 13 Oct 2017 08:00:40 +0100	[thread overview]
Message-ID: <20171013080040.36bc0a11@cbaines.net> (raw)
In-Reply-To: <20171001184737.o2rsy6dz3b2i5avp@abyayala>

[-- Attachment #1: Type: text/plain, Size: 1837 bytes --]

On Sun, 1 Oct 2017 18:47:37 +0000
ng0 <ng0@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@1.0: synopsis should start with an upper-case letter or digit

But other than that, this looks good to me.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

  parent reply	other threads:[~2017-10-13  7:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-25 12:18 [bug#28594] nototools (required for building Noto from source) ng0
2017-10-01 18:41 ` ng0
2017-10-01 18:47   ` ng0
2017-10-13  6:50     ` Christopher Baines
2017-10-13  6:53     ` Christopher Baines
2017-10-13  7:00     ` Christopher Baines [this message]
2017-10-13  7:01     ` Christopher Baines
2017-10-13  7:04     ` Christopher Baines
2017-10-13  7:08     ` Christopher Baines
2017-10-13  7:12     ` Christopher Baines
2017-10-13  8:23       ` ng0
2017-10-13 19:34         ` Christopher Baines
2017-10-13 20:00           ` ng0
2017-10-14  6:32             ` Christopher Baines
2017-10-20 20:09               ` ng0
2017-11-28 19:02                 ` ng0
2017-11-28 19:58                 ` bug#28594: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171013080040.36bc0a11@cbaines.net \
    --to=mail@cbaines.net \
    --cc=28594@debbugs.gnu.org \
    --cc=ng0@infotropique.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).