Update to 4.0.1
PR: 234501 Submitted by: Andreas Bilke <freebsd.org@bilke.org>
This commit is contained in:
parent
867623eea6
commit
541df9160c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488802
2 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pelican
|
||||
PORTVERSION= 3.7.1
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= www textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.6:www/py-feedgenerator@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.9:www/py-feedgenerator@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \
|
||||
|
@ -22,12 +22,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
SHEBANG_FILES= pelican/tools/templates/publishconf.py.in \
|
||||
|
||||
SHEBANG_FILES= pelican/tools/templates/publishconf.py.jinja2 \
|
||||
pelican/tools/templates/pelicanconf.py.jinja2 \
|
||||
pelican/tools/*.py
|
||||
NO_ARCH= yes
|
||||
|
||||
GH_ACCOUNT= getpelican
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1495998568
|
||||
SHA256 (getpelican-pelican-3.7.1_GH0.tar.gz) = 81e1c8492d6491b7a637525eda6a0840ee36d2ce11c54233419b3661ce4d5c80
|
||||
SIZE (getpelican-pelican-3.7.1_GH0.tar.gz) = 784605
|
||||
TIMESTAMP = 1546151644
|
||||
SHA256 (getpelican-pelican-4.0.1_GH0.tar.gz) = e141d9e60efd1b1cbe320ff3282702caee1635152d570fc404afc4ab1d16cd92
|
||||
SIZE (getpelican-pelican-4.0.1_GH0.tar.gz) = 1314716
|
||||
|
|
Loading…
Reference in a new issue