graphics/py-pyembree: Update to 0.1.2; Unbroke it, it was breaking in configure
Submitted by: myself Reported by: build failure Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13764
This commit is contained in:
parent
2e0c49bff1
commit
bd9b5ff918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458510
2 changed files with 9 additions and 8 deletions
|
@ -2,25 +2,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyembree
|
||||
PORTVERSION= 0.1.0
|
||||
DISTVERSION= 0.1.2
|
||||
CATEGORIES= graphics python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python wrapper for Embree
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= fails to configure
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
LIB_DEPENDS= libembree.so:graphics/embree
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= localbase python:2
|
||||
USES= localbase python
|
||||
USE_PYTHON= autoplist distutils cython
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= scopatz
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyembree/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479273825
|
||||
SHA256 (scopatz-pyembree-0.1.0_GH0.tar.gz) = 2f34c2807377bf8f24d26a4ca65bce00c25120188205e66438ee653a92db88d5
|
||||
SIZE (scopatz-pyembree-0.1.0_GH0.tar.gz) = 9571
|
||||
TIMESTAMP = 1515065295
|
||||
SHA256 (scopatz-pyembree-0.1.2_GH0.tar.gz) = 630c02c5f083cc2dbd7de5d8471d90f1fea408d659dff43e94d2480940d7f44f
|
||||
SIZE (scopatz-pyembree-0.1.2_GH0.tar.gz) = 10522
|
||||
|
|
Loading…
Reference in a new issue