unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org>
To: Simon Tournier <zimon.toutoune@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Question about changing versioning for TeX Live packages
Date: Fri, 19 Jul 2024 18:38:39 +0200	[thread overview]
Message-ID: <875xt1l4kw.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87bk2veu0z.fsf@gmail.com> (Simon Tournier's message of "Wed, 17 Jul 2024 20:46:20 +0200")

Hello,

Simon Tournier <zimon.toutoune@gmail.com> writes:

> Well, if I read correctly, there is:
>
>   guix/build-system/texlive.scm:
>
>         (define %texlive-tag "texlive-2023.0")
>         (define %texlive-revision 66594)
>
>   gnu/packages/texlive.scm:
>
>         (define %texlive-date "20230313")
>         (define %texlive-year (string-take %texlive-date 4))
>
>
> And the issue seems:
>
>         (define-public texlive
>            (package
>             (name "texlive")
>             (version %texlive-date)

This is the monolithic TeX Live, which is not modified, and is therefore
off topic.

>         (define-public texlive-scripts
>           (package
>             (name "texlive-scripts")
>             (version (number->string %texlive-revision))
>
>
> Therefore, indeed it will be complicated to replace the ’version’ of
> ’texlive-scripts’ by something as ’2023’.
>
> But why not a ’version’ as something as ’texlive’?  Or just 2023XY?
> Where XY is something to determine as the month or something else.

Upstream uses version numbers such as "2024.2". I don't want to invent
another system.

> Are we speaking a change only for the package field ’version’?  Or is
> the discussion also about replacing the way to fetch from upstream?

I'm only changing the `version' field. For the record, "core-updates"
currently contains all TeX Live packages with their version switched to
"2024.2". In the worst case, maybe a notice in the guix news will be
sufficient.

Regards,
-- 
Nicolas Goaziou




  reply	other threads:[~2024-07-19 16:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 17:07 Question about changing versioning for TeX Live packages Nicolas Goaziou via Development of GNU Guix and the GNU System distribution.
2024-07-17 18:46 ` Simon Tournier
2024-07-19 16:38   ` Nicolas Goaziou via Development of GNU Guix and the GNU System distribution. [this message]
2024-07-22 14:13     ` Simon Tournier

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=875xt1l4kw.fsf@nicolasgoaziou.fr \
    --to=guix-devel@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=zimon.toutoune@gmail.com \
    /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).