pkgsrc-WIP-changes archive

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

py-num2words: setuptools dep added



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Fri Jan 17 09:11:19 2025 +0530
Changeset:	3919f517427c5b7ee2cfa73b3ff1903fc9dc8c86

Modified Files:
	py-num2words/Makefile
Added Files:
	py-num2words/COMMIT_MSG

Log Message:
py-num2words: setuptools dep added

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

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

diffstat:
 py-num2words/COMMIT_MSG | 2 ++
 py-num2words/Makefile   | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/py-num2words/COMMIT_MSG b/py-num2words/COMMIT_MSG
new file mode 100644
index 0000000000..b618155e82
--- /dev/null
+++ b/py-num2words/COMMIT_MSG
@@ -0,0 +1,2 @@
+misc/py-num2words: Add num2words version 0.5.14
+Packaged in wip by Mayuresh <mayuresh%acm.org@localhost>
diff --git a/py-num2words/Makefile b/py-num2words/Makefile
index f86dadeb08..6f761c8243 100644
--- a/py-num2words/Makefile
+++ b/py-num2words/Makefile
@@ -10,10 +10,12 @@ HOMEPAGE=	https://github.com/savoirfairelinux/num2words
 COMMENT=	Modules to convert numbers to words. Easily extensible
 LICENSE=	gnu-lgpl-v2
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
 TEST_DEPENDS+=	# TODO: delegator.py>=0
 
 USE_LANGUAGES=	# none
 
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index