Moin/flatland

debian/patches/000-setup-setuptools-scm

0:7fb29f9b553d
2022-02-28 Paul Boddie Tentative Debian packaging for flatland.
     1 Description: Remove setuptools_scm retrieval     2  Since the python3-setuptools-scm package is a build dependency, setup.py     3  should not attempt to retrieve the package from the Python Package Index     4  itself.     5  .     6  flatland (0.9.1-1) unstable; urgency=low     7  .     8    * Initial release.     9 Author: Paul Boddie <paul@boddie.org.uk>    10     11 ---    12 The information above should follow the Patch Tagging Guidelines, please    13 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here    14 are templates for supplementary fields that you might want to add:    15     16 Origin: <vendor|upstream|other>, <url of original patch>    17 Bug: <url in upstream bugtracker>    18 Bug-Debian: https://bugs.debian.org/<bugnumber>    19 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>    20 Forwarded: <no|not-needed|url proving that it has been forwarded>    21 Reviewed-By: <name and email of someone who approved the patch>    22 Last-Update: 2022-02-26    23     24 --- /dev/null    25 +++ flatland-0.9.1/.eggs/README.txt    26 @@ -0,0 +1,6 @@    27 +This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.    28 +    29 +This directory caches those eggs to prevent repeated downloads.    30 +    31 +However, it is safe to delete this directory.    32 +    33 --- /dev/null    34 +++ flatland-0.9.1/.pybuild/cpython3_3.7_flatland/.pydistutils.cfg    35 @@ -0,0 +1,12 @@    36 +[clean]    37 +all=1    38 +[build]    39 +build-lib=/home/paulb/Software/Python/moin-2.0/flatland/.pybuild/cpython3_3.7_flatland/build    40 +[install]    41 +force=1    42 +install-layout=deb    43 +install-scripts=$base/bin    44 +install-lib=/usr/lib/python3.7/dist-packages    45 +prefix=/usr    46 +[easy_install]    47 +allow_hosts=None    48 --- flatland-0.9.1.orig/setup.py    49 +++ flatland-0.9.1/setup.py    50 @@ -50,9 +50,6 @@ setup(name="flatland",    51        use_scm_version={    52            'write_to': 'flatland/_version.py',    53        },    54 -      setup_requires=[    55 -          'setuptools_scm',    56 -      ],    57        install_requires=[    58            'blinker',    59        ],