Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 18:59:38 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 26d8faac2375 - main - *: Bump a few ports after the Python 3.7 to 3.8 switchover
Message-ID:  <202104251859.13PIxcG7042847@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26d8faac23752e2fc666fb9aaf103660c132360a

commit 26d8faac23752e2fc666fb9aaf103660c132360a
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-04-25 18:50:30 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-04-25 18:50:30 +0000

    *: Bump a few ports after the Python 3.7 to 3.8 switchover
    
    Bump the PORTREVISION of the following ports as the concurrent symlinks
    change with a new default version of Python:
    
    * devel/py-setuptools
    * lang/cython
    * math/py-numpy
    
    This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a .
    
    PR:             253815
    Approved by:    kai (python, maintainer)
---
 devel/py-setuptools/Makefile | 1 +
 lang/cython/Makefile         | 1 +
 math/py-numpy/Makefile       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index 203522b68201..40b38a886356 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	setuptools
 PORTVERSION=	44.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 4188777db12b..bf7f2e6711b5 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cython
 PORTVERSION=	0.29.21
+PORTREVISION=	1
 CATEGORIES=	lang python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 78ab89afe8ab..19ce0a36fd7d 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	numpy
 PORTVERSION=	1.16.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104251859.13PIxcG7042847>