Nilesh Patra pushed to branch master at Debian Med / openslide-python
Commits: 69174807 by Nilesh Patra at 2020-05-05T20:16:15+05:30 Remove deprecated attribute "Feature" discontinued after setuptools>=46 - - - - - 6f86b5ce by Nilesh Patra at 2020-05-05T20:17:27+05:30 Add upstream/metadata - - - - - d4a1ceed by Nilesh Patra at 2020-05-05T20:18:21+05:30 Switch to compat version 13 - - - - - 4 changed files: - debian/control - + debian/patches/remove-Feature.patch - debian/patches/series - + debian/upstream/metadata Changes: ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: python Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-pil, ===================================== debian/patches/remove-Feature.patch ===================================== @@ -0,0 +1,30 @@ +Description: Remove setuptools.Feature which is deprecated +Bug-Debian: https://bugs.debian.org/959564 +Author: Nilesh Patra <[email protected]> +Patch-Forwarded-Upstream: https://github.com/openslide/openslide-python/pull/81 +Last-Update: Tue, 5 May 2020 20:09:32 +0530 +--- a/setup.py ++++ b/setup.py +@@ -1,5 +1,5 @@ + import os +-from setuptools import setup, Extension, Feature ++from setuptools import setup, Extension + + # Load version string + _verfile = os.path.join(os.path.dirname(__file__), 'openslide', '_version.py') +@@ -15,15 +15,6 @@ + packages=[ + 'openslide', + ], +- features={ +- 'performance': Feature( +- 'performance-enhancing extension module', +- standard=True, +- ext_modules=[ +- Extension('openslide._convert', ['openslide/_convert.c']), +- ], +- ), +- }, + test_suite='tests', + maintainer='OpenSlide project', + maintainer_email='[email protected]', ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix-test-failures-pillow-3.4.x.patch +remove-Feature.patch ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/openslide/openslide-python/issues +Contact: https://github.com/openslide/openslide-python/issues +Name: openslide-python +Repository: https://github.com/openslide/openslide-python.git +Repository-Browse: https://github.com/openslide/openslide-python View it on GitLab: https://salsa.debian.org/med-team/openslide-python/-/compare/9516a4c4660dd3f784e73ddf09ac87d523ddf02d...d4a1ceed27189e2098c57551b02cbf397fc9ef1d -- View it on GitLab: https://salsa.debian.org/med-team/openslide-python/-/compare/9516a4c4660dd3f784e73ddf09ac87d523ddf02d...d4a1ceed27189e2098c57551b02cbf397fc9ef1d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
