Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 03:59:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464867 - in head/textproc: . py-pylons-sphinx-themes
Message-ID:  <201803180359.w2I3xg8K081192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 18 03:59:42 2018
New Revision: 464867
URL: https://svnweb.freebsd.org/changeset/ports/464867

Log:
  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

Added:
  head/textproc/py-pylons-sphinx-themes/
  head/textproc/py-pylons-sphinx-themes/Makefile   (contents, props changed)
  head/textproc/py-pylons-sphinx-themes/distinfo   (contents, props changed)
  head/textproc/py-pylons-sphinx-themes/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Mar 18 03:55:13 2018	(r464866)
+++ head/textproc/Makefile	Sun Mar 18 03:59:42 2018	(r464867)
@@ -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

Added: head/textproc/py-pylons-sphinx-themes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pylons-sphinx-themes/Makefile	Sun Mar 18 03:59:42 2018	(r464867)
@@ -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>

Added: head/textproc/py-pylons-sphinx-themes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pylons-sphinx-themes/distinfo	Sun Mar 18 03:59:42 2018	(r464867)
@@ -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

Added: head/textproc/py-pylons-sphinx-themes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pylons-sphinx-themes/pkg-descr	Sun Mar 18 03:59:42 2018	(r464867)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180359.w2I3xg8K081192>