Created attachment 209249 [details] py-OWSLib 0.19.0 graphics/py-OWSLib: Update to 0.19.0 * Update to 0.19.0 * Remove python2 support [1] -> USE= python:3.4+ and USE_PYTHON= allflavors Changelog: https://github.com/geopython/OWSLib/blob/master/CHANGES.rst#0190-2019-11-14 [1] https://github.com/geopython/OWSLib/commit/430342c024f74d70a6cf78d1af810e803822997d QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 11, 12, 13, i386/amd64)
Thank you for port update Loïc Please remove allflavors, it's only for use by certain ports (such as setuptools, and unbundled python modules: tkinter, gdbm, sqlite3, etc)
Created attachment 209688 [details] py-OWSLib 0.19.0 Remove allflavors
A commit references this bug: Author: tcberner Date: Sun Dec 8 10:54:34 UTC 2019 New revision: 519288 URL: https://svnweb.freebsd.org/changeset/ports/519288 Log: graphics/py-OWSLib: Update to 0.19.0 PR: 242076 Submitted by: Lo?c Bartoletti <lbartoletti@tuxfamily.org> (maintainer) Changes: head/graphics/py-OWSLib/Makefile head/graphics/py-OWSLib/distinfo
Committed with a minor modification: there is no python34 in ports anymore, so I switched it to USES=python=3.5+. Thanks.