On 2019/02/03 19:44, Linda Lapinlampi wrote:
> Dear ports@ readers and plausible maintainer,
> 
> The attached diff updates security/py-service_identity port from version
> 16.0.0 (2016-02-18) to 18.1.0 (2018-12-05).
> 
> This diff also removes patches/patch-setup_cfg, which is now found at
> upstream.

There's no maintainer for this port (check "make show=MAINTAINER").

> PyPI: https://pypi.org/project/service_identity/
> Git: https://github.com/pyca/service_identity
> 
> Full changelog:
> https://service-identity.readthedocs.io/en/stable/changelog.html
> 
> Tested on amd64 with `make test`.

Thanks - I've committed a tweaked version.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/py-service_identity/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -u -r1.1.1.1 Makefile
> --- Makefile  6 May 2017 09:48:44 -0000       1.1.1.1
> +++ Makefile  3 Feb 2019 15:58:36 -0000
> @@ -1,8 +1,8 @@
>  # $OpenBSD: Makefile,v 1.1.1.1 2017/05/06 09:48:44 landry Exp $
>  
> -COMMENT =            service identity verification for pyOpenSSL
> +COMMENT = service identity verification for pyOpenSSL & cryptography

I changed this to "service identity verification for pyOpenSSL/py-cryptography"
(don't like the & and py-cryptography is more meaningful).

> -MODPY_EGG_VERSION =  16.0.0
> +MODPY_EGG_VERSION =  18.1.0

I used the github checkout because pypi doesn't include tests,
fixed TEST_DEPENDS (missing dep on ${RUN_DEPENDS}), and updated DESCR
for the new py-cryptography related feature.

Reply via email to