Wed May 3 20:16:41 2023 UTC ()
py-smartypants: add comment why this uses github as master site


(wiz)
diff -r1.2 -r1.3 pkgsrc/textproc/py-smartypants/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-smartypants/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-smartypants/Makefile 2022/01/10 18:54:33 1.2
+++ pkgsrc/textproc/py-smartypants/Makefile 2023/05/03 20:16:41 1.3
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.2 2022/01/10 18:54:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2023/05/03 20:16:41 wiz Exp $
2 2
3DISTNAME= smartypants-2.0.1 3DISTNAME= smartypants-2.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= textproc python 6CATEGORIES= textproc python
 7# source tarball missing on pypi
7#MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/} 8#MASTER_SITES= ${MASTER_SITE_PYPI:=s/smartypants/}
8MASTER_SITES= ${MASTER_SITE_GITHUB:=leohemsted/} 9MASTER_SITES= ${MASTER_SITE_GITHUB:=leohemsted/}
9GITHUB_PROJECT= smartypants.py 10GITHUB_PROJECT= smartypants.py
10GITHUB_TAG= v${PKGVERSION_NOREV} 11GITHUB_TAG= v${PKGVERSION_NOREV}
11 12
12MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= https://github.com/leohemsted/smartypants.py 14HOMEPAGE= https://github.com/leohemsted/smartypants.py
14COMMENT= Python with the SmartyPants 15COMMENT= Python with the SmartyPants
15LICENSE= modified-bsd 16LICENSE= modified-bsd
16 17
17USE_LANGUAGES= # none 18USE_LANGUAGES= # none
18 19
19post-install: 20post-install: