pkgsrc-WIP-changes archive

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

urlwatch: update to urlwatch-2.25



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jul 18 00:52:52 2022 +0200
Changeset:	58d7b4778ae1d89d76bf76caa9c00457e4539752

Modified Files:
	urlwatch/Makefile
	urlwatch/PLIST
	urlwatch/distinfo
	urlwatch/patches/patch-setup.py

Log Message:
urlwatch: update to urlwatch-2.25

No changelog provided.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=58d7b4778ae1d89d76bf76caa9c00457e4539752

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

diffstat:
 urlwatch/Makefile               |  5 +--
 urlwatch/PLIST                  | 78 ++++++++++++++++++-----------------------
 urlwatch/distinfo               |  8 ++---
 urlwatch/patches/patch-setup.py | 25 ++++++++-----
 4 files changed, 59 insertions(+), 57 deletions(-)

diffs:
diff --git a/urlwatch/Makefile b/urlwatch/Makefile
index 10d8f5c2da..eb4d9ad38a 100644
--- a/urlwatch/Makefile
+++ b/urlwatch/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/08/18 18:36:32 yhardy Exp $
 
-DISTNAME=	urlwatch-2.23
+DISTNAME=	urlwatch-2.25
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=thp/}
 
@@ -10,6 +10,7 @@ COMMENT=	Watch web pages and arbitrary URLs for changes
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=	${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
 DEPENDS+=	${PYPKGPREFIX}-cssselect-[0-9]*:../../textproc/py-cssselect
 DEPENDS+=	${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
@@ -29,5 +30,5 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/urlwatch/PLIST b/urlwatch/PLIST
index db4a60d378..a8b3e284d8 100644
--- a/urlwatch/PLIST
+++ b/urlwatch/PLIST
@@ -1,66 +1,58 @@
 @comment $NetBSD$
 bin/urlwatch
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/urlwatch/__init__.py
-${PYSITELIB}/urlwatch/__init__.pyo
 ${PYSITELIB}/urlwatch/__init__.pyc
-${PYSITELIB}/urlwatch/browser.pyo
-${PYSITELIB}/urlwatch/browser.pyc
-${PYSITELIB}/urlwatch/cli.pyo
-${PYSITELIB}/urlwatch/cli.pyc
-${PYSITELIB}/urlwatch/command.pyo
-${PYSITELIB}/urlwatch/command.pyc
-${PYSITELIB}/urlwatch/config.pyo
-${PYSITELIB}/urlwatch/config.pyc
-${PYSITELIB}/urlwatch/filters.pyo
-${PYSITELIB}/urlwatch/filters.pyc
-${PYSITELIB}/urlwatch/handler.pyo
-${PYSITELIB}/urlwatch/handler.pyc
-${PYSITELIB}/urlwatch/html2txt.pyo
-${PYSITELIB}/urlwatch/html2txt.pyc
-${PYSITELIB}/urlwatch/ical2txt.pyo
-${PYSITELIB}/urlwatch/ical2txt.pyc
-${PYSITELIB}/urlwatch/jobs.pyo
-${PYSITELIB}/urlwatch/jobs.pyc
-${PYSITELIB}/urlwatch/mailer.pyo
-${PYSITELIB}/urlwatch/mailer.pyc
-${PYSITELIB}/urlwatch/main.pyo
-${PYSITELIB}/urlwatch/main.pyc
-${PYSITELIB}/urlwatch/migration.pyo
-${PYSITELIB}/urlwatch/migration.pyc
-${PYSITELIB}/urlwatch/reporters.pyo
-${PYSITELIB}/urlwatch/reporters.pyc
-${PYSITELIB}/urlwatch/storage.pyo
-${PYSITELIB}/urlwatch/storage.pyc
-${PYSITELIB}/urlwatch/util.pyo
-${PYSITELIB}/urlwatch/util.pyc
-${PYSITELIB}/urlwatch/worker.pyo
-${PYSITELIB}/urlwatch/worker.pyc
-${PYSITELIB}/urlwatch/xmpp.pyo
-${PYSITELIB}/urlwatch/xmpp.pyc
 ${PYSITELIB}/urlwatch/browser.py
+${PYSITELIB}/urlwatch/browser.pyc
 ${PYSITELIB}/urlwatch/cli.py
+${PYSITELIB}/urlwatch/cli.pyc
 ${PYSITELIB}/urlwatch/command.py
+${PYSITELIB}/urlwatch/command.pyc
 ${PYSITELIB}/urlwatch/config.py
+${PYSITELIB}/urlwatch/config.pyc
 ${PYSITELIB}/urlwatch/filters.py
+${PYSITELIB}/urlwatch/filters.pyc
 ${PYSITELIB}/urlwatch/handler.py
+${PYSITELIB}/urlwatch/handler.pyc
 ${PYSITELIB}/urlwatch/html2txt.py
+${PYSITELIB}/urlwatch/html2txt.pyc
 ${PYSITELIB}/urlwatch/ical2txt.py
+${PYSITELIB}/urlwatch/ical2txt.pyc
 ${PYSITELIB}/urlwatch/jobs.py
+${PYSITELIB}/urlwatch/jobs.pyc
 ${PYSITELIB}/urlwatch/mailer.py
+${PYSITELIB}/urlwatch/mailer.pyc
 ${PYSITELIB}/urlwatch/main.py
+${PYSITELIB}/urlwatch/main.pyc
 ${PYSITELIB}/urlwatch/migration.py
+${PYSITELIB}/urlwatch/migration.pyc
 ${PYSITELIB}/urlwatch/reporters.py
+${PYSITELIB}/urlwatch/reporters.pyc
 ${PYSITELIB}/urlwatch/storage.py
+${PYSITELIB}/urlwatch/storage.pyc
 ${PYSITELIB}/urlwatch/util.py
+${PYSITELIB}/urlwatch/util.pyc
 ${PYSITELIB}/urlwatch/worker.py
+${PYSITELIB}/urlwatch/worker.pyc
 ${PYSITELIB}/urlwatch/xmpp.py
+${PYSITELIB}/urlwatch/xmpp.pyc
 man/man1/urlwatch.1
+man/man5/urlwatch-config.5
+man/man5/urlwatch-filters.5
+man/man5/urlwatch-jobs.5
+man/man5/urlwatch-reporters.5
+man/man7/urlwatch-cookbook.7
+man/man7/urlwatch-deprecated.7
+man/man7/urlwatch-intro.7
 share/doc/urlwatch/README.md
-share/examples/urlwatch/hooks.py.example
-share/examples/urlwatch/urls.yaml.example
+share/urlwatch/examples/hooks.py.example
+share/urlwatch/examples/urls.yaml.example
diff --git a/urlwatch/distinfo b/urlwatch/distinfo
index 4b9cdbe27e..c1b6508817 100644
--- a/urlwatch/distinfo
+++ b/urlwatch/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/08/18 18:36:32 yhardy Exp $
 
-RMD160 (urlwatch-2.23.tar.gz) = 012a62bbcde0e3a4e402fd0bab753676c72c4785
-SHA512 (urlwatch-2.23.tar.gz) = a24e81003f654a3f362b0201b89d0c7d8dc62084b50e0d39e5a9cbdd7a94575df4a64deb867f856d24102e3117e0fbdcd4fa34dbd9c360a6fbe425e7b1a3c225
-Size (urlwatch-2.23.tar.gz) = 134246 bytes
-SHA1 (patch-setup.py) = 86f1f7194d8c484ca90f21f48944b00088aa8b33
+BLAKE2s (urlwatch-2.25.tar.gz) = 16b41a3c7cd5ccf19ee036b1daedf836bd219433c29ce37773120aa5065407b5
+SHA512 (urlwatch-2.25.tar.gz) = 115495b0b301cc84c703d903b70439a6f0792a6d688ac9c8e7d5da170cfb3377f415593a0d5533f73cc86bf03f6000ab0b3b984189ad2e0ea45eb834ddfb8e2b
+Size (urlwatch-2.25.tar.gz) = 166848 bytes
+SHA1 (patch-setup.py) = 4fffaff2b377bc92b1282d05e171679699c4a715
diff --git a/urlwatch/patches/patch-setup.py b/urlwatch/patches/patch-setup.py
index 570708c7e4..fb11bcb37e 100644
--- a/urlwatch/patches/patch-setup.py
+++ b/urlwatch/patches/patch-setup.py
@@ -2,16 +2,25 @@ $NetBSD$
 
 Use the pkgsrc directory structure.
 
---- setup.py.orig	2020-12-19 11:27:43.000000000 +0000
+--- setup.py.orig	2022-03-15 13:44:20.000000000 +0000
 +++ setup.py
-@@ -24,8 +24,8 @@ m['package_dir'] = {'': 'lib'}
+@@ -25,16 +25,16 @@ m['package_dir'] = {'': 'lib'}
  m['packages'] = ['urlwatch']
  m['python_requires'] = '>=3.6'
  m['data_files'] = [
--    ('share/man/man1', ['share/man/man1/urlwatch.1']),
--    ('share/urlwatch/examples', [
-+    (os.getenv('PKGMANDIR') + '/man1', ['share/man/man1/urlwatch.1']),
-+    ('share/examples/urlwatch', [
-         'share/urlwatch/examples/hooks.py.example',
-         'share/urlwatch/examples/urls.yaml.example',
+-    ('share/man/man1', [
++    (os.getenv('PKGMANDIR') + '/man1', [
+         'share/man/man1/urlwatch.1',
      ]),
+-    ('share/man/man5', [
++    (os.getenv('PKGMANDIR') + '/man5', [
+         'share/man/man5/urlwatch-config.5',
+         'share/man/man5/urlwatch-filters.5',
+         'share/man/man5/urlwatch-jobs.5',
+         'share/man/man5/urlwatch-reporters.5',
+     ]),
+-    ('share/man/man7', [
++    (os.getenv('PKGMANDIR') + '/man7', [
+         'share/man/man7/urlwatch-cookbook.7',
+         'share/man/man7/urlwatch-deprecated.7',
+         'share/man/man7/urlwatch-intro.7',


Home | Main Index | Thread Index | Old Index