diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 18:03:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 18:08:01 +0200 |
commit | daf66d27731db24d18b30f0cbf7018da57ed0851 (patch) | |
tree | 6824236da79213b85d9e3cd9c0bebf55cc608835 /dev-python/shapely/metadata.xml | |
parent | dev-python/click-default-group: Mark ALLARCHES (diff) | |
download | gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.tar.gz gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.tar.bz2 gentoo-daf66d27731db24d18b30f0cbf7018da57ed0851.zip |
Move {sci-libs → dev-python}/shapely
Shapely is really primarily a Python package, and it seems that
the Python team is effectively going to maintain it going forward,
so it fits more naturally in dev-python than sci-libs.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shapely/metadata.xml')
-rw-r--r-- | dev-python/shapely/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/shapely/metadata.xml b/dev-python/shapely/metadata.xml new file mode 100644 index 000000000000..6432c651184e --- /dev/null +++ b/dev-python/shapely/metadata.xml @@ -0,0 +1,23 @@ +<?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> |