git: 17cdfe99d0e3 - main - devel/py-hatch-vcs: Clean up Makefile after 1065f238d9528a5d4dc661bf1a0479261aba3374
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 03:58:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17cdfe99d0e3906a9600f955fbc06a79d4adaa6f commit 17cdfe99d0e3906a9600f955fbc06a79d4adaa6f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-03-19 03:38:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-03-19 03:38:45 +0000 devel/py-hatch-vcs: Clean up Makefile after 1065f238d9528a5d4dc661bf1a0479261aba3374 Reference: https://cgit.freebsd.org/ports/commit/?id=5d4139f8bdb67bd6e8328422f9762661bd0d6454 https://cgit.freebsd.org/ports/commit/?id=1065f238d9528a5d4dc661bf1a0479261aba3374 --- devel/py-hatch-vcs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/py-hatch-vcs/Makefile b/devel/py-hatch-vcs/Makefile index a7ad0b891aa5..0b58fa464547 100644 --- a/devel/py-hatch-vcs/Makefile +++ b/devel/py-hatch-vcs/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.0:devel/py-setuptools-scm@${PY_FLAVOR} TEST_DEPENDS= git:devel/git