Package: python-shapely / 2.1.1-1~exp1

0004-Remove-externally-referenced-image.patch Patch series | 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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,47 +2,8 @@
 Shapely
 =======
 
-.. Documentation at RTD — https://readthedocs.org
-
-.. image:: https://readthedocs.org/projects/shapely/badge/?version=stable
-   :alt: Documentation Status
-   :target: https://shapely.readthedocs.io/en/stable/
-
-.. Github Actions status — https://github.com/shapely/shapely/actions
-
-.. |github-actions| image:: https://github.com/shapely/shapely/workflows/Tests/badge.svg?branch=main
-   :alt: Github Actions status
-   :target: https://github.com/shapely/shapely/actions?query=branch%3Amain
-
-.. PyPI
-
-.. image:: https://img.shields.io/pypi/v/shapely.svg
-   :alt: PyPI
-   :target: https://pypi.org/project/shapely/
-
-.. Anaconda
-
-.. image:: https://img.shields.io/conda/vn/conda-forge/shapely
-   :alt: Anaconda
-   :target: https://anaconda.org/conda-forge/shapely
-
-.. Coverage
-
-.. |coveralls| image:: https://coveralls.io/repos/github/shapely/shapely/badge.svg?branch=main
-   :target: https://coveralls.io/github/shapely/shapely?branch=main
-
-.. Zenodo
-
-.. .. image:: https://zenodo.org/badge/191151963.svg
-..   :alt: Zenodo
-..   :target: https://zenodo.org/badge/latestdoi/191151963
-
 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 using the widely deployed open-source
 geometry library `GEOS <https://libgeos.org/>`__ (the engine of `PostGIS