mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
561 B
Makefile
24 lines
561 B
Makefile
PORTNAME= wheel
|
|
PORTVERSION= 0.41.2
|
|
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>
|