Bug 219879 - science/py-scikit-fuzzy: Update to 0.3
Summary: science/py-scikit-fuzzy: Update to 0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-09 00:26 UTC by Yuri Victorovich
Modified: 2017-06-09 18:55 UTC (History)
0 users

See Also:


Attachments
patch (963 bytes, patch)
2017-06-09 00:26 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff
patch (1.19 KB, patch)
2017-06-09 16:33 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff
patch (1.36 KB, patch)
2017-06-09 16:48 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!