2021-09-27 21:44:00 +02:00
|
|
|
PORTNAME= installer
|
2022-03-25 13:59:43 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2021-09-27 21:44:00 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Library for installing Python wheels
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/pypa/installer
|
2021-09-27 21:44:00 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2022-03-07 18:53:06 +01:00
|
|
|
USES= python:3.7+
|
2021-09-27 21:44:00 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2022-01-11 18:15:15 +01:00
|
|
|
.include <bsd.port.mk>
|