git: 26d8faac2375 - main - *: Bump a few ports after the Python 3.7 to 3.8 switchover
Kai Knoblich
kai at FreeBSD.org
Sun Apr 25 18:59:39 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26d8faac23752e2fc666fb9aaf103660c132360a
commit 26d8faac23752e2fc666fb9aaf103660c132360a
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-04-25 18:50:30 +0000
Commit: Kai Knoblich <kai at 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 \
More information about the dev-commits-ports-all
mailing list