Re: [Distutils] Proposal: moving PyPA projects to pydoctheme

2017-05-31 Thread Ionel Cristian Mărieș via Distutils-SIG
On Thu, Jun 1, 2017 at 1:06 AM, Jon Wayne Parrott wrote: > I'm not seeing the sticky sidebar in the Python 3 docs? H. It appears that sidebar.js is part of the sphinx base theme, not sure what's going on in the python3 docs anymore ...​ Thanks, -- Ionel Cristian Mărieș, http://blog.ionel

Re: [Distutils] Proposal: moving PyPA projects to pydoctheme

2017-05-27 Thread Ionel Cristian Mărieș via Distutils-SIG
Interestingly this doesn't have the "sticky" sidebar (eg: it moves as you scroll page) as the py3 docs have. This is my attempt to package it into a reusable theme btw: http://ionelmc.github.io/sphinx-py3doc-enhanced-theme/bare/reference/foo.bar.html You probably don't want to use that directly bu

Re: [Distutils] Outdated packages on pypi

2016-07-14 Thread Ionel Cristian Mărieș via Distutils-SIG
On Fri, Jul 15, 2016 at 1:51 AM, Steve Dower wrote: > This is why I listed a set of restrictions to help prevent that: > > * 140 chars (flexible, but short enough to prevent rants) > ​Did you mean to write "provoke"​ instead of "prevent"? If we can learn one thing from Twitter it's that such lim

Re: [Distutils] package made up of only .so's?

2016-07-04 Thread Ionel Cristian Mărieș via Distutils-SIG
On Mon, Jul 4, 2016 at 6:53 PM, Chris Withers wrote: > > Each of these .so's is essentially a top level python module. How do I > tell setuptools' setup() function to basically just roll these into a wheel? > ​If you want to package arbitrary files take a look at this setup.py: https://github.co

Re: [Distutils] Docker, development, buildout, virtualenv, local/global install

2016-06-15 Thread Ionel Cristian Mărieș via Distutils-SIG
On Thu, Jun 16, 2016 at 3:29 AM, Donald Stufft wrote: > Now you install a new version of setuptools that breaks the OS installed > gyp and suddenly now you can’t build your static files anymore. ​gyp or node-gyp don't depend on python-setuptools, at least not on Ubuntu. Are you referring to som

Re: [Distutils] Docker, development, buildout, virtualenv, local/global install

2016-06-15 Thread Ionel Cristian Mărieș via Distutils-SIG
On Thu, Jun 16, 2016 at 2:57 AM, Donald Stufft wrote: > Of course It still applies to Docker. You still have an operating system > inside that container and unless you install zero Python using packages > from the system then all of that can still conflict with your own > application’s dependenci

Re: [Distutils] Docker, development, buildout, virtualenv, local/global install

2016-06-15 Thread Ionel Cristian Mărieș via Distutils-SIG
On Thu, Jun 16, 2016 at 1:52 AM, Reinout van Rees wrote: > Aaargh, that Gliph talk gave me a *lot* of food for thought. And that's a > good thing. > ​His main argument is that not using a virtualenv can lead to version conflicts. Eg: app you installed with apt will probably break if it depends o

Re: [Distutils] Docker, development, buildout, virtualenv, local/global install

2016-06-15 Thread Ionel Cristian Mărieș via Distutils-SIG
On Wed, Jun 15, 2016 at 12:07 PM, Reinout van Rees wrote: > Now local development: it is normal to mount the current directory as > /code/, so that now is overlayed over the originally-added-to-the-docker > /code/. > > This means that anything done inside /code/ is effectively discarded in > deve

Re: [Distutils] How to build python-packages depends on the output of other project

2016-06-03 Thread Ionel Cristian Mărieș via Distutils-SIG
On Fri, Jun 3, 2016 at 5:35 AM, Young Yang wrote: > my_install is a subclass of `from setuptools.command.install import > install` > ``` > class my_install(install): > def run(self): > # DO something I want. Such as compiling the code of project A and > copy the output of it (i.e. the

Re: [Distutils] matrix: python_versions x supported_plattforms, cross-compiling vs VM

2016-05-27 Thread Ionel Cristian Mărieș via Distutils-SIG
On Fri, May 27, 2016 at 2:25 PM, Thomas Güttler < guettl...@thomas-guettler.de> wrote: > I don't get what you want to say. > > If you are maintainer, then there is no "my platform". There is matrix: > ​Missing the context, but didn't he write that from user perspective? One could argue that​ get

Re: [Distutils] If you want wheel to be successful, provide a build server.

2016-05-25 Thread Ionel Cristian Mărieș via Distutils-SIG
On Wed, May 25, 2016 at 10:13 AM, Thomas Güttler < guettl...@thomas-guettler.de> wrote: > I do that for Windows because installing VS is an order of magnitude more > difficult than installing gcc on Linux/UNIX but again: not willing to do > extra work on that front (sorry). He may accept a PR wi