1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add py-pylons-sphinx-themes 1.0.6

Pylons Sphinx Themes is a Python package that contains Sphinx themes for Pylons
related projects. This project is based on Pylons Sphinx Theme (singular), but
uses a package implementation instead of git submodules and manual steps.

WWW: https://pypi.python.org/pypi/pylons-sphinx-themes
WWW: https://github.com/Pylons/pylons_sphinx_theme
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-18 03:59:42 +00:00
parent d113af84d2
commit 07f21d51d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464867
4 changed files with 30 additions and 0 deletions

View File

@ -1343,6 +1343,7 @@
SUBDIR += py-pygtail
SUBDIR += py-pyhamcrest
SUBDIR += py-pyhwp
SUBDIR += py-pylons-sphinx-themes
SUBDIR += py-pypandoc
SUBDIR += py-pyphen
SUBDIR += py-pyscss

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pylons-sphinx-themes
PORTVERSION= 1.0.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sphinx themes for Pylons Project documentation
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1521344702
SHA256 (pylons-sphinx-themes-1.0.6.tar.gz) = 2fc29def153594e0f5e7facf674a8aa9e9a60ca1617cc9db234fa9204ee461ec
SIZE (pylons-sphinx-themes-1.0.6.tar.gz) = 140798

View File

@ -0,0 +1,6 @@
Pylons Sphinx Themes is a Python package that contains Sphinx themes for Pylons
related projects. This project is based on Pylons Sphinx Theme (singular), but
uses a package implementation instead of git submodules and manual steps.
WWW: https://pypi.python.org/pypi/pylons-sphinx-themes
WWW: https://github.com/Pylons/pylons_sphinx_theme