FreeBSD Bugzilla – Attachment 182530 Details for
Bug 219233
devel/py-click-threading: Add new python 3 slave port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for python3 slave port
patch-python3-slave-click-threading (text/plain), 2.22 KB, created by
rsos+freebsd
on 2017-05-12 08:41:21 UTC
(
hide
)
Description:
Patch for python3 slave port
Filename:
MIME Type:
Creator:
rsos+freebsd
Created:
2017-05-12 08:41:21 UTC
Size:
2.22 KB
patch
obsolete
>Index: /usr/local/poudriere/ports/development/devel/py-click-threading/Makefile >=================================================================== >--- /usr/local/poudriere/ports/development/devel/py-click-threading/Makefile (revision 440676) >+++ /usr/local/poudriere/ports/development/devel/py-click-threading/Makefile (working copy) >@@ -12,11 +12,11 @@ > > LICENSE= MIT > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ >- ${RUN_DEPENDS} >+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click >+TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ >+ ${RUN_DEPENDS} > >-USES= python >+USES?= python > USE_PYTHON= autoplist distutils > NO_ARCH= yes > >Index: /usr/local/poudriere/ports/development/devel/py3-click-threading/Makefile >=================================================================== >--- /usr/local/poudriere/ports/development/devel/py3-click-threading/Makefile (nonexistent) >+++ /usr/local/poudriere/ports/development/devel/py3-click-threading/Makefile (working copy) >@@ -0,0 +1,11 @@ >+# Created by: rs.os >+# $FreeBSD$ >+ >+MASTERDIR= ${.CURDIR}/../py-click-threading >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py3-click >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest \ >+ ${RUN_DEPENDS} >+USES= python:3.3+ >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: /usr/local/poudriere/ports/development/devel/py3-click-threading/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: /usr/local/poudriere/ports/development/devel/Makefile >=================================================================== >--- /usr/local/poudriere/ports/development/devel/Makefile (revision 440676) >+++ /usr/local/poudriere/ports/development/devel/Makefile (working copy) >@@ -4925,6 +4925,7 @@ > SUBDIR += py3-babel > SUBDIR += py3-click > SUBDIR += py3-click-log >+ SUBDIR += py3-click-threading > SUBDIR += py3-colorama > SUBDIR += py3-dbus > SUBDIR += py3-defusedxml
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 219233
: 182530 |
182531
|
182532
|
182533