[tahoe-lafs-trac-stream] [pycryptopp] #79: exclude _testdoubleload.so from binary eggs
pycryptopp
trac at tahoe-lafs.org
Wed Jan 18 05:54:28 UTC 2012
#79: exclude _testdoubleload.so from binary eggs
------------------------+-----------------------
Reporter: zooko | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Version: 0.5.29 | Keywords: packaging
Launchpad Bug: |
------------------------+-----------------------
The eggs resulting from {{{python setup.py bdist_egg}}} have a copy of
{{{_testdoubleload.so}}} in them. That file is absolutely necessary for
the buildbot-operated tests of #44, so we can't just get rid of it, but it
should be excluded from binary distributions.
(I like binary distributions to be able to run unit tests, but running the
test double load test is not so important for them to do that they need to
carry around that .so file.)
That file is created by {{{python setup.py build}}} (and the other
commands that automatically build) but only when the {{{--test-double-
load}}} option is passed.
Hopefully we can exclude it from distributions just by editing
[source:MANIFEST.in]
--
Ticket URL: <http://tahoe-lafs.org/trac/pycryptopp/ticket/79>
pycryptopp <https://tahoe-lafs.org/trac/pycryptopp>
More information about the tahoe-lafs-trac-stream
mailing list