pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-pelican
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 07:43:31 UTC 2024
Modified Files:
pkgsrc/www/py-pelican: Makefile PLIST distinfo
Removed Files:
pkgsrc/www/py-pelican/patches: patch-docs_conf.py
Log Message:
py-pelican: updated to 4.9.1
4.9.1 - 2023-11-15
* Ensure ``tzdata`` dependency is installed on Windows
4.9.0 - 2023-11-12
* Upgrade code to new minimum supported Python version: 3.8
* Settings support for ``pathlib.Path``
* Various improvements to Simple theme
* Use Furo as Sphinx documentation theme
* Default to 100 articles maximum in feeds
* Add ``period_archives common context`` variable
* Use ``watchfiles`` as the file-watching backend
* Add GitHub Actions workflow for GitHub Pages
* Allow dataclasses in settings
* Switch build tool to PDM instead of Setuptools/Poetry
* Provide a ``plugin_enabled`` Jinja test for themes
* Preserve connection order in Blinker
* Remove social icons from default ``notmyidea`` theme
* Remove unreliable ``WRITE_SELECTED`` feature
* Importer: Report broken embedded video links when importing from Tumblr
* Importer: Remove newline addition when iterating Photo post types
* Importer: Force timestamp conversion in Tumblr importer to be UTC with offset
* Importer: Use tempfile for intermediate HTML file for Pandoc
* Switch linters to Ruff
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-pelican/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-pelican/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-pelican/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-pelican/patches/patch-docs_conf.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-pelican/Makefile
diff -u pkgsrc/www/py-pelican/Makefile:1.20 pkgsrc/www/py-pelican/Makefile:1.21
--- pkgsrc/www/py-pelican/Makefile:1.20 Tue Nov 7 22:38:09 2023
+++ pkgsrc/www/py-pelican/Makefile Sat Aug 10 07:43:30 2024
@@ -1,67 +1,38 @@
-# $NetBSD: Makefile,v 1.20 2023/11/07 22:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/08/10 07:43:30 adam Exp $
-DISTNAME= pelican-4.8.0
-GITHUB_PROJECT= pelican
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= www textproc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=getpelican/}
-
-MAINTAINER= nils%NetBSD.org@localhost
-HOMEPAGE= https://blog.getpelican.com/
-COMMENT= Static site generator that supports Markdown and reST syntax
-LICENSE= gnu-agpl-v3
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
-DEPENDS+= ${PYPKGPREFIX}-docutils>=0.16:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-feedgenerator>=1.9:../../www/py-feedgenerator
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-pygments>=2.6:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-pytz>=2020.1:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-rich>=10.1:../../comms/py-rich
-DEPENDS+= ${PYPKGPREFIX}-Unidecode>=1.1:../../textproc/py-Unidecode
-DEPENDS+= ${PYPKGPREFIX}-markdown>=3.1:../../textproc/py-markdown
+DISTNAME= pelican-4.9.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pelican/}
+
+MAINTAINER= nils%NetBSD.org@localhost
+HOMEPAGE= https://blog.getpelican.com/
+COMMENT= Static site generator that supports Markdown and reST syntax
+LICENSE= gnu-agpl-v3
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
+DEPENDS+= ${PYPKGPREFIX}-Unidecode>=1.3.7:../../textproc/py-Unidecode
+DEPENDS+= ${PYPKGPREFIX}-blinker>=1.7.0:../../devel/py-blinker
+DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-docutils>=0.20.1:../../textproc/py-docutils
+DEPENDS+= ${PYPKGPREFIX}-feedgenerator>=2.1.0:../../www/py-feedgenerator
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.1.2:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-ordered-set>=4.1.0:../../devel/py-ordered-set
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.16.1:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-rich>=13.6.0:../../comms/py-rich
+DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.21.0:../../misc/py-watchfiles
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
+PYTHON_SELF_CONFLICT= yes
-USE_TOOLS+= make:build sed:build
+PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_PYTHON+= pelican/tools/pelican_import.py
REPLACE_PYTHON+= pelican/tools/pelican_quickstart.py
REPLACE_PYTHON+= pelican/tools/pelican_themes.py
REPLACE_PYTHON+= pelican/tools/templates/publishconf.py.jinja2
-SUBST_CLASSES+= version
-SUBST_STAGE.version= pre-build
-SUBST_MESSAGE.version= Removing useless import of pelican.
-SUBST_FILES.version= docs/conf.py
-SUBST_SED.version= -e 's,from pelican import __version__,__version__ = "${PKGVERSION_NOREV}",g'
-
-DOCDIR= ${PREFIX}/share/doc/pelican
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1/ ${DOCDIR}
-MANPAGES= pelican-themes.1 pelican-theming.1 pelican.1
-
-TXTDOCFILES= changelog.txt content.txt contribute.txt faq.txt \
- importer.txt index.txt install.txt internals.txt \
- pelican-themes.txt plugins.txt publish.txt quickstart.txt \
- report.txt settings.txt themes.txt tips.txt
-
-AUTO_MKDIRS= yes
-
-post-build:
- cd ${WRKSRC}/docs/ && make SPHINXBUILD=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX} text man
-
-post-install:
-.for f in ${MANPAGES}
- ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-.endfor
-.for i in ${TXTDOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/docs/_build/text/${i} ${DESTDIR}${DOCDIR}/
-.endfor
-
.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-pelican/PLIST
diff -u pkgsrc/www/py-pelican/PLIST:1.4 pkgsrc/www/py-pelican/PLIST:1.5
--- pkgsrc/www/py-pelican/PLIST:1.4 Sun May 14 18:07:55 2023
+++ pkgsrc/www/py-pelican/PLIST Sat Aug 10 07:43:30 2024
@@ -1,15 +1,14 @@
-@comment $NetBSD: PLIST,v 1.4 2023/05/14 18:07:55 nils Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/08/10 07:43:30 adam Exp $
bin/pelican
bin/pelican-import
bin/pelican-plugins
bin/pelican-quickstart
bin/pelican-themes
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/pelican/__init__.py
${PYSITELIB}/pelican/__init__.pyc
${PYSITELIB}/pelican/__init__.pyo
@@ -68,6 +67,12 @@ ${PYSITELIB}/pelican/tests/TestPages/pag
${PYSITELIB}/pelican/tests/__init__.py
${PYSITELIB}/pelican/tests/__init__.pyc
${PYSITELIB}/pelican/tests/__init__.pyo
+${PYSITELIB}/pelican/tests/build_test/conftest.py
+${PYSITELIB}/pelican/tests/build_test/conftest.pyc
+${PYSITELIB}/pelican/tests/build_test/conftest.pyo
+${PYSITELIB}/pelican/tests/build_test/test_build_files.py
+${PYSITELIB}/pelican/tests/build_test/test_build_files.pyc
+${PYSITELIB}/pelican/tests/build_test/test_build_files.pyo
${PYSITELIB}/pelican/tests/content/2012-11-29_rst_w_filename_meta#foo-bar.rst
${PYSITELIB}/pelican/tests/content/2012-11-30_md_w_filename_meta#foo-bar.md
${PYSITELIB}/pelican/tests/content/TestCategory/article_with_category.rst
@@ -91,8 +96,10 @@ ${PYSITELIB}/pelican/tests/content/artic
${PYSITELIB}/pelican/tests/content/article_with_markdown_extension.markdown
${PYSITELIB}/pelican/tests/content/article_with_markdown_markup_extensions.md
${PYSITELIB}/pelican/tests/content/article_with_md_extension.md
+${PYSITELIB}/pelican/tests/content/article_with_mdown_extension.mdown
${PYSITELIB}/pelican/tests/content/article_with_metadata.html
${PYSITELIB}/pelican/tests/content/article_with_metadata.rst
+${PYSITELIB}/pelican/tests/content/article_with_metadata.unknownextension
${PYSITELIB}/pelican/tests/content/article_with_metadata_and_contents.html
${PYSITELIB}/pelican/tests/content/article_with_metadata_explicit_date_implicit_modified.html
${PYSITELIB}/pelican/tests/content/article_with_metadata_explicit_dates.html
@@ -112,9 +119,12 @@ ${PYSITELIB}/pelican/tests/content/artic
${PYSITELIB}/pelican/tests/content/article_with_uppercase_metadata.html
${PYSITELIB}/pelican/tests/content/article_with_uppercase_metadata.rst
${PYSITELIB}/pelican/tests/content/article_without_category.rst
+${PYSITELIB}/pelican/tests/content/bad_extension.mmd
${PYSITELIB}/pelican/tests/content/bloggerexport.xml
${PYSITELIB}/pelican/tests/content/empty.md
${PYSITELIB}/pelican/tests/content/empty_with_bom.md
+${PYSITELIB}/pelican/tests/content/wordpress_content_decoded
+${PYSITELIB}/pelican/tests/content/wordpress_content_encoded
${PYSITELIB}/pelican/tests/content/wordpressexport.xml
${PYSITELIB}/pelican/tests/cyclic_intersite_links/first-article.rst
${PYSITELIB}/pelican/tests/cyclic_intersite_links/second-article.rst
@@ -143,7 +153,9 @@ ${PYSITELIB}/pelican/tests/dummy_plugins
${PYSITELIB}/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.py
${PYSITELIB}/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.pyc
${PYSITELIB}/pelican/tests/dummy_plugins/normal_plugin/normal_submodule_plugin/subplugin.pyo
+${PYSITELIB}/pelican/tests/mixed_content/fake_image.jpg
${PYSITELIB}/pelican/tests/mixed_content/short_page.md
+${PYSITELIB}/pelican/tests/mixed_content/subdir/subdir_fake_image.jpg
${PYSITELIB}/pelican/tests/nested_content/maindir/maindir.md
${PYSITELIB}/pelican/tests/nested_content/maindir/subdir/subdir.md
${PYSITELIB}/pelican/tests/output/basic/a-markdown-powered-article.html
@@ -176,6 +188,9 @@ ${PYSITELIB}/pelican/tests/output/basic/
${PYSITELIB}/pelican/tests/output/basic/override/index.html
${PYSITELIB}/pelican/tests/output/basic/pages/this-is-a-test-hidden-page.html
${PYSITELIB}/pelican/tests/output/basic/pages/this-is-a-test-page.html
+${PYSITELIB}/pelican/tests/output/basic/pictures/Fat_Cat.jpg
+${PYSITELIB}/pelican/tests/output/basic/pictures/Sushi.jpg
+${PYSITELIB}/pelican/tests/output/basic/pictures/Sushi_Macro.jpg
${PYSITELIB}/pelican/tests/output/basic/second-article-fr.html
${PYSITELIB}/pelican/tests/output/basic/second-article.html
${PYSITELIB}/pelican/tests/output/basic/tag/bar.html
@@ -191,27 +206,13 @@ ${PYSITELIB}/pelican/tests/output/basic/
${PYSITELIB}/pelican/tests/output/basic/theme/css/reset.css
${PYSITELIB}/pelican/tests/output/basic/theme/css/typogrify.css
${PYSITELIB}/pelican/tests/output/basic/theme/css/wide.css
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.eot
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.svg
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.ttf
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.woff
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_400.woff2
+${PYSITELIB}/pelican/tests/output/basic/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt
${PYSITELIB}/pelican/tests/output/basic/theme/fonts/font.css
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/aboutme.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/bitbucket.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/delicious.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/facebook.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/github.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/gitorious.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/gittip.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/google-groups.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/google-plus.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/hackernews.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/lastfm.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/linkedin.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/reddit.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/rss.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/slideshare.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/speakerdeck.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/stackoverflow.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/twitter.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/vimeo.png
-${PYSITELIB}/pelican/tests/output/basic/theme/images/icons/youtube.png
${PYSITELIB}/pelican/tests/output/basic/this-is-a-super-article.html
${PYSITELIB}/pelican/tests/output/basic/unbelievable.html
${PYSITELIB}/pelican/tests/output/custom/a-markdown-powered-article.html
@@ -254,6 +255,10 @@ ${PYSITELIB}/pelican/tests/output/custom
${PYSITELIB}/pelican/tests/output/custom/override/index.html
${PYSITELIB}/pelican/tests/output/custom/pages/this-is-a-test-hidden-page.html
${PYSITELIB}/pelican/tests/output/custom/pages/this-is-a-test-page.html
+${PYSITELIB}/pelican/tests/output/custom/pictures/Fat_Cat.jpg
+${PYSITELIB}/pelican/tests/output/custom/pictures/Sushi.jpg
+${PYSITELIB}/pelican/tests/output/custom/pictures/Sushi_Macro.jpg
+${PYSITELIB}/pelican/tests/output/custom/robots.txt
${PYSITELIB}/pelican/tests/output/custom/second-article-fr.html
${PYSITELIB}/pelican/tests/output/custom/second-article.html
${PYSITELIB}/pelican/tests/output/custom/tag/bar.html
@@ -269,27 +274,13 @@ ${PYSITELIB}/pelican/tests/output/custom
${PYSITELIB}/pelican/tests/output/custom/theme/css/reset.css
${PYSITELIB}/pelican/tests/output/custom/theme/css/typogrify.css
${PYSITELIB}/pelican/tests/output/custom/theme/css/wide.css
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.eot
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.svg
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.ttf
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.woff
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_400.woff2
+${PYSITELIB}/pelican/tests/output/custom/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt
${PYSITELIB}/pelican/tests/output/custom/theme/fonts/font.css
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/aboutme.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/bitbucket.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/delicious.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/facebook.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/github.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/gitorious.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/gittip.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/google-groups.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/google-plus.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/hackernews.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/lastfm.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/linkedin.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/reddit.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/rss.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/slideshare.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/speakerdeck.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/stackoverflow.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/twitter.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/vimeo.png
-${PYSITELIB}/pelican/tests/output/custom/theme/images/icons/youtube.png
${PYSITELIB}/pelican/tests/output/custom/this-is-a-super-article.html
${PYSITELIB}/pelican/tests/output/custom/unbelievable.html
${PYSITELIB}/pelican/tests/output/custom_locale/archives.html
@@ -326,15 +317,24 @@ ${PYSITELIB}/pelican/tests/output/custom
${PYSITELIB}/pelican/tests/output/custom_locale/override/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/pages/this-is-a-test-hidden-page.html
${PYSITELIB}/pelican/tests/output/custom_locale/pages/this-is-a-test-page.html
+${PYSITELIB}/pelican/tests/output/custom_locale/pictures/Fat_Cat.jpg
+${PYSITELIB}/pelican/tests/output/custom_locale/pictures/Sushi.jpg
+${PYSITELIB}/pelican/tests/output/custom_locale/pictures/Sushi_Macro.jpg
+${PYSITELIB}/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2010/décembre/02/this-is-a-super-article/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2010/octobre/15/unbelievable/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2010/octobre/20/oh-yeah/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/avril/20/a-markdown-powered-article/index.html
+${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html
+${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html
+${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-1/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-2/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2011/février/17/article-3/index.html
+${PYSITELIB}/pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2012/février/29/second-article/index.html
${PYSITELIB}/pelican/tests/output/custom_locale/posts/2012/novembre/30/filename_metadata-example/index.html
+${PYSITELIB}/pelican/tests/output/custom_locale/robots.txt
${PYSITELIB}/pelican/tests/output/custom_locale/second-article-fr.html
${PYSITELIB}/pelican/tests/output/custom_locale/tag/bar.html
${PYSITELIB}/pelican/tests/output/custom_locale/tag/baz.html
@@ -349,27 +349,13 @@ ${PYSITELIB}/pelican/tests/output/custom
${PYSITELIB}/pelican/tests/output/custom_locale/theme/css/reset.css
${PYSITELIB}/pelican/tests/output/custom_locale/theme/css/typogrify.css
${PYSITELIB}/pelican/tests/output/custom_locale/theme/css/wide.css
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.eot
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.svg
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.ttf
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.woff
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_400.woff2
+${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/Yanone_Kaffeesatz_LICENSE.txt
${PYSITELIB}/pelican/tests/output/custom_locale/theme/fonts/font.css
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/aboutme.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/bitbucket.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/delicious.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/facebook.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/github.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/gitorious.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/gittip.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/google-groups.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/google-plus.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/hackernews.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/lastfm.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/linkedin.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/reddit.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/rss.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/slideshare.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/speakerdeck.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/stackoverflow.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/twitter.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/vimeo.png
-${PYSITELIB}/pelican/tests/output/custom_locale/theme/images/icons/youtube.png
${PYSITELIB}/pelican/tests/parse_error/parse_error.rst
${PYSITELIB}/pelican/tests/support.py
${PYSITELIB}/pelican/tests/support.pyc
@@ -436,27 +422,8 @@ ${PYSITELIB}/pelican/themes/notmyidea/st
${PYSITELIB}/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.ttf
${PYSITELIB}/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff
${PYSITELIB}/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_400.woff2
+${PYSITELIB}/pelican/themes/notmyidea/static/fonts/Yanone_Kaffeesatz_LICENSE.txt
${PYSITELIB}/pelican/themes/notmyidea/static/fonts/font.css
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/aboutme.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/bitbucket.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/delicious.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/facebook.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/github.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/gitorious.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/gittip.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/google-groups.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/google-plus.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/hackernews.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/lastfm.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/linkedin.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/reddit.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/rss.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/slideshare.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/speakerdeck.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/stackoverflow.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/twitter.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/vimeo.png
-${PYSITELIB}/pelican/themes/notmyidea/static/images/icons/youtube.png
${PYSITELIB}/pelican/themes/notmyidea/templates/analytics.html
${PYSITELIB}/pelican/themes/notmyidea/templates/archives.html
${PYSITELIB}/pelican/themes/notmyidea/templates/article.html
@@ -484,7 +451,6 @@ ${PYSITELIB}/pelican/themes/simple/templ
${PYSITELIB}/pelican/themes/simple/templates/base.html
${PYSITELIB}/pelican/themes/simple/templates/categories.html
${PYSITELIB}/pelican/themes/simple/templates/category.html
-${PYSITELIB}/pelican/themes/simple/templates/gosquared.html
${PYSITELIB}/pelican/themes/simple/templates/index.html
${PYSITELIB}/pelican/themes/simple/templates/page.html
${PYSITELIB}/pelican/themes/simple/templates/pagination.html
@@ -517,22 +483,3 @@ ${PYSITELIB}/pelican/utils.pyo
${PYSITELIB}/pelican/writers.py
${PYSITELIB}/pelican/writers.pyc
${PYSITELIB}/pelican/writers.pyo
-man/man1/pelican-themes.1
-man/man1/pelican-theming.1
-man/man1/pelican.1
-share/doc/pelican/changelog.txt
-share/doc/pelican/content.txt
-share/doc/pelican/contribute.txt
-share/doc/pelican/faq.txt
-share/doc/pelican/importer.txt
-share/doc/pelican/index.txt
-share/doc/pelican/install.txt
-share/doc/pelican/internals.txt
-share/doc/pelican/pelican-themes.txt
-share/doc/pelican/plugins.txt
-share/doc/pelican/publish.txt
-share/doc/pelican/quickstart.txt
-share/doc/pelican/report.txt
-share/doc/pelican/settings.txt
-share/doc/pelican/themes.txt
-share/doc/pelican/tips.txt
Index: pkgsrc/www/py-pelican/distinfo
diff -u pkgsrc/www/py-pelican/distinfo:1.10 pkgsrc/www/py-pelican/distinfo:1.11
--- pkgsrc/www/py-pelican/distinfo:1.10 Sun May 14 18:07:55 2023
+++ pkgsrc/www/py-pelican/distinfo Sat Aug 10 07:43:30 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/05/14 18:07:55 nils Exp $
+$NetBSD: distinfo,v 1.11 2024/08/10 07:43:30 adam Exp $
-BLAKE2s (pelican-4.8.0.tar.gz) = 4064501a469387eabde7b4e8b7c77f8ec7725e7a1ed3d292ce4178206b8e8b6a
-SHA512 (pelican-4.8.0.tar.gz) = 2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b
-Size (pelican-4.8.0.tar.gz) = 1401791 bytes
-SHA1 (patch-docs_conf.py) = c4c0d554edd29c916e5149ee97e253f4527e8d50
+BLAKE2s (pelican-4.9.1.tar.gz) = 69723369617adacaeb0d605dd688b77e75be4c94330f0a47842130c76b2ab85a
+SHA512 (pelican-4.9.1.tar.gz) = 3c5ece93864a29aa296e353e044022864c1c551b7a805adeb0914df9021bdf7a3d3977c91ddeba6c542c8879ff5fe7ca23e0163e17aaa93ed36747f35895937b
+Size (pelican-4.9.1.tar.gz) = 1230892 bytes
Home |
Main Index |
Thread Index |
Old Index