comparison uwsginl-plugin-lang-py3/Makefile @ 171:1a3ff1a9335b

Upgrade the uwsginl language plugin "python3" to the new version 2.1.pl7.g20231226
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 17 Jan 2024 00:14:07 +0100
parents 9b279d675487
children 9f86d2b1b802
comparison
equal deleted inserted replaced
170:b760788bf78d 171:1a3ff1a9335b
1 # Created by: Franz Glasner <freebsd-dev@dom66.de> 1 # Created by: Franz Glasner <freebsd-dev@dom66.de>
2 2
3 PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3 3 PORTNAME?= ${UWSGI_NAME}-plugin-lang-py3
4 #DISTVERSION= 2.0.20 4 #DISTVERSION= 2.0.20
5 PORTVERSION= 2.1.pl6.g${MYGH_TAG_DATE} 5 PORTVERSION= 2.1.pl7.g${MYGH_TAG_DATE}
6 PORTREVISION?= 0 6 PORTREVISION?= 0
7 CATEGORIES?= www python 7 CATEGORIES?= www python
8 # Use GitHub id for now (before official 2.1); see below 8 # Use GitHub id for now (before official 2.1); see below
9 #MASTER_SITES= https://projects.unbit.it/downloads/ 9 #MASTER_SITES= https://projects.unbit.it/downloads/
10 #DISTNAME= uwsgi-${DISTVERSION} 10 #DISTNAME= uwsgi-${DISTVERSION}
21 21
22 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 22 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
23 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl 23 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl
24 24
25 # This specific python version is built 25 # This specific python version is built
26 USES?= python:3.5+ gettext-runtime 26 USES?= python:3.8+ gettext-runtime
27 # Some python version is also needed when building 27 # Some python version is also needed when building
28 USES+= cpe python:build pkgconfig 28 USES+= cpe python:build pkgconfig
29 CPE_VENDOR= unbit 29 CPE_VENDOR= unbit
30 30
31 .include "${.CURDIR}/../uwsginl/Makefile.gh" 31 .include "${.CURDIR}/../uwsginl/Makefile.gh"