Menu

#127 Fix for css files in html_base writer data_files

None
closed-fixed
nobody
5
2015-05-13
2015-05-13
No

Günter,

I'm sending this as a patch so as to not step on any ongoing work with html_base in trunk.

When install docutils by the way of:

svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutils

I get:

copying docutils/parsers/rst/include/README.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/s5defs.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isoamsc.txt -> build/lib/docutils/parsers/rst/include
copying docutils/parsers/rst/include/isogrk3.txt -> build/lib/docutils/parsers/rst/include
error: can't copy 'docutils/writers/html_base/html-base.css': doesn't exist or not a regular file

----------------------------------------

Command "/home/tony/.pyenv/versions/django-metagarden/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-f0B5d2/docutils/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-No2mDx-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/tony/.pyenv/versions/django-metagarden/include/site/python2.7/docutils" failed with error code 1 in /tmp/pip-build-f0B5d2/docutils

Normal pip -e installs of trunk via local filesystem work perfectly, however.

1 Attachments

Related

Patches: #127

Discussion

  • Tony Narlock

    Tony Narlock - 2015-05-13

    (I can't edit tickets in patches)

    Correction, to replicate:

    pip install svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutils

    Against python 2.7.9.

     
    • engelbert gruber

      On 13 May 2015 at 06:29, Tony Narlock gitpull@users.sf.net wrote:

      (I can't edit tickets in patches)

      sorry , please try

      Correction, to replicate:

      pip install
      svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutils

      Against python 2.7.9.


      [patches:#127] Fix for css files in html_base writer data_files

      Status: open
      Group: None
      Labels: setup egg+vcs
      Created: Wed May 13, 2015 04:27 AM UTC by Tony Narlock
      Last Updated: Wed May 13, 2015 04:27 AM UTC
      Owner: nobody

      Günter,

      I'm sending this as a patch so as to not step on any ongoing work with
      html_base in trunk.

      When install docutils by the way of:

      svn+http://svn.code.sf.net/p/docutils/code/trunk/docutils#egg=docutils

      I get:

      copying docutils/parsers/rst/include/README.txt ->
      build/lib/docutils/parsers/rst/include
      copying docutils/parsers/rst/include/s5defs.txt ->
      build/lib/docutils/parsers/rst/include
      copying docutils/parsers/rst/include/isoamsc.txt ->
      build/lib/docutils/parsers/rst/include
      copying docutils/parsers/rst/include/isogrk3.txt ->
      build/lib/docutils/parsers/rst/include
      error: can't copy 'docutils/writers/html_base/html-base.css': doesn't exist
      or not a regular file


      Command "/home/tony/.pyenv/versions/django-metagarden/bin/python2.7 -c
      "import setuptools,
      tokenize;file='/tmp/pip-build-f0B5d2/docutils/setup.py';exec(compile(getattr(tokenize,
      'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))"
      install --record /tmp/pip-No2mDx-record/install-record.txt
      --single-version-externally-managed --compile --install-headers
      /home/tony/.pyenv/versions/django-metagarden/include/site/python2.7/docutils"
      failed with error code 1 in /tmp/pip-build-f0B5d2/docutils

      Normal pip -e installs of trunk via local filesystem work perfectly,
      however.


      Sent from sourceforge.net because docutils-develop@lists.sourceforge.net is
      subscribed to https://sourceforge.net/p/docutils/patches/

      To unsubscribe from further messages, a project admin can change settings at
      https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a
      mailing list, you can unsubscribe from the mailing list.


      One dashboard for servers and applications across Physical-Virtual-Cloud
      Widest out-of-the-box monitoring support with 50+ applications
      Performance metrics, stats and reports that give you Actionable Insights
      Deep dive visibility with transaction tracing using APM Insight.
      http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


      Docutils-develop mailing list
      Docutils-develop@lists.sourceforge.net
      https://lists.sourceforge.net/lists/listinfo/docutils-develop

      Please use "Reply All" to reply to the list.

       

      Related

      Patches: #127

  • Tony Narlock

    Tony Narlock - 2015-05-13

    Thank you, installation works via svn+ in pip once again.

     
  • Tony Narlock

    Tony Narlock - 2015-05-13
    • status: open --> closed-fixed
     

Log in to post a comment.