FreeBSD Bugzilla – Attachment 207635 Details for
Bug 240660
devel/py-apptools: Fix wrong dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New patch
devel_py-envisage-4.7.2_to_4.8.0_new.patch (text/plain), 1.50 KB, created by
vladimir.chukharev
on 2019-09-19 18:32:05 UTC
(
hide
)
Description:
New patch
Filename:
MIME Type:
Creator:
vladimir.chukharev
Created:
2019-09-19 18:32:05 UTC
Size:
1.50 KB
patch
obsolete
>Index: devel/py-envisage/Makefile >=================================================================== >--- devel/py-envisage/Makefile (revision 512094) >+++ devel/py-envisage/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= envisage >-PORTVERSION= 4.7.2 >+PORTVERSION= 4.8.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +14,10 @@ > LICENSE_COMB= multi > # See image_LICENSE.txt files for per file license information > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apptools>0:devel/py-apptools@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} >+# Above requirements are defined in setup.py > > USES= python > USE_PYTHON= autoplist concurrent distutils >@@ -21,4 +24,7 @@ > > NO_ARCH= yes > >+do-test: >+ ${PYTHON_CMD} -m unittest discover -v envisage >+ > .include <bsd.port.mk> >Index: devel/py-envisage/distinfo >=================================================================== >--- devel/py-envisage/distinfo (revision 512094) >+++ devel/py-envisage/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1557557585 >-SHA256 (envisage-4.7.2.tar.gz) = 89794e986f21c8658a6f95de8a59c8a848f6dd3c6d3408649427f5c401b76549 >-SIZE (envisage-4.7.2.tar.gz) = 256249 >+TIMESTAMP = 1568666324 >+SHA256 (envisage-4.8.0.tar.gz) = b98ed06cfba320227068d8cdf33be4981e62f399ffcb25486b17428ad75586f0 >+SIZE (envisage-4.8.0.tar.gz) = 197067
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
Flags:
vladimir.chukharev:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 240660
:
207596
|
207635