pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils py-notify-python: remove package (EOL)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/069df7c63794
branches:  trunk
changeset: 375217:069df7c63794
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Mar 10 01:36:06 2022 +0000

description:
py-notify-python: remove package (EOL)

This package (in this incarnation) has been dead upstream since 2008,
and there are no longer any packages in pkgsrc that depend on it.
(There is a newer Python "notify2" upstream that replaces this, and
works with Python 3.x, but this isn't in pkgsrc proper at present,
though it is in pkgsrc-wip.)

diffstat:

 sysutils/Makefile                                         |   3 +-
 sysutils/py-notify-python/DESCR                           |   1 -
 sysutils/py-notify-python/Makefile                        |  34 -------------
 sysutils/py-notify-python/PLIST                           |   7 --
 sysutils/py-notify-python/buildlink3.mk                   |  17 ------
 sysutils/py-notify-python/distinfo                        |   6 --
 sysutils/py-notify-python/patches/patch-src_pynotify.defs |  39 ---------------
 7 files changed, 1 insertions(+), 106 deletions(-)

diffs (145 lines):

diff -r be6bdd43b21c -r 069df7c63794 sysutils/Makefile
--- a/sysutils/Makefile Thu Mar 10 01:31:27 2022 +0000
+++ b/sysutils/Makefile Thu Mar 10 01:36:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.997 2022/02/24 01:22:13 pho Exp $
+# $NetBSD: Makefile,v 1.998 2022/03/10 01:36:06 gutteridge Exp $
 #
 
 COMMENT=       System utilities
@@ -562,7 +562,6 @@
 SUBDIR+=       py-kazoo
 SUBDIR+=       py-magic
 SUBDIR+=       py-notify
-SUBDIR+=       py-notify-python
 SUBDIR+=       py-pathtools
 SUBDIR+=       py-pefile
 SUBDIR+=       py-pid
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/DESCR
--- a/sysutils/py-notify-python/DESCR   Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This package contains Python bindings for libnotify.
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/Makefile
--- a/sysutils/py-notify-python/Makefile        Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2021/12/08 16:02:40 adam Exp $
-
-DISTNAME=      notify-python-0.1.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   41
-CATEGORIES=    sysutils
-MASTER_SITES=  http://www.galago-project.org/files/releases/source/notify-python/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.galago-project.org/
-COMMENT=       Python bindings for libnotify
-LICENSE=       gnu-lgpl-v2.1
-
-CONFLICTS=     ${PYPKGPREFIX}-notify<=0.1.1nb17
-SUPERSEDES=    ${PYPKGPREFIX}-notify<=0.1.1nb17
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake pkg-config
-
-PKGCONFIG_OVERRIDE+=           notify-python.pc.in
-PY_PATCHPLIST=                 yes
-PYTHON_VERSIONS_ACCEPTED=      27 # py-gtk2
-
-# Missing function attach_status_icon
-# http://trac.galago-project.org/ticket/121
-post-extract:
-       ${RM} -f ${WRKSRC}/src/pynotify.c
-
-.include "../../lang/python/extension.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/PLIST
--- a/sysutils/py-notify-python/PLIST   Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/29 13:23:59 ryoon Exp $
-lib/pkgconfig/notify-python.pc
-${PYSITELIB}/gtk-2.0/pynotify/__init__.py
-${PYSITELIB}/gtk-2.0/pynotify/__init__.pyc
-${PYSITELIB}/gtk-2.0/pynotify/__init__.pyo
-${PYSITELIB}/gtk-2.0/pynotify/_pynotify.la
-share/pygtk/2.0/defs/pynotify.defs
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/buildlink3.mk
--- a/sysutils/py-notify-python/buildlink3.mk   Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.23 2021/04/21 11:40:39 adam Exp $
-
-BUILDLINK_TREE+=       py-notify-python
-
-.if !defined(PY_NOTIFY_PYTHON_BUILDLINK3_MK)
-PY_NOTIFY_PYTHON_BUILDLINK3_MK:=
-
-.include "../../lang/python/pyversion.mk"
-
-BUILDLINK_API_DEPENDS.py-notify-python+=       ${PYPKGPREFIX}-notify-python>=0.1.1
-BUILDLINK_ABI_DEPENDS.py-notify-python+=       ${PYPKGPREFIX}-notify-python>=0.1.1nb40
-BUILDLINK_PKGSRCDIR.py-notify-python?=         ../../sysutils/py-notify-python
-
-.include "../../x11/py-gtk2/buildlink3.mk"
-.endif # PY_NOTIFY_PYTHON_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -py-notify-python
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/distinfo
--- a/sysutils/py-notify-python/distinfo        Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:20:04 nia Exp $
-
-BLAKE2s (notify-python-0.1.1.tar.bz2) = 480bbdb39658c82b1718afcee31f7edef5d7ed75c5e0704ac18e72318e01bb89
-SHA512 (notify-python-0.1.1.tar.bz2) = 67021af81d77b6a1ead4ee2a0ab4e8684c2b60c672ab7aa09a8f89d71cf646453d9be76455ac28616d70645019946db1731a7021fbb91fe66d9e057fcb3815a0
-Size (notify-python-0.1.1.tar.bz2) = 214514 bytes
-SHA1 (patch-src_pynotify.defs) = 768e19b760802c1953159d642ef70b38be8b4c7d
diff -r be6bdd43b21c -r 069df7c63794 sysutils/py-notify-python/patches/patch-src_pynotify.defs
--- a/sysutils/py-notify-python/patches/patch-src_pynotify.defs Thu Mar 10 01:31:27 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-$NetBSD: patch-src_pynotify.defs,v 1.1 2013/08/13 09:38:29 obache Exp $
-
-* for libnotify-0.7
-
---- src/pynotify.defs.orig     2006-09-05 07:00:20.000000000 +0000
-+++ src/pynotify.defs
-@@ -38,7 +38,6 @@
-     '("const-gchar*" "summary")
-     '("const-gchar*" "message" (null-ok) (default "NULL"))
-     '("const-gchar*" "icon" (null-ok) (default "NULL"))
--    '("GtkWidget*" "attach" (null-ok) (default "NULL"))
-   )
- )
- 
-@@ -53,24 +52,6 @@
-   )
- )
- 
--(define-method attach_to_widget
--  (of-object "NotifyNotification")
--  (c-name "notify_notification_attach_to_widget")
--  (return-type "none")
--  (parameters
--    '("GtkWidget*" "attach")
--  )
--)
--
--(define-method attach_to_status_icon
--  (of-object "NotifyNotification")
--  (c-name "notify_notification_attach_to_status_icon")
--  (return-type "none")
--  (parameters
--    '("GtkStatusIcon*" "attach")
--  )
--)
--
- (define-method show
-   (of-object "NotifyNotification")
-   (c-name "notify_notification_show")



Home | Main Index | Thread Index | Old Index