Bas Couwenberg pushed to branch master at Debian GIS Project / geolinks
Commits: d94eb20d by Bas Couwenberg at 2023-02-20T19:40:19+01:00 Drop unused repacksuffix from watch file. - - - - - 73800620 by Bas Couwenberg at 2023-02-20T19:40:29+01:00 Add patch to not use deprecated distutils module. - - - - - 1e3b41a4 by Bas Couwenberg at 2023-02-20T19:54:06+01:00 Add pybuild-plugin-pyproject to build dependencies. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/no-distutils.patch - + debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,9 @@ geolinks (0.2.0-7) UNRELEASED; urgency=medium * Team upload. * Update watch file to use GitHub tags. * Bump Standards-Version to 4.6.2, no changes. + * Drop unused repacksuffix from watch file. + * Add patch to not use deprecated distutils module. + * Add pybuild-plugin-pyproject to build dependencies. -- Bas Couwenberg <[email protected]> Sat, 17 Dec 2022 15:42:32 +0100 ===================================== debian/control ===================================== @@ -6,6 +6,7 @@ Section: python Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, + pybuild-plugin-pyproject, python3-setuptools, python3-all, Standards-Version: 4.6.2 ===================================== debian/patches/no-distutils.patch ===================================== @@ -0,0 +1,22 @@ +Description: Don't use deprecated distutils module. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/geopython/geolinks/pull/9 + +--- /dev/null ++++ b/pyproject.toml +@@ -0,0 +1,3 @@ ++[build-system] ++requires = ["setuptools"] ++build-backend = "setuptools.build_meta" +--- a/setup.py ++++ b/setup.py +@@ -27,8 +27,8 @@ + # + # ================================================================= + +-from distutils.core import setup + from geolinks import __version__ as version ++from setuptools import setup + + setup( + name='geolinks', ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +no-distutils.patch ===================================== debian/watch ===================================== @@ -2,7 +2,6 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\d*)$/$1~$2/,\ -filenamemangle=s/(?:.*?)?(?:rel|v|geolinks)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/geolinks-$1.$2/,\ -repacksuffix=+dfsg \ +filenamemangle=s/(?:.*?)?(?:rel|v|geolinks)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/geolinks-$1.$2/ \ https://github.com/geopython/geolinks/tags \ (?:.*?/archive/(?:.*?/)?)?(?:rel|v|geolinks)?[\-\_]?(\d\S+(?<!post\d))\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/81c8301e28bee265368aba72d261c23c15ac1250...1e3b41a4125a30ecbe70615d72f7bc4e03489ff2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/81c8301e28bee265368aba72d261c23c15ac1250...1e3b41a4125a30ecbe70615d72f7bc4e03489ff2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
