head	1.3;
access;
symbols
	pkgsrc-2026Q2:1.3.0.10
	pkgsrc-2026Q2-base:1.3
	pkgsrc-2026Q1:1.3.0.8
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.6
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.4
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.2
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.2.0.4
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.2
	pkgsrc-2024Q4-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2025.04.15.15.17.48;	author adam;	state Exp;
branches;
next	1.2;
commitid	uGdt0wgrLgTd0aRF;

1.2
date	2024.11.22.21.57.12;	author wiz;	state Exp;
branches;
next	1.1;
commitid	qWqoQazrhuq6QGyF;

1.1
date	2024.11.22.21.07.08;	author bacon;	state Exp;
branches;
next	;
commitid	yD3q1qQLvvhPyGyF;


desc
@@


1.3
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.2 2024/11/22 21:57:12 wiz Exp $

DISTNAME=	plotly-5.24.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_PYPI:=p/plotly/}

MAINTAINER=	root@@zta.lk
HOMEPAGE=	https://plotly.com/python/
COMMENT=	Interactive graphing library for Python
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-tenacity>=6.2.0:../../devel/py-tenacity

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@py-plotly: add missing TOOL_DEPENDS

TODO: there's a config file in the PLIST that should be handled
with CONF_FILES
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/11/22 21:07:08 bacon Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
@


1.1
log
@graphics/py-plotly: Python graphing library

Plotly is an interactive, open-source, and browser-based graphing
library for Python.

Built on top of plotly.js, plotly.py is a high-level, declarative
charting library. plotly.js ships with over 30 chart types, including
scientific charts, 3D graphs, statistical charts, SVG maps, financial
charts, and more.
@
text
@d1 1
a1 1
# $NetBSD$
d13 3
a17 2
DEPENDS+=	${PYPKGPREFIX}-tenacity>=6.2.0:../../devel/py-tenacity

@

