pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/feed2exec/patches Remove a patch, missed in previ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a8c84be1fc9
branches:  trunk
changeset: 372906:2a8c84be1fc9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Feb 01 18:44:05 2022 +0000

description:
Remove a patch, missed in previous.

diffstat:

 mail/feed2exec/patches/patch-setup.py |  25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diffs (29 lines):

diff -r ad764defb45a -r 2a8c84be1fc9 mail/feed2exec/patches/patch-setup.py
--- a/mail/feed2exec/patches/patch-setup.py     Tue Feb 01 18:43:24 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2020/10/07 19:46:53 schmonz Exp $
-
-Avoid setuptools_scm since tarball has no .git.
-
---- setup.py.orig      2020-10-06 18:35:43.000000000 +0000
-+++ setup.py
-@@ -126,10 +126,6 @@ if __name__ == '__main__':
-           long_description=sphinx2rst('README.rst'),
-           license=mod.__license_short__,
-           url=mod.__website__,
--          use_scm_version={
--              'write_to': '%s/_version.py'
--              % mod.__prog__,
--          },
-           packages=packages,
-           package_data=package_data,
-           entry_points={
-@@ -140,7 +136,6 @@ if __name__ == '__main__':
-               ]
-           },
-           setup_requires=[
--              'setuptools_scm',
-               'sphinx',
-           ],
-           install_requires=requires,



Home | Main Index | Thread Index | Old Index