PLY problem
Hi, I have (still) problems with PLY generated files in the astropy package: they are just not generated, and I have no idea how to generate them correctly. For example, there are the files astropy/coordinates/angle_lextab.py astropy/coordinates/angle_parsetab.py which are now cleaned up in d/clean, and they are somehow cached regenerated from astropy/coordinates/angle_utilities.py The latter file contains the hint # This module includes files automatically generated from ply (these end in # _lextab.py and _parsetab.py). To generate these files, remove them from this # folder, then build astropy and run the tests in-place: # # python setup.py build_ext --inplace # pytest astropy/coordinates but this seems not to fit very well into the pybuild procedure. And, I have a few more of them (in astropy/units/format). What would be the best way to regenerate them? Best regards Ole
Re: Remove wiki version of the python policy?
https://wiki.debian.org/Python/Policy has been updated/cleaned up. Sorry it took so long. Joseph On Mon, May 14, 2018 at 10:50 PM, Ben Finney wrote: > Joseph Herlant writes: > >> Hi, >> >> On Mon, May 14, 2018, 10:01 PM Ben Finney wrote: >> >> > Joseph, do you mean simply replacing the article content with a “now >> > the policy is in the packaging manuals” external link? >> >> Yes, that's what I meant, sorry for the confusion. > > Okay. Yes, that sounds fine to me. > > Hopefully just pointing (not redirecting) to the canonical location will > be enough to gradually teach search engines the correct answer :-) > > -- > \ “I would rather be exposed to the inconveniences attending too | > `\ much liberty than those attending too small a degree of it.” | > _o__)—Thomas Jefferson, 1791-12-23 | > Ben Finney >
Re: Remove wiki version of the python policy?
On Wednesday, May 16, 2018 06:25:01 PM Joseph Herlant wrote: > https://wiki.debian.org/Python/Policy has been updated/cleaned up. > Sorry it took so long. > > Joseph Thanks for taking care of it. Scott K