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

package info (click to toggle)
python-shapely 1.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,640 kB
  • sloc: python: 11,667; makefile: 98; sh: 77
file content (28 lines) | stat: -rw-r--r-- 1,012 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
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,20 +2,8 @@
 Shapely
 =======
 
-|github-actions| |coveralls|
-
-.. |github-actions| image:: https://github.com/shapely/shapely/workflows/Tests/badge.svg?branch=maint-1.8
-   :target: https://github.com/shapely/shapely/actions?query=branch%3Amaint-1.8
-
-.. |coveralls| image:: https://coveralls.io/repos/github/shapely/shapely/badge.svg?branch=maint-1.8
-   :target: https://coveralls.io/github/shapely/shapely?branch=maint-1.8
-
 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://libgeos.org/>`__ (the engine of `PostGIS