FreeBSD Bugzilla – Attachment 159738 Details for
Bug 202227
[MAINTAINER] devel/py-itools: fix dependencies, add EXAMPLES option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
devel_py-itools.diff (text/plain), 2.15 KB, created by
Carlos J Puga Medina
on 2015-08-10 16:48:39 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2015-08-10 16:48:39 UTC
Size:
2.15 KB
patch
obsolete
>diff -urN /usr/ports/devel/py-itools.old/Makefile /usr/ports/devel/py-itools/Makefile >--- /usr/ports/devel/py-itools.old/Makefile 2014-11-29 19:22:32.000000000 +0100 >+++ /usr/ports/devel/py-itools/Makefile 2015-08-10 18:42:19.026269000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= itools > PORTVERSION= 0.75.2 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -17,10 +17,16 @@ > BUILD_DEPENDS= ${LOCALBASE}/include/poppler/goo/gtypes.h:${PORTSDIR}/graphics/poppler \ > ${LOCALBASE}/include/git2.h:${PORTSDIR}/devel/libgit2 \ > ${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-reportlab2 \ >+ ${PYTHON_PKGNAMEPREFIX}pygit2>0:${PORTSDIR}/devel/py-pygit2 \ >+ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ >+ ${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \ >+ ${PYTHON_PKGNAMEPREFIX}magic>0:${PORTSDIR}/devel/py-magic \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx \ > ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ > ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ > ${PYTHON_PKGNAMEPREFIX}gobject>=2.16.1:${PORTSDIR}/devel/py-gobject \ >- python:${PORTSDIR}/lang/python >+ ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ >+ xapian-bindings>1.0.8:${PORTSDIR}/databases/xapian-bindings > RUN_DEPENDS:= ${BUILD_DEPENDS} > LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \ > libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ >@@ -32,10 +38,11 @@ > USES= gettext-tools:run pkgconfig python:2.7+ > USE_PYTHON= autoplist distutils > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS EXAMPLES > >-PORTDOCS= INSTALL.txt LICENSE.txt MANIFEST README.rst RELEASE-0.75.0 \ >+PORTDOCS= INSTALL.txt MANIFEST README.rst RELEASE-0.75.0 \ > RELEASE-0.75.1 RELEASE-0.75.2 UPGRADE-0.75.0 >+PORTEXAMPLES= * > > .include <bsd.port.options.mk> > >@@ -49,6 +56,11 @@ > cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > .endif > >+.if ${PORT_OPTIONS:MEXAMPLES} >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC}/docs/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} >+.endif >+ > regression-test: build > cd ${WRKSRC}/test && ${PYTHON_CMD} test.py >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202227
: 159738