Skip to content
Snippets Groups Projects
Verified Commit a3d53afa authored by sunpoet's avatar sunpoet
Browse files
parent 2ff1345c
No related branches found
No related tags found
No related merge requests found
PORTNAME= attrs
PORTVERSION= 23.2.0
PORTVERSION= 24.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python attributes without boilerplate
WWW= https://github.com/python-attrs/attrs
WWW= https://www.attrs.org/en/stable/ \
https://github.com/python-attrs/attrs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
# Note: sysutils/py-psutil comes from devel/py-pytest-xdist[psutil]
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=23.2.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0:devel/py-cloudpickle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mypy>=1.1.1:devel/py-mypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=3.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Pympler>=0:devel/py-pympler@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
......@@ -30,8 +27,11 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31100
.if ${PYTHON_REL} >= 30900
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mypy>=1.11.1:devel/py-mypy@${PY_FLAVOR}
.if ${PYTHON_REL} < 31300
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>=0:devel/py-pytest-mypy-plugins@${PY_FLAVOR}
.endif
.endif
.include <bsd.port.post.mk>
TIMESTAMP = 1708449130
SHA256 (attrs-23.2.0.tar.gz) = 935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30
SIZE (attrs-23.2.0.tar.gz) = 780820
TIMESTAMP = 1723201063
SHA256 (attrs-24.1.0.tar.gz) = adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745
SIZE (attrs-24.1.0.tar.gz) = 792572
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment