pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-leather
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 13 05:22:06 UTC 2024
Modified Files:
pkgsrc/graphics/py-leather: Makefile PLIST distinfo
Log Message:
py-leather: updated to 0.4.0
0.4.0 - October 23, 2023
* feat: :meth:`.Chart.add_line` accepts a `stroke_dasharray argument <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray>`_.
* feat: Add a ``default_stroke_dasharray`` theme option.
* fix: Apply the ``axis_title_font_size`` and ``tick_font_size`` theme options.
0.3.5 - October 23, 2023
* Leather no longer reconfigures Python warnings globally.
* Add Python 3.11 and 3.12 support.
* Drop Python 3.7 support (end-of-life was June 27, 2023).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-leather/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-leather/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-leather/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-leather/Makefile
diff -u pkgsrc/graphics/py-leather/Makefile:1.5 pkgsrc/graphics/py-leather/Makefile:1.6
--- pkgsrc/graphics/py-leather/Makefile:1.5 Tue Jan 4 20:54:06 2022
+++ pkgsrc/graphics/py-leather/Makefile Sat Apr 13 05:22:06 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/13 05:22:06 adam Exp $
-DISTNAME= leather-0.3.4
+DISTNAME= leather-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/leather/}
@@ -11,9 +10,15 @@ HOMEPAGE= https://leather.readthedocs.io
COMMENT= Python charting for 80% of humans
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.9.1:../../textproc/py-cssselect
+TEST_DEPENDS+= ${PYPKGPREFIX}-lxml>=3.6.0:../../textproc/py-lxml
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-leather/PLIST
diff -u pkgsrc/graphics/py-leather/PLIST:1.1 pkgsrc/graphics/py-leather/PLIST:1.2
--- pkgsrc/graphics/py-leather/PLIST:1.1 Sun Jul 7 09:38:40 2019
+++ pkgsrc/graphics/py-leather/PLIST Sat Apr 13 05:22:06 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/07/07 09:38:40 bsiegert Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/04/13 05:22:06 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/leather/__init__.py
${PYSITELIB}/leather/__init__.pyc
${PYSITELIB}/leather/__init__.pyo
Index: pkgsrc/graphics/py-leather/distinfo
diff -u pkgsrc/graphics/py-leather/distinfo:1.4 pkgsrc/graphics/py-leather/distinfo:1.5
--- pkgsrc/graphics/py-leather/distinfo:1.4 Tue Oct 26 10:46:47 2021
+++ pkgsrc/graphics/py-leather/distinfo Sat Apr 13 05:22:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:46:47 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/04/13 05:22:06 adam Exp $
-BLAKE2s (leather-0.3.4.tar.gz) = aabbc59b5000ce088581d35b5941c7e35b9d3c39b2b8169450f4b5c357f09595
-SHA512 (leather-0.3.4.tar.gz) = e22861d4404b54ca183de407b3e9d6c58d1a2ac901d2cd9474485219dbf281c08f24c4113036617c4ef059818192a18289fdaf68ee0d4802cca3685477054bc2
-Size (leather-0.3.4.tar.gz) = 30605 bytes
+BLAKE2s (leather-0.4.0.tar.gz) = ac17a122a064bd6c09f8ff229ed99dd16464d3df7db1e59d92c800a4c12d7e83
+SHA512 (leather-0.4.0.tar.gz) = 2ad71c5ceaf7d76f5c03da675d527a67b6a582dacc91c9ad6d0536acff314e9f99093032ffd34638bcd662a1b64590ec3aae4a7f495e3644c686f68e093bfc5e
+Size (leather-0.4.0.tar.gz) = 43877 bytes
Home |
Main Index |
Thread Index |
Old Index