- 30 Mar, 2021 1 commit
-
-
sunpoet authored
PYTHON_PYOEXTENSION is only used by 2 ports (astro/weather and math/py-rpy2) now.
-
- 03 Mar, 2021 1 commit
-
-
sunpoet authored
-
- 23 Feb, 2021 1 commit
-
-
wen authored
Submitted by: jbeich@
-
- 04 Feb, 2021 1 commit
-
-
mat authored
This is getting us one step further to deorbitting Python 2.7. Reviewed by: rene, antoine, swills Differential Revision: https://reviews.freebsd.org/D28459
-
- 15 Jan, 2021 1 commit
-
-
dbaio authored
This shared macro was necessary to use with flavors and not break ports with USES=python (all versions). All ports that depends on Sphinx are using the latest version on tree. Approved by: python (with hat)
-
- 12 Jan, 2021 1 commit
-
-
rene authored
-
- 10 Jan, 2021 1 commit
-
-
rene authored
The port itself (devel/py-pathlib) was already removed.
-
- 05 Jan, 2021 2 commits
-
-
rene authored
The devel/py-futures port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_FUTURES, leaving a dangling reference. Remove it from Mk/Uses/python.mk and from affected ports, as it was already an empty definition for Python 3.6+ Bump minimal Python version of security/theonionbox to 3.6+
-
rene authored
The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports.
-
- 24 Dec, 2020 1 commit
-
-
fluffy authored
Since Python-3.8.7 it uses unified with other platforns shared libs naming scheme: instead of plain .so suffix now it refers to used cpython: .cpython-${PYTHON_SUFFIX}.so Future Python releases will use this scheme too, it will be hooked via version check PR: 252057 Approved by: python (wen)
-
- 19 Dec, 2020 1 commit
-
-
sunpoet authored
textproc/py-jupyterlab-pygments requires textproc/py-pygments between 2.4.1 and 3 (>=2.4.1,<3)
-
- 08 Nov, 2020 1 commit
-
-
sunpoet authored
textproc/py-furo requires textproc/py-sphinx 3.0
-
- 12 Oct, 2020 1 commit
-
-
wen authored
PR: 250160 Submitted by: wen@(myself)
-
- 28 Sep, 2020 1 commit
-
-
0mp authored
Now the list mentions all the supported arguments.
-
- 21 Sep, 2020 2 commits
- 19 Sep, 2020 1 commit
-
-
rene authored
-
- 08 Sep, 2020 1 commit
-
-
lwhsu authored
-
- 06 Sep, 2020 1 commit
-
-
arrowd authored
devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bump PORTREVISION's for ports that depend on mercurial. PR: 242463 Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch)
-
- 01 Sep, 2020 1 commit
-
-
jrm authored
When python package lists are generated by distutils, any file entry that includes a space will be surrounded in double quotes. This is unnecessary and causes problems elsewhere such as when stripping ${PREFIX} for staging or checking the package list in stage-qa. PR: 248981 Approved by: kevans, portmgr (mat), python (koobs) Differential Revision: https://reviews.freebsd.org/D26221
-
- 24 Jul, 2020 1 commit
-
-
sunpoet authored
-
- 09 Jul, 2020 1 commit
-
-
sunpoet authored
science/py-geometer requires math/py-numpy between 1.15 and 1.20 (>=1.15,<1.20)
-
- 11 May, 2020 1 commit
-
-
dbaio authored
- Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine
-
- 06 May, 2020 1 commit
-
-
mat authored
Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D24732
-
- 02 May, 2020 1 commit
-
-
sunpoet authored
devel/py-tenacity requires devel/py-typing 3.7.4.1
-
- 21 Apr, 2020 1 commit
-
-
sunpoet authored
astro/py-metpy requires math/py-numpy 1.16.0
-
- 01 Apr, 2020 1 commit
-
-
antoine authored
With hat: portmgr
-
- 31 Mar, 2020 1 commit
-
-
sunpoet authored
devel/py-clikit requires devel/py-enum34 between 1.1 and 2.0 (>=1.1,<2.0)
-
- 24 Mar, 2020 1 commit
-
-
antoine authored
and graphics/py-pillow6 With hat: portmgr
-
- 23 Feb, 2020 1 commit
-
-
antoine authored
With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23757
-
- 04 Feb, 2020 1 commit
-
-
sunpoet authored
science/py-geometer requires math/py-numpy between 1.15 and 1.19 (>=1.15,<1.19)
-
- 02 Feb, 2020 1 commit
-
-
sunpoet authored
devel/py-xarray requires math/py-numpy 1.15
-
- 31 Jan, 2020 1 commit
-
-
sunpoet authored
devel/py-glance-store requires devel/py-enum34 1.0.4.
-
- 15 Jan, 2020 1 commit
-
-
antoine authored
With hat: portmgr
-
- 13 Jan, 2020 1 commit
-
-
sunpoet authored
mail/py-mail-parser requires net/py-ipaddress 1.0.23
-
- 09 Jan, 2020 2 commits
-
-
mat authored
Much of the Python version selection code had compat shims around to accomodate the transition from before to with flavors. These can now be removed. PR: 243185 Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D23084
-
mat authored
This was used before flavors were a thing to make sure if you built port A with some python version, and it needed port B, port B would also be built with the same python version. PR: 243185 Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D23084
-
- 16 Dec, 2019 1 commit
-
-
antoine authored
With hat: portmgr PR: 233770
-
- 06 Nov, 2019 1 commit
-
-
antoine authored
With hat: portmgr
-
- 02 Nov, 2019 1 commit
-
-
wen authored
PR: 241416 Submitted by: wen@(myself) Reviewed by: koobs@, amdmi3@
-