pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-wagtail



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Aug  8 23:48:33 UTC 2020

Modified Files:
        pkgsrc/www/py-wagtail: Makefile

Log Message:
Switch to pypi for the distfile, the github release is not directly usable.


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

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

Modified files:

Index: pkgsrc/www/py-wagtail/Makefile
diff -u pkgsrc/www/py-wagtail/Makefile:1.2 pkgsrc/www/py-wagtail/Makefile:1.3
--- pkgsrc/www/py-wagtail/Makefile:1.2  Wed Aug  5 03:27:13 2020
+++ pkgsrc/www/py-wagtail/Makefile      Sat Aug  8 23:48:33 2020
@@ -1,18 +1,15 @@
-# $NetBSD: Makefile,v 1.2 2020/08/05 03:27:13 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/08 23:48:33 joerg Exp $
 
 DISTNAME=      wagtail-2.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=wagtail/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wagtail/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://wagtail.io/
 COMMENT=       Django-based Content Management System
 LICENSE=       modified-bsd
 
-GITHUB_PROJECT=        wagtail
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 DEPENDS+=      ${PYPKGPREFIX}-django>=2<3.1:../../www/py-django2
 DEPENDS+=      ${PYPKGPREFIX}-django-modelcluster>=5.0<6.0:../../www/py-django-modelcluster
 DEPENDS+=      ${PYPKGPREFIX}-django-taggit>=1.0<2.0:../../www/py-django-taggit



Home | Main Index | Thread Index | Old Index