freebsd-ports/devel/py-setuptools_git_ls_files/Makefile
Ting-Wei Lan 3c9296de8e devel/py-setuptools_git_ls_files: add port: Python setuptools plugin to list all files tracked by git
setuptools_git_ls_files is a plugin for setuptools that finds all git tracked
files, including submodules.

WWW: https://github.com/anthrotype/setuptools_git_ls_files

PR:		270140
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2023-03-28 15:40:38 +09:00

22 lines
610 B
Makefile

PORTNAME= setuptools_git_ls_files
DISTVERSION= 0.1.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Python setuptools plugin to list all files tracked by git
WWW= https://github.com/anthrotype/setuptools_git_ls_files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>