File: 0004-Remove-externally-referenced-image.patch

package info (click to toggle)
python-shapely 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,512 kB
  • sloc: python: 10,669; makefile: 98; sh: 70
file content (31 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: Remove externally referenced image
 Fixes lintian privacy-breach-generic
Author: Johan Van de Wauw <johan.vandewauw@gmail.com>
Forwarded: not-needed

--- a/README.rst
+++ b/README.rst
@@ -2,23 +2,8 @@
 Shapely
 =======
 
-|travis| |appveyor| |coveralls|
-
-.. |travis| image:: https://travis-ci.org/Toblerity/Shapely.svg?branch=maint-1.7
-   :target: https://travis-ci.org/Toblerity/Shapely
-
-.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Toblerity/Shapely?branch=maint-1.7&svg=true
-   :target: https://ci.appveyor.com/project/frsci/shapely?branch=maint-1.7
-
-.. |coveralls| image:: https://coveralls.io/repos/github/Toblerity/Shapely/badge.svg?branch=maint-1.7
-   :target: https://coveralls.io/github/Toblerity/Shapely?branch=maint-1.7
-
 Manipulation and analysis of geometric objects in the Cartesian plane.
 
-.. image:: https://c2.staticflickr.com/6/5560/31301790086_b3472ea4e9_c.jpg
-   :width: 800
-   :height: 378
-
 Shapely is a BSD-licensed Python package for manipulation and analysis of
 planar geometric objects. It is based on the widely deployed `GEOS
 <https://trac.osgeo.org/geos/>`__ (the engine of `PostGIS