On Sun, Mar 21, 2021 at 10:10:40PM +0100, Sebastian Reitenbach wrote:
> Hi,

> as far as I can see, www/py-http_ece is only used by
> www/py-mastodon.py, which is python3,
> so no need for a python2 FLAVOR.

> adding quirk and remove unflavored line from www/Makefile.

> OK?

You'll need a @conflict line also for the python 2 versions (and quirks).

Otherwise, ok kmos@

--Kurt

> cheers,
> Sebastian
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/py-http_ece/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile  3 Jul 2020 21:13:19 -0000       1.5
> +++ Makefile  21 Mar 2021 21:06:29 -0000
> @@ -5,7 +5,7 @@
>  DISTNAME =           http_ece-${MODPY_EGG_VERSION}
>  PKGNAME =            py-http_ece-${MODPY_EGG_VERSION}
>  CATEGORIES =         www
> -REVISION =           1
> +REVISION =           2
> 
>  HOMEPAGE =           
> https://github.com/martinthomson/encrypted-content-encoding
>  MAINTAINER =         Pamela Mosiejczuk <pam...@openbsd.org>
> @@ -18,7 +18,7 @@
>  MODPY_PI =           Yes
> 
>  FLAVORS =            python3
> -FLAVOR ?=
> +FLAVOR =             python3
> 
>  RUN_DEPENDS =                security/py-cryptography${MODPY_FLAVOR}
> 
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/py-http_ece/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 PLIST
> --- pkg/PLIST 4 Oct 2018 23:38:20 -0000       1.1.1.1
> +++ pkg/PLIST 21 Mar 2021 21:06:29 -0000
> @@ -1,4 +1,5 @@
>  @comment $OpenBSD: PLIST,v 1.1.1.1 2018/10/04 23:38:20 danj Exp $
> +@pkgpath www/py-http_ece
>  lib/python${MODPY_VERSION}/site-packages/http_ece/
>  
> lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
>  
> lib/python${MODPY_VERSION}/site-packages/http_ece-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
> 

Reply via email to