1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/py-soupsieve
Kubilay Kocak f69808be48 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] 9a792216ea

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)
2019-09-11 11:04:07 +00:00
..
distinfo
Makefile
pkg-descr