pkgsrc-WIP-changes archive

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

py-num2words: Corrected github tag, added project as per pkgsrc convention



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Fri Jul 15 20:40:37 2022 +0530
Changeset:	2cdc6c1b7edc7746fe0fed88fc3d61e0ee571e7d

Modified Files:
	py-num2words/Makefile

Log Message:
py-num2words: Corrected github tag, added project as per pkgsrc convention

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

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

diffstat:
 py-num2words/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-num2words/Makefile b/py-num2words/Makefile
index eabc795ca4..1a22c555ab 100644
--- a/py-num2words/Makefile
+++ b/py-num2words/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD$
 
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTNAME=	num2words-0.5.10
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_GITHUB:=savoirfairelinux/}
+GITHUB_PROJECT=	num2words
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/savoirfairelinux/num2words


Home | Main Index | Thread Index | Old Index