On Sunday, 20 January 2019 21:27:53 UTC, Oscar Benjamin wrote:
> On Sun, 20 Jan 2019 at 21:12, dcs3spp via Python-list
> wrote:
> >
> > Pip 18.1 supports reading pep508 direct urls from install_requires. In
> > future release there are plans to deprecate the --process-dependency-links
> > pip i
On Sun, 20 Jan 2019 at 21:12, dcs3spp via Python-list
wrote:
>
> Pip 18.1 supports reading pep508 direct urls from install_requires. In future
> release there are plans to deprecate the --process-dependency-links pip
> install option:
> - https://github.com/pypa/pip/issues/4187
> - https://githu
On Sunday, 20 January 2019 20:38:30 UTC, Oscar Benjamin wrote:
> On Sun, 20 Jan 2019 at 16:22, dcs3spp via Python-list
> wrote:
> >
> > On Saturday, 19 January 2019 11:17:19 UTC, dcs3spp wrote:
> > >
> > > My question is, can setuptools be configured to pull in child from a
> > > separate git r
On Sun, 20 Jan 2019 at 16:22, dcs3spp via Python-list
wrote:
>
> On Saturday, 19 January 2019 11:17:19 UTC, dcs3spp wrote:
> >
> > My question is, can setuptools be configured to pull in child from a
> > separate git repository when running python setup.py develop from parent
> > folder? I have
On Saturday, 19 January 2019 11:17:19 UTC, dcs3spp wrote:
> On Saturday, 19 January 2019 07:33:50 UTC, dieter wrote:
> > dcs3spp via Python-list writes:
> > > On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> > > ...
> > > My situation is similar to the following
> > >
> > > Assume t
On Saturday, 19 January 2019 07:33:50 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> > ...
> > My situation is similar to the following
> >
> > Assume the following two privately developed projects that I have written,
> > e
dcs3spp via Python-list writes:
> On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> ...
> My situation is similar to the following
>
> Assume the following two privately developed projects that I have written,
> each with their own setup.py:
> 1. parent exists in folder $HOME/project/
On Friday, 18 January 2019 07:39:00 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > How do I configure setuptools to pull my own private dependency package
> > using virtualenv + python setup.py develop
>
>
> You call "python setup.py develop" for your own package
> (which the
dcs3spp via Python-list writes:
> ...
> How do I configure setuptools to pull my own private dependency package using
> virtualenv + python setup.py develop
You call "python setup.py develop" for your own package
(which the "python" from the virtualenv).
This makes your package (more precisely
On Thursday, 17 January 2019 07:41:43 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > How do I configure python setup.py develop to pull the pyramid_core
> > dependent packages using virtualenv?
>
> Your "setup.py" below should work (once, you have removed the "").
> If the
dcs3spp via Python-list writes:
> ...
> How do I configure python setup.py develop to pull the pyramid_core dependent
> packages using virtualenv?
Your "setup.py" below should work (once, you have removed the "").
If the "pyramid" package correctly declares its dependencies,
then the "pyrami
On Wednesday, 16 January 2019 07:07:29 UTC, dieter wrote:
> dcs3spp via Python-list writes:
> > ...
> > So to manage the development of private packages, e.g. wheels, I would have
> > to use my own private repository (something like devpi or a an alternative
> > cloud pypi subscription service)
dcs3spp via Python-list writes:
> ...
> So to manage the development of private packages, e.g. wheels, I would have
> to use my own private repository (something like devpi or a an alternative
> cloud pypi subscription service) to store each private dependency that I have
> written.
No, you do
On Tuesday, 15 January 2019 07:48:57 UTC, Chris Angelico wrote:
> On Tue, Jan 15, 2019 at 6:18 PM dieter wrote:
> >
> > dcs3spp via Python-list writes:
> > > I am a newbie completely confused with python package management.
> > >
> > > I have a setup.py file (listed below) and have setup pip and
On Tue, Jan 15, 2019 at 6:18 PM dieter wrote:
>
> dcs3spp via Python-list writes:
> > I am a newbie completely confused with python package management.
> >
> > I have a setup.py file (listed below) and have setup pip and setup.cfg to
> > install my own dependencies from a local devpi repository
dcs3spp via Python-list writes:
> I am a newbie completely confused with python package management.
>
> I have a setup.py file (listed below) and have setup pip and setup.cfg to
> install my own dependencies from a local devpi repository.
>
> Can setup.py reference a git repository so that I can
Hi,
I am a newbie completely confused with python package management.
I have a setup.py file (listed below) and have setup pip and setup.cfg to
install my own dependencies from a local devpi repository.
Can setup.py reference a git repository so that I can install from that url?
Is this possi
17 matches
Mail list logo