Summary: | databases/py-sqlalchemy-migrate: Missing sqlparse dependency breaks devel/buildbot | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Nikola Kolev <koue> |
Component: | Individual Port(s) | Assignee: | Kubilay Kocak <koobs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | lwhsu |
Priority: | Normal | Keywords: | easy |
Version: | Latest | Flags: | koobs:
maintainer-feedback+
koobs: merge-quarterly+ |
Hardware: | Any | ||
OS: | Any |
Description
Nikola Kolev
2016-12-13 09:42:29 UTC
Thanks for the report Nikola, not sure how this was missed. Will take care of the fix (and merge) shortly. This is actually a bug in the databases/py-sqlalchemy-migrate port, which is missing the sqlparse dependency, though it is included/mentioned in requirements.txt (and unfortunately not in setup.py, because it uses pbr) 'six' is also missing. I'll take care of the commit A commit references this bug: Author: koobs Date: Tue Dec 13 11:46:47 UTC 2016 New revision: 428480 URL: https://svnweb.freebsd.org/changeset/ports/428480 Log: databases/py-sqlalchemy-migrate: Add sqlparse and six dependencies Both sqlparse and six are mentioned as dependencies, but are missing in the ports RUN_DEPENDS. The missing sqlparse dependencies causes (at least) devel/buildbot to generate an error at run-time [1]. This change adds sqlparse and six to RUN_DEPENDS. While I'm here: - Add LICENSE_FILE - Update RUN_DEPENDS version specs to match upstream files (NOOP) - Enable "concurrent" Python version installation - Add NO_ARCH (architecture independent) PR: 215273 [1] Reported by: Nikola Kolev <koue chaosophia net> Approved by: portmgr (blanket) MFH: 2016Q4 Changes: head/databases/py-sqlalchemy-migrate/Makefile A commit references this bug: Author: koobs Date: Tue Dec 13 11:58:15 UTC 2016 New revision: 428481 URL: https://svnweb.freebsd.org/changeset/ports/428481 Log: MFH: r428480 databases/py-sqlalchemy-migrate: Add sqlparse and six dependencies Both sqlparse and six are mentioned as dependencies, but are missing in the ports RUN_DEPENDS. The missing sqlparse dependencies causes (at least) devel/buildbot to generate an error at run-time [1]. This change adds sqlparse and six to RUN_DEPENDS. While I'm here: - Add LICENSE_FILE - Update RUN_DEPENDS version specs to match upstream files (NOOP) - Enable "concurrent" Python version installation - Add NO_ARCH (architecture independent) PR: 215273 [1] Reported by: Nikola Kolev <koue chaosophia net> Approved by: portmgr (blanket) Approved by: ports-secteam (blanket) Changes: _U branches/2016Q4/ branches/2016Q4/databases/py-sqlalchemy-migrate/Makefile Committed and merged to quarterly (2016Q4) with additional changes/improvements. Thank you Nikola! |