pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-smartypants



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  3 20:16:41 UTC 2023

Modified Files:
        pkgsrc/textproc/py-smartypants: Makefile

Log Message:
py-smartypants: add comment why this uses github as master site


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-smartypants/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-smartypants/Makefile
diff -u pkgsrc/textproc/py-smartypants/Makefile:1.2 pkgsrc/textproc/py-smartypants/Makefile:1.3
--- pkgsrc/textproc/py-smartypants/Makefile:1.2 Mon Jan 10 18:54:33 2022
+++ pkgsrc/textproc/py-smartypants/Makefile     Wed May  3 20:16:41 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2022/01/10 18:54:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/03 20:16:41 wiz Exp $
 
 DISTNAME=      smartypants-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    textproc python
+# source tarball missing on pypi
 #MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leohemsted/}
 GITHUB_PROJECT=        smartypants.py



Home | Main Index | Thread Index | Old Index