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 | |||||
WWW= https://github.com/sethmlarson/rfc6555 | |||||
LICENSE= APACHE20 | |||||
LICENSE_FILE= ${WRKSRC}/LICENSE | |||||
USES= pytest python | |||||
# github port since tests are not included in sdist | |||||
# https://github.com/sethmlarson/rfc6555/pull/8 | |||||
USE_GITHUB= yes | |||||
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? | |||||
GH_ACCOUNT= sethmlarson | |||||
USE_PYTHON= autoplist distutils | |||||
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? | |||||
NO_ARCH= yes | |||||
.include <bsd.port.mk> | |||||
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`? |
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.