mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New port: graphics/py-pycollada
Pycollada is a python module for creating, editing and loading COLLADA, which is a COLLAborative Design Activity for establishing an interchange file format for interactive 3D applications. WWW: http://pycollada.readthedocs.org/ PR: 214318 Submitted by: tj+freebsd_bugs@a13.fr Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9775
This commit is contained in:
parent
00d6b428b3
commit
beed18787e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434735
@ -869,6 +869,7 @@
|
||||
SUBDIR += py-poppler
|
||||
SUBDIR += py-poppler-qt4
|
||||
SUBDIR += py-pycha
|
||||
SUBDIR += py-pycollada
|
||||
SUBDIR += py-pydot
|
||||
SUBDIR += py-pygal
|
||||
SUBDIR += py-pyganim
|
||||
|
26
graphics/py-pycollada/Makefile
Normal file
26
graphics/py-pycollada/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pycollada
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= tj+freebsd_ports@a13.fr
|
||||
COMMENT= Python library for reading and writing collada documents
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.0:devel/py-dateutil
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= LXML
|
||||
|
||||
LXML_DESC= Uses lxml for XML loading, construction, and saving.
|
||||
LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/py-pycollada/distinfo
Normal file
3
graphics/py-pycollada/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1478552877
|
||||
SHA256 (pycollada-0.4.1.tar.gz) = 9b7aba2af93adbe207dab48b427902f56afd717cf9bf5f52e617948212a4a044
|
||||
SIZE (pycollada-0.4.1.tar.gz) = 110434
|
5
graphics/py-pycollada/pkg-descr
Normal file
5
graphics/py-pycollada/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Pycollada is a python module for creating, editing and loading COLLADA, which
|
||||
is a COLLAborative Design Activity for establishing an interchange file format
|
||||
for interactive 3D applications.
|
||||
|
||||
WWW: http://pycollada.readthedocs.org/
|
Loading…
Reference in New Issue
Block a user