pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-weewx: Fix distfile link, kludge for py27 pillow
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Apr 5 19:26:06 2021 -0400
Changeset: fd37da7ddca53cf379f707b9684a77a62f903854
Modified Files:
py-weewx/Makefile
Log Message:
py-weewx: Fix distfile link, kludge for py27 pillow
Upstream renamed the distfile directory; adapt.
This is 27-only for now, so just point to Pillow6.
(It remains to make it work with 3.)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd37da7ddca53cf379f707b9684a77a62f903854
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-weewx/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index 54144221bd..df7eb37fd5 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -3,7 +3,7 @@
DISTNAME= weewx-4.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= misc
-MASTER_SITES= http://weewx.com/downloads/
+MASTER_SITES= http://weewx.com/downloads/released_versions/
# See also
# https://reviews.freebsd.org/file/data/wxlggqqqglli6l66usac/PHID-FILE-kucs3bj4stbb6iw4zpy5/D6324.diff
@@ -28,7 +28,7 @@ SUBST_VARS.paths= PREFIX
# These versions are probably higher than necessary, but there is little value
# in testing with versions older than are in pkgsrc.
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=2.7.16:../../databases/py-sqlite3
-DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow6
DEPENDS+= ${PYPKGPREFIX}-cheetah>=2.4.4:../../devel/py-cheetah
DEPENDS+= ${PYPKGPREFIX}-configobj>=5.0.6:../../devel/py-configobj
DEPENDS+= ${PYPKGPREFIX}-ephem>=3.7.6.0:../../math/py-ephem
Home |
Main Index |
Thread Index |
Old Index