From e8e5e289753a3b896221ae0b2752088116281273 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Wed, 21 Oct 2020 11:54:18 +0100 Subject: [PATCH] +set MASTER_SITES: MASTER_SITE_PYPI unicode --- py-curlify/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-curlify/Makefile b/py-curlify/Makefile index 5ec891e05b..fda312434e 100644 --- a/py-curlify/Makefile +++ b/py-curlify/Makefile @@ -3,7 +3,7 @@ DISTNAME= curlify-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python -MASTER_SITES= https://files.pythonhosted.org/packages/fa/2c/9254b2294d0250291560d78e16e5cd764b8e2caa75d4cad1e8ae9d73899d/ +MASTER_SITES= ${MASTER_SITE_PYPI:=c/curlify/} MAINTAINER= kamelderouiche@yahoo.com HOMEPAGE= https://github.com/oeegor/curlify