mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
This is a small package containing a Sphinx theme named "Cloud",
along with some related Sphinx extensions. To see an example of the theme in action, check out it's documentation. WWW: https://pypi.python.org/pypi/cloud_sptheme/ PR: ports/187893 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
This commit is contained in:
parent
c3ee88c9fc
commit
0b9b3fb78a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349026
@ -1129,6 +1129,7 @@
|
||||
SUBDIR += py-asv
|
||||
SUBDIR += py-charade
|
||||
SUBDIR += py-chardet
|
||||
SUBDIR += py-cloud_sptheme
|
||||
SUBDIR += py-creole
|
||||
SUBDIR += py-docutils
|
||||
SUBDIR += py-dsv
|
||||
|
53
textproc/py-cloud_sptheme/Makefile
Normal file
53
textproc/py-cloud_sptheme/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
# Created by: Horia Racoviceanu <horia@racoviceanu.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cloud_sptheme
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= horia@racoviceanu.com
|
||||
COMMENT= Sphinx theme
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_BUILDARGS= build_sphinx -E
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
DOCSRCDIR1= ${WRKSRC}
|
||||
DOC_FILES1= README CHANGES
|
||||
|
||||
DOCSDIR2= ${DOCSDIR}/html
|
||||
DOCSRCDIR2= ${DOCSRCDIR1}/build/sphinx/html
|
||||
DOC_FILES2= ${DOC_FILES3} *.js
|
||||
|
||||
DOCSDIR3= ${DOCSDIR2}/lib
|
||||
DOCSRCDIR3= ${DOCSRCDIR2}/lib
|
||||
DOC_FILES3= *.html
|
||||
|
||||
DOCSDIR4= ${DOCSDIR2}/_static
|
||||
DOCSRCDIR4= ${DOCSRCDIR2}/_static
|
||||
DOC_FILES4= *.css *.gif *.js *.png *.svg
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR3} ${STAGEDIR}${DOCSDIR4}
|
||||
${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3}
|
||||
${INSTALL_DATA} ${DOC_FILES4:S|^|${DOCSRCDIR4}/|} ${STAGEDIR}${DOCSDIR4}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-cloud_sptheme/distinfo
Normal file
2
textproc/py-cloud_sptheme/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (python/cloud_sptheme-1.6.tar.gz) = 658e8cf1479155faded4d88abd9dea8698b19baf2276bc8a25d51202a7bdce35
|
||||
SIZE (python/cloud_sptheme-1.6.tar.gz) = 412913
|
5
textproc/py-cloud_sptheme/pkg-descr
Normal file
5
textproc/py-cloud_sptheme/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a small package containing a Sphinx theme named "Cloud",
|
||||
along with some related Sphinx extensions. To see an example
|
||||
of the theme in action, check out it's documentation.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/cloud_sptheme/
|
Loading…
Reference in New Issue
Block a user