svn commit: r503936 - in head/devel: . py-scikit-build

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 11 03:59:21 UTC 2019


Author: yuri
Date: Tue Jun 11 03:59:19 2019
New Revision: 503936
URL: https://svnweb.freebsd.org/changeset/ports/503936

Log:
  New port: devel/py-scikit-build: Build system generator for Python C/C++/Fortran/Cython extensions

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 11 01:45:18 2019	(r503935)
+++ head/devel/Makefile	Tue Jun 11 03:59:19 2019	(r503936)
@@ -4920,6 +4920,7 @@
     SUBDIR += py-schedule
     SUBDIR += py-schema
     SUBDIR += py-schematics-patched
+    SUBDIR += py-scikit-build
     SUBDIR += py-scripttest
     SUBDIR += py-selection
     SUBDIR += py-selectors2

Added: head/devel/py-scikit-build/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-scikit-build/Makefile	Tue Jun 11 03:59:19 2019	(r503936)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	scikit-build
+DISTVERSION=	0.10.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Build system generator for Python C/C++/Fortran/Cython extensions
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-scikit-build/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-scikit-build/distinfo	Tue Jun 11 03:59:19 2019	(r503936)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560225090
+SHA256 (scikit-build-0.10.0.tar.gz) = 7342017cc82dd6178e3b19377389b8a8d1f8b429d9cdb315cfb1094e34a0f526
+SIZE (scikit-build-0.10.0.tar.gz) = 132443

Added: head/devel/py-scikit-build/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-scikit-build/pkg-descr	Tue Jun 11 03:59:19 2019	(r503936)
@@ -0,0 +1,9 @@
+scikit-build is an improved build system generator for CPython
+C/C++/Fortran/Cython extensions. It provides better support for additional
+compilers, build systems, cross compilation, and locating dependencies and
+their associated build requirements.
+
+The scikit-build package is fundamentally just glue between the setuptools
+Python module and CMake.
+
+WWW: https://scikit-build.readthedocs.io/en/latest/


More information about the svn-ports-all mailing list