mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
25 lines
586 B
Makefile
25 lines
586 B
Makefile
PORTNAME= multiset
|
|
DISTVERSION= 3.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Implementation of a multiset
|
|
WWW= https://github.com/wheerd/multiset
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= dos2unix python
|
|
USE_PYTHON= pep517 autoplist pytest
|
|
|
|
DOS2UNIX_FILES= pyproject.toml
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|