pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bpython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 12:46:39 UTC 2023

Modified Files:
        pkgsrc/devel/bpython: Makefile PLIST

Log Message:
bpython: man pages are not built with latest sphinx

I don't know why, but it seems consistent, so just remove them from the
PLIST for now. Proper fix welcome, of course!

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/bpython/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/bpython/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bpython/Makefile
diff -u pkgsrc/devel/bpython/Makefile:1.36 pkgsrc/devel/bpython/Makefile:1.37
--- pkgsrc/devel/bpython/Makefile:1.36  Thu Feb  2 13:16:02 2023
+++ pkgsrc/devel/bpython/Makefile       Sun May  7 12:46:39 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/02/02 13:16:02 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/05/07 12:46:39 wiz Exp $
 
 DISTNAME=      bpython-0.24
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  https://bpython-interpreter.org/releases/
 

Index: pkgsrc/devel/bpython/PLIST
diff -u pkgsrc/devel/bpython/PLIST:1.7 pkgsrc/devel/bpython/PLIST:1.8
--- pkgsrc/devel/bpython/PLIST:1.7      Thu Sep 15 17:55:32 2022
+++ pkgsrc/devel/bpython/PLIST  Sun May  7 12:46:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/09/15 17:55:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/05/07 12:46:39 wiz Exp $
 bin/bpdb
 bin/bpython
 bin/bpython-curses
@@ -224,8 +224,6 @@ ${PYSITELIB}/bpython/translations/nl_NL/
 ${PYSITELIB}/bpython/urwid.py
 ${PYSITELIB}/bpython/urwid.pyc
 ${PYSITELIB}/bpython/urwid.pyo
-man/man1/bpython.1
-man/man5/bpython-config.5
 share/applications/org.bpython-interpreter.bpython.desktop
 share/metainfo/org.bpython-interpreter.bpython.metainfo.xml
 share/pixmaps/bpython.png



Home | Main Index | Thread Index | Old Index