From owner-svn-ports-head@freebsd.org Sun Mar 18 03:59:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 137EDF5C186; Sun, 18 Mar 2018 03:59:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADBF87CD9F; Sun, 18 Mar 2018 03:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A82C91B801; Sun, 18 Mar 2018 03:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2I3xgOo081196; Sun, 18 Mar 2018 03:59:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2I3xg8K081192; Sun, 18 Mar 2018 03:59:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803180359.w2I3xg8K081192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Mar 2018 03:59:42 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . py-pylons-sphinx-themes X-SVN-Commit-Revision: 464867 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 03:59:43 -0000 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 +# $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 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