| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/py-beautifulsoup has switched dependency on devel/py-lxml to
devel/py-lxml5.
Ports which directly or indirectly depends on both
www/py-beautifulsoup and devel/py-lxml must also switch their
dependencies on devel/py-lxml to devel/py-lxml5 to avoid conflicts.
PR: 288047
Approved by: portmgr (chase dependency change)
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
|
| |
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple ports.
|
|
|
|
|
| |
PR: 275072
Approved by: python@ (maintainer's timeout; 135 days)
|
| |
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
| |
|
|
|
|
|
| |
- Remove ALCHEMY10, ALCHEMY11, ALCHEMY12 and ALCHEMY13 options
- Add ALCHEMY20 option
|
|
|
|
| |
py-setuptools should be used rather than PY_SETUPTOOLS
|
|
|
|
|
|
| |
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
|
|
|
|
|
|
|
| |
It is't required and it causes conflicts in other ports, particularly
py-dwave-* ones.
Approved by: portmgr (bugfix)
|
|
|
|
|
|
|
|
| |
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Update version requirement of *_DEPENDS
- Convert to USE_PYTHON=autoplist
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change
PR: 271110
Reference: https://github.com/pandas-dev/pandas/blob/v2.0.1/pyproject.toml#L31
|
|
|
|
|
|
| |
PR: 271110
Reported by: wen@
Exp-run by: antoine@
|
| |
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
|
|
|
|
|
| |
PR: 267994
Differential revision: D37518
Approved by: bapt
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
|
|
|
|
|
|
| |
Update DEPENDS
PR: 267086
Reported by: wen@
Exp-run by: antoine@
|
|
|
|
|
|
|
| |
Update DEPENDS
PR: 266333
Reported by: wen@
Exp-run by: antoine@
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
|
| |
PR: 263218
Reported by: John Hein <jcfyecrayz@liamekaens.com>
|
|
|
|
|
|
| |
PR: 261070
Reported by: wen@
Exp-run by: antoine@
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
|
| |
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
| |
There is nothing for substitution in pkg-message.
Notes:
svn path=/head/; revision=567780
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/pandas-dev/pandas/releases
PR: 250103
Exp-run by: antoine
Notes:
svn path=/head/; revision=563406
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=559531
|
|
|
|
|
|
|
|
| |
PR: 243693
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=524605
|
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
With hat: portmgr
Notes:
svn path=/head/; revision=511736
|
|
|
|
|
|
|
|
|
|
| |
- Update DEPENDS
PR: 240084
Submitted by: john@saltant.com(maintainer)
Notes:
svn path=/head/; revision=511603
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
| |
Add OPTION for databases/py-sqlalchemy13
PR: 236645
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=496310
|
|
|
|
|
|
|
|
| |
PR: 236453
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=496218
|
|
|
|
|
|
|
|
| |
PR: 235335
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=491667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
| |
PR: 232252
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=482106
|
|
|
|
|
|
|
|
| |
PR: 230161
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Notes:
svn path=/head/; revision=475961
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|