mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
textproc/py-mkdocs-rss-plugin: Update to 1.17.1
* Belatedly remove old cruft related to older Python versions as the port requires Python 3.9 at a minimum for runtime. Changelog since 1.16.0: https://github.com/Guts/mkdocs-rss-plugin/blob/1.17.1/CHANGELOG.md
This commit is contained in:
parent
3c1073d963
commit
95b5d294f7
2 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mkdocs-rss-plugin
|
||||
DISTVERSION= 1.16.0
|
||||
DISTVERSION= 1.17.1
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -11,9 +11,9 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.14<1:www/py-cachecontrol@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gitpython>=3.1<3.2:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gitpython>=3.1.43<3.2:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.31<3:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs>=1.4.1:textproc/py-mkdocs@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs>=1.6.1<2:textproc/py-mkdocs@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USE_GITHUB= yes
|
||||
|
@ -22,10 +22,4 @@ USE_PYTHON= autoplist distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>=2024,1:devel/py-pytz@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1730636016
|
||||
SHA256 (Guts-mkdocs-rss-plugin-1.16.0_GH0.tar.gz) = aaf26b51ef4a964ed7fa8b8d942eafb4b0df5ef5302a23ac8612249dce75c9d9
|
||||
SIZE (Guts-mkdocs-rss-plugin-1.16.0_GH0.tar.gz) = 559173
|
||||
TIMESTAMP = 1734439938
|
||||
SHA256 (Guts-mkdocs-rss-plugin-1.17.1_GH0.tar.gz) = 1ffb68dd90dab20061d9036465bcde7d2c714a6600d205da71b5b935751a3c61
|
||||
SIZE (Guts-mkdocs-rss-plugin-1.17.1_GH0.tar.gz) = 563372
|
||||
|
|
Loading…
Add table
Reference in a new issue