summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-03-10 01:36:06 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-03-10 01:36:06 +0000
commit3f92574c98b198717a8d25c57d559459f3d03285 (patch)
tree7ee1052ccb385bc54d31db50274fc8ae78f13eac
parentaca27985061bb26518fcdc2523a686c4571bf494 (diff)
downloadpkgsrc-3f92574c98b198717a8d25c57d559459f3d03285.tar.gz
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.)
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/py-notify-python/DESCR1
-rw-r--r--sysutils/py-notify-python/Makefile34
-rw-r--r--sysutils/py-notify-python/PLIST7
-rw-r--r--sysutils/py-notify-python/buildlink3.mk17
-rw-r--r--sysutils/py-notify-python/distinfo6
-rw-r--r--sysutils/py-notify-python/patches/patch-src_pynotify.defs39
7 files changed, 1 insertions, 106 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d5de80c1837..3eb9d37a584 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -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-jeepney
SUBDIR+= py-kazoo
SUBDIR+= py-magic
SUBDIR+= py-notify
-SUBDIR+= py-notify-python
SUBDIR+= py-pathtools
SUBDIR+= py-pefile
SUBDIR+= py-pid
diff --git a/sysutils/py-notify-python/DESCR b/sysutils/py-notify-python/DESCR
deleted file mode 100644
index 41584108e78..00000000000
--- a/sysutils/py-notify-python/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This package contains Python bindings for libnotify.
diff --git a/sysutils/py-notify-python/Makefile b/sysutils/py-notify-python/Makefile
deleted file mode 100644
index c5e4bcefa7a..00000000000
--- a/sysutils/py-notify-python/Makefile
+++ /dev/null
@@ -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
-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 --git a/sysutils/py-notify-python/PLIST b/sysutils/py-notify-python/PLIST
deleted file mode 100644
index 0e7a1bf26b9..00000000000
--- a/sysutils/py-notify-python/PLIST
+++ /dev/null
@@ -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 --git a/sysutils/py-notify-python/buildlink3.mk b/sysutils/py-notify-python/buildlink3.mk
deleted file mode 100644
index a5bf98069c2..00000000000
--- a/sysutils/py-notify-python/buildlink3.mk
+++ /dev/null
@@ -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 --git a/sysutils/py-notify-python/distinfo b/sysutils/py-notify-python/distinfo
deleted file mode 100644
index 7624e269995..00000000000
--- a/sysutils/py-notify-python/distinfo
+++ /dev/null
@@ -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 --git a/sysutils/py-notify-python/patches/patch-src_pynotify.defs b/sysutils/py-notify-python/patches/patch-src_pynotify.defs
deleted file mode 100644
index cca2b5fe6e2..00000000000
--- a/sysutils/py-notify-python/patches/patch-src_pynotify.defs
+++ /dev/null
@@ -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")