From: Yusuf Yaman <nxjos...@protonmail.com> Subject: Re: Download failure of distfile from PyPI Date: Thu, 13 Feb 2025 15:05:32 +0000
> Hi, > > I changed distname to all lowercase and it worked for me. > > -DISTNAME= pyOpenSSL-${PORTVERSION} > +DISTNAME= pyopenssl-${PORTVERSION} From: Yusuf Yaman <nxjos...@protonmail.com> Subject: Re: Download failure of distfile from PyPI Date: Thu, 13 Feb 2025 15:07:31 +0000 > I looked at the older versions and distname is pyOpenSSL, so in newer > version they changed it to all lowercase. I've never thout of it. Thanks for letting me know. --- Yasuhiro Kimura