[Bug 211310] wxPython.h not supplied by x11-toolkits/py-wxPython30

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310

Ruslan Makhmatkhanov  changed:

   What|Removed |Added

 CC||r...@freebsd.org

--- Comment #1 from Ruslan Makhmatkhanov  ---
I believe it's because wxPython30 is built with NO_HEADERS=1 flag. Would you
rebuild and reinstall your x11-toolkits/py-wxPython30 with changing NO_HEADERS
to 0 in port's Makefile?


PYDISTUTILS_BUILDARGS=  WX_CONFIG="${WX_CONFIG}" \
WXPORT="${WXPORT}" \
NO_HEADERS=1 \ <-- Change this to zero
NO_SCRIPTS=1 \
INSTALL_MULTIVERSION=1

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

Ruslan Makhmatkhanov  changed:

   What|Removed |Added

 CC||r...@freebsd.org

--- Comment #1 from Ruslan Makhmatkhanov  ---
John, no attachment here.

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #3 from John W. O'Brien  ---
(In reply to Ruslan Makhmatkhanov from comment #1)
@rm: Late night user error, apparently. All is well now?

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #2 from John W. O'Brien  ---
Created attachment 173098
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173098&action=edit
net/py-flask-xml-rpc new port diff

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #4 from Ruslan Makhmatkhanov  ---
(In reply to John W. O'Brien from comment #3)
New ports should be sent in shar format [1], so please resubmit as shar.
Also please change USES=python to USES=python:2.7+ if this port will work with
any python version and if there are no scripts with shebangs like
'#!/usr/bin/env python'. In latter case shebangs should be fixed with
USES=shebangfix [2]. This eliminates dependency upon lang/python metaport. 

It looks fine to me besides of this.

[1]
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html
[2]
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/uses-shebangfix.html

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #5 from John W. O'Brien  ---
(In reply to Ruslan Makhmatkhanov from comment #4)

Hi @rm,

Re: format of new ports -- from [1]: "A diff created from a Subversion checkout
of the ports tree is also acceptable. Add all the files with svn add. cd to the
base of the ports tree so full paths to the changed files are included in the
diff, then generate the diff with svn diff. For example, svn diff games/oneko >
oneko.diff."

Re: shebang fix -- this port installs no scripts, so shebangfix is unnecessary.

Re: USES -- consistency with precedent suggests that USES=python is the best
choice.

$ find . -depth 3 -name Makefile -path "./*/*flask*/*" | xargs grep USES
./www/py-flask-restplus08/Makefile:USES=python
./www/py-flask-bootstrap/Makefile:USES= python
./www/py-flask-sockets/Makefile:USES=   python
./www/py-flask-login/Makefile:USES= python
./www/py-frozen-flask/Makefile:USES=python
./www/py-flask-oauthlib/Makefile:USES=  python
./www/py-flask-admin/Makefile:USES= python
./www/py-flask-restful/Makefile:USES=   python
./www/py-flask-cors/Makefile:USES=  python
./www/py-flask-wtf/Makefile:USES=   python
./www/py-flask-restplus/Makefile:USES=  python
./www/py-flask-compress/Makefile:USES=  python
./www/py-flask/Makefile:USES=   python
./www/py-flask-uploads/Makefile:USES=   python
./www/py-flask-flatpages/Makefile:USES= python
./www/py-flask-cache/Makefile:USES= python
./databases/py-flask-sqlalchemy/Makefile:USES=  python
./devel/py-flask-babel/Makefile:USES=   python
./net/py-flask-xml-rpc/Makefile:USES=   python
./security/py-flask-kerberos/Makefile:USES= python
./security/py-flask-httpauth/Makefile:USES= python

Furthermore, my system does not register a dependency on the lang/python
metaport for this port as submitted.

$ pkg info -d -F
/srv/poudriere/data/packages/103amd64-default-python27/All/py27-Flask-XML-RPC-0.1.2.txz
py27-Flask-XML-RPC-0.1.2:
py27-Flask-0.11.1
python27-2.7.12
py27-setuptools27-23.1.0
$ pkg info -d -F
/srv/poudriere/data/packages/103amd64-default-python34/All/py34-Flask-XML-RPC-0.1.2.txz
py34-Flask-XML-RPC-0.1.2:
py34-Flask-0.11.1
python34-3.4.5
py34-setuptools34-23.1.0

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #6 from Ruslan Makhmatkhanov  ---
(In reply to John W. O'Brien from comment #5)
Hmm, you are right about [1]. Looks like something I missed :) Sorry.

Version in USES nevertheless should be changed. It's kinda new trend and the
most of ports are still doing it wrong. As far I can see it doesn't documented
anywhere, but there is the mailing list post from koobs@ that explains that:

https://lists.freebsd.org/pipermail/svn-ports-head/2016-July/124310.html

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


[Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211435

--- Comment #7 from John W. O'Brien  ---
(In reply to Ruslan Makhmatkhanov from comment #6)

While there may be a change of direction afoot, I don't believe koobs@ has his
facts entirely straight and I have taken it up with him off-list. I will
respond once he and I have hammered things out.

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


[Bug 211310] x11-toolkits/py-wxPython30: wxPython.h header not provided (required by KiCAD)

2016-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211310

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
  Flags||merge-quarterly?
Summary|wxPython.h not supplied by  |x11-toolkits/py-wxPython30:
   |x11-toolkits/py-wxPython30  |wxPython.h header not
   ||provided (required by
   ||KiCAD)
   Keywords||needs-patch, needs-qa

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