Bas Couwenberg pushed to branch master at Debian GIS Project / geolinks
Commits: fbd34a25 by Bas Couwenberg at 2023-07-16T13:57:52+02:00 Add patch to set runtime dependencies. - - - - - a522d8e4 by Bas Couwenberg at 2023-07-16T13:58:47+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/dependencies.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,13 @@ -geolinks (0.2.1-2) UNRELEASED; urgency=medium +geolinks (0.2.1-2) unstable; urgency=medium * Team upload. * Bump debhelper compat to 13. * Use autopkgtest-pkg-pybuild testsuite. * Enable Salsa CI. * Don't override dh_auto_test for custom pybuild system. + * Add patch to set runtime dependencies. - -- Bas Couwenberg <[email protected]> Mon, 12 Jun 2023 08:40:46 +0200 + -- Bas Couwenberg <[email protected]> Sun, 16 Jul 2023 13:58:22 +0200 geolinks (0.2.1-1) unstable; urgency=medium ===================================== debian/patches/dependencies.patch ===================================== @@ -0,0 +1,23 @@ +Description: Set runtime dependencies. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/geopython/geolinks/pull/14 + +--- a/setup.py ++++ b/setup.py +@@ -70,6 +70,8 @@ def get_package_version(): + + LONG_DESCRIPTION = read('README.md') + ++INSTALL_REQUIRES = read('requirements.txt') ++ + + setup( + name='geolinks', +@@ -103,5 +105,6 @@ setup( + 'Topic :: Scientific/Engineering :: GIS', + ], + cmdclass={'test': PyTest}, +- test_suite='tests.run_tests' ++ test_suite='tests.run_tests', ++ install_requires=INSTALL_REQUIRES + ) ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +dependencies.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/079f7a8e4903b81f2b3080b856a9fb07eec8816a...a522d8e47048653fdc8ed869f0c003f6c69bad64 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/079f7a8e4903b81f2b3080b856a9fb07eec8816a...a522d8e47048653fdc8ed869f0c003f6c69bad64 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
