This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients benjamin.peterson, doko, georg.brandl, larry, matrixise, ned.deily, vstinner
Date 2017-07-25.22:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501021193.02.0.742445069832.issue31036@psf.upfronthosting.co.za>
In-reply-to
Content
> so why didn't blurb get installed for doko?

it's not packaged, and I'm (and I think any other provider of distro packages) not using network access during the build.  Sorry to say, but the assumption that pip should be used to be able to build core python seems to be the wrong direction. Packaging blurb sure is an option, but what kind of value has this as a distro package? only used for building cpython, so why not include it in cpython itself?

I have two use cases:

 - building a distro package from a (pre)release tarball with a
   included NEWS file.  I can handle that by just not calling
   blurb.

 - building a distro package from a release tarball + a diff
   for a branch. I haven't looked yet how I could do that,
   including a current NEWS file.

For the included external C libraries we do have the option to either use the included version, or an external one.  Why not do the same for blurb?
History
Date User Action Args
2017-07-25 22:19:53dokosetrecipients: + doko, georg.brandl, vstinner, larry, benjamin.peterson, ned.deily, matrixise
2017-07-25 22:19:53dokosetmessageid: <1501021193.02.0.742445069832.issue31036@psf.upfronthosting.co.za>
2017-07-25 22:19:53dokolinkissue31036 messages
2017-07-25 22:19:52dokocreate