mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 06:21:18 +02:00
xxx
This commit is contained in:
30
python/py-wheel/Makefile
Normal file
30
python/py-wheel/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
PORTNAME= wheel
|
||||
PORTVERSION= 0.38.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Built-package format for Python
|
||||
WWW= https://github.com/pypa/wheel
|
||||
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
# 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
|
||||
|
||||
#OPTIONS_DEFINE= PIP SIGNATURE
|
||||
#
|
||||
#PIP_DESC= Use pip to install wheels
|
||||
#SIGNATURE_DESC= Enable digital signature of wheels
|
||||
#
|
||||
#PIP_RUN_DEPENDS= pip-${PYTHON_VER}:python/py-pip@${PY_FLAVOR}
|
||||
#SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec>=13.05:python/py-dirspec@${PY_FLAVOR} \
|
||||
# ${PYTHON_PKGNAMEPREFIX}ed25519ll>=0.6_1:python/py-ed25519ll@${PY_FLAVOR} \
|
||||
# ${PYTHON_PKGNAMEPREFIX}keyring>=1.3:python/py-keyring@${PY_FLAVOR} \
|
||||
# ${PYTHON_PKGNAMEPREFIX}xdg>=0.25:python/py-xdg@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user