Index: head/math/py-cypari2/Makefile =================================================================== --- head/math/py-cypari2/Makefile (revision 553497) +++ head/math/py-cypari2/Makefile (revision 553498) @@ -1,43 +1,43 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= cypari2 DISTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thierry@FreeBSD.org COMMENT= Python interface to the number theory library PARI/GP LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ libpari.so:math/pari RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= sagemath USES= compiler:c11 perl5 python:3.6+ USE_PERL5= build USE_PYTHON= cython distutils OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PY_SPHINX} DOCS_USES= gmake PORTDOCS= * pre-configure-DOCS-on: ${REINPLACE_CMD} -e 's|python -m|${PYTHON_CMD} -m|' \ ${WRKSRC}/docs/Makefile do-build-DOCS-on: (cd ${WRKSRC}/docs && ${GMAKE} html) post-build-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/docs/build/html/* ${STAGEDIR}${DOCSDIR} .include Index: head/math/py-cypari2/files/patch-cypari2_gen.pyx =================================================================== --- head/math/py-cypari2/files/patch-cypari2_gen.pyx (nonexistent) +++ head/math/py-cypari2/files/patch-cypari2_gen.pyx (revision 553498) @@ -0,0 +1,11 @@ +--- cypari2/gen.pyx.orig 2019-04-23 10:57:51 UTC ++++ cypari2/gen.pyx +@@ -4109,7 +4109,7 @@ cdef class Gen(Gen_base): + non-constant polynomial, or False if f is reducible or constant. + """ + sig_on() +- t = isirreducible(self.g) ++ t = polisirreducible(self.g) + clear_stack() + return t != 0 + Property changes on: head/math/py-cypari2/files/patch-cypari2_gen.pyx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/py-cypari2/files/patch-cypari2_paridecl.pxd =================================================================== --- head/math/py-cypari2/files/patch-cypari2_paridecl.pxd (nonexistent) +++ head/math/py-cypari2/files/patch-cypari2_paridecl.pxd (revision 553498) @@ -0,0 +1,11 @@ +--- cypari2/paridecl.pxd.orig 2019-04-23 10:57:51 UTC ++++ cypari2/paridecl.pxd +@@ -3850,7 +3850,7 @@ cdef extern from *: # PARI headers already include + GEN glcm0(GEN x, GEN y) + GEN gp_factor0(GEN x, GEN flag) + GEN idealfactorback(GEN nf, GEN L, GEN e, int red) +- long isirreducible(GEN x) ++ long polisirreducible "isirreducible"(GEN x) + GEN newtonpoly(GEN x, GEN p) + GEN nffactorback(GEN nf, GEN L, GEN e) + GEN nfrootsQ(GEN x) Property changes on: head/math/py-cypari2/files/patch-cypari2_paridecl.pxd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property