pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-alabaster



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 14 09:02:59 UTC 2024

Modified Files:
        pkgsrc/textproc/py-alabaster: Makefile PLIST distinfo

Log Message:
py-alabaster: update to 0.7.16.

:git_tag:`0.7.16` -- 2024-01-10
-------------------------------

- :bug:`215` Do not display ``logo_name`` if it is set to ``False``.

:git_tag:`0.7.15` -- 2024-01-08
-------------------------------

- :feature:`213` Allow an arbitrary string in the ``logo_name`` option.
- :feature:`114` Improved sidebar CSS styles.
- :issue:`178` Deprecated ``canonical_url`` in favor of ``html_baseurl``.
- :bug:`200` Removed duplicate ``<meta name="viewport" ... />`` tag.
- :bug:`188` Removed underline from whitespace.
- :bug:`164` Removed ``type="text/javascript"`` from <script> elements.
- :bug:`161` Replaced ``&copy;`` with unicode decimal code entity ``#169;``.

:git_tag:`0.7.14` -- 2024-01-08
-------------------------------

- Dropped support for Python 3.8 and earlier.
- Dropped support for Sphinx 3.3 and earlier.
- :issue:`198` Fix horizontal scrolling on mobile.
- :issue:`206` Properly support the ``html_support_sphinx`` config value.
- :issue:`211` Fix the GitHub 'forkme' banner.
- Added ``alabaster_version_info`` to the HTML template context.
- Declare support for Python 3.13.
- Adopt the Ruff linter and formatter.
- Migrate from CircleCI to GitHub Actions.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-alabaster/Makefile \
    pkgsrc/textproc/py-alabaster/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-alabaster/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-alabaster/Makefile
diff -u pkgsrc/textproc/py-alabaster/Makefile:1.8 pkgsrc/textproc/py-alabaster/Makefile:1.9
--- pkgsrc/textproc/py-alabaster/Makefile:1.8   Fri Jan 13 08:54:29 2023
+++ pkgsrc/textproc/py-alabaster/Makefile       Sun Jan 14 09:02:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/01/13 08:54:29 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/14 09:02:59 wiz Exp $
 
-DISTNAME=      alabaster-0.7.13
+DISTNAME=      alabaster-0.7.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
@@ -10,9 +10,11 @@ HOMEPAGE=    https://github.com/bitprophet/
 COMMENT=       Configurable sidebar-enabled Sphinx theme
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-alabaster/distinfo
diff -u pkgsrc/textproc/py-alabaster/distinfo:1.8 pkgsrc/textproc/py-alabaster/distinfo:1.9
--- pkgsrc/textproc/py-alabaster/distinfo:1.8   Fri Jan 13 08:54:29 2023
+++ pkgsrc/textproc/py-alabaster/distinfo       Sun Jan 14 09:02:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/13 08:54:29 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/01/14 09:02:59 wiz Exp $
 
-BLAKE2s (alabaster-0.7.13.tar.gz) = 0c2b8bc41df82b75a4c95c35ed3e2093916f256231a8a64ba044a607aed6ca56
-SHA512 (alabaster-0.7.13.tar.gz) = 1cf740c17c669a2a48dba6f6d3b7dde6aa77c6cf1f3d84de0384852ef04f5c03e585f614880099f6466c81f959e290c19db70319caa9b1e2d93e4bf155f80a99
-Size (alabaster-0.7.13.tar.gz) = 11454 bytes
+BLAKE2s (alabaster-0.7.16.tar.gz) = a3167f7a06ca0408b6bd04a82fe4f4de6c2cb885da5861947c67f81764178d35
+SHA512 (alabaster-0.7.16.tar.gz) = 2ef9d0c631bbd8d3a527e6f6c1e9d1a5533d9fad5e018c66f29b386cc788eee831083b67bb6e86b0ba66fdd78b12ddfc4e5ac15ca01f33d4a914d166a114c393
+Size (alabaster-0.7.16.tar.gz) = 23776 bytes

Index: pkgsrc/textproc/py-alabaster/PLIST
diff -u pkgsrc/textproc/py-alabaster/PLIST:1.4 pkgsrc/textproc/py-alabaster/PLIST:1.5
--- pkgsrc/textproc/py-alabaster/PLIST:1.4      Fri Jul 13 07:13:49 2018
+++ pkgsrc/textproc/py-alabaster/PLIST  Sun Jan 14 09:02:59 2024
@@ -1,15 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2018/07/13 07:13:49 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2024/01/14 09:02:59 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/alabaster/__init__.py
 ${PYSITELIB}/alabaster/__init__.pyc
 ${PYSITELIB}/alabaster/__init__.pyo
-${PYSITELIB}/alabaster/_version.py
-${PYSITELIB}/alabaster/_version.pyc
-${PYSITELIB}/alabaster/_version.pyo
 ${PYSITELIB}/alabaster/about.html
 ${PYSITELIB}/alabaster/donate.html
 ${PYSITELIB}/alabaster/layout.html



Home | Main Index | Thread Index | Old Index