[Git][debian-gis-team/pycoast][master] 3 commits: Add dependency form aggdraw
Antonio Valentino
gitlab at salsa.debian.org
Mon Dec 3 21:02:58 GMT 2018
Antonio Valentino pushed to branch master at Debian GIS Project / pycoast
Commits:
a1340d97 by Antonio Valentino at 2018-12-03T20:36:20Z
Add dependency form aggdraw
- - - - -
7b7e2650 by Antonio Valentino at 2018-12-03T20:58:22Z
Skip tests using shapefiles
- - - - -
e48a9c39 by Antonio Valentino at 2018-12-03T20:58:48Z
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/0001-Skip-tests-that-use-shapes.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-pycoast (1.2.1+dfsg-1) UNRELEASED; urgency=medium
+pycoast (1.2.1+dfsg-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Bump Standards-Version to 4.2.1, no changes.
@@ -12,8 +12,10 @@ pycoast (1.2.1+dfsg-1) UNRELEASED; urgency=medium
* debian/patches
- drop pyshp-2.0.0.patch, no longer necessary
- refresh remaining patches
+ * debian/control
+ - add dependency from aggdraw
- -- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:46:24 +0200
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Mon, 03 Dec 2018 20:58:29 +0000
pycoast (1.0.0+dfsg-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -17,6 +17,8 @@ Build-Depends: debhelper (>= 11),
python3-pyshp,
python-pyproj,
python3-pyproj,
+ python-aggdraw,
+ python3-aggdraw,
python-six,
python3-six,
python3-sphinx
@@ -34,6 +36,7 @@ Depends: ${shlibs:Depends},
python-pil,
python-pyshp,
python-pyproj,
+ python-aggdraw,
python-six
Description: Draw coastlines, borders and rivers on images
Pycoast is a Python package to add coastlines, borders and rivers to
@@ -53,6 +56,7 @@ Depends: ${shlibs:Depends},
python3-pil,
python3-pyshp,
python3-pyproj,
+ python3-aggdraw,
python3-six
Description: Draw coastlines, borders and rivers on images (for Python 3)
Pycoast is a Python package to add coastlines, borders and rivers to
=====================================
debian/patches/0001-Skip-tests-that-use-shapes.patch
=====================================
@@ -3,11 +3,11 @@ Date: Sun, 3 Jul 2016 17:17:27 +0000
Subject: Skip tests that use shapes
---
- pycoast/tests/test_pycoast.py | 1 +
- 1 file changed, 1 insertion(+)
+ pycoast/tests/test_pycoast.py | 2 ++
+ 1 file changed, 2 insertions(+)
diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py
-index 976bb61..3788afc 100644
+index 976bb61..16e972a 100644
--- a/pycoast/tests/test_pycoast.py
+++ b/pycoast/tests/test_pycoast.py
@@ -327,6 +327,7 @@ class TestPIL(TestPycoast):
@@ -18,3 +18,11 @@ index 976bb61..3788afc 100644
def test_add_shapefile_shapes(self):
from pycoast import ContourWriterPIL
grid_img = Image.open(os.path.join(os.path.dirname(__file__),
+@@ -591,6 +592,7 @@ class TestPILAGG(TestPycoast):
+ self.assertTrue(fft_metric(grid_data, res),
+ 'Writing of nh polygons failed')
+
++ @unittest.skip('dataset not available: test_data/shapes/Metareas.shp')
+ def test_add_shapefile_shapes_agg(self):
+ from pycoast import ContourWriterAGG
+ grid_img = Image.open(os.path.join(os.path.dirname(__file__),
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/compare/35c62ed2bb40d87909c3266f1cbecc15c3667a75...e48a9c3977692a70b202743558eb915ec8e143eb
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/compare/35c62ed2bb40d87909c3266f1cbecc15c3667a75...e48a9c3977692a70b202743558eb915ec8e143eb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181203/579a849d/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list