Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Add dependency form aggdraw
· a1340d97
Antonio Valentino
authored
Dec 03, 2018
a1340d97
Skip tests using shapefiles
· 7b7e2650
Antonio Valentino
authored
Dec 03, 2018
7b7e2650
Set distribution to unstable
· e48a9c39
Antonio Valentino
authored
Dec 03, 2018
e48a9c39
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e48a9c39
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@debian.org
>
Su
n, 0
5 Aug
2018 20:
46
:2
4
+0
2
00
--
Antonio Valentino <antonio.valentino@tiscali.it
>
Mo
n, 0
3 Dec
2018 20:
58
:2
9
+0
0
00
pycoast (1.0.0+dfsg-4) unstable; urgency=medium
...
...
debian/control
View file @
e48a9c39
...
...
@@ -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
View file @
e48a9c39
...
...
@@ -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
insertion
s
(+)
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__),