mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/py-flask-sphinx-themes: add new port
Sphinx themes for Flask and related projects. PR: 282843
This commit is contained in:
parent
c4d0e5f74b
commit
ff95f63486
@ -1686,6 +1686,7 @@
|
||||
SUBDIR += py-flask-smorest
|
||||
SUBDIR += py-flask-socketio
|
||||
SUBDIR += py-flask-sockets
|
||||
SUBDIR += py-flask-sphinx-themes
|
||||
SUBDIR += py-flask-theme
|
||||
SUBDIR += py-flask-uploads
|
||||
SUBDIR += py-flask-wtf
|
||||
|
31
www/py-flask-sphinx-themes/Makefile
Normal file
31
www/py-flask-sphinx-themes/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
PORTNAME= Flask-Sphinx-Themes
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= matthew@wener.org
|
||||
COMMENT= Sphinx themes for Flask and related projects
|
||||
WWW= https://github.com/pallets/flask-sphinx-themes
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= PKG-INFO README.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-flask-sphinx-themes/distinfo
Normal file
3
www/py-flask-sphinx-themes/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1725150078
|
||||
SHA256 (Flask-Sphinx-Themes-1.0.2.tar.gz) = bb23d7dd1a8ad9f47315bcb0439373c7feb24bcb0a1f8c52bb075f06489bb285
|
||||
SIZE (Flask-Sphinx-Themes-1.0.2.tar.gz) = 9066
|
1
www/py-flask-sphinx-themes/pkg-descr
Normal file
1
www/py-flask-sphinx-themes/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
This repository contains Sphinx themes for Flask and Flask related projects.
|
Loading…
Reference in New Issue
Block a user