aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/affine')
-rw-r--r--dev-python/affine/Manifest1
-rw-r--r--dev-python/affine/affine-2.3.0.ebuild18
-rw-r--r--dev-python/affine/metadata.xml17
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/affine/Manifest b/dev-python/affine/Manifest
new file mode 100644
index 000000000..519703c98
--- /dev/null
+++ b/dev-python/affine/Manifest
@@ -0,0 +1 @@
+DIST affine-2.3.0.tar.gz 14860 BLAKE2B 3f1f2bf69e26bc7c73ad7d4fc2fa0a51b3cb5ccea3e88982dd682f377df0c6fde00e037893aa466d89955e7800fa99580b02108ce7acb68fb1b38cb67e4753e6 SHA512 25e3671542a4bcb45c04a3e4a1c312f7e427091470b30b115dd8d0c7a1f3ac008e1b1f9222ca60b08b4717cab90fc224f2e70fc0184ca371ccf918f8c04a23ce
diff --git a/dev-python/affine/affine-2.3.0.ebuild b/dev-python/affine/affine-2.3.0.ebuild
new file mode 100644
index 000000000..7cc363d92
--- /dev/null
+++ b/dev-python/affine/affine-2.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517="setuptools"
+inherit distutils-r1
+
+DESCRIPTION="Library for handling affine transformations of the plane"
+HOMEPAGE="https://github.com/rasterio/affine"
+SRC_URI="https://github.com/rasterio/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
diff --git a/dev-python/affine/metadata.xml b/dev-python/affine/metadata.xml
new file mode 100644
index 000000000..298f9156d
--- /dev/null
+++ b/dev-python/affine/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Affine is a python library for handling affine transformations of the plane.
+ Georeferenced raster datasets use affine transformations to map from image
+ coordinates to world coordinates.
+</longdescription>
+ <upstream>
+ <remote-id type="github">rasterio/affine</remote-id>
+ <remote-id type="pypi">affine</remote-id>
+ </upstream>
+</pkgmetadata>