aboutsummaryrefslogtreecommitdiff
path: root/math/py-pandas
Commit message (Collapse)AuthorAgeFilesLines
* */*: switch dependency from devel/py-lxml5 to devel/py-lxmlHiroki Tagato2025-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* */*: update dependency on devel/py-lxml to devel/py-lxml5Hiroki Tagato2025-07-191-2/+2
| | | | | | | | | | | | 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)
* math/py-pandas: Allow build with cython 3.1.0+Po-Chuan Hsieh2025-06-262-1/+3
| | | | - Bump PORTREVISION for package change
* Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}Po-Chuan Hsieh2025-04-091-3/+2
| | | | | | | | | | | - 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.
* math/py-pandas: update 2.1.4 → 2.2.3Yuri Victorovich2025-04-023-17/+22
| | | | | PR: 275072 Approved by: python@ (maintainer's timeout; 135 days)
* math/py-pandas: Update WWWPo-Chuan Hsieh2024-11-031-2/+5
|
* math/py-pandas: Update to 2.1.4Po-Chuan Hsieh2024-10-293-14/+24
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* math/py-pandas: Add LICENSE_FILEPo-Chuan Hsieh2024-07-301-0/+1
|
* math/py-pandas: Adjust SQLAlchemy optionsPo-Chuan Hsieh2024-07-251-9/+3
| | | | | - Remove ALCHEMY10, ALCHEMY11, ALCHEMY12 and ALCHEMY13 options - Add ALCHEMY20 option
* math/py-pandas: Remove PY_SETUPTOOLSPo-Chuan Hsieh2024-07-241-1/+1
| | | | py-setuptools should be used rather than PY_SETUPTOOLS
* devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutilPo-Chuan Hsieh2024-04-131-2/+2
| | | | | | - 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
* math/py-pandas: Remove run-time dependency on cythonYuri Victorovich2024-01-191-4/+3
| | | | | | | It is't required and it causes conflicts in other ports, particularly py-dwave-* ones. Approved by: portmgr (bugfix)
* devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}Charlie Li2023-07-181-1/+1
| | | | | | | | 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
* math/py-pandas: Update to 2.0.3Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* math/py-pandas: Update to 2.0.2Po-Chuan Hsieh2023-06-052-5/+4
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* math/py-pandas: Add missing RUN_DEPENDS (py-tzdata)Po-Chuan Hsieh2023-05-073-4299/+23
| | | | | | | | | | | - 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
* math/py-pandas: Update to 2.0.1Wen Heping2023-05-053-78/+128
| | | | | | PR: 271110 Reported by: wen@ Exp-run by: antoine@
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* math/py-pandas: Update to 1.5.3Po-Chuan Hsieh2023-02-052-4/+4
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* math/py-pandas: Update to 1.5.2Po-Chuan Hsieh2023-01-303-4/+7
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* math/py-pandas: Update to 1.5.1Po-Chuan Hsieh2022-12-302-4/+4
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* math/py-pandas: Update to 1.5.0Wen Heping2022-10-203-43/+153
| | | | | | | Update DEPENDS PR: 267086 Reported by: wen@ Exp-run by: antoine@
* math/py-pandas: Update to 1.4.4Wen Heping2022-09-173-2560/+2704
| | | | | | | Update DEPENDS PR: 266333 Reported by: wen@ Exp-run by: antoine@
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* math/py-pandas: Fix PLIST for Python 3.7Po-Chuan Hsieh2022-04-161-2532/+2532
| | | | | PR: 263218 Reported by: John Hein <jcfyecrayz@liamekaens.com>
* math/py-pandas: Update to 1.3.5Wen Heping2022-03-084-15/+3991
| | | | | | PR: 261070 Reported by: wen@ Exp-run by: antoine@
* math/py-pandas: Add CPE informationStefan Eßer2021-10-141-1/+2
| | | | Approved by: portmgr (blanket)
* math/py-pandas: Remove PYNUMPYPo-Chuan Hsieh2021-07-241-2/+2
|
* math/py-pandas: Update to 1.2.5Po-Chuan Hsieh2021-06-302-4/+4
| | | | Changes: https://github.com/pandas-dev/pandas/releases
* math/py-pandas: Add ALCHEMY14 optionPo-Chuan Hsieh2021-05-111-1/+3
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean upSunpoet Po-Chuan Hsieh2021-03-072-2/+0
| | | | | | | There is nothing for substitution in pkg-message. Notes: svn path=/head/; revision=567780
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2021-01-303-50/+54
| | | | | | | | | Changes: https://github.com/pandas-dev/pandas/releases PR: 250103 Exp-run by: antoine Notes: svn path=/head/; revision=563406
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Pass maintainership to python@Sunpoet Po-Chuan Hsieh2020-01-291-1/+1
| | | | | | | | PR: 243693 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=524605
* Revert r511603, removal of py27 flavor was untestedAntoine Brodin2019-09-102-21/+25
| | | | | | | | Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=511736
* - Update to 0.25.1Wen Heping2019-09-092-24/+21
| | | | | | | | | | - Update DEPENDS PR: 240084 Submitted by: john@saltant.com(maintainer) Notes: svn path=/head/; revision=511603
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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
* math/py-pandas: Update to 0.24.2Koichiro Iwao2019-03-202-5/+7
| | | | | | | | | | Add OPTION for databases/py-sqlalchemy13 PR: 236645 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=496310
* math/py-pandas: Update to 0.24.1Steve Wills2019-03-182-4/+4
| | | | | | | | PR: 236453 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=496218
* math/py-pandas: update to 0.24.0Steve Wills2019-01-312-15/+14
| | | | | | | | PR: 235335 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=491667
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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
* math/py-pandas: Update to 0.23.4Steve Wills2018-10-142-5/+5
| | | | | | | | PR: 232252 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=482106
* Update to 0.23.3Sunpoet Po-Chuan Hsieh2018-07-312-4/+4
| | | | | | | | PR: 230161 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=475961
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-21/+21
| | | | | | | | | | 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