Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:53:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da51cb7499b3 - main - devel/py-y-py: Clean up Makefile
Message-ID:  <202304271553.33RFrlxX027254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271553.33RFrlxX027254>