pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-inquirer



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Oct  4 11:47:54 UTC 2020

Modified Files:
        pkgsrc/devel/py-inquirer: Makefile

Log Message:
devel/py-inquirer: Fix broken PKGNAME & MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-inquirer/Makefile

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

Modified files:

Index: pkgsrc/devel/py-inquirer/Makefile
diff -u pkgsrc/devel/py-inquirer/Makefile:1.1 pkgsrc/devel/py-inquirer/Makefile:1.2
--- pkgsrc/devel/py-inquirer/Makefile:1.1       Sun Oct  4 11:19:02 2020
+++ pkgsrc/devel/py-inquirer/Makefile   Sun Oct  4 11:47:54 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/10/04 11:19:02 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/10/04 11:47:54 js Exp $
 
-DISTNAME=      PyInquirer-1.0.3
-PKGNAME=       ${PYPKGPREFIX}-inquirer
+DISTNAME=      PyInquirer-${PKGVERSION_NOREV}
+PKGNAME=       ${PYPKGPREFIX}-inquirer-1.0.3
 CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=P/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyInquirer/}
 
 MAINTAINER=    js%pkgsrc.org@localhost
 HOMEPAGE=      https://github.com/CITGuru/PyInquirer/



Home | Main Index | Thread Index | Old Index