Matt Davis

Results 910 comments of Matt Davis

Do you have reproduction steps? Not so much has changed between `2023.5.19` and `2023.6.2` that would explain something like this.

On what basis should the expected result be `CPyCppyy`? The name in the setup.py is all lowercase: https://github.com/wlav/cppyy/blame/master/setup.py#L100 it appears to install just fine: ``` matteius@matteius-VirtualBox:~/pipenv-triage/issue-5717$ pipenv install cppyy -v...

My best guess is something changed with `setuptools` and that got upgraded because I reviewed the changes between those two versions and really nothing can explain it.

Yet the setuptools is the same in both of your logs -- I am really not sure.

@HitoshiUchida Are there differences in the `Pipfile` entry for `cppyy` between the two versions? `

I get all lowercase even on `2023.5.19` ![image](https://github.com/pypa/pipenv/assets/479892/d8248425-31c6-4745-a56a-e912dcc56835)

I am wondering though why it would have ever been mixed case (I cannot reproduce this fact) but I look at the package name and its all lowercase: https://github.com/wlav/cppyy/blob/master/setup.py#L100 EDIT:...

Doesn't appear the case of the Pipfile has anything to do with it and I am not able to get it to be mixed case on the `2023.5.19` version.

> but my environment is Linux Mint 21.1 (Ubuntu 22.04). That shouldn't matter. I'm just at a loss because I can't get the mixed case header to generate even on...

@HitoshiUchida Could you check if this is still happening with `2023.8.19`?