pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-dbg: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2991957766f7
branches:  trunk
changeset: 371832:2991957766f7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 14 18:42:05 2022 +0000

description:
py-dbg: remove

Dead upstream, no release since 2010.
If you're interested in this, please package winpdb-reborn

diffstat:

 devel/Makefile           |   3 +--
 devel/py-windbg/DESCR    |   3 ---
 devel/py-windbg/Makefile |  21 ---------------------
 devel/py-windbg/PLIST    |  10 ----------
 devel/py-windbg/distinfo |   5 -----
 doc/CHANGES-2022         |   3 ++-
 6 files changed, 3 insertions(+), 42 deletions(-)

diffs (86 lines):

diff -r ffdffcd60ff2 -r 2991957766f7 devel/Makefile
--- a/devel/Makefile    Fri Jan 14 18:17:23 2022 +0000
+++ b/devel/Makefile    Fri Jan 14 18:42:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3554 2022/01/14 16:24:20 taca Exp $
+# $NetBSD: Makefile,v 1.3555 2022/01/14 18:42:05 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2717,7 +2717,6 @@
 SUBDIR+=       py-wcwidth
 SUBDIR+=       py-wheel
 SUBDIR+=       py-whichcraft
-SUBDIR+=       py-windbg
 SUBDIR+=       py-wrapt
 SUBDIR+=       py-xbe
 SUBDIR+=       py-xdg
diff -r ffdffcd60ff2 -r 2991957766f7 devel/py-windbg/DESCR
--- a/devel/py-windbg/DESCR     Fri Jan 14 18:17:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Winpdb is a platform independent Python debugger.  It supports multiple
-threads, namespace modification, embedded debugging and encrypted
-communication.
diff -r ffdffcd60ff2 -r 2991957766f7 devel/py-windbg/Makefile
--- a/devel/py-windbg/Makefile  Fri Jan 14 18:17:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2022/01/10 22:41:04 wiz Exp $
-
-DISTNAME=      winpdb-1.4.6
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   9
-CATEGORIES=    devel python
-MASTER_SITES=  http://winpdb.googlecode.com/files/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://winpdb.org/
-COMMENT=       Python GUI debugger
-LICENSE=       gnu-gpl-v2 # or later
-
-DEPENDS+=      ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets
-
-PYTHON_VERSIONS_ACCEPTED=      27 # py-wxWidgets
-
-USE_LANGUAGES= #none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ffdffcd60ff2 -r 2991957766f7 devel/py-windbg/PLIST
--- a/devel/py-windbg/PLIST     Fri Jan 14 18:17:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2022/01/14 17:51:56 wiz Exp $
-bin/rpdb2
-bin/winpdb
-${PYSITELIB}/rpdb2.py
-${PYSITELIB}/rpdb2.pyc
-${PYSITELIB}/rpdb2.pyo
-${PYSITELIB}/${EGG_INFODIR}
-${PYSITELIB}/winpdb.py
-${PYSITELIB}/winpdb.pyc
-${PYSITELIB}/winpdb.pyo
diff -r ffdffcd60ff2 -r 2991957766f7 devel/py-windbg/distinfo
--- a/devel/py-windbg/distinfo  Fri Jan 14 18:17:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:19:16 nia Exp $
-
-BLAKE2s (winpdb-1.4.6.tar.gz) = 63ff1569857cb0a60610573d3bfa229e6e8519979c56f3fd6d08897732613c6f
-SHA512 (winpdb-1.4.6.tar.gz) = 2abb01428b81befbc8029908e1130dde47746d546c6a001fc585a34006e618f548af422a6fc97f38adca067ebff17361574548fef422d956d3afcd1369b101db
-Size (winpdb-1.4.6.tar.gz) = 143869 bytes
diff -r ffdffcd60ff2 -r 2991957766f7 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Fri Jan 14 18:17:23 2022 +0000
+++ b/doc/CHANGES-2022  Fri Jan 14 18:42:05 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.225 2022/01/14 16:24:59 taca Exp $
+$NetBSD: CHANGES-2022,v 1.226 2022/01/14 18:42:05 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -297,3 +297,4 @@
        Updated devel/ruby-iruby to 0.7.0nb1 [taca 2022-01-14]
        Updated www/termtter to 2.2.8nb1 [taca 2022-01-14]
        Removed devel/ruby-fiddle [taca 2022-01-14]
+       Removed devel/py-windbg [wiz 2022-01-14]



Home | Main Index | Thread Index | Old Index