notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-rpy2 Python interface to the R Programming Language
3.5.15 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.14_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-01 14:55:57
Last Update: 2024-02-21 15:07:55
Commit Hash: 5cb826c8
Also Listed In: python
License: GPLv2+
WWW:
https://rpy2.github.io/
https://github.com/rpy2/rpy2
Description:
RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any module that later were installed on the R system, can easily be used from within Python, without introducing any changes. rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}rpy2>0:math/py-rpy2@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-rpy2/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-rpy2
  • pkg install py39-rpy2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-rpy2 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-rpy2
Package flavors (<flavor>: <package>)
  • py39: py39-rpy2
distinfo:
TIMESTAMP = 1708449406 SHA256 (rpy2-3.5.15.tar.gz) = 444fae4a84dc7f233b70eaab0aa81398ee0147c4e1ae38dd4524d779d6f25b2b SIZE (rpy2-3.5.15.tar.gz) = 219822

Packages (timestamps in pop-ups are UTC):
py39-rpy2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.153.5.15-3.5.153.5.15---
FreeBSD:13:quarterly3.5.14_13.5.14_1--3.5.14_1-3.5.14_1-
FreeBSD:14:latest3.5.153.5.15-3.5.153.5.15---
FreeBSD:14:quarterly3.5.14_13.5.14_1--3.5.14_1-3.5.14_1-
FreeBSD:15:latest3.5.153.5.15n/a3.5.14_1n/a-3.5.14_13.5.15
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-cffi>=1.15.0 : devel/py-cffi@py39
  2. py39-setuptools>=61 : devel/py-setuptools@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. gfortran12 : lang/gcc12
  5. python3.9 : lang/python39
  6. as : devel/binutils
  7. py39-build>=0 : devel/py-build@py39
  8. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-cffi>=1.15.0 : devel/py-cffi@py39
  2. py39-Jinja2>=0 : devel/py-Jinja2@py39
  3. py39-tzlocal>=0 : devel/py-tzlocal@py39
  4. py39-numpy>=0,1 : math/py-numpy@py39
  5. py39-pandas>=1.3.5,1 : math/py-pandas@py39
  6. gfortran12 : lang/gcc12
  7. python3.9 : lang/python39
Library dependencies:
  1. libR.so : math/R
  2. libicui18n.so : devel/icu
  3. libpcre2-8.so : devel/pcre2
  4. libreadline.so.8 : devel/readline
This port is required by:
for Build
  1. math/sage
for Run
  1. math/sage

Configuration Options:
===> The following configuration options are available for py39-rpy2-3.5.15: PANDAS=on: Pandas support ===> Use 'make config' to modify these settings
Options name:
math_py-rpy2
USES:
compiler:c11 fortran python readline
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/rpy2/
  2. https://pypi.org/packages/source/r/rpy2/
Collapse this list.

Number of commits found: 81

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.15
21 Feb 2024 15:07:55
commit hash: 5cb826c8190f7c0bde67a16e802892fd5d197165commit hash: 5cb826c8190f7c0bde67a16e802892fd5d197165commit hash: 5cb826c8190f7c0bde67a16e802892fd5d197165commit hash: 5cb826c8190f7c0bde67a16e802892fd5d197165 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.15

Changes:	https://github.com/rpy2/rpy2/releases
		https://github.com/rpy2/rpy2/commits/master
3.5.14_1
17 Nov 2023 11:46:00
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1fcommit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
3.5.14
04 Sep 2023 21:30:16
commit hash: 097984edc7566113f421cc9e878db6835fd501efcommit hash: 097984edc7566113f421cc9e878db6835fd501efcommit hash: 097984edc7566113f421cc9e878db6835fd501efcommit hash: 097984edc7566113f421cc9e878db6835fd501ef files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.14

- Update WWW

Changes:	https://github.com/rpy2/rpy2/releases
		https://github.com/rpy2/rpy2/commits/master
3.5.13
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

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
3.5.13
09 Jul 2023 10:19:49
commit hash: 67946aa8d9a789fe1da54242a7c559cdcb937f5ccommit hash: 67946aa8d9a789fe1da54242a7c559cdcb937f5ccommit hash: 67946aa8d9a789fe1da54242a7c559cdcb937f5ccommit hash: 67946aa8d9a789fe1da54242a7c559cdcb937f5c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.13

Changes:	https://github.com/rpy2/rpy2/releases
3.5.12
30 Jun 2023 07:04:18
commit hash: a062b040fdd8f67bc7c878f3d65218d4edf0d916commit hash: a062b040fdd8f67bc7c878f3d65218d4edf0d916commit hash: a062b040fdd8f67bc7c878f3d65218d4edf0d916commit hash: a062b040fdd8f67bc7c878f3d65218d4edf0d916 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Remove outdated PYTHON_REL check after lang/python37 removal
3.5.12
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

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>
3.5.12
27 May 2023 23:44:07
commit hash: a4458f78462beadd177c4849c37bbaad30a3f4fbcommit hash: a4458f78462beadd177c4849c37bbaad30a3f4fbcommit hash: a4458f78462beadd177c4849c37bbaad30a3f4fbcommit hash: a4458f78462beadd177c4849c37bbaad30a3f4fb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.12

Changes:	https://github.com/rpy2/rpy2/releases
3.5.11_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3.5.11
18 Apr 2023 21:38:21
commit hash: c2275d8446a21bc8ed7de8cfc0c04b22c5d29345commit hash: c2275d8446a21bc8ed7de8cfc0c04b22c5d29345commit hash: c2275d8446a21bc8ed7de8cfc0c04b22c5d29345commit hash: c2275d8446a21bc8ed7de8cfc0c04b22c5d29345 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.11

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/rpy2/rpy2/releases
3.5.10_1
13 Apr 2023 00:56:37
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606bcommit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
3.5.10
05 Apr 2023 17:30:45
commit hash: 49420caa568351bf16fa0727e70adb91d69015d7commit hash: 49420caa568351bf16fa0727e70adb91d69015d7commit hash: 49420caa568351bf16fa0727e70adb91d69015d7commit hash: 49420caa568351bf16fa0727e70adb91d69015d7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.10

Changes:	https://github.com/rpy2/rpy2/releases
3.5.9
21 Mar 2023 19:21:11
commit hash: f80c39d8dd4c5988c7cf53f8e5d72c3aa1773b38commit hash: f80c39d8dd4c5988c7cf53f8e5d72c3aa1773b38commit hash: f80c39d8dd4c5988c7cf53f8e5d72c3aa1773b38commit hash: f80c39d8dd4c5988c7cf53f8e5d72c3aa1773b38 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.9

- Remove NUMPY option: rpy2[numpy] has no dependency now

Changes:	https://github.com/rpy2/rpy2/releases
3.5.7
30 Jan 2023 13:00:11
commit hash: fd328921ebbb27a196b804c83992b67de288c3f6commit hash: fd328921ebbb27a196b804c83992b67de288c3f6commit hash: fd328921ebbb27a196b804c83992b67de288c3f6commit hash: fd328921ebbb27a196b804c83992b67de288c3f6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.7

Changes:	https://github.com/rpy2/rpy2/releases
3.5.6
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
3.5.6
30 Dec 2022 09:05:01
commit hash: b6456281a633fd723afcd288bfd5ca863ee3c66ccommit hash: b6456281a633fd723afcd288bfd5ca863ee3c66ccommit hash: b6456281a633fd723afcd288bfd5ca863ee3c66ccommit hash: b6456281a633fd723afcd288bfd5ca863ee3c66c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.6

Changes:	https://github.com/rpy2/rpy2/releases
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.5
19 Nov 2022 08:12:20
commit hash: b44f82efd9694d5008f8a800ed8418d6e343abf7commit hash: b44f82efd9694d5008f8a800ed8418d6e343abf7commit hash: b44f82efd9694d5008f8a800ed8418d6e343abf7commit hash: b44f82efd9694d5008f8a800ed8418d6e343abf7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.5

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.4_1
19 Oct 2022 08:10:29
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

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)
3.5.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.4
31 Aug 2022 11:41:11
commit hash: 30e88b8a7a364820a77e472ca8ee28a91ca5dccdcommit hash: 30e88b8a7a364820a77e472ca8ee28a91ca5dccdcommit hash: 30e88b8a7a364820a77e472ca8ee28a91ca5dccdcommit hash: 30e88b8a7a364820a77e472ca8ee28a91ca5dccd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.4

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.3
30 Jul 2022 19:24:57
commit hash: f00264d21a7c07f39a508f47ca3149aa4599dd47commit hash: f00264d21a7c07f39a508f47ca3149aa4599dd47commit hash: f00264d21a7c07f39a508f47ca3149aa4599dd47commit hash: f00264d21a7c07f39a508f47ca3149aa4599dd47 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.3

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.2
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.5.2
21 Jun 2022 16:36:22
commit hash: b171a19a1a4ab0c75b2a3d89908aca5b84e9019fcommit hash: b171a19a1a4ab0c75b2a3d89908aca5b84e9019fcommit hash: b171a19a1a4ab0c75b2a3d89908aca5b84e9019fcommit hash: b171a19a1a4ab0c75b2a3d89908aca5b84e9019f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Fix typo
3.5.2
03 Jun 2022 09:00:40
commit hash: 08ef810a503db32b7d97e01f4ddec88b10a46af4commit hash: 08ef810a503db32b7d97e01f4ddec88b10a46af4commit hash: 08ef810a503db32b7d97e01f4ddec88b10a46af4commit hash: 08ef810a503db32b7d97e01f4ddec88b10a46af4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.2

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.1_1
13 May 2022 11:39:34
commit hash: 43b57843dee4659600114d2b4241d8b0c2e1a68fcommit hash: 43b57843dee4659600114d2b4241d8b0c2e1a68fcommit hash: 43b57843dee4659600114d2b4241d8b0c2e1a68fcommit hash: 43b57843dee4659600114d2b4241d8b0c2e1a68f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Fix LIB_DEPENDS

- Bump PORTREVISION for dependency change

math/R has been changed to pcre2 since 4.0.0
(a0a98863caa692b26f90ee45a3cda113bc4e1abf).
3.5.1
17 Apr 2022 23:58:21
commit hash: 3aa9cbe3b208788e3909c4f4043e7918ab8b05fccommit hash: 3aa9cbe3b208788e3909c4f4043e7918ab8b05fccommit hash: 3aa9cbe3b208788e3909c4f4043e7918ab8b05fccommit hash: 3aa9cbe3b208788e3909c4f4043e7918ab8b05fc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.1

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.5.0
16 Apr 2022 04:19:25
commit hash: 17c71bde11bd23443ade8ac50707d011ff9b4617commit hash: 17c71bde11bd23443ade8ac50707d011ff9b4617commit hash: 17c71bde11bd23443ade8ac50707d011ff9b4617commit hash: 17c71bde11bd23443ade8ac50707d011ff9b4617 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.5.0

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.4.5_2
07 Apr 2022 00:39:10
commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
3.4.5_1
28 Oct 2021 16:37:30
commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 70.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
3.4.5
25 Oct 2021 15:57:33
commit hash: 8c2d0a77a5d3f721d636128e301c8fe9ab848977commit hash: 8c2d0a77a5d3f721d636128e301c8fe9ab848977commit hash: 8c2d0a77a5d3f721d636128e301c8fe9ab848977commit hash: 8c2d0a77a5d3f721d636128e301c8fe9ab848977 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Cosmetic change
3.4.5
14 Jun 2021 17:40:18
commit hash: b81d7afb808c12e6dc247989666cbb5402bcd758commit hash: b81d7afb808c12e6dc247989666cbb5402bcd758commit hash: b81d7afb808c12e6dc247989666cbb5402bcd758commit hash: b81d7afb808c12e6dc247989666cbb5402bcd758 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.4.5

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.4.4
29 Apr 2021 14:23:58
commit hash: cf31e903c085210e7a0cf85bc55f1b9c44961798commit hash: cf31e903c085210e7a0cf85bc55f1b9c44961798commit hash: cf31e903c085210e7a0cf85bc55f1b9c44961798commit hash: cf31e903c085210e7a0cf85bc55f1b9c44961798 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Add CATEGORIES=python
3.4.4
25 Apr 2021 20:35:32
commit hash: 5e24f741ac5e13815437760f1c5c355f4174ec43commit hash: 5e24f741ac5e13815437760f1c5c355f4174ec43commit hash: 5e24f741ac5e13815437760f1c5c355f4174ec43commit hash: 5e24f741ac5e13815437760f1c5c355f4174ec43 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.4.4

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.4.3
18 Apr 2021 05:43:53
commit hash: 475c57d27f21aceac1c5749814d530fc1c302432commit hash: 475c57d27f21aceac1c5749814d530fc1c302432commit hash: 475c57d27f21aceac1c5749814d530fc1c302432commit hash: 475c57d27f21aceac1c5749814d530fc1c302432 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-rpy2: Update to 3.4.3

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.4.2_1
08 Apr 2021 23:33:31
commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 69.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
3.4.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.4.2
30 Mar 2021 19:20:25
Revision:569590Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588)

PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+.
3.4.2
30 Jan 2021 13:29:58
Revision:563407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
3.4.2
26 Jan 2021 17:36:39
Revision:562819Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.4.2

- Add NUMPY and PANDAS option
- Remove PYNUMPY

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.4.1
10 Jan 2021 23:13:55
Revision:561146Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
3.4.1
06 Jan 2021 20:32:14
Revision:560601Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.4.1

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.6_1
24 Dec 2020 13:46:02
Revision:559094Original commit files touched by this commit
kai search for other commits by this committer
Relax hardcoded paths to fix build with Python 3.8.7

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)
3.3.6_1
03 Nov 2020 00:56:27
Revision:553940Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 68.1

Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
3.3.6
03 Oct 2020 09:50:54
Revision:551285Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.6

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.5
09 Jul 2020 18:09:12
Revision:541780Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.5

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.4
22 Jun 2020 19:36:12
Revision:539921Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.4

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.3
19 May 2020 05:16:45
Revision:535813Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.3

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.2_1
23 Apr 2020 20:14:49
Revision:532707Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 67.1

Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
3.3.2
22 Apr 2020 21:27:58
Revision:532545Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.2

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.3.1
21 Apr 2020 19:39:26
Revision:532346Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.1

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.7
31 Mar 2020 23:03:46
Revision:530071Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.7

Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.6_1
13 Mar 2020 09:47:17
Revision:528343Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 66.1

Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
3.2.6
08 Mar 2020 21:56:37
Revision:528082Original commit files touched by this commit
jbeich search for other commits by this committer
Drop dependency on devel/openmp

- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
3.2.6
03 Feb 2020 19:46:12
Revision:525066Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.6

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.5
27 Jan 2020 20:09:06
Revision:524422Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.5

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.4
29 Dec 2019 17:33:43
Revision:521385Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.4

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.3
28 Dec 2019 07:31:15
Revision:521094Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.3

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.2_1
10 Dec 2019 17:11:42
Revision:519708Original commit files touched by this commit
sunpoet search for other commits by this committer
Make devel/openmp an optional dependency

- Bump PORTREVISION for dependency change

It has been merged into base system since FreeBSD 11.3/12.1.
3.2.2
04 Nov 2019 16:02:01
Revision:516699Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.2

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.1
22 Oct 2019 23:34:10
Revision:515225Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.2.0_1
14 Oct 2019 12:06:13
Revision:514457Original commit files touched by this commit
pkubaj search for other commits by this committer
math/py-rpy2: fix build on GCC architectures

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)
3.2.0_1
03 Oct 2019 20:35:30
Revision:513733Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 65.1

Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
3.2.0
30 Sep 2019 04:17:47
Revision:513292Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.0

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.1.0_1
21 Sep 2019 18:59:57
Revision:512535Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: update to 9.0.0

- 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/
3.1.0
02 Sep 2019 22:43:39
Revision:510868Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.1.0

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
		https://github.com/rpy2/rpy2/blob/master/NEWS
3.0.5_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
3.0.5
19 Jul 2019 17:03:13
Revision:506952Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.5

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
3.0.4
16 May 2019 23:56:38
Revision:501816Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.4

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
3.0.3_1
15 May 2019 15:56:07
Revision:501733Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix runtime system detection

- Bump PORTREVISION for package change

PR:		237736
Submitted by:	yuri, Rainer Hurling <rhurlin@gwdg.de>
3.0.3
12 May 2019 20:10:20
Revision:501478Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.3

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
3.0.2_2
08 May 2019 16:05:53
Revision:501030Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: phase out

- 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
3.0.2_1
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
3.0.2
21 Apr 2019 19:07:32
Revision:499567Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.2

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
3.0.1_2
09 Apr 2019 14:04:50
Revision:498476Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
3.0.1_1
27 Mar 2019 21:11:09
Revision:496981Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 64.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
3.0.1
04 Mar 2019 17:58:05
Revision:494620Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.1

- Add NO_ARCH

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
2.9.5_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
2.9.5
03 Dec 2018 19:58:37
Revision:486536Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.9.5

- Sort RUN_DEPENDS
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS
2.9.4_1
23 Oct 2018 11:35:04
Revision:482830Original commit files touched by this commit
jbeich search for other commits by this committer
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2.9.4
01 Sep 2018 14:55:42
Revision:478703Original commit files touched by this commit
yuri search for other commits by this committer
math/rpy2: Update 2.7.8 -> 2.9.4; Move to math/py-rpy2

Port changes:
* Add LICENSE_FILE
* Update dependencies
* Support for python-2 is dropped
* Update WWW to https

Number of commits found: 81