2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-21 00:10:20 +03:00
Files
gentoo/dev-python/shapely/metadata.xml
Michał Górny c561a076c7 dev-python/shapely: Bump to 2.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-12-12 16:33:11 +01:00

24 lines
1000 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>3dprint@gentoo.org</email>
<name>Gentoo 3D Printer Project</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects.
It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries.
Shapely is not concerned with data formats or coordinate systems, but can be readily integrated with packages that are.
</longdescription>
<upstream>
<bugs-to>https://github.com/shapely/shapely/issues</bugs-to>
<doc>https://shapely.readthedocs.io</doc>
<remote-id type="github">shapely/shapely</remote-id>
<remote-id type="pypi">shapely</remote-id>
</upstream>
</pkgmetadata>