Bug 247684 - sysutils/py-bitrot: fix pkg-fallout errors
Summary: sysutils/py-bitrot: fix pkg-fallout errors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-07-01 06:43 UTC by Darren Mulligan
Modified: 2020-07-01 15:24 UTC (History)
1 user (show)

See Also:


Attachments
require python 3.5 (518 bytes, patch)
2020-07-01 06:43 UTC, Darren Mulligan
fixer: maintainer-approval+
Details | Diff
require python 3.5+ (413 bytes, patch)
2020-07-01 08:05 UTC, Darren Mulligan
fixer: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Mulligan 2020-07-01 06:43:57 UTC
Created attachment 216101 [details]
require python 3.5

the latest update of this port cannot be used with python 2.7, so require 3.5 at least to fix pkg-fallout errors. tested with 3.5, 3.6, 3.7, 3.8.
Comment 1 Automation User 2020-07-01 06:52:03 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/161875742
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-07-01 07:57:36 UTC
Hi Darren,

Thanks for the patch. There is an issue here:

RUN_DEPENDS:=  ${BUILD_DEPENDS}

See https://www.freebsd.org/doc/en/books/porters-handbook/makefile-depend.html to know why this is a bad idea (both assigning BUILD_ to RUN and the use of operator := )

Cheers!
Comment 3 Darren Mulligan 2020-07-01 08:05:12 UTC
Created attachment 216106 [details]
require python 3.5+

Remove unrelated (and incorrectly done) run depends change.
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-07-01 15:24:22 UTC
A commit references this bug:

Author: fernape
Date: Wed Jul  1 15:24:08 UTC 2020
New revision: 540970
URL: https://svnweb.freebsd.org/changeset/ports/540970

Log:
  sysutils/py-bitrot: fix pkg-fallout errors

  Latest update to the port requires at least python 3.5

  PR:	247684
  Submitted by:	fixer@bsdmail.com (maintainer)

Changes:
  head/sysutils/py-bitrot/Makefile
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2020-07-01 15:24:58 UTC
Committed,

Thanks!