git: e02ff931f781 - main - graphics/py-momepy: Add GitHub to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 18:09:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e02ff931f781315657e3f918fc3d867ccfcf2d8f commit e02ff931f781315657e3f918fc3d867ccfcf2d8f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 18:03:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 18:07:55 +0000 graphics/py-momepy: Add GitHub to MASTER_SITES --- graphics/py-momepy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-momepy/Makefile b/graphics/py-momepy/Makefile index 7478575c4686..5ff404086382 100644 --- a/graphics/py-momepy/Makefile +++ b/graphics/py-momepy/Makefile @@ -2,7 +2,8 @@ PORTNAME= momepy PORTVERSION= 0.5.4 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/pysal/momepy/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org