mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to 0.4.0
- Add examples
This commit is contained in:
parent
c1a8afe2f4
commit
3dc7c06980
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194254
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pycallgraph
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \
|
||||
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
|
||||
@ -21,4 +20,13 @@ RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME}
|
||||
|
||||
.if !defined(NOPORTEXANPLES)
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
${CHOWN} 755 ${EXAMPLESDIR}/*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pycallgraph-0.3.0.tar.gz) = e851aa29c38a7609f9990e8867b322df
|
||||
SHA256 (pycallgraph-0.3.0.tar.gz) = 9942eeb5454c03f4696aea4f2c9ed65e626d3548f565caea151a1506a7a5acc9
|
||||
SIZE (pycallgraph-0.3.0.tar.gz) = 4394
|
||||
MD5 (pycallgraph-0.4.0.tar.gz) = 512437c5ab670dc4088fb8722c69020f
|
||||
SHA256 (pycallgraph-0.4.0.tar.gz) = 0c22126f674816946e37efa9c88a620a1d49a83cb95134031960d44c6c8953ee
|
||||
SIZE (pycallgraph-0.4.0.tar.gz) = 12841
|
||||
|
@ -1,3 +1,14 @@
|
||||
bin/pycallgraph-dot.py
|
||||
%%PYTHON_SITELIBDIR%%/pycallgraph.py
|
||||
%%PYTHON_SITELIBDIR%%/pycallgraph.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pycallgraph.pyo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/all.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colours.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filter.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filter_time.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/import.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regexp.py
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user