aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-18 03:59:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-18 03:59:42 +0000
commit07f21d51d6af3d0f05691686c68159cf3da7f2ca (patch)
treedc3b91ac16954c06dce45f29db32d04b4d0ef15f /textproc
parentd113af84d24e5927efe7fad2883fa3c5226a4e85 (diff)
downloadports-07f21d51d6af3d0f05691686c68159cf3da7f2ca.tar.gz
ports-07f21d51d6af3d0f05691686c68159cf3da7f2ca.zip
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
Notes
Notes: svn path=/head/; revision=464867
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-pylons-sphinx-themes/Makefile20
-rw-r--r--textproc/py-pylons-sphinx-themes/distinfo3
-rw-r--r--textproc/py-pylons-sphinx-themes/pkg-descr6
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f66a583baf98..e9537e4032b6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-pylons-sphinx-themes/Makefile b/textproc/py-pylons-sphinx-themes/Makefile
new file mode 100644
index 000000000000..95e071b08632
--- /dev/null
+++ b/textproc/py-pylons-sphinx-themes/Makefile
@@ -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>
diff --git a/textproc/py-pylons-sphinx-themes/distinfo b/textproc/py-pylons-sphinx-themes/distinfo
new file mode 100644
index 000000000000..3c59f57c2759
--- /dev/null
+++ b/textproc/py-pylons-sphinx-themes/distinfo
@@ -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
diff --git a/textproc/py-pylons-sphinx-themes/pkg-descr b/textproc/py-pylons-sphinx-themes/pkg-descr
new file mode 100644
index 000000000000..53de4f03405b
--- /dev/null
+++ b/textproc/py-pylons-sphinx-themes/pkg-descr
@@ -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