Python wrapper for Embree.
WWW: https://github.com/scopatz/pyembree PR: 214563 Submitted by: Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
parent
e5fd9c0d8a
commit
722faa13ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440242
4 changed files with 32 additions and 0 deletions
|
@ -877,6 +877,7 @@
|
|||
SUBDIR += py-pycha
|
||||
SUBDIR += py-pycollada
|
||||
SUBDIR += py-pydot
|
||||
SUBDIR += py-pyembree
|
||||
SUBDIR += py-pygal
|
||||
SUBDIR += py-pyganim
|
||||
SUBDIR += py-pyglet
|
||||
|
|
25
graphics/py-pyembree/Makefile
Normal file
25
graphics/py-pyembree/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyembree
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= graphics python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Python wrapper for Embree
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= cython:lang/cython \
|
||||
${PYNUMPY}
|
||||
LIB_DEPENDS= libembree.so:graphics/embree
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= localbase python:2
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= scopatz
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-pyembree/distinfo
Normal file
3
graphics/py-pyembree/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1479273825
|
||||
SHA256 (scopatz-pyembree-0.1.0_GH0.tar.gz) = 2f34c2807377bf8f24d26a4ca65bce00c25120188205e66438ee653a92db88d5
|
||||
SIZE (scopatz-pyembree-0.1.0_GH0.tar.gz) = 9571
|
3
graphics/py-pyembree/pkg-descr
Normal file
3
graphics/py-pyembree/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python wrapper for Embree.
|
||||
|
||||
WWW: https://github.com/scopatz/pyembree
|
Loading…
Reference in a new issue