pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-tortoisehg py-tortoisehg: fix PLIST for py-sp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e663f4696a60
branches:  trunk
changeset: 443258:e663f4696a60
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 09 12:20:01 2020 +0000

description:
py-tortoisehg: fix PLIST for py-sphinx1

This builds with all python versions, but mark it as self-conflicting.

Update a bug report URL while here.

Bump PKGREVISION.

diffstat:

 devel/py-tortoisehg/Makefile |   9 +++++----
 devel/py-tortoisehg/PLIST    |  13 +++++++++++--
 2 files changed, 16 insertions(+), 6 deletions(-)

diffs (78 lines):

diff -r f9a2bf7a16e7 -r e663f4696a60 devel/py-tortoisehg/Makefile
--- a/devel/py-tortoisehg/Makefile      Wed Dec 09 12:07:24 2020 +0000
+++ b/devel/py-tortoisehg/Makefile      Wed Dec 09 12:20:01 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2020/12/09 09:49:35 nia Exp $
+# $NetBSD: Makefile,v 1.69 2020/12/09 12:20:01 wiz Exp $
 
 DISTNAME=              tortoisehg-5.6
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            devel python
 MASTER_SITES=          https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -12,7 +13,7 @@
 
 REPLACE_PYTHON+=       thg
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.3.4nb1:../../textproc/py-sphinx1
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.3.4nb1<2:../../textproc/py-sphinx1
 DEPENDS+=      ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.0.0:../../devel/py-mercurial
@@ -27,13 +28,13 @@
 INSTALLATION_DIRS+=    share/applications
 INSTALLATION_DIRS+=    share/doc/tortoisehg
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_SELF_CONFLICT=  yes
 
 pre-build:
        ${RUN} cd ${WRKSRC}/doc && ${MAKE_PROGRAM} SPHINXBUILD=sphinx-build-${PYVERSSUFFIX} html
        ${RUN} rm ${WRKSRC}/doc/build/html/.buildinfo
        # conflicts with mercurial
-       # https://bitbucket.org/tortoisehg/thg/issues/4629/tortoisehg-file-name-conflict-with
+       # https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/4629
        ${RM} ${WRKSRC}/hgext3rd/__init__.py
 
 post-install:
diff -r f9a2bf7a16e7 -r e663f4696a60 devel/py-tortoisehg/PLIST
--- a/devel/py-tortoisehg/PLIST Wed Dec 09 12:07:24 2020 +0000
+++ b/devel/py-tortoisehg/PLIST Wed Dec 09 12:20:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2020/11/07 16:32:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2020/12/09 12:20:01 wiz Exp $
 bin/thg
 ${PYSITELIB}/hgext3rd/thg.py
 ${PYSITELIB}/hgext3rd/thg.pyc
@@ -464,13 +464,19 @@
 share/doc/tortoisehg/html/_sources/sync.txt
 share/doc/tortoisehg/html/_sources/whatsnew.txt
 share/doc/tortoisehg/html/_sources/workbench.txt
+share/doc/tortoisehg/html/_static/ajax-loader.gif
 share/doc/tortoisehg/html/_static/alabaster.css
 share/doc/tortoisehg/html/_static/basic.css
+share/doc/tortoisehg/html/_static/comment-bright.png
+share/doc/tortoisehg/html/_static/comment-close.png
+share/doc/tortoisehg/html/_static/comment.png
 share/doc/tortoisehg/html/_static/custom.css
 share/doc/tortoisehg/html/_static/doctools.js
 share/doc/tortoisehg/html/_static/documentation_options.js
+share/doc/tortoisehg/html/_static/down-pressed.png
+share/doc/tortoisehg/html/_static/down.png
 share/doc/tortoisehg/html/_static/file.png
-share/doc/tortoisehg/html/_static/jquery-3.4.1.js
+share/doc/tortoisehg/html/_static/jquery-3.2.1.js
 share/doc/tortoisehg/html/_static/jquery.js
 share/doc/tortoisehg/html/_static/language_data.js
 share/doc/tortoisehg/html/_static/minus.png
@@ -481,6 +487,9 @@
 share/doc/tortoisehg/html/_static/tortoisehg.css
 share/doc/tortoisehg/html/_static/underscore-1.3.1.js
 share/doc/tortoisehg/html/_static/underscore.js
+share/doc/tortoisehg/html/_static/up-pressed.png
+share/doc/tortoisehg/html/_static/up.png
+share/doc/tortoisehg/html/_static/websupport.js
 share/doc/tortoisehg/html/archive.html
 share/doc/tortoisehg/html/clone.html
 share/doc/tortoisehg/html/commit.html



Home | Main Index | Thread Index | Old Index