Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 17:49:10 +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: r548012 - head/textproc/py-cloud_sptheme
Message-ID:  <202009081749.088HnAwt051839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  8 17:49:09 2020
New Revision: 548012
URL: https://svnweb.freebsd.org/changeset/ports/548012

Log:
  Update to 1.10.1.post20200504175005
  
  - Update WWW
  
  Changes:	https://foss.heptapod.net/doc-utils/cloud_sptheme/-/blob/branch/default/CHANGES

Modified:
  head/textproc/py-cloud_sptheme/Makefile
  head/textproc/py-cloud_sptheme/distinfo
  head/textproc/py-cloud_sptheme/pkg-descr

Modified: head/textproc/py-cloud_sptheme/Makefile
==============================================================================
--- head/textproc/py-cloud_sptheme/Makefile	Tue Sep  8 17:49:05 2020	(r548011)
+++ head/textproc/py-cloud_sptheme/Makefile	Tue Sep  8 17:49:09 2020	(r548012)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	cloud_sptheme
-PORTVERSION=	1.10.0
+PORTVERSION=	1.10.1
+DISTVERSIONSUFFIX=	.post20200504175005
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,6 @@ COMMENT=	Sphinx theme
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${PY_SPHINX} \
 		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-fulltoc>=1.1:textproc/py-sphinxcontrib-fulltoc@${PY_FLAVOR}
 
@@ -21,16 +21,5 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-PYDISTUTILS_BUILDARGS=	build_sphinx -E
-
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
-PORTDOCS=	*
-
-OPTIONS_DEFINE=	DOCS
-
-post-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}/
-	cd ${WRKSRC}/build/sphinx/ && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>

Modified: head/textproc/py-cloud_sptheme/distinfo
==============================================================================
--- head/textproc/py-cloud_sptheme/distinfo	Tue Sep  8 17:49:05 2020	(r548011)
+++ head/textproc/py-cloud_sptheme/distinfo	Tue Sep  8 17:49:09 2020	(r548012)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575793981
-SHA256 (cloud_sptheme-1.10.0.tar.gz) = e55448c14087a7fcbba7d58d6d9edf12190b73ea9c1ca68562ca75aeabbe484a
-SIZE (cloud_sptheme-1.10.0.tar.gz) = 167074
+TIMESTAMP = 1599574511
+SHA256 (cloud_sptheme-1.10.1.post20200504175005.tar.gz) = caf47ac4c6346eef47fc11e799adbeaf645921c712cc099cf2530560e7ecde44
+SIZE (cloud_sptheme-1.10.1.post20200504175005.tar.gz) = 168375

Modified: head/textproc/py-cloud_sptheme/pkg-descr
==============================================================================
--- head/textproc/py-cloud_sptheme/pkg-descr	Tue Sep  8 17:49:05 2020	(r548011)
+++ head/textproc/py-cloud_sptheme/pkg-descr	Tue Sep  8 17:49:09 2020	(r548012)
@@ -2,4 +2,4 @@ This is a small package containing a Sphinx theme name
 related Sphinx extensions. For more details (and to see the theme in action),
 check out it's documentation at https://cloud-sptheme.readthedocs.io.
 
-WWW: https://pypi.org/project/cloud_sptheme/
+WWW: https://foss.heptapod.net/doc-utils/cloud_sptheme



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