pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-rtd-theme
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul 1 11:38:11 UTC 2023
Modified Files:
pkgsrc/textproc/py-sphinx-rtd-theme: Makefile distinfo
Added Files:
pkgsrc/textproc/py-sphinx-rtd-theme/patches: patch-setup.cfg
Log Message:
py-sphinx-rtd-theme: update to 1.2.2.
No summary of changes found. 5 months of development.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/textproc/py-sphinx-rtd-theme/patches/patch-setup.cfg
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-sphinx-rtd-theme/Makefile
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.14 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.15
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.14 Fri May 5 06:00:20 2023
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile Sat Jul 1 11:38:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/05/05 06:00:20 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/01 11:38:11 wiz Exp $
-DISTNAME= sphinx_rtd_theme-1.2.0
+DISTNAME= sphinx_rtd_theme-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
@@ -8,15 +8,19 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphi
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/rtfd/sphinx_rtd_theme
COMMENT= Sphinx readthedocs.org theme
-LICENSE= modified-bsd AND ofl-v1.1
+LICENSE= mit AND apache-2.0
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.6:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-jquery>=2.0.0:../../textproc/py-sphinxcontrib-jquery
+DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-jquery>=4.0.0:../../textproc/py-sphinxcontrib-jquery
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.12 pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.13
--- pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.12 Fri May 5 03:42:13 2023
+++ pkgsrc/textproc/py-sphinx-rtd-theme/distinfo Sat Jul 1 11:38:11 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2023/05/05 03:42:13 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2023/07/01 11:38:11 wiz Exp $
-BLAKE2s (sphinx_rtd_theme-1.2.0.tar.gz) = bfbc9b1f72534c7154b48cae76175e2a99f7008458197f35ed1b49e37bfbf884
-SHA512 (sphinx_rtd_theme-1.2.0.tar.gz) = dd407c648c5512a79e31a106825c6f9ec4696b14d950830ab36faf912ea804b48b3a5d09c6a144e9cead773e4c057cbc809d7582deea1b253ce71b756f7f6b10
-Size (sphinx_rtd_theme-1.2.0.tar.gz) = 2784826 bytes
+BLAKE2s (sphinx_rtd_theme-1.2.2.tar.gz) = 0a6ed725cdf6b440ea1ea5ac7efe61c8224fed91013a5730f7ec30afdbadd209
+SHA512 (sphinx_rtd_theme-1.2.2.tar.gz) = 44272272ce14387c1252ec40325ff8f9b40da6e37206333a8e0831cdce76c45efe58cf28f08132188d2799527a40e4ead881e8577776a123921b1cd908dd17fe
+Size (sphinx_rtd_theme-1.2.2.tar.gz) = 2784122 bytes
+SHA1 (patch-setup.cfg) = bac6a9e4a271867dde5ab3b49f13def80220b76c
Added files:
Index: pkgsrc/textproc/py-sphinx-rtd-theme/patches/patch-setup.cfg
diff -u /dev/null pkgsrc/textproc/py-sphinx-rtd-theme/patches/patch-setup.cfg:1.1
--- /dev/null Sat Jul 1 11:38:11 2023
+++ pkgsrc/textproc/py-sphinx-rtd-theme/patches/patch-setup.cfg Sat Jul 1 11:38:11 2023
@@ -0,0 +1,19 @@
+$NetBSD: patch-setup.cfg,v 1.1 2023/07/01 11:38:11 wiz Exp $
+
+Be less restrictive.
+
+--- setup.cfg.orig 2023-06-07 13:27:19.383995300 +0000
++++ setup.cfg
+@@ -45,9 +45,9 @@ zip_safe = False
+ packages = sphinx_rtd_theme
+ python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
+ install_requires =
+- sphinx >=1.6,<7
+- docutils <0.19
+- sphinxcontrib-jquery >=4,<5
++ sphinx
++ docutils
++ sphinxcontrib-jquery
+ tests_require =
+ pytest
+
Home |
Main Index |
Thread Index |
Old Index