On 12/06/2017 03:32:12 PM, Michael Orlitzky wrote:
On 12/06/2017 09:08 AM, Helmut Jarausch wrote:
> Hi,
>
> I hope somebody can help me.
>
> I've written a new ebuild for  "dev-python/imapclient-1.1.0" (the
> latest version in the tree is version 0.13)...
>
> Ebuilding this packages dies of a Sandbox Violation:
>

Post the full build log and ebuild? I was able to get the new version to
compile and install after using "sed" to loosen the sphinx dependency,

  sed -i "s/1\.5/2.0/" setup.py || die

Hi Michael,
this 'sed' helped me to emerge imapclient-1.1.0


and after removing the two lines,

  rm imapclient/six.py || die
  epatch "${FILESDIR}"/0.12-tests.patch

Version 1.1.0 doesn't have the file imapclient/six.py nor does the patch apply.

But then using this version of imapclient fails since it wants
dev-python/backports-ssl (from PyPi).
But dev-python/backports-ssl-0.0.9 doesn't install here before a name clash with dev-python/backports-1.0.
And no, this version of backports doesn't contain the 'ssl' class

How did you solve this.
I nothing helps, I will rename backports to old-backports and patch imapclient correspondingly.

Many thanks for  your help,
Helmut

Reply via email to