[Distutils] Struggling with a modular buildout configuration

2012-08-15 Thread Lele Gaifax
, lele. [1] http://artiemestieri.tn.it/~lele/test-buildout.tar.gz -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929

Re: [Distutils] Struggling with a modular buildout configuration

2012-08-19 Thread Lele Gaifax
can you provide an example that would illustrate the problem? The file you submitted fails because projects do not include setup.py. I would advise to use zc.buildout 1.6.0 and see if issue persists. Sure, I added minimalistic setup.py to both subprojects:

Re: [Distutils] Struggling with a modular buildout configuration

2012-09-05 Thread Lele Gaifax
Lele Gaifax l...@metapensiero.it writes: can you provide an example that would illustrate the problem? The file you submitted fails because projects do not include setup.py. I would advise to use zc.buildout 1.6.0 and see if issue persists. Sure, I added minimalistic setup.py to both

Re: [Distutils] Struggling with a modular buildout configuration

2012-09-10 Thread Lele Gaifax
, it seems something odd is happening in the _update_section() function... Thanks and bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929

Re: [Distutils] Struggling with a modular buildout configuration

2012-10-02 Thread Lele Gaifax
` is egg ignores the s1['egg +'] value... I'll try to spend some more hours on it. Thanks and bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero

Re: [Distutils] zc.buildout 2.0.0a4 released

2012-12-15 Thread Lele Gaifax
“get_dist()” but at the referenced line in easy_install.py there is a call to “_get_dist()”...). It took a pdb session and a “p inspect.getmodule(self._get_dist)” to find out what's going on. hth, ciao,lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas

[Distutils] Location of generated buildout script

2013-01-04 Thread Lele Gaifax
, that is ``buildout/bin/buildout``. It seems a regression to me, but maybe I missing some other option that controls the location... thanks in advance for any hint, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi

Re: [Distutils] zc.buildout-1.7.0b2 released

2013-01-04 Thread Lele Gaifax
. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Distutils-SIG maillist - Distutils-SIG@python.org http

Re: [Distutils] Location of generated buildout script

2013-01-06 Thread Lele Gaifax
Lele Gaifax l...@metapensiero.it writes: I tried upgrading one of my projects to 1.7.0b2 (from 1.6.0), and something has changed wrt the location where the buildout script is written. The regression was introduced by 88eb20328fc0fcdec3a7fa555393573e632315a8 when the logic at the end

Re: [Distutils] Location of generated buildout script

2013-01-06 Thread Lele Gaifax
release buildout 2.0.0a6. Great, thank you! bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929

[Distutils] Buildout 2 and system packages

2013-02-11 Thread Lele Gaifax
) is (the position) controllable/explicitly determinable in some way? Thanks a lot, bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929

Re: [Distutils] Buildout 2 and system packages

2013-02-22 Thread Lele Gaifax
, that should know the list of explicitly requested distributions, sort the paths giving precedence to them? thank you, bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it

Re: [Distutils] Buildout 2 and system packages

2013-02-24 Thread Lele Gaifax
filter-out-these-paths, and maybe a prepend-these-paths options for a better control of the generated scripts sys.path? ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it

[Distutils] Encoding error installing my own package from PyPI

2013-12-12 Thread Lele Gaifax
://bitbucket.org/lele/metapensiero.sqlalchemy.proxy/src/608bf172973986d003e953ba4e46448363f60e44/setup.py?at=master -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it

Re: [Distutils] Encoding error installing my own package from PyPI

2013-12-13 Thread Lele Gaifax
for some reason; after a dpkg-reconfigure locales and setting the LANG environment variable, everything went smooth! I don't know if #1298 is related to the same problem (will report my experience there, anyway). Thanks a lot, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho

[Distutils] Problem with latest buildout bootstrap on Windows with Python 3.3

2014-05-12 Thread Lele Gaifax
() ['/usr/local/lib/python3.3/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3.3/dist-packages', '/usr/lib/dist-python'] What is going wrong here? Thanks a lot for any suggestion, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real

Re: [Distutils] Problem with latest buildout bootstrap on Windows with Python 3.3

2014-05-13 Thread Lele Gaifax
FYI, I eventually created https://github.com/buildout/buildout/issues/186 ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929

Re: [Distutils] namespace_package

2015-12-04 Thread Lele Gaifax
Thank you Zvezdan! I will try to make a branch of https://github.com/lelit/pipinstall-e_bugex injecting your solution to see if it works in that case too. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi

Re: [Distutils] namespace_package

2015-12-04 Thread Lele Gaifax
Lele Gaifax <l...@metapensiero.it> writes: > I will try to make a branch of https://github.com/lelit/pipinstall-e_bugex > injecting your solution to see if it works in that case too. No, it doesn't appear making a difference, in that case. Thanks anyway! ciao, lele. -- nickname:

Re: [Distutils] namespace_package

2015-12-04 Thread Lele Gaifax
ok! ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Distutils-SIG maillist - Dist

[Distutils] Question about package metainfo shown on PyPI

2016-02-19 Thread Lele Gaifax
.org/pypi/django-ddp/0.19.1 [2] https://github.com/django-ddp/django-ddp/blob/develop/setup.py#L206 -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fo

Re: [Distutils] comparison of configuration languages

2016-05-14 Thread Lele Gaifax
Chris Barker <chris.bar...@noaa.gov> writes: > Oh, and why not "JSON with comments and trailing commas" - it would be well > defined and easy to implement. And mostly done, even: https://bitbucket.org/intellimath/pyaxon ciao, lele. -- nickname: Lele Gaifax | Quando

Re: [Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Lele Gaifax
Great, thank you Nathaniel! -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Distutils-SIG

[Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Lele Gaifax
on/pull/47 [2] https://www.python.org/dev/peps/pep-0345/#requires-python -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato De

[Distutils] Issue with (latest?) buildout and package name containing underscore

2017-02-24 Thread Lele Gaifax
ferent name for that particular package? Thank you in advance, ciao, lele. #1 https://bitbucket.org/lele/solista #2 https://bitbucket.org/lele/sol/raw/master/requirements/versions.cfg #3 https://pypi.python.org/pypi/pyramid_tm -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Eman

Re: [Distutils] Issue with (latest?) buildout and package name containing underscore

2017-02-24 Thread Lele Gaifax
Paul Moore <p.f.mo...@gmail.com> writes: > On 24 February 2017 at 11:37, Lele Gaifax <l...@metapensiero.it> wrote: >> Can anyone shed some light on the problem? By what logic buildout used a >> different name for that particular package? > > While I don't know an

Re: [Distutils] Best practice to build binary wheels on Github+Travis and upload to PyPI

2017-03-16 Thread Lele Gaifax
Ralf Gommers <ralf.gomm...@gmail.com> writes: > Multibuild is probably the best place to start: > https://github.com/matthew-brett/multibuild Thank you Ralf, I will surely do some experiments building (pun intended) on top of that! ciao, lele. -- nickname: Lele Gaifax | Quando viv

[Distutils] PyPI abuse

2017-04-10 Thread Lele Gaifax
riant: https://pypi.python.org/pypi/Lykov/0.1.0 Is there something that can/should be done to stop it? Thank you, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it |

[Distutils] Best practice to build binary wheels on Github+Travis and upload to PyPI

2017-03-13 Thread Lele Gaifax
. [1] https://docs.travis-ci.com/user/deployment/pypi/ [2] https://github.com/pypa/python-manylinux-demo -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero

Re: [Distutils] ANNOUNCE: Sunsetting of uploading to the legacy PyPI/TestPyPI

2017-06-22 Thread Lele Gaifax
w that catches my attention, I wonder if the new interface offers a similar view, or some kind of RSS feed, with more than the five "New Releases" box. Should I change my habits? Thanks again, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaif

Re: [Distutils] ANNOUNCE: Sunsetting of uploading to the legacy PyPI/TestPyPI

2017-06-22 Thread Lele Gaifax
elax my compulsive visits :-) ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Dist

[Distutils] Python 3.7 binary wheels

2018-05-08 Thread Lele Gaifax
in advance, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. -- Distutils-SIG mailing list distutils-sig@python.org https://mail.python.org

[Distutils] Re: Python 3.7 binary wheels

2018-05-11 Thread Lele Gaifax
Thank you Nathaniel, AFAICT current manylinux1 image still does not carry Python 3.7: is there an ETA for that to happen? bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it

Re: [Distutils] Invalid Packages

2018-02-17 Thread Lele Gaifax
ttps://pypi.python.org/pypi/Kim-Kardashian-Hollywood-Hack-Cheats-tars-Cash-Energy-Genearator-Online-2018/1.1.2 Sooner or later we should find a solution, otherwise the index will become a rubbish receptacle. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real:

[Distutils] Feed of latest releases on pypi.org

2018-04-16 Thread Lele Gaifax
First of all, congrats to everybody for the successful deploy! A little less than an year ago we had the following exchange: Donald Stufft <don...@stufft.io> writes: > >> On Jun 22, 2017, at 1:37 PM, Donald Stufft <don...@stufft.io> wrote: >> >>> On Jun

Re: [Distutils] RFH with a problem with pip 10 on Windows (AppVeyor)

2018-04-25 Thread Lele Gaifax
t's see what happens... thanks, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ D

[Distutils] RFH with a problem with pip 10 on Windows (AppVeyor)

2018-04-25 Thread Lele Gaifax
y (apparent) difference is the pip version... Can anybody understand what's going on? Thanks in advance, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensie