~ruther/guix-local

5c1a439d5e318121a6b0db01b80e4fb04a249c99 — jgart 7 months ago e34ae58
gnu: abjad-ext-rmakers: Rename package to python-abjad-ext-rmakers.

* gnu/packages/music.scm (abjad-ext-rmakers): Define in terms of
'deprecated-package'.
(python-abjad-ext-rmakers): New variable, formerly known as "abjad-ext-rmakers".

Change-Id: I9f1a53eb1086c3ccd8026fe278ee25f111e149f3
Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +4 -2
@@ 1787,10 1787,11 @@ Because Abjad wraps the LilyPond music notation package, you can use Abjad to co
typographic detail of symbols on the page.")
    (license license:expat)))

(define-public abjad-ext-rmakers
(define-deprecated-package abjad python-abjad)

(define-public python-abjad-ext-rmakers
  (package
    (name "abjad-ext-rmakers")
    (name "python-abjad-ext-rmakers")
    (version "3.19")
    (source
     (origin


@@ 1818,6 1819,7 @@ and manipulating rhythms such as accelerandi, taleas, and more.")
    (license license:expat)))

(define-public abjad-ext-nauert
(define-deprecated-package abjad-ext-rmakers python-abjad-ext-rmakers)
  (package
    (name "abjad-ext-nauert")
    (version "3.19")