freebsd-ports/devel/py-orderedmultidict/Makefile
Yuri Victorovich b61f086214 cad/surelog: Use python-3.9
Reported by:	<Po-Chuan Hsieh <sunpoet@freebsd.org>
2024-05-16 13:45:11 -07:00

24 lines
636 B
Makefile

PORTNAME= orderedmultidict
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ordered multivalue dictionary
WWW= https://github.com/gruns/orderedmultidict
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>