devel/py-bidict: Remove superfluous BUILD_DEPENDS

- Add NO_ARCH

from CHANGELOG.rst:
0.17.3 (2018-09-18)
- Drop pytest-runner and support for running tests via ``python setup.py test``
  in preference to ``pytest`` or ``python -m pytest``.

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh
2022-01-12 01:37:45 +08:00
parent 63bf83f29b
commit 55b5c35555

View File

@@ -10,10 +10,11 @@ COMMENT= Bidirectional map implementation and related functionality
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>