1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/py-pythonfinder: Add py-pythonfinder 1.2.8

PythonFinder is a cross-platform search tool for finding Pythons.

WWW: https://github.com/sarugaku/pythonfinder
This commit is contained in:
Po-Chuan Hsieh 2021-09-28 03:44:02 +08:00
parent 210e8d9ee1
commit a2663b5d19
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 33 additions and 0 deletions

View File

@ -5071,6 +5071,7 @@
SUBDIR += py-python-subunit
SUBDIR += py-pythonbrew
SUBDIR += py-pythondialog
SUBDIR += py-pythonfinder
SUBDIR += py-pytimeparse
SUBDIR += py-pytools
SUBDIR += py-pytrie

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pythonfinder
PORTVERSION= 1.2.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python discovery tool to help locate python on any system
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1632760426
SHA256 (pythonfinder-1.2.8.tar.gz) = e3ea90d327f2ff61a692af9326deced042bb27f6fd562fc788637abee9bd62d9
SIZE (pythonfinder-1.2.8.tar.gz) = 43719

View File

@ -0,0 +1,3 @@
PythonFinder is a cross-platform search tool for finding Pythons.
WWW: https://github.com/sarugaku/pythonfinder