Changeset View
Changeset View
Standalone View
Standalone View
mail/py-rfc6555/Makefile
- This file was added.
| PORTNAME= rfc6555 | |||||
| PORTVERSION= 0.1.0 | |||||
| DISTVERSIONPREFIX= v | |||||
| CATEGORIES= mail python | |||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | |||||
| MAINTAINER= dereks@lifeofadishwasher.com | |||||
| COMMENT= Happy Eyeballs Algorithm described in RFC 6555 | |||||
| LICENSE= APACHE20 | |||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | |||||
| TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} | |||||
| USES= python | |||||
| # github port since tests are not included in sdist | |||||
| # https://github.com/sethmlarson/rfc6555/pull/8 | |||||
koobs: I'd add comment with upstream ref to PR/issue saying tests are not packaged, and they don't… | |||||
Not Done Inline ActionsCant see comment? koobs: Cant see comment? | |||||
| USE_GITHUB= yes | |||||
| GH_ACCOUNT= sethmlarson | |||||
Done Inline ActionsMinor item: Group/sort USE/USES (unless portfmt/portclippy/portlint somehow disagree these days?) koobs: Minor item: Group/sort USE/USES (unless portfmt/portclippy/portlint somehow disagree these days? | |||||
| USE_PYTHON= autoplist distutils | |||||
| NO_ARCH= yes | |||||
| do-test: | |||||
| @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests | |||||
arrowdUnsubmitted Done Inline ActionsCan this be switched to the newly added USES=python,pytest? arrowd: Can this be switched to the newly added `USES=python,pytest`? | |||||
| .include <bsd.port.mk> | |||||
I'd add comment with upstream ref to PR/issue saying tests are not packaged, and they don't want to. Save people and our future selves from wondering why.