Joachim Langenbach pushed to branch master at Debian GIS Project / mercantile
Commits: 469f4e4c by Joachim Langenbach at 2020-05-03T15:26:53+00:00 Added copyright for docs folder - - - - - 16ff1cab by Joachim Langenbach at 2020-05-03T15:35:56+00:00 cme fix dpkg-control changes (despite debhelper-compat change. It stays by 10 to allow backports for ubuntu) - - - - - 2 changed files: - debian/control - debian/copyright Changes: ===================================== debian/control ===================================== @@ -1,9 +1,10 @@ Source: mercantile -Section: science -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Joachim Langenbach <[email protected]> -Build-Depends: debhelper (>=10), debhelper-compat (=12), +Section: science +Testsuite: autopkgtest-pkg-python +Priority: optional +Build-Depends: debhelper-compat (= 10), dh-python, python3-all, python3-click, @@ -13,35 +14,43 @@ Build-Depends: debhelper (>=10), debhelper-compat (=12), python3-pydocstyle, python3-hypothesis, python3-sphinx, - python3-numpydoc, - jdupes, + python3-numpydoc Standards-Version: 4.5.0 -Homepage: https://github.com/mapbox/mercantile -Rules-Requires-Root: no -Testsuite: autopkgtest-pkg-python Vcs-Browser: https://salsa.debian.org/debian-gis-team/mercantile Vcs-Git: https://salsa.debian.org/debian-gis-team/mercantile.git +Homepage: https://github.com/mapbox/mercantile +Rules-Requires-Root: no Package: python3-mercantile Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, +Section: python +Depends: libjs-jquery, + libjs-underscore, + ${python3:Depends}, + ${misc:Depends}, + ${sphinxdoc:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} -Description: Web mercator XYZ tile utilities - Spherical mercator coordinate and tile utilities - . - Documentation: http://mercantile.readthedocs.io/en/latest/ - . - The mercantile module provides ``ul(xtile, ytile, zoom)`` and ``bounds(xtile, - ytile, zoom)`` functions that respectively return the upper left corner and - bounding longitudes and latitudes for XYZ tiles, a ``xy(lng, lat)`` function - that returns spherical mercator x and y coordinates, a ``tile(lng, lat, - zoom)`` function that returns the tile containing a given point, and - quadkey conversion functions ``quadkey(xtile, ytile, zoom)`` and - ``quadkey_to_tile(quadkey)`` for translating between quadkey and tile - coordinates. +Description: Spherical mercator coordinate and tile utilities + The mercantile module provides functions that respectively return the upper + left corner and bounding longitudes and latitudes for XYZ tiles, spherical + mercator x and y coordinates, tile containing a given point, and quadkey + conversion functions for translating between quadkey and tile coordinates. . Also in mercantile are functions to traverse the tile stack. Named tuples are used to represent tiles, coordinates, and bounding boxes. + +Package: mercantile +Architecture: all +Section: utils +Depends: python3-mercantile (>= ${binary:Version}), + ${python3:Depends}, + ${misc:Depends} +Description: Command line utility of mercantile python package + The mercantile module provides functions that respectively return the upper + left corner and bounding longitudes and latitudes for XYZ tiles, spherical + mercator x and y coordinates, tile containing a given point, and quadkey + conversion functions for translating between quadkey and tile coordinates. . - See `docs/cli.rst <docs/cli.rst>`__ for more about the mercantile program. + Also in mercantile are functions to traverse the tile stack. + Named tuples are used to represent tiles, coordinates, and bounding boxes. ===================================== debian/copyright ===================================== @@ -7,6 +7,10 @@ Files: * Copyright: Sean Gillies <[email protected]> License: BSD-3-clause +Files: docs/* +Copyright: 2017, Sean Gillies <[email protected]> +License: BSD-3-clause + Files: debian/* Copyright: 2020 © EngSaS - Maintainer <[email protected]> License: BSD-3-clause View it on GitLab: https://salsa.debian.org/debian-gis-team/mercantile/-/compare/b719ca155615d29f8a1d1ea69f3745e150ed380c...16ff1cab7a5efff06a9cf14a3d0d6723c7259995 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mercantile/-/compare/b719ca155615d29f8a1d1ea69f3745e150ed380c...16ff1cab7a5efff06a9cf14a3d0d6723c7259995 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
