Re: Download failure of distfile from PyPI

2025-02-13 Thread Yasuhiro Kimura
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

Re: Download failure of distfile from PyPI

2025-02-13 Thread Yusuf Yaman
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. &

Re: Download failure of distfile from PyPI

2025-02-13 Thread Yusuf Yaman
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

Re: Download failure of distfile from PyPI

2025-02-13 Thread Yusuf Yaman
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

Download failure of distfile from PyPI

2025-02-13 Thread Yasuhiro Kimura
Hello, New version of certbot 3.2.0 is released. I tried to update related ports and found 3.20 requires pyOpenSSL 25.0.0 or later. Since current version of security/py-openssl is 24.1.0, I decided to update it first. I changed DISTVERSION to 25.0.0 in security/py-openssl/Makefile and tried to upd