emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22808: closed (Add a function to simplify many of


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22808: closed (Add a function to simplify many of the new python2-foo definitions)
Date: Thu, 31 Jan 2019 14:41:02 +0000

Your message dated Thu, 31 Jan 2019 15:39:55 +0100
with message-id <address@hidden>
and subject line Close
has caused the debbugs.gnu.org bug report #22808,
regarding Add a function to simplify many of the new python2-foo definitions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22808: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22808
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Add a function to simplify many of the new python2-foo definitions Date: Thu, 25 Feb 2016 13:14:25 -0800 User-agent: mu4e 0.9.13; emacs 24.5.1
Right now we have a lot of these that look very similar:

  (define-public python2-chardet
    (package
      (inherit (package-with-python2
                (strip-python2-variant python-chardet)))
      (native-inputs `(("python2-setuptools" ,python2-setuptools)))))

  (define-public python2-translitcodec
    (package
      (inherit (package-with-python2
                (strip-python2-variant python-translitcodec)))
      (native-inputs `(("python2-setuptools" ,python2-setuptools)))))

  (define-public python2-celery
    (let ((celery (package-with-python2
                   (strip-python2-variant python-celery))))
      (package
        (inherit celery)
        (native-inputs `(("python2-setuptools" ,python2-setuptools)
                         ("python2-unittest2" ,python2-unittest2)
                         ("python2-mock" ,python2-mock)
                         ,@(package-native-inputs celery))))))

Time for an abstraction?



--- End Message ---
--- Begin Message --- Subject: Close Date: Thu, 31 Jan 2019 15:39:55 +0100 User-agent: Mutt/1.11.0 (2018-11-25)
This seems to be solved using package-with-python2.

Andreas



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]