Bug 219879

Summary: science/py-scikit-fuzzy: Update to 0.3
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
yuri: maintainer-approval+
patch
yuri: maintainer-approval+
patch yuri: maintainer-approval+

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-06-09 00:26:19 UTC
Created attachment 183340 [details]
patch
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-06-09 16:30:23 UTC
Regarding the LICENSE, I see LICENSE.txt in the tarball and it seems to be BSD3CLAUSE.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-06-09 16:33:26 UTC
Created attachment 183363 [details]
patch

Thanks for noticing!
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-06-09 16:36:07 UTC
Please confirm if networkx 1.9.0+ is required.

Reference: https://github.com/scikit-fuzzy/scikit-fuzzy/blob/0.3/DEPENDS.txt
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2017-06-09 16:48:30 UTC
Created attachment 183364 [details]
patch

Yes, it is required now.
Thanks for noticing this too!
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-06-09 16:55:09 UTC
I would suggest as follows:

-               ${PYTHON_SITELIBDIR}/scipy/version.py:science/py-scipy
+               ${PYTHON_PKGNAMEPREFIX}networkx>=1.9.0:math/py-networkx \
+               ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy
Comment 6 Yuri Victorovich freebsd_committer freebsd_triage 2017-06-09 16:58:13 UTC
Ok, please update it this way.
Comment 7 commit-hook freebsd_committer freebsd_triage 2017-06-09 18:45:56 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Jun  9 18:44:38 UTC 2017
New revision: 443033
URL: https://svnweb.freebsd.org/changeset/ports/443033

Log:
  Update to 0.3

  - Fix LICENSE
  - Add LICENSE_FILE
  - Add missing *_DEPENDS

  Changes:	https://github.com/scikit-fuzzy/scikit-fuzzy/releases
  PR:		219879
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Changes:
  head/science/py-scikit-fuzzy/Makefile
  head/science/py-scikit-fuzzy/distinfo
Comment 8 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-06-09 18:55:27 UTC
Committed. Thanks!