Skip to content
Snippets Groups Projects
Commit 3c9296de authored by lantw44's avatar lantw44 Committed by Hiroki Tagato
Browse files

devel/py-setuptools_git_ls_files: add port: Python setuptools plugin to list...

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>
parent f105633b
No related branches found
No related tags found
No related merge requests found
......@@ -5430,6 +5430,7 @@
SUBDIR += py-setuptools-rust
SUBDIR += py-setuptools44
SUBDIR += py-setuptools58
SUBDIR += py-setuptools_git_ls_files
SUBDIR += py-setuptools_hg
SUBDIR += py-setuptools_scm
SUBDIR += py-setuptools_scm_git_archive
......
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>
TIMESTAMP = 1678540376
SHA256 (setuptools_git_ls_files-0.1.2.tar.gz) = 7d612087430dc912f0dca7a35c99bf791b2f86b7fa5a40c5a562192947c86efa
SIZE (setuptools_git_ls_files-0.1.2.tar.gz) = 2504
setuptools_git_ls_files is a plugin for setuptools that finds all git tracked
files, including submodules.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment