mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mk/bsd.default-versions.mk: chase the switch to Python 3.9
Following the rules of <https://wiki.freebsd.org/Python#Steps_to_switch_the_Python_default_version> PR: 261703
This commit is contained in:
parent
f117f2c485
commit
ad2d6b8e48
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= setuptools
|
||||
PORTVERSION= 62.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= cython
|
||||
PORTVERSION= 0.29.30
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= numpy
|
||||
PORTVERSION= 1.22.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
|
|
Loading…
Add table
Reference in a new issue