aboutsummaryrefslogtreecommitdiff
path: root/math/py-rpy2
Commit message (Collapse)AuthorAgeFilesLines
* math/py-rpy2: Add CATEGORIES=pythonPo-Chuan Hsieh2021-04-291-1/+1
|
* math/py-rpy2: Update to 3.4.4Po-Chuan Hsieh2021-04-252-4/+4
| | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS
* math/py-rpy2: Update to 3.4.3Po-Chuan Hsieh2021-04-182-5/+4
| | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS
* devel/icu: update to 69.1Jan Beich2021-04-081-0/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588)Sunpoet Po-Chuan Hsieh2021-03-301-1/+1
| | | | | | | PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+. Notes: svn path=/head/; revision=569590
* Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+Sunpoet Po-Chuan Hsieh2021-01-301-1/+1
| | | | | | | PR: 250103 Notes: svn path=/head/; revision=563407
* Update to 3.4.2Sunpoet Po-Chuan Hsieh2021-01-262-5/+13
| | | | | | | | | | - Add NUMPY and PANDAS option - Remove PYNUMPY Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=562819
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2021-01-101-1/+1
| | | | Notes: svn path=/head/; revision=561146
* Update to 3.4.1Sunpoet Po-Chuan Hsieh2021-01-062-7/+6
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=560601
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Update to 3.3.6Sunpoet Po-Chuan Hsieh2020-10-032-4/+4
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=551285
* Update to 3.3.5Sunpoet Po-Chuan Hsieh2020-07-092-5/+5
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=541780
* Update to 3.3.4Sunpoet Po-Chuan Hsieh2020-06-222-4/+4
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=539921
* Update to 3.3.3Sunpoet Po-Chuan Hsieh2020-05-192-5/+4
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=535813
* devel/icu: update to 67.1Jan Beich2020-04-231-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* Update to 3.3.2Sunpoet Po-Chuan Hsieh2020-04-223-15/+4
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=532545
* Update to 3.3.1Sunpoet Po-Chuan Hsieh2020-04-212-7/+6
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=532346
* Update to 3.2.7Sunpoet Po-Chuan Hsieh2020-03-312-5/+4
| | | | | | | Changes: https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=530071
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* Drop dependency on devel/openmpJan Beich2020-03-081-7/+1
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* Update to 3.2.6Sunpoet Po-Chuan Hsieh2020-02-032-4/+4
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=525066
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2020-01-272-5/+5
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=524422
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2019-12-292-4/+4
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=521385
* Update to 3.2.3Sunpoet Po-Chuan Hsieh2019-12-282-5/+4
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=521094
* Make devel/openmp an optional dependencySunpoet Po-Chuan Hsieh2019-12-101-2/+8
| | | | | | | | | - Bump PORTREVISION for dependency change It has been merged into base system since FreeBSD 11.3/12.1. Notes: svn path=/head/; revision=519708
* Update to 3.2.2Sunpoet Po-Chuan Hsieh2019-11-042-4/+4
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=516699
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2019-10-222-7/+6
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=515225
* math/py-rpy2: fix build on GCC architecturesPiotr Kubaj2019-10-141-1/+1
| | | | | | | | | | | Use C11 compiler: rpy2/rinterface_lib/R_API_eventloop.h:24: error: redefinition of typedef 'InputHandler' rpy2/rinterface_lib/R_API_eventloop.h:6: error: previous declaration of 'InputHandler' was here Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514457
* devel/icu: update to 65.1Jan Beich2019-10-031-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2019-09-303-13/+16
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=513292
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-0/+1
| | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ Notes: svn path=/head/; revision=512535
* Update to 3.1.0Sunpoet Po-Chuan Hsieh2019-09-022-6/+7
| | | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Notes: svn path=/head/; revision=510868
* 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
* Update to 3.0.5Sunpoet Po-Chuan Hsieh2019-07-192-4/+4
| | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=506952
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2019-05-162-5/+4
| | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=501816
* Fix runtime system detectionSunpoet Po-Chuan Hsieh2019-05-152-0/+12
| | | | | | | | | | - Bump PORTREVISION for package change PR: 237736 Submitted by: yuri, Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=501733
* Update to 3.0.3Sunpoet Po-Chuan Hsieh2019-05-122-5/+4
| | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=501478
* devel/openmp: phase outJan Beich2019-05-081-1/+1
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-0/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Update to 3.0.2Sunpoet Po-Chuan Hsieh2019-04-212-5/+4
| | | | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=499567
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* devel/icu: update to 64.1Jan Beich2019-03-271-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* Update to 3.0.1Sunpoet Po-Chuan Hsieh2019-03-042-10/+12
| | | | | | | | | - Add NO_ARCH Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=494620
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* Update to 2.9.5Sunpoet Po-Chuan Hsieh2018-12-033-19/+18
| | | | | | | | | | | | - Sort RUN_DEPENDS - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS Notes: svn path=/head/; revision=486536
* devel/icu: update to 63.1Jan Beich2018-10-231-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* math/rpy2: Update 2.7.8 -> 2.9.4; Move to math/py-rpy2Yuri Victorovich2018-09-013-0/+46
Port changes: * Add LICENSE_FILE * Update dependencies * Support for python-2 is dropped * Update WWW to https Notes: svn path=/head/; revision=478703