Date: Tue, 18 Apr 2023 18:09:17 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: 848a9c4c4f98 - main - graphics/py-beziers: Update to 0.5.0 Message-ID: <202304181809.33II9Hki079644@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=848a9c4c4f987dcde30d124d899014a4a5b23911 commit 848a9c4c4f987dcde30d124d899014a4a5b23911 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:55 +0000 graphics/py-beziers: Update to 0.5.0 Changes: https://github.com/simoncozens/beziers.py/commits/master --- graphics/py-beziers/Makefile | 13 +++++++------ graphics/py-beziers/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile index d2c8144de512..f2814066b886 100644 --- a/graphics/py-beziers/Makefile +++ b/graphics/py-beziers/Makefile @@ -1,8 +1,7 @@ PORTNAME= beziers -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 +DISTVERSIONPREFIX= v CATEGORIES= graphics python -MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -11,11 +10,13 @@ WWW= https://github.com/simoncozens/beziers.py LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyclipper>=0:math/py-pyclipper@${PY_FLAVOR} - -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils 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 0f77f61c274e..13dde71f3d53 100644 --- a/graphics/py-beziers/distinfo +++ b/graphics/py-beziers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391148 -SHA256 (beziers-0.4.0.tar.gz) = 3a01994887928971fd88b34777dea42ff49813264d8ffddee909310d03959ef5 -SIZE (beziers-0.4.0.tar.gz) = 37943 +TIMESTAMP = 1681052980 +SHA256 (simoncozens-beziers.py-v0.5.0_GH0.tar.gz) = 96ab69ad1f98a4f6f1f251b255f2473c3408a80983f9c82ddf3a6e3f67fa58b4 +SIZE (simoncozens-beziers.py-v0.5.0_GH0.tar.gz) = 486607
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304181809.33II9Hki079644>