From owner-svn-ports-all@freebsd.org Wed Sep 19 23:46:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C4A10AA934; Wed, 19 Sep 2018 23:46:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F82D7056B; Wed, 19 Sep 2018 23:46:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0041B15EDB; Wed, 19 Sep 2018 23:46:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8JNkmH9084422; Wed, 19 Sep 2018 23:46:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8JNkm2O084418; Wed, 19 Sep 2018 23:46:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809192346.w8JNkm2O084418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 19 Sep 2018 23:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480126 - in head/devel: . py-pycodeexport X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-pycodeexport X-SVN-Commit-Revision: 480126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2018 23:46:49 -0000 Author: yuri Date: Wed Sep 19 23:46:47 2018 New Revision: 480126 URL: https://svnweb.freebsd.org/changeset/ports/480126 Log: New port: devel/py-pycodeexport: Python package for code generation Added: head/devel/py-pycodeexport/ head/devel/py-pycodeexport/Makefile (contents, props changed) head/devel/py-pycodeexport/distinfo (contents, props changed) head/devel/py-pycodeexport/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 19 23:43:20 2018 (r480125) +++ head/devel/Makefile Wed Sep 19 23:46:47 2018 (r480126) @@ -4876,6 +4876,7 @@ SUBDIR += py-pycapsicum SUBDIR += py-pycerberus SUBDIR += py-pycmd + SUBDIR += py-pycodeexport SUBDIR += py-pycodestyle SUBDIR += py-pycompilation SUBDIR += py-pycparser Added: head/devel/py-pycodeexport/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycodeexport/Makefile Wed Sep 19 23:46:47 2018 (r480126) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= pycodeexport +DISTVERSION= 0.1.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python package for code generation + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>=1.0.0:textproc/py-mako@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.0:devel/py-pycompilation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.5:math/py-sympy@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils cython_run autoplist +NO_ARCH= yes + +.include Added: head/devel/py-pycodeexport/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycodeexport/distinfo Wed Sep 19 23:46:47 2018 (r480126) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537399107 +SHA256 (pycodeexport-0.1.2.tar.gz) = e33b0736de2d95ffc63fd720bfb3ca36c8572911a10bfac6e67bdce3b7da6160 +SIZE (pycodeexport-0.1.2.tar.gz) = 11872 Added: head/devel/py-pycodeexport/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycodeexport/pkg-descr Wed Sep 19 23:46:47 2018 (r480126) @@ -0,0 +1,6 @@ +pycodeexport is a Python package which bundles convenience classes and functions +for code-generation. The package has been developed to aid on-the-fly +compilation (meta-programming) of math related problems expressed as SymPy +expressions. Note that this package has an alpha development status. + +WWW: https://github.com/bjodah/pycodeexport