# HG changeset patch # User Franz Glasner # Date 1741959938 -3600 # Node ID 13e07e75c1110c9c5c1b07a3fc2cb9d83bffea6a # Parent 7febb8b5cb59646dfc14a0aba2f0a71b9ae0741f Naming of the packages for the pypy plugins: use the PyPy-version as suffix instead of a prefix. This is to be more consistens with the other Python language plugins. diff -r 7febb8b5cb59 -r 13e07e75c111 uwsginl-plugin-lang-pypy3/Makefile --- a/uwsginl-plugin-lang-pypy3/Makefile Fri Mar 14 12:34:09 2025 +0100 +++ b/uwsginl-plugin-lang-pypy3/Makefile Fri Mar 14 14:45:38 2025 +0100 @@ -1,6 +1,7 @@ # Created by: Franz Glasner -PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 +PORTNAME= ${UWSGI_NAME}-plugin-lang +PKGNAMESUFFIX= -${FLAVOR} #DISTVERSION= 2.0.20 PORTVERSION= 2.1.pl9.g${MYGH_TAG_DATE} CATEGORIES= www python @@ -21,8 +22,6 @@ FLAVORS= pypy3 pypy39 pypy310 FLAVOR?= pypy3 -PKGNAMEPREFIX= ${FLAVOR}- - BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl BUILD_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl