> On Nov 29, 2020, at 5:00 PM, Felix Schwarz wrote:
>
> Hey,
>
> I just noticed that the new packaging macros create a .dist-info directory
> instead of .egg-info.
>
> Just to be sure: There is no incompatibility between these two, right? So
> setuptools-based code can still retrieve all th
hat needs to get done is for pip to get better at the concept of overlaying
installs on sys.path. We shouldn’t need to uninstall something in the “Vendor
site-packages” in order to install it into the “local site-packages” (And
similarly for user site-packages).
—
Donald Stufft
__
oint (and of course, an upgrade totally restores the files in /usr).
—
Donald Stufft
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
got to do it. It looks like it’s already been
fixed upstream - https://bugs.python.org/issue24875
<https://bugs.python.org/issue24875>.
—
Donald Stufft
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
> python-devel mailing list -- python-devel@lists.fedoraproject.org
> To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
—
Donald Stufft
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
If someone got this ready to merge I would be happy to merge it into pip
upstream as well.
Sent from my iPhone
> On Dec 11, 2016, at 11:39 PM, Nick Coghlan wrote:
>
> Actually doing that would mean taking Donald's first pass at
> implementing the `--global` switch, bringing it up to merge-rea
"--user" aren't automatically available.
FWIW, I think Nathaniel? got the uh, Bash? Maintainers on Debian to add it to
the default skel for users.
—
Donald Stufft
___
python-devel mailing list -- python-devel@lists.fe
--
> Orion Poplawski
> Technical Manager 303-415-9701 x222
> NWRA, Boulder/CoRA Office FAX: 303-415-9702
> 3380 Mitchell Lane or...@nwra.com
> Boulder, CO 80301 http://www.nwra.com
—
Donald Stufft
_
> On Nov 17, 2015, at 9:53 AM, Neal Gompa wrote:
>
> On Tue, Nov 17, 2015 at 9:35 AM, Donald Stufft wrote:
>>
>>> On Nov 17, 2015, at 9:26 AM, Neal Gompa wrote:
>>>
>>> The dependency generator uses pkg_resources (specifically
>>> Distri
> On Nov 17, 2015, at 9:26 AM, Neal Gompa wrote:
>
> On Tue, Nov 17, 2015 at 8:34 AM, Donald Stufft wrote:
>>
>>> On Nov 17, 2015, at 8:25 AM, Neal Gompa wrote:
>>> Is the format inside of the .dist-info directory the same as the older
>>> .egg
> On Nov 17, 2015, at 8:25 AM, Neal Gompa wrote:
>
> On Tue, Nov 17, 2015 at 8:05 AM, Donald Stufft wrote:
>>
>>> On Nov 17, 2015, at 7:54 AM, Nick Coghlan wrote:
>>>
>>> On 17 November 2015 at 22:05, Neal Gompa wrote:
>>>> and
>>
>>> replacement: https://www.python.org/dev/peps/pep-0427/.
>>
>> I don't think I've ever heard of this, much less seen it in use. And
>> it looks like the format was approved well over two years ago, so I'm
>> *really* surprised nothing has happened
> On Dec 3, 2014, at 9:51 AM, Nick Coghlan wrote:
>
> > - (This is not really related to the switch, but more of a general remark)
> > In [4], it says that "python 3 version of the executable gains a python3-
> > prefix". This is IMO bad, since upstream projects tend to name the
> > versioned
p and trying to wake up, but I’m
confused as to what is happening here, pip should never install a egg info
file, it always imports setuptools so it always gets an egg-info directory. Are
you seeing something different?
-----
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 63
wo different standards here :(
Probably this needs to be resolved in Python itself to get distutils to make
directories instead
of a file. Or do the same hack that pip does in order to force setuptools
monkey patching to
take place and have setuptools drop them.
-----
Donal
ed and use rewheel
it’ll be easier to do modifications to it than having the system pip and the
“bundled” pip have different sources. Because the pip source just bundles stuff
as part of it’s source while the venv source has it inside a Wheel so you have
to do an unpack, modify, repack dance
16 matches
Mail list logo