[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368
Bug 167368 depends on bug 192357, which changed state.

Bug 192357 Summary: [exp-run] Convert bsd.python.mk to USES=python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192357

   What|Removed |Added

 Status|Patch Ready |Issue Resolved
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

Marcus von Appen m...@freebsd.org changed:

   What|Removed |Added

 Status|In Discussion   |Issue Resolved
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

--- Comment #8 from Marcus von Appen m...@freebsd.org ---
Committed in rev. 364450

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

--- Comment #6 from Marcus von Appen m...@freebsd.org ---
devel/py-ice right now does the right thing, since PYTHON_VERSION is set in the
environment. A simple MAKE_ENV+= PYTHON_VERSION=${PYTHON_VERSION} fixes the
issue (as described in ${WRKSRC}/py/config/Make.rules).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

--- Comment #7 from Marcus von Appen m...@freebsd.org ---
py-gobject3 uses a wrong substitute that is easily fixed with changing the
egg-info entry in pkg-plist (use %%PYTHON_VER%% instead of %%PYTHON_VERSION%%)
and adding a PLIST_SUB+= PYTHON_VER=${PYTHON_VER}.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

Marcus von Appen m...@freebsd.org changed:

   What|Removed |Added

 Depends on||192357

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-07-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

Antoine Brodin anto...@freebsd.org changed:

   What|Removed |Added

   Assignee|anto...@freebsd.org |m...@freebsd.org

--- Comment #5 from Antoine Brodin anto...@freebsd.org ---
Exp-run results:
http://package18.nyi.freebsd.org/build.html?mastername=91amd64-default-PR167368build=2014-07-25_13h55m26s

There are 3 new failures,  but for 2 of them I believe it will fix a previously
broken behaviour (egginfo with a strange path)

+ {origin=devel/py-gobject3, pkgname=py27-gobject3-3.8.1_1,
phase=package, errortype=PLIST}
+ {origin=devel/py-ice, pkgname=py27-Ice-3.5.1, phase=build,
errortype=missing_header}
+ {origin=devel/py3-gobject3, pkgname=py33-gobject3-3.8.1_1,
phase=package, errortype=PLIST}

Failures logs:
http://package18.nyi.freebsd.org/data/91amd64-default-PR167368/2014-07-25_13h55m26s/logs/errors/py27-gobject3-3.8.1_1.log
http://package18.nyi.freebsd.org/data/91amd64-default-PR167368/2014-07-25_13h55m26s/logs/errors/py27-Ice-3.5.1.log
http://package18.nyi.freebsd.org/data/91amd64-default-PR167368/2014-07-25_13h55m26s/logs/errors/py33-gobject3-3.8.1_1.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

Antoine Brodin anto...@freebsd.org changed:

   What|Removed |Added

 CC||port...@freebsd.org
   Assignee|freebsd-python@FreeBSD.org  |anto...@freebsd.org
  Flags||exp-run?

--- Comment #4 from Antoine Brodin anto...@freebsd.org ---
Take for exp-run,  as it was requested on  https://phabric.freebsd.org/D387

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org


[Bug 167368] [bsd.python.mk] [patch] Python version propagation breaks USE_PYTHON= usage for dependency builds

2014-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167368

Antoine Brodin anto...@freebsd.org changed:

   What|Removed |Added

 CC||port...@freebsd.org
   Assignee|freebsd-python@FreeBSD.org  |anto...@freebsd.org
  Flags||exp-run?

--- Comment #4 from Antoine Brodin anto...@freebsd.org ---
Take for exp-run,  as it was requested on  https://phabric.freebsd.org/D387

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to freebsd-python-unsubscr...@freebsd.org