b35eb3652a
Release changes: https://github.com/pypa/wheel/releases/tag/0.43.0 Reported by: github-actions[bot] <notifications@github.com>
23 lines
561 B
Makefile
23 lines
561 B
Makefile
PORTNAME= wheel
|
|
PORTVERSION= 0.43.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Built-package format for Python
|
|
WWW= https://github.com/pypa/wheel
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= allflavors autoplist concurrent pep517
|
|
|
|
# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268500
|
|
EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|