FreeBSD Bugzilla – Attachment 167565 Details for
Bug 205565
devel/py-setuptools27: failure to recognize entry_points
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Fixed line_profiler Makefile
line_profiler-fixed-Makefile (text/plain), 1.18 KB, created by
Kubilay Kocak
on 2016-02-29 13:39:12 UTC
(
hide
)
Description:
Fixed line_profiler Makefile
Filename:
MIME Type:
Creator:
Kubilay Kocak
Created:
2016-02-29 13:39:12 UTC
Size:
1.18 KB
patch
obsolete
># Created by: Shane Ambler <FreeBSD@Shaneware.biz> ># $FreeBSD$ > >PORTNAME= line_profiler >PORTVERSION= 1.0 >CATEGORIES= devel python >MASTER_SITES= CHEESESHOP >PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >MAINTAINER= FreeBSD@Shaneware.biz >COMMENT= Line-by-line time profiling > >LICENSE= BSD3CLAUSE PSFL >LICENSE_COMB= multi >#The file timers.c was derived from the timer code in Python 2.5.2's _lsprof.c >#file and falls under the PSF license - the rest is under the bsd 3-clause > >#BUILD_DEPENDS= cython>=0.10:${PORTSDIR}/lang/cython > >USES= python >USE_PYTHON= autoplist concurrent distutils > >#python_OLD_CMD= "/usr/bin/env\ python" >#SHEBANG_FILES= ${WRKSRC}/line_profiler.py ${WRKSRC}/kernprof.py > >.include <bsd.port.pre.mk> > ># why does autoplist find kernprof and not line_profiler when using py3.5? ># yet finds neither when < 3.5 >#.if ${PYTHON_VER} == 3.5 >#PLIST_FILES= bin/line_profiler >#.else >#PLIST_FILES= bin/line_profiler bin/kernprof >#.endif > >post-install: ># ${INSTALL_SCRIPT} ${WRKSRC}/line_profiler.py ${STAGEDIR}${PREFIX}/bin/line_profiler ># ${INSTALL_SCRIPT} ${WRKSRC}/kernprof.py ${STAGEDIR}${PREFIX}/bin/kernprof > @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_line_profiler.so > >.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 205565
:
164584
|
167563
| 167565 |
167604