Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-wagtail Switch to pypi for the distfile, the gi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc34d1d73bad
branches:  trunk
changeset: 436759:fc34d1d73bad
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 08 23:48:33 2020 +0000

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

diffstat:

 www/py-wagtail/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 5a04db0a4ef8 -r fc34d1d73bad www/py-wagtail/Makefile
--- a/www/py-wagtail/Makefile   Sat Aug 08 23:35:32 2020 +0000
+++ b/www/py-wagtail/Makefile   Sat Aug 08 23:48:33 2020 +0000
@@ -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