Commit b6ac38cf authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/py-symcxx: Deprecate because the upstream repository was experimental and is now archived

PR:		261703
Reported by:	thierry@
parent f7b0e813
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16970,3 +16970,4 @@ devel/py-decorator4||2022-03-22|Has expired: Legacy version, use devel/py-decora
devel/p5-Log-Any-Adapter-Callback|devel/p5-Log-Any|2022-03-22|Has expired: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead
devel/py-asyncio||2022-03-25|Remove obsoleted port. The asyncio package has been included in the standard library since Python 3.4
math/py-mutatormath|math/py-MutatorMath|2022-03-25|Remove duplicate port
math/py-symcxx||2022-03-28|Deprecated because the upstream repository was experimental and is now archived
+0 −1
Original line number Diff line number Diff line
@@ -947,7 +947,6 @@
    SUBDIR += py-statsmodels
    SUBDIR += py-svgmath
    SUBDIR += py-sym
    SUBDIR += py-symcxx
    SUBDIR += py-sympy
    SUBDIR += py-theano
    SUBDIR += py-topologic

math/py-symcxx/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	symcxx
DISTVERSION=	0.1.10
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Minimal symbolic manipulation python package written in C++

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYNUMPY}

USES=		compiler:c++11-lang fortran python:3.6+ # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
USE_PYTHON=	distutils autoplist

post-patch:
	@truncate -s 0 ${WRKSRC}/README.rst # workaround for https://github.com/bjodah/symcxx/issues/19

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/symcxx/_symcxx*.so

.include <bsd.port.mk>

math/py-symcxx/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1583905137
SHA256 (symcxx-0.1.10.tar.gz) = f200be30b278fb34998b2723e62b4142037299c6ede48f31a5c8183df055586a
SIZE (symcxx-0.1.10.tar.gz) = 220459

math/py-symcxx/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
SymCXX is an experimental Python package (with its core implemented in C++)
for symbolic manipulation with limited scope (as in minimal). It tries to stay
compatible with the API of SymPy. Its main goal is to explore designs related
to automatic differentiation and numerical evaluation similar to SymEngine's
Lambdify functionality.

WWW: https://github.com/bjodah/symcxx