cca9c953e6
Changelog: - https://github.com/resend/resend-python/releases/tag/v2.31.0 - https://github.com/resend/resend-python/releases/tag/v2.32.0 - https://github.com/resend/resend-python/releases/tag/v2.32.1 - https://github.com/resend/resend-python/releases/tag/v2.32.2 Reported by: Repology
36 lines
887 B
Makefile
36 lines
887 B
Makefile
PORTNAME= resend
|
|
DISTVERSION= 2.32.2
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tagattie@FreeBSD.org
|
|
COMMENT= Resend Python SDK
|
|
WWW= https://github.com/resend/resend-python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BR_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR}
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
|
${BR_DEPENDS}
|
|
RUN_DEPENDS= ${BR_DEPENDS}
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|