GNU bug report logs -
#25733
kallithea dependencies
Previous Next
Reported by: ng0 <contact.ng0 <at> cryptolab.net>
Date: Tue, 14 Feb 2017 20:12:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 17-02-18 13:18:20, Ricardo Wurmus wrote:
>
> contact.ng0 <at> cryptolab.net writes:
>
> > From: ng0 <ngillmann <at> runbox.com>
> >
> > * gnu/packages/python.scm (python-urlobject): New variable.
> > ---
>
> […]
>
> > +(define-public python-urlobject
> > + (package
> > + (name "python-urlobject")
> > + (version "2.4.2")
> > + (source
> > + (origin
> > + (method url-fetch)
> > + (uri (pypi-uri "URLObject" version))
> > + (sha256
> > + (base32
> > + "0mswa40s1m5hs5yydb75i2bqb0l49gn0mmkzb0g5nj493nl0h3yx"))))
> > + (build-system python-build-system)
> > + (home-page "http://github.com/zacharyvoase/urlobject")
> > + (synopsis "Utility class for manipulating URLs")
> > + (description
> > + "URLObject is a utility class for manipulating URLs.")
> > + (license license:public-domain)))
>
> Okay.
>
> > +(define-public python2-urlobject
> > + (let ((base (package-with-python2 (strip-python2-variant python-urlobject))))
> > + (package
> > + (inherit base))))
> > +
>
> Why?
My guess is that it had something to do with delayed python2 variants,
but I might be wrong (see last email I've sent).
> --
> Ricardo
>
> GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
> https://elephly.net
>
--
ng0 -- https://www.inventati.org/patternsinthechaos/
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.