git: da51cb7499b3 - main - devel/py-y-py: Clean up Makefile

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 15:53:47 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da51cb7499b388389ddcd1b58e5c2ca94e9f8e7a

commit da51cb7499b388389ddcd1b58e5c2ca94e9f8e7a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:46:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:46:37 +0000

    devel/py-y-py: Clean up Makefile
---
 devel/py-y-py/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/py-y-py/Makefile b/devel/py-y-py/Makefile
index 673d0b181092..ef744578c462 100644
--- a/devel/py-y-py/Makefile
+++ b/devel/py-y-py/Makefile
@@ -2,9 +2,9 @@ PORTNAME=	y-py
 PORTVERSION=	0.6.0
 PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI:pypi
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTFILES=	y_py-${PORTVERSION}.tar.gz:pypi
+DISTFILES=	y_py-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python bindings for the Y-CRDT built from yrs (Rust)