1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

*: 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 6cd3db2d03 .

PR:		253815
Approved by:	kai (python, maintainer)
This commit is contained in:
Kai Knoblich 2021-04-25 20:50:30 +02:00
parent 6cd3db2d03
commit 26d8faac23
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= setuptools
PORTVERSION= 44.0.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= cython
PORTVERSION= 0.29.21
PORTREVISION= 1
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= numpy
PORTVERSION= 1.16.6
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP \