pkgsrc-WIP-changes archive

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

py-kb: Use -[0-9]* instead of >=0 for unversioned dependencies (NFC)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 29 12:12:50 2021 +0200
Changeset:	638ac0fea1a04093a1af3c3326ab6eeefb677519

Modified Files:
	py-kb/Makefile

Log Message:
py-kb: Use -[0-9]* instead of >=0 for unversioned dependencies (NFC)

A bit more consistent with style used in most other packages.

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

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

diffstat:
 py-kb/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-kb/Makefile b/py-kb/Makefile
index ea117d4acc..9224ddd08f 100644
--- a/py-kb/Makefile
+++ b/py-kb/Makefile
@@ -11,11 +11,11 @@ HOMEPAGE=	https://github.com/gnebbia/kb/
 COMMENT=	Minimalist command line knowledge base manager
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	${PYPKGPREFIX}-attrs>=0:../../devel/py-attrs
-DEPENDS+=	${PYPKGPREFIX}-colored>=0:../../textproc/py-colored
-DEPENDS+=	${PYPKGPREFIX}-gitpython>=0:../../devel/py-gitpython
-DEPENDS+=	${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
-DEPENDS+=	${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
+DEPENDS+=	${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+DEPENDS+=	${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored
+DEPENDS+=	${PYPKGPREFIX}-gitpython-[0-9]*:../../devel/py-gitpython
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+=	${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 36 37
 


Home | Main Index | Thread Index | Old Index