diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 3f4960e69e72..f7e96b2db7ad 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,19 +1,28 @@ -# $NetBSD: Makefile,v 1.48 2021/06/29 08:42:01 nia Exp $ +# $NetBSD: Makefile,v 1.49 2021/12/17 10:15:20 wiz Exp $ -DISTNAME= rpy2-2.9.1 -PKGREVISION= 2 +DISTNAME= rpy2-3.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpy2/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://rpy.sourceforge.io/ +HOMEPAGE= https://rpy2.github.io/ COMMENT= R interface for Python LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal +DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz +DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 +DEPENDS+= R-dbplyr-[0-9]*:../../databases/R-dbplyr +DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2 +DEPENDS+= R-lazyeval-[0-9]*:../../devel/R-lazyeval +DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang +DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython +TEST_DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas USE_LANGUAGES+= c fortran77 diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index b3640b0574be..de494fd279d9 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,4 +1,8 @@ -@comment $NetBSD: PLIST,v 1.18 2017/11/28 09:07:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2021/12/17 10:15:20 wiz Exp $ +${PYSITELIB}/_rinterface_cffi_abi.py +${PYSITELIB}/_rinterface_cffi_abi.pyc +${PYSITELIB}/_rinterface_cffi_abi.pyo +${PYSITELIB}/_rinterface_cffi_api.abi3.so ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -7,6 +11,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/rpy2/__init__.py ${PYSITELIB}/rpy2/__init__.pyc ${PYSITELIB}/rpy2/__init__.pyo +${PYSITELIB}/rpy2/_rinterface_cffi_build.py +${PYSITELIB}/rpy2/_rinterface_cffi_build.pyc +${PYSITELIB}/rpy2/_rinterface_cffi_build.pyo ${PYSITELIB}/rpy2/interactive/__init__.py ${PYSITELIB}/rpy2/interactive/__init__.pyc ${PYSITELIB}/rpy2/interactive/__init__.pyo @@ -16,9 +23,6 @@ ${PYSITELIB}/rpy2/interactive/packages.pyo ${PYSITELIB}/rpy2/interactive/process_revents.py ${PYSITELIB}/rpy2/interactive/process_revents.pyc ${PYSITELIB}/rpy2/interactive/process_revents.pyo -${PYSITELIB}/rpy2/interactive/tests/__init__.py -${PYSITELIB}/rpy2/interactive/tests/__init__.pyc -${PYSITELIB}/rpy2/interactive/tests/__init__.pyo ${PYSITELIB}/rpy2/ipython/__init__.py ${PYSITELIB}/rpy2/ipython/__init__.pyc ${PYSITELIB}/rpy2/ipython/__init__.pyo @@ -31,47 +35,49 @@ ${PYSITELIB}/rpy2/ipython/html.pyo ${PYSITELIB}/rpy2/ipython/rmagic.py ${PYSITELIB}/rpy2/ipython/rmagic.pyc ${PYSITELIB}/rpy2/ipython/rmagic.pyo -${PYSITELIB}/rpy2/ipython/tests/__init__.py -${PYSITELIB}/rpy2/ipython/tests/__init__.pyc -${PYSITELIB}/rpy2/ipython/tests/__init__.pyo -${PYSITELIB}/rpy2/ipython/tests/test_rmagic.py -${PYSITELIB}/rpy2/ipython/tests/test_rmagic.pyc -${PYSITELIB}/rpy2/ipython/tests/test_rmagic.pyo -${PYSITELIB}/rpy2/rinterface/__init__.py -${PYSITELIB}/rpy2/rinterface/__init__.pyc -${PYSITELIB}/rpy2/rinterface/__init__.pyo -${PYSITELIB}/rpy2/rinterface/_rinterface.so -${PYSITELIB}/rpy2/rinterface/_rpy_device.so -${PYSITELIB}/rpy2/rinterface/tests/__init__.py -${PYSITELIB}/rpy2/rinterface/tests/__init__.pyc -${PYSITELIB}/rpy2/rinterface/tests/__init__.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_Device.py -${PYSITELIB}/rpy2/rinterface/tests/test_Device.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_Device.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_EmbeddedR.py -${PYSITELIB}/rpy2/rinterface/tests/test_EmbeddedR.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_EmbeddedR.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_Sexp.py -${PYSITELIB}/rpy2/rinterface/tests/test_Sexp.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_Sexp.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpClosure.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpClosure.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpClosure.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpEnvironment.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpEnvironment.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpEnvironment.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpExtPtr.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpExtPtr.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpExtPtr.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpSymbol.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpSymbol.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpSymbol.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVector.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVector.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVector.pyo -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVectorNumeric.py -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVectorNumeric.pyc -${PYSITELIB}/rpy2/rinterface/tests/test_SexpVectorNumeric.pyo +${PYSITELIB}/rpy2/rinterface.py +${PYSITELIB}/rpy2/rinterface.pyc +${PYSITELIB}/rpy2/rinterface.pyo +${PYSITELIB}/rpy2/rinterface_lib/RPY2.h +${PYSITELIB}/rpy2/rinterface_lib/R_API.h +${PYSITELIB}/rpy2/rinterface_lib/R_API_eventloop.c +${PYSITELIB}/rpy2/rinterface_lib/R_API_eventloop.h +${PYSITELIB}/rpy2/rinterface_lib/__init__.py +${PYSITELIB}/rpy2/rinterface_lib/__init__.pyc +${PYSITELIB}/rpy2/rinterface_lib/__init__.pyo +${PYSITELIB}/rpy2/rinterface_lib/_rinterface_capi.py +${PYSITELIB}/rpy2/rinterface_lib/_rinterface_capi.pyc +${PYSITELIB}/rpy2/rinterface_lib/_rinterface_capi.pyo +${PYSITELIB}/rpy2/rinterface_lib/bufferprotocol.py +${PYSITELIB}/rpy2/rinterface_lib/bufferprotocol.pyc +${PYSITELIB}/rpy2/rinterface_lib/bufferprotocol.pyo +${PYSITELIB}/rpy2/rinterface_lib/callbacks.py +${PYSITELIB}/rpy2/rinterface_lib/callbacks.pyc +${PYSITELIB}/rpy2/rinterface_lib/callbacks.pyo +${PYSITELIB}/rpy2/rinterface_lib/conversion.py +${PYSITELIB}/rpy2/rinterface_lib/conversion.pyc +${PYSITELIB}/rpy2/rinterface_lib/conversion.pyo +${PYSITELIB}/rpy2/rinterface_lib/embedded.py +${PYSITELIB}/rpy2/rinterface_lib/embedded.pyc +${PYSITELIB}/rpy2/rinterface_lib/embedded.pyo +${PYSITELIB}/rpy2/rinterface_lib/embedded_mswin.py +${PYSITELIB}/rpy2/rinterface_lib/embedded_mswin.pyc +${PYSITELIB}/rpy2/rinterface_lib/embedded_mswin.pyo +${PYSITELIB}/rpy2/rinterface_lib/ffi_proxy.py +${PYSITELIB}/rpy2/rinterface_lib/ffi_proxy.pyc +${PYSITELIB}/rpy2/rinterface_lib/ffi_proxy.pyo +${PYSITELIB}/rpy2/rinterface_lib/memorymanagement.py +${PYSITELIB}/rpy2/rinterface_lib/memorymanagement.pyc +${PYSITELIB}/rpy2/rinterface_lib/memorymanagement.pyo +${PYSITELIB}/rpy2/rinterface_lib/na_values.py +${PYSITELIB}/rpy2/rinterface_lib/na_values.pyc +${PYSITELIB}/rpy2/rinterface_lib/na_values.pyo +${PYSITELIB}/rpy2/rinterface_lib/openrlib.py +${PYSITELIB}/rpy2/rinterface_lib/openrlib.pyc +${PYSITELIB}/rpy2/rinterface_lib/openrlib.pyo +${PYSITELIB}/rpy2/rinterface_lib/sexp.py +${PYSITELIB}/rpy2/rinterface_lib/sexp.pyc +${PYSITELIB}/rpy2/rinterface_lib/sexp.pyo ${PYSITELIB}/rpy2/rlike/__init__.py ${PYSITELIB}/rpy2/rlike/__init__.pyc ${PYSITELIB}/rpy2/rlike/__init__.pyo @@ -84,18 +90,6 @@ ${PYSITELIB}/rpy2/rlike/functional.pyo ${PYSITELIB}/rpy2/rlike/indexing.py ${PYSITELIB}/rpy2/rlike/indexing.pyc ${PYSITELIB}/rpy2/rlike/indexing.pyo -${PYSITELIB}/rpy2/rlike/tests/__init__.py -${PYSITELIB}/rpy2/rlike/tests/__init__.pyc -${PYSITELIB}/rpy2/rlike/tests/__init__.pyo -${PYSITELIB}/rpy2/rlike/tests/test_container.py -${PYSITELIB}/rpy2/rlike/tests/test_container.pyc -${PYSITELIB}/rpy2/rlike/tests/test_container.pyo -${PYSITELIB}/rpy2/rlike/tests/test_functional.py -${PYSITELIB}/rpy2/rlike/tests/test_functional.pyc -${PYSITELIB}/rpy2/rlike/tests/test_functional.pyo -${PYSITELIB}/rpy2/rlike/tests/test_indexing.py -${PYSITELIB}/rpy2/rlike/tests/test_indexing.pyc -${PYSITELIB}/rpy2/rlike/tests/test_indexing.pyo ${PYSITELIB}/rpy2/robjects/__init__.py ${PYSITELIB}/rpy2/robjects/__init__.pyc ${PYSITELIB}/rpy2/robjects/__init__.pyo @@ -120,6 +114,9 @@ ${PYSITELIB}/rpy2/robjects/language.pyo ${PYSITELIB}/rpy2/robjects/lib/__init__.py ${PYSITELIB}/rpy2/robjects/lib/__init__.pyc ${PYSITELIB}/rpy2/robjects/lib/__init__.pyo +${PYSITELIB}/rpy2/robjects/lib/dbplyr.py +${PYSITELIB}/rpy2/robjects/lib/dbplyr.pyc +${PYSITELIB}/rpy2/robjects/lib/dbplyr.pyo ${PYSITELIB}/rpy2/robjects/lib/dplyr.py ${PYSITELIB}/rpy2/robjects/lib/dplyr.pyc ${PYSITELIB}/rpy2/robjects/lib/dplyr.pyo @@ -132,21 +129,6 @@ ${PYSITELIB}/rpy2/robjects/lib/grdevices.pyo ${PYSITELIB}/rpy2/robjects/lib/grid.py ${PYSITELIB}/rpy2/robjects/lib/grid.pyc ${PYSITELIB}/rpy2/robjects/lib/grid.pyo -${PYSITELIB}/rpy2/robjects/lib/test_dplyr.py -${PYSITELIB}/rpy2/robjects/lib/test_dplyr.pyc -${PYSITELIB}/rpy2/robjects/lib/test_dplyr.pyo -${PYSITELIB}/rpy2/robjects/lib/tests/__init__.py -${PYSITELIB}/rpy2/robjects/lib/tests/__init__.pyc -${PYSITELIB}/rpy2/robjects/lib/tests/__init__.pyo -${PYSITELIB}/rpy2/robjects/lib/tests/test_dplyr.py -${PYSITELIB}/rpy2/robjects/lib/tests/test_dplyr.pyc -${PYSITELIB}/rpy2/robjects/lib/tests/test_dplyr.pyo -${PYSITELIB}/rpy2/robjects/lib/tests/test_ggplot2.py -${PYSITELIB}/rpy2/robjects/lib/tests/test_ggplot2.pyc -${PYSITELIB}/rpy2/robjects/lib/tests/test_ggplot2.pyo -${PYSITELIB}/rpy2/robjects/lib/tests/test_grdevices.py -${PYSITELIB}/rpy2/robjects/lib/tests/test_grdevices.pyc -${PYSITELIB}/rpy2/robjects/lib/tests/test_grdevices.pyo ${PYSITELIB}/rpy2/robjects/lib/tidyr.py ${PYSITELIB}/rpy2/robjects/lib/tidyr.pyc ${PYSITELIB}/rpy2/robjects/lib/tidyr.pyo @@ -168,63 +150,201 @@ ${PYSITELIB}/rpy2/robjects/pandas2ri.pyo ${PYSITELIB}/rpy2/robjects/robject.py ${PYSITELIB}/rpy2/robjects/robject.pyc ${PYSITELIB}/rpy2/robjects/robject.pyo -${PYSITELIB}/rpy2/robjects/tests/__init__.py -${PYSITELIB}/rpy2/robjects/tests/__init__.pyc -${PYSITELIB}/rpy2/robjects/tests/__init__.pyo -${PYSITELIB}/rpy2/robjects/tests/testArray.py -${PYSITELIB}/rpy2/robjects/tests/testArray.pyc -${PYSITELIB}/rpy2/robjects/tests/testArray.pyo -${PYSITELIB}/rpy2/robjects/tests/testDataFrame.py -${PYSITELIB}/rpy2/robjects/tests/testDataFrame.pyc -${PYSITELIB}/rpy2/robjects/tests/testDataFrame.pyo -${PYSITELIB}/rpy2/robjects/tests/testEnvironment.py -${PYSITELIB}/rpy2/robjects/tests/testEnvironment.pyc -${PYSITELIB}/rpy2/robjects/tests/testEnvironment.pyo -${PYSITELIB}/rpy2/robjects/tests/testFormula.py -${PYSITELIB}/rpy2/robjects/tests/testFormula.pyc -${PYSITELIB}/rpy2/robjects/tests/testFormula.pyo -${PYSITELIB}/rpy2/robjects/tests/testFunction.py -${PYSITELIB}/rpy2/robjects/tests/testFunction.pyc -${PYSITELIB}/rpy2/robjects/tests/testFunction.pyo -${PYSITELIB}/rpy2/robjects/tests/testHelp.py -${PYSITELIB}/rpy2/robjects/tests/testHelp.pyc -${PYSITELIB}/rpy2/robjects/tests/testHelp.pyo -${PYSITELIB}/rpy2/robjects/tests/testLanguage.py -${PYSITELIB}/rpy2/robjects/tests/testLanguage.pyc -${PYSITELIB}/rpy2/robjects/tests/testLanguage.pyo -${PYSITELIB}/rpy2/robjects/tests/testMethods.py -${PYSITELIB}/rpy2/robjects/tests/testMethods.pyc -${PYSITELIB}/rpy2/robjects/tests/testMethods.pyo -${PYSITELIB}/rpy2/robjects/tests/testNumpyConversions.py -${PYSITELIB}/rpy2/robjects/tests/testNumpyConversions.pyc -${PYSITELIB}/rpy2/robjects/tests/testNumpyConversions.pyo -${PYSITELIB}/rpy2/robjects/tests/testPackages.py -${PYSITELIB}/rpy2/robjects/tests/testPackages.pyc -${PYSITELIB}/rpy2/robjects/tests/testPackages.pyo -${PYSITELIB}/rpy2/robjects/tests/testPandasConversions.py -${PYSITELIB}/rpy2/robjects/tests/testPandasConversions.pyc -${PYSITELIB}/rpy2/robjects/tests/testPandasConversions.pyo -${PYSITELIB}/rpy2/robjects/tests/testRObject.py -${PYSITELIB}/rpy2/robjects/tests/testRObject.pyc -${PYSITELIB}/rpy2/robjects/tests/testRObject.pyo -${PYSITELIB}/rpy2/robjects/tests/testRobjects.py -${PYSITELIB}/rpy2/robjects/tests/testRobjects.pyc -${PYSITELIB}/rpy2/robjects/tests/testRobjects.pyo -${PYSITELIB}/rpy2/robjects/tests/testVector.py -${PYSITELIB}/rpy2/robjects/tests/testVector.pyc -${PYSITELIB}/rpy2/robjects/tests/testVector.pyo ${PYSITELIB}/rpy2/robjects/vectors.py ${PYSITELIB}/rpy2/robjects/vectors.pyc ${PYSITELIB}/rpy2/robjects/vectors.pyo -${PYSITELIB}/rpy2/rpy_classic.py -${PYSITELIB}/rpy2/rpy_classic.pyc -${PYSITELIB}/rpy2/rpy_classic.pyo ${PYSITELIB}/rpy2/situation.py ${PYSITELIB}/rpy2/situation.pyc ${PYSITELIB}/rpy2/situation.pyo -${PYSITELIB}/rpy2/tests.py -${PYSITELIB}/rpy2/tests.pyc -${PYSITELIB}/rpy2/tests.pyo -${PYSITELIB}/rpy2/tests_rpy_classic.py -${PYSITELIB}/rpy2/tests_rpy_classic.pyc -${PYSITELIB}/rpy2/tests_rpy_classic.pyo +${PYSITELIB}/rpy2/tests/__init__.py +${PYSITELIB}/rpy2/tests/__init__.pyc +${PYSITELIB}/rpy2/tests/__init__.pyo +${PYSITELIB}/rpy2/tests/ipython/__init__.py +${PYSITELIB}/rpy2/tests/ipython/__init__.pyc +${PYSITELIB}/rpy2/tests/ipython/__init__.pyo +${PYSITELIB}/rpy2/tests/ipython/test_ggplot.py +${PYSITELIB}/rpy2/tests/ipython/test_ggplot.pyc +${PYSITELIB}/rpy2/tests/ipython/test_ggplot.pyo +${PYSITELIB}/rpy2/tests/ipython/test_html.py +${PYSITELIB}/rpy2/tests/ipython/test_html.pyc +${PYSITELIB}/rpy2/tests/ipython/test_html.pyo +${PYSITELIB}/rpy2/tests/ipython/test_rmagic.py +${PYSITELIB}/rpy2/tests/ipython/test_rmagic.pyc +${PYSITELIB}/rpy2/tests/ipython/test_rmagic.pyo +${PYSITELIB}/rpy2/tests/rinterface/__init__.py +${PYSITELIB}/rpy2/tests/rinterface/__init__.pyc +${PYSITELIB}/rpy2/tests/rinterface/__init__.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_bufferprotocol.py +${PYSITELIB}/rpy2/tests/rinterface/test_bufferprotocol.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_bufferprotocol.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_callbacks.py +${PYSITELIB}/rpy2/tests/rinterface/test_callbacks.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_callbacks.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_embedded_r.py +${PYSITELIB}/rpy2/tests/rinterface/test_embedded_r.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_embedded_r.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_endr.py +${PYSITELIB}/rpy2/tests/rinterface/test_endr.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_endr.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_environment.py +${PYSITELIB}/rpy2/tests/rinterface/test_environment.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_environment.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_externalptr.py +${PYSITELIB}/rpy2/tests/rinterface/test_externalptr.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_externalptr.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_functions.py +${PYSITELIB}/rpy2/tests/rinterface/test_functions.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_functions.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_memorymanagement.py +${PYSITELIB}/rpy2/tests/rinterface/test_memorymanagement.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_memorymanagement.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_na.py +${PYSITELIB}/rpy2/tests/rinterface/test_na.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_na.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_noinitialization.py +${PYSITELIB}/rpy2/tests/rinterface/test_noinitialization.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_noinitialization.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_openrlib.py +${PYSITELIB}/rpy2/tests/rinterface/test_openrlib.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_openrlib.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_sexp.py +${PYSITELIB}/rpy2/tests/rinterface/test_sexp.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_sexp.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_symbol.py +${PYSITELIB}/rpy2/tests/rinterface/test_symbol.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_symbol.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_threading.py +${PYSITELIB}/rpy2/tests/rinterface/test_threading.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_threading.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_bool.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_bool.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_bool.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_byte.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_byte.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_byte.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_complex.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_complex.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_complex.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_float.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_float.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_float.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_int.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_int.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_int.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_lang.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_lang.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_lang.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_list.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_list.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_list.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_numpy.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_numpy.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_numpy.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_pairlist.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_pairlist.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_pairlist.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vector_str.py +${PYSITELIB}/rpy2/tests/rinterface/test_vector_str.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vector_str.pyo +${PYSITELIB}/rpy2/tests/rinterface/test_vectors.py +${PYSITELIB}/rpy2/tests/rinterface/test_vectors.pyc +${PYSITELIB}/rpy2/tests/rinterface/test_vectors.pyo +${PYSITELIB}/rpy2/tests/rlike/test_container.py +${PYSITELIB}/rpy2/tests/rlike/test_container.pyc +${PYSITELIB}/rpy2/tests/rlike/test_container.pyo +${PYSITELIB}/rpy2/tests/rlike/test_functional.py +${PYSITELIB}/rpy2/tests/rlike/test_functional.pyc +${PYSITELIB}/rpy2/tests/rlike/test_functional.pyo +${PYSITELIB}/rpy2/tests/rlike/test_indexing.py +${PYSITELIB}/rpy2/tests/rlike/test_indexing.pyc +${PYSITELIB}/rpy2/tests/rlike/test_indexing.pyo +${PYSITELIB}/rpy2/tests/robjects/__init__.py +${PYSITELIB}/rpy2/tests/robjects/__init__.pyc +${PYSITELIB}/rpy2/tests/robjects/__init__.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/__init__.py +${PYSITELIB}/rpy2/tests/robjects/lib/__init__.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/__init__.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_dbplyr.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_dbplyr.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_dbplyr.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_dplyr.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_dplyr.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_dplyr.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_ggplot2.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_ggplot2.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_ggplot2.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_grdevices.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_grdevices.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_grdevices.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_grid.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_grid.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_grid.pyo +${PYSITELIB}/rpy2/tests/robjects/lib/test_tidyr.py +${PYSITELIB}/rpy2/tests/robjects/lib/test_tidyr.pyc +${PYSITELIB}/rpy2/tests/robjects/lib/test_tidyr.pyo +${PYSITELIB}/rpy2/tests/robjects/test_array.py +${PYSITELIB}/rpy2/tests/robjects/test_array.pyc +${PYSITELIB}/rpy2/tests/robjects/test_array.pyo +${PYSITELIB}/rpy2/tests/robjects/test_conversion.py +${PYSITELIB}/rpy2/tests/robjects/test_conversion.pyc +${PYSITELIB}/rpy2/tests/robjects/test_conversion.pyo +${PYSITELIB}/rpy2/tests/robjects/test_conversion_numpy.py +${PYSITELIB}/rpy2/tests/robjects/test_conversion_numpy.pyc +${PYSITELIB}/rpy2/tests/robjects/test_conversion_numpy.pyo +${PYSITELIB}/rpy2/tests/robjects/test_dataframe.py +${PYSITELIB}/rpy2/tests/robjects/test_dataframe.pyc +${PYSITELIB}/rpy2/tests/robjects/test_dataframe.pyo +${PYSITELIB}/rpy2/tests/robjects/test_environment.py +${PYSITELIB}/rpy2/tests/robjects/test_environment.pyc +${PYSITELIB}/rpy2/tests/robjects/test_environment.pyo +${PYSITELIB}/rpy2/tests/robjects/test_formula.py +${PYSITELIB}/rpy2/tests/robjects/test_formula.pyc +${PYSITELIB}/rpy2/tests/robjects/test_formula.pyo +${PYSITELIB}/rpy2/tests/robjects/test_function.py +${PYSITELIB}/rpy2/tests/robjects/test_function.pyc +${PYSITELIB}/rpy2/tests/robjects/test_function.pyo +${PYSITELIB}/rpy2/tests/robjects/test_help.py +${PYSITELIB}/rpy2/tests/robjects/test_help.pyc +${PYSITELIB}/rpy2/tests/robjects/test_help.pyo +${PYSITELIB}/rpy2/tests/robjects/test_language.py +${PYSITELIB}/rpy2/tests/robjects/test_language.pyc +${PYSITELIB}/rpy2/tests/robjects/test_language.pyo +${PYSITELIB}/rpy2/tests/robjects/test_methods.py +${PYSITELIB}/rpy2/tests/robjects/test_methods.pyc +${PYSITELIB}/rpy2/tests/robjects/test_methods.pyo +${PYSITELIB}/rpy2/tests/robjects/test_packages.py +${PYSITELIB}/rpy2/tests/robjects/test_packages.pyc +${PYSITELIB}/rpy2/tests/robjects/test_packages.pyo +${PYSITELIB}/rpy2/tests/robjects/test_packages_utils.py +${PYSITELIB}/rpy2/tests/robjects/test_packages_utils.pyc +${PYSITELIB}/rpy2/tests/robjects/test_packages_utils.pyo +${PYSITELIB}/rpy2/tests/robjects/test_pandas_conversions.py +${PYSITELIB}/rpy2/tests/robjects/test_pandas_conversions.pyc +${PYSITELIB}/rpy2/tests/robjects/test_pandas_conversions.pyo +${PYSITELIB}/rpy2/tests/robjects/test_robjects.py +${PYSITELIB}/rpy2/tests/robjects/test_robjects.pyc +${PYSITELIB}/rpy2/tests/robjects/test_robjects.pyo +${PYSITELIB}/rpy2/tests/robjects/test_rs4.py +${PYSITELIB}/rpy2/tests/robjects/test_rs4.pyc +${PYSITELIB}/rpy2/tests/robjects/test_rs4.pyo +${PYSITELIB}/rpy2/tests/robjects/test_serialization.py +${PYSITELIB}/rpy2/tests/robjects/test_serialization.pyc +${PYSITELIB}/rpy2/tests/robjects/test_serialization.pyo +${PYSITELIB}/rpy2/tests/robjects/test_translated_function.py +${PYSITELIB}/rpy2/tests/robjects/test_translated_function.pyc +${PYSITELIB}/rpy2/tests/robjects/test_translated_function.pyo +${PYSITELIB}/rpy2/tests/robjects/test_vector.py +${PYSITELIB}/rpy2/tests/robjects/test_vector.pyc +${PYSITELIB}/rpy2/tests/robjects/test_vector.pyo +${PYSITELIB}/rpy2/tests/robjects/test_vector_datetime.py +${PYSITELIB}/rpy2/tests/robjects/test_vector_datetime.pyc +${PYSITELIB}/rpy2/tests/robjects/test_vector_datetime.pyo +${PYSITELIB}/rpy2/tests/robjects/test_vector_extractdelegator.py +${PYSITELIB}/rpy2/tests/robjects/test_vector_extractdelegator.pyc +${PYSITELIB}/rpy2/tests/robjects/test_vector_extractdelegator.pyo +${PYSITELIB}/rpy2/tests/robjects/test_vector_factor.py +${PYSITELIB}/rpy2/tests/robjects/test_vector_factor.pyc +${PYSITELIB}/rpy2/tests/robjects/test_vector_factor.pyo +${PYSITELIB}/rpy2/tests/utils.py +${PYSITELIB}/rpy2/tests/utils.pyc +${PYSITELIB}/rpy2/tests/utils.pyo diff --git a/math/py-rpy/distinfo b/math/py-rpy/distinfo index 1ca5932ebd29..db939ba5d64c 100644 --- a/math/py-rpy/distinfo +++ b/math/py-rpy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 10:56:04 nia Exp $ +$NetBSD: distinfo,v 1.18 2021/12/17 10:15:20 wiz Exp $ -BLAKE2s (rpy2-2.9.1.tar.gz) = 91335680a6c1175f390d58b1bbe0c62a383c7d29d6d1bf7f2a3c1b6c251f2f8c -SHA512 (rpy2-2.9.1.tar.gz) = 47a9a5a8b3ed9b891fb1d906d774896584e8bc911917e790d926530555d3f431cc517df6ac7b00ecd0b9197b7e4d0c34295969d37ef1b009d25ca07fcfd31e9d -Size (rpy2-2.9.1.tar.gz) = 192897 bytes +BLAKE2s (rpy2-3.4.5.tar.gz) = 5d3e5b7df562a0ea7bbc9a771de4daaee41d4073e55355df59d2c3ccb866741d +SHA512 (rpy2-3.4.5.tar.gz) = 296056e1c64a4555a1ccef74cfb580674034155a42b8e7c83feb8bb7d7a6d80b8e2f2966df53a6ed8612718ad169755a7994c5635dda1d1c8af1b549a5863935 +Size (rpy2-3.4.5.tar.gz) = 194433 bytes