[Bug 223108] [PATCH] www/uwsgi: Add support for non-default Python versions, Take MAINTAINER'ship

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 6 10:04:39 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223108

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koobs at FreeBSD.org,
                   |                            |python at FreeBSD.org,
                   |                            |schmidt at ze.tum.de
              Flags|                            |maintainer-feedback?(schmid
                   |                            |t at ze.tum.de)
            Summary|[PATCH] www/uwsgi added     |[PATCH] www/uwsgi: Add
                   |support for building uwsgi  |support for non-default
                   |with a different python     |Python versions, Take
                   |version than the default    |MAINTAINER'ship
                   |and takeing over            |
                   |maintainership of this      |
                   |port.                       |
             Status|New                         |Open
           Keywords|patch                       |needs-patch, needs-qa

--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thank you for your contribution Gerhard.

The attached patch needs changes, but I don't have time for a full review
tonight.

Please run the port through portlint -AC and poudriere with DEVELOPER=yes
enabled, and submit an updated patch which addresses any issues identified. For
testing information and instructions, see:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html

Above that, some obvious issues:

- Remove PYTHON_PKGNAMEPREFIX from PORTNAME. For correct usage see:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#using-python

- Use CHEESESHOP as MASTER_SITES by default unless there's a compelling
temporary reason not to (eg: alternate source contains test files/test data)

- Use USE_PYTHON=autoplist
- Use USE_PYTHON=concurrent to do automatic suffixing of console scripts
installed in LOCALBASE/bin

These are both documented in the link above as well.

- Explain the gettext-runtime addition

Lastly, thank you for offering to take maintainership of a FreeBSD port

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list