Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 23:38:58 +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: r480124 - in head/devel: . py-pycompilation
Message-ID:  <201809192338.w8JNcwQl078752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 19 23:38:57 2018
New Revision: 480124
URL: https://svnweb.freebsd.org/changeset/ports/480124

Log:
  New port: devel/py-pycompilation: Package for compilation (meta programming)

Added:
  head/devel/py-pycompilation/
  head/devel/py-pycompilation/Makefile   (contents, props changed)
  head/devel/py-pycompilation/distinfo   (contents, props changed)
  head/devel/py-pycompilation/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Sep 19 23:37:16 2018	(r480123)
+++ head/devel/Makefile	Wed Sep 19 23:38:57 2018	(r480124)
@@ -4877,6 +4877,7 @@
     SUBDIR += py-pycerberus
     SUBDIR += py-pycmd
     SUBDIR += py-pycodestyle
+    SUBDIR += py-pycompilation
     SUBDIR += py-pycparser
     SUBDIR += py-pydenticon
     SUBDIR += py-pydevd

Added: head/devel/py-pycompilation/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycompilation/Makefile	Wed Sep 19 23:38:57 2018	(r480124)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	pycompilation
+DISTVERSION=	0.4.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Package for compilation (meta programming)
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils cython_run autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-pycompilation/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycompilation/distinfo	Wed Sep 19 23:38:57 2018	(r480124)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537399582
+SHA256 (pycompilation-0.4.3.tar.gz) = 3d574b931780d9a4fd343b72872a2a0a7dff2a7c74612b4c2bf25910f2fa2e99
+SIZE (pycompilation-0.4.3.tar.gz) = 19035

Added: head/devel/py-pycompilation/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycompilation/pkg-descr	Wed Sep 19 23:38:57 2018	(r480124)
@@ -0,0 +1,5 @@
+pycompilation bundles python convenience classes and functions for performing
+compilation and linking on the fly from python. Developed to simplify working
+with code-generation, compilation and import (meta-programming) from Python.
+
+WWW: https://github.com/bjodah/pycompilation



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809192338.w8JNcwQl078752>