net-mail/urlscan: Bump to 0.9.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-10-06 20:27:33 +02:00
parent 7b3d58a763
commit 890530f5b8
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
4 changed files with 20 additions and 20 deletions

View File

@ -1 +1 @@
DIST urlscan-0.9.6.tar.gz 32909 BLAKE2B f0760541142b772add21385d7b030343cb9c0b1481eb75c2a7ccfc321642149e61fb617f100078f78f871d423874f18933c44cc9f06b2a5d7b383a7f389f4bfe SHA512 5e98e2138fe3bf5658282983667f552efbaa62bbcef6ea0a968798c2a36ecda2d9d6f72198ee0612ab2bb34caefc9d0e18d4fb42298654c58ae1a104a0d2177c
DIST urlscan-0.9.7.tar.gz 33492 BLAKE2B 41b7ca23718d76b75191b7f26c3f2ea6468df55f7477bb05e16a481cabb34952063306e811203f95de0531bb5ddb7a4e2b88b891525a372fee2e64a62254a937 SHA512 40685866354f127a0aba3462567166c8066697118c04d83cf8037885028c62b7f2afb0fea1f659c7e5e3f840580237f85d6f76d70026ef61646908c75a494df9

View File

@ -1,18 +0,0 @@
# Nils Freydank <holgersson@posteo.de> (2020-04-18)
Respect the gentoo paths for documentation - i.e. manual
installation of the documents.
--- a/setup.py 2020-04-18 19:19:30.000000000 +0200
+++ b/setup.py 2020-04-18 19:19:30.000000001 +0200
@@ -12,8 +12,7 @@
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
- data_files=[('share/doc/urlscan', ['README.rst', 'COPYING']),
- ('share/man/man1', ['urlscan.1'])],
+ data_files=[('share/man/man1', ['urlscan.1'])],
license="GPLv2",
install_requires=["urwid>=1.2.1"]
)

View File

@ -0,0 +1,18 @@
# Nils Freydank <holgersson@posteo.de> (2021-10-06)
Respect the gentoo paths for documentation - i.e. manual
installation of the documents.
--- a/setup.py 2021-10-06 20:25.00.000000000 +0200
+++ b/setup.py 2021-10-06 20:25:00.000000001 +0200
@@ -24,8 +24,7 @@
'console_scripts': ['urlscan=urlscan.__main__:main']
},
package_data={'urlscan': ['assets/*']},
- data_files=[('share/doc/urlscan', ['README.md', 'COPYING']),
- ('share/man/man1', ['urlscan.1'])],
+ data_files=[('share/man/man1', ['urlscan.1'])],
license="GPLv2",
install_requires=["urwid>=1.2.1"],
classifiers=[

View File

@ -21,4 +21,4 @@ RDEPEND="${DEPEND}"
BDEPEND=""
DOCS=( README.rst )
PATCHES=( "${FILESDIR}/${PN}-0.9.4-respect-paths.patch" )
PATCHES=( "${FILESDIR}/${PN}-0.9.7-respect-paths.patch" )