Date: Wed, 12 Aug 2020 16:46:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544755 - head/math/py-libpoly Message-ID: <202008121646.07CGk6EP002877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Aug 12 16:46:05 2020 New Revision: 544755 URL: https://svnweb.freebsd.org/changeset/ports/544755 Log: math/py-libpoly: Remove the deprecation notice placed here by mistake; Strip binary Modified: head/math/py-libpoly/Makefile Modified: head/math/py-libpoly/Makefile ============================================================================== --- head/math/py-libpoly/Makefile Wed Aug 12 16:43:02 2020 (r544754) +++ head/math/py-libpoly/Makefile Wed Aug 12 16:46:05 2020 (r544755) @@ -12,9 +12,6 @@ COMMENT= Python binding for libpoly LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - LIB_DEPENDS= libpoly.so:math/libpoly USES= cmake localbase:ldflags python @@ -28,6 +25,9 @@ LDFLAGS+= -lpoly BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/polypy.so do-build: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_BUILD_TARGET} ${PYDISTUTILS_BUILDARGS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008121646.07CGk6EP002877>