Date: Sun, 19 May 2024 17:26:44 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: 60a251d5aac1 - main - graphics/py-beziers: Update to 0.6.0 Message-ID: <202405191726.44JHQiUM065427@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=60a251d5aac1bba7ceb844575fd067033aeeb5ec commit 60a251d5aac1bba7ceb844575fd067033aeeb5ec Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:18:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:48 +0000 graphics/py-beziers: Update to 0.6.0 - Change MASTER_SITES from GitHub to PYPI --- graphics/py-beziers/Makefile | 10 +++------- graphics/py-beziers/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile index d174492f7b4d..e8e7b04feeeb 100644 --- a/graphics/py-beziers/Makefile +++ b/graphics/py-beziers/Makefile @@ -1,8 +1,7 @@ PORTNAME= beziers -PORTVERSION= 0.5.0 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +PORTVERSION= 0.6.0 CATEGORIES= graphics python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -14,14 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=0:math/py-pyclipper@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -USE_GITHUB= yes -GH_ACCOUNT= simoncozens -GH_PROJECT= beziers.py - .include <bsd.port.mk> diff --git a/graphics/py-beziers/distinfo b/graphics/py-beziers/distinfo index 13dde71f3d53..5c0ff7e1443e 100644 --- a/graphics/py-beziers/distinfo +++ b/graphics/py-beziers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681052980 -SHA256 (simoncozens-beziers.py-v0.5.0_GH0.tar.gz) = 96ab69ad1f98a4f6f1f251b255f2473c3408a80983f9c82ddf3a6e3f67fa58b4 -SIZE (simoncozens-beziers.py-v0.5.0_GH0.tar.gz) = 486607 +TIMESTAMP = 1715842780 +SHA256 (beziers-0.6.0.tar.gz) = 8ad31133428a7340b0bda539202eb08ed01677acfb51386f7a33418bbcafd7c0 +SIZE (beziers-0.6.0.tar.gz) = 493304
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191726.44JHQiUM065427>