Path to this page:
./
www/py-pelican,
Static site generator that supports Markdown and reST syntax
Branch: CURRENT,
Version: 4.9.1,
Package name: py312-pelican-4.9.1,
Maintainer: nilsPelican is a static site generator, written in Python.
- Write your weblog entries directly with your editor of choice (vim!)
in reStructuredText or Markdown
- Includes a simple CLI tool to (re)generate the weblog
- Easy to interface with DVCSes and web hooks
- Completely static output is easy to host anywhere
Required to run:[
textproc/py-docutils] [
textproc/py-markdown] [
devel/py-setuptools] [
time/py-dateutil] [
time/py-pytz] [
textproc/py-pygments] [
textproc/py-jinja2] [
textproc/py-Unidecode] [
devel/py-blinker] [
lang/py-six] [
www/py-feedgenerator] [
lang/python37]
Required to build:[
textproc/py-sphinx] [
pkgtools/cwrappers]
Master sites:
Filesize: 1202.043 KB
Version history: (Expand)
- (2024-08-14) Updated to version: py312-pelican-4.9.1
- (2024-08-10) Updated to version: py311-pelican-4.9.1
- (2023-11-08) Updated to version: py311-pelican-4.8.0
- (2023-05-14) Updated to version: py310-pelican-4.8.0
- (2022-07-10) Updated to version: py310-pelican-4.5.0nb2
- (2022-01-05) Updated to version: py39-pelican-4.5.0nb2
CVS history: (Expand)
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-14 20:07:55 by Nils Ratusznik | Files touched by this commit (3) | |
Log message:
Updated www/py-pelican to version 4.8.0.
Pkgsrc changes :
* updated dependencies : removed py-six and added py-rich
Upstream changes :
- Pelican 4.5.1 :
* Refactor intra-site link discovery in order to match more permissively
* Fix plugins running twice in auto-reload mode
* Add notice to use from pelican import signals instead of
import pelican.signals
- Pelican 4.5.2 : Improve logging of generators and writer loaders
- Pelican 4.5.3 : Fix a mistake made in PR #2821
(https://github.com/getpelican/pelican/pull/2821)
- Pelican 4.5.4 : Replace plugin definitions in settings with string
representations after registering, so they can be cached correctly.
- Pelican 4.6.0 :
* Add new URL pattern to PAGINATION_PATTERNS for the last page in the list
* Speed up livereload Invoke task via caching
* Ignore None return value from get_generators signal
* Relax dependency minimum versions and remove upper bounds
- Pelican 4.7.0 :
* Improve default theme rendering on mobile and other small screen devices
* Add support for hidden articles
* Improve word count behavior when generating summary CJK & other locales
* Add progress spinner during generation and richer logging, both via Rich
* Invoke tasks serve and livereload now auto-open a web browser pointing to
the locally-served web site
* Support some date format codes used by ISO dates
* Document how to add a new writer
- Pelican 4.7.1 :
* Extend rich logging to server component
* Fix an issue where metadata flagged to be discarded was being cached
* Adjust suffix in server to allow redirection when needed
* Add MIME types for web fonts
* Distribute sample data used to run tests
* Add Python 3.10 to test matrix
- Pelican 4.7.2 :
* Fix incorrect parsing of parameters specified via -e / --extra-settings
option flags
* Add categories.html template to default theme
* Document how to use plugins to inject content
- Pelican 4.8.0 :
* Use JSON values for extra settings in Invoke tasks template
* Add content tag for links, which can help with things like Twitter
social cards
* Improve word count behavior when generating summary
|
2023-05-07 14:41:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-pelican: fix build, adapt for sphinx changes
|
2022-07-10 21:06:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pelican: clean up versioned_dependencies use
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|