Summary: | [NEW PORT] math/py-networkx1: Backport of 1.11 of math/py-networkx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kai Knoblich <kai> | ||||||||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Only Me | CC: | dikshie, miwi, pi, python | ||||||||||
Priority: | --- | Flags: | dikshie:
maintainer-feedback+
|
||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 232241 | ||||||||||||
Attachments: |
|
looks good for me. please go ahead. I'm testing this right now. How would this be correctly be repo-copied, now that py-networkx is @ 2.x ? Btw, is this py-networkx1 still needed after all ? btw, testbuilds are fine. Created attachment 201069 [details]
py-networkx1-rev1.patch
Updated patch by using '--show-copies-as-adds' to make it more compatible.
(In reply to Kurt Jaeger from comment #4) yea still needed. will get it done now :). Created attachment 201078 [details]
py-networkx1-rev2.patch
Revised and rebased patch.
Created attachment 201087 [details]
py-networkx1-rev3.patch
Revised patch that should contain everything to bring the port into the ports tree:
- Copies math/py-networkx to math/py-networkx1 and applies modifications to backport it to the latest version of the 1.x branch -> 1.11
- Adds CONFLICTS_INSTALL to math/py-networkx (no bump of PORTVERSION) and math/py-networkx1
QA:
~~~
- poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK
A commit references this bug: Author: miwi Date: Sun Jan 13 17:36:50 UTC 2019 New revision: 490159 URL: https://svnweb.freebsd.org/changeset/ports/490159 Log: - Copy math/py-networkx to math/py-networkx1 and applies modifications to backport it to the latest version of the 1.x branch -> 1.11 - Adds CONFLICTS_INSTALL to math/py-networkx (no bump of PORTVERSION) and math/py-networkx1 - math/py-networkx1 is required by the package devel/py-taskflow that is not compatible with math/py-network PR: 232240 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Changes: head/math/Makefile head/math/py-networkx/Makefile head/math/py-networkx1/ head/math/py-networkx1/Makefile head/math/py-networkx1/distinfo head/math/py-networkx1/files/patch-setup.py head/math/py-networkx1/pkg-descr |
Created attachment 198122 [details] py-networkx1-1.11.patch Hello, attached is the patch that adds the Python package math/py-networkx1 to the ports tree. It is a backport for version 1.11 from the math/py-network package and is required by the package devel/py-taskflow that is not compatible with math/py-network . It has been repocopied from rP472884 of math/py-networkx . QA: ~~~ - poudriere (10.4-, 11.2-RELEASE, 12.0-ALPHA9 amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK