[Bug 240490] www/py-soupsieve: Missing dependency devel/py-backports.functools_lru_cache (Python < 3)

2019-09-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: koobs
Date: Mon Sep 16 11:30:36 UTC 2019
New revision: 512169
URL: https://svnweb.freebsd.org/changeset/ports/512169

Log:
  MFH: r511814 www/py-soupsieve: Add missing dependency

  soupsieve depends on backports.functools_lru_cache [1] on Python versions <
  3, add the dependency accordingly.

  While I'm here:

   - Add TEST_DEPENDS and test target to improve future QA

  Note: soupsieve 'requires' [2] beautifulsoup4, but beautifulsoup4 depends
on soupsieve via install_requires, causing a technical circular
dependency, which is why soupsieve doesn't seem to explicitly
install_requires on it ... anymore [3]. This seems bizzare.

  [1] requirements/project.txt: backports.functools_lru_cache ; python_version
< '3'
  [2] https://github.com/facelessuser/soupsieve#installation
  [3]
https://github.com/facelessuser/soupsieve/commit/9a792216ea1ffce018c7968105540c08b82b96db

  QA: 624 passed, 2 skipped, 6 warnings in 35.70 seconds

  PR:   240490
  Reported by:  jbeich
  Approved by:  portmgr (blanket: missing dependencies, ports compliance)

  Approved by:  ports-secteam (blanket: run-time bugfix)

Changes:
_U  branches/2019Q3/
  branches/2019Q3/www/py-soupsieve/Makefile

-- 
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 240490] www/py-soupsieve: Missing dependency devel/py-backports.functools_lru_cache (Python < 3)

2019-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords|needs-patch, needs-qa   |

-- 
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 240490] www/py-soupsieve: Missing dependency devel/py-backports.functools_lru_cache (Python < 3)

2019-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: koobs
Date: Wed Sep 11 11:04:07 UTC 2019
New revision: 511814
URL: https://svnweb.freebsd.org/changeset/ports/511814

Log:
  www/py-soupsieve: Add missing dependency

  soupsieve depends on backports.functools_lru_cache [1] on Python versions <
  3, add the dependency accordingly.

  While I'm here:

   - Add TEST_DEPENDS and test target to improve future QA

  Note: soupsieve 'requires' [2] beautifulsoup4, but beautifulsoup4 depends
on soupsieve via install_requires, causing a technical circular
dependency, which is why soupsieve doesn't seem to explicitly
install_requires on it ... anymore [3]. This seems bizzare.

  [1] requirements/project.txt: backports.functools_lru_cache ; python_version
< '3'
  [2] https://github.com/facelessuser/soupsieve#installation
  [3]
https://github.com/facelessuser/soupsieve/commit/9a792216ea1ffce018c7968105540c08b82b96db

  QA: 624 passed, 2 skipped, 6 warnings in 35.70 seconds

  PR:   240490
  Reported by:  jbeich
  Approved by:  portmgr (blanket: missing dependencies, ports compliance)
  MFH:  2019Q3 (blanket(s): run-time bugfix)

Changes:
  head/www/py-soupsieve/Makefile

-- 
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 240490] www/py-soupsieve: Missing dependency devel/py-backports.functools_lru_cache (Python < 3)

2019-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490

Kubilay Kocak  changed:

   What|Removed |Added

 Status|Open|In Progress
   Assignee|w...@freebsd.org |ko...@freebsd.org

-- 
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 240490] www/py-soupsieve: Missing dependency devel/py-backports.functools_lru_cache (Python < 3)

2019-09-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240490

Kubilay Kocak  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Many People
Summary|www/py-soupsieve: missing   |www/py-soupsieve: Missing
   |dependency on   |dependency
   |devel/py-backports.functool |devel/py-backports.functool
   |s_lru_cache |s_lru_cache (Python < 3)

--- Comment #1 from Kubilay Kocak  ---
>From requirements/project.txt: 

backports.functools_lru_cache ; python_version < '3'

-- 
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"