From: Yusuf Yaman
Subject: Re: Download failure of distfile from PyPI
Date: Thu, 13 Feb 2025 15:05:32 +
> Hi,
>
> I changed distname to all lowercase and it worked for me.
>
> -DISTNAME= pyOpenSSL-${PORTVERSION}
> +DISTNAME= pyopenssl-${PORTVERSION}
From: Yu
You are welcome.
Have a good one.
On 2/13/25 18:14, Yasuhiro Kimura wrote:
> From: Yusuf Yaman
> Subject: Re: Download failure of distfile from PyPI
> Date: Thu, 13 Feb 2025 15:05:32 +
>
>> Hi,
>>
>> I changed distname to all lowercase and it worked for me.
&
I looked at the older versions and distname is pyOpenSSL, so in newer
version they changed it to all lowercase.
On 2/13/25 18:05, Yusuf Yaman wrote:
> Hi,
>
> I changed distname to all lowercase and it worked for me.
>
> -DISTNAME= pyOpenSSL-${PORTVERSION}
> +DISTNAME= pyopenssl-${PORTV
Hi,
I changed distname to all lowercase and it worked for me.
-DISTNAME= pyOpenSSL-${PORTVERSION}
+DISTNAME= pyopenssl-${PORTVERSION}
see pypi page and download files section, there is showing the distfile
name.
On 2/13/25 18:01, Yasuhiro Kimura wrote:
> Hello,
>
> New version of ce