pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-black: fix dependency patterns



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Jan 6 05:22:31 2020 +0100
Changeset:	c6add0cbf0042728d989f9a42d19a6e3507a7db2

Modified Files:
	py-black/Makefile

Log Message:
py-black: fix dependency patterns

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c6add0cbf0042728d989f9a42d19a6e3507a7db2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-black/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-black/Makefile b/py-black/Makefile
index 3a50fd8f67..eddd6567be 100644
--- a/py-black/Makefile
+++ b/py-black/Makefile
@@ -16,13 +16,13 @@ USE_LANGUAGES=	# none
 DEPENDS+=	${PYPKGPREFIX}-click>=6.5:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-pathspec>=0.6<1:../../devel/py-pathspec
 DEPENDS+=	${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
-DEPENDS+=	${PYPKGPREFIX}-appdirs:../../devel/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
 DEPENDS+=	${PYPKGPREFIX}-toml>=0.9.4:../../textproc/py-toml
 DEPENDS+=	${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
-DEPENDS+=	${PYPKGPREFIX}-regex:../../textproc/py-regex
+DEPENDS+=	${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex
 # only for blackd:
 DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.3.2:../../www/py-aiohttp
-DEPENDS+=	${PYPKGPREFIX}-aiohttp-cors:../../www/py-aiohttp-cors
+DEPENDS+=	${PYPKGPREFIX}-aiohttp-cors-[0-9]*:../../www/py-aiohttp-cors
 
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && for b in black blackd; \


Home | Main Index | Thread Index | Old Index