Updated flatcam and dependency galore / minor updates to other ebuilds

This commit is contained in:
layman
2022-11-27 22:14:54 +01:00
parent b722f6b0a1
commit 1a100e11bc
38 changed files with 1073 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST affine-2.3.0.tar.gz 14860 BLAKE2B 3f1f2bf69e26bc7c73ad7d4fc2fa0a51b3cb5ccea3e88982dd682f377df0c6fde00e037893aa466d89955e7800fa99580b02108ce7acb68fb1b38cb67e4753e6 SHA512 25e3671542a4bcb45c04a3e4a1c312f7e427091470b30b115dd8d0c7a1f3ac008e1b1f9222ca60b08b4717cab90fc224f2e70fc0184ca371ccf918f8c04a23ce
EBUILD affine-2.3.0.ebuild 488 BLAKE2B f74796a9ef6b6fc10bd7272dee8d598603367b04895e58ae1cafb8aea1d8aafbd14a0e7f0541ab65ee306def8e98f7fe788a60e364bca314d17431dd18ee8b74 SHA512 09b6bebe40890ce5071486cfd8775c2f2a98b6587a3e32d79ff7648faf8c2771d02ce4ea55d5f2838ed14fdd292e182a71505f0679df75b3b6407c873432ad00
MISC metadata.xml 633 BLAKE2B 031dedeb1a7714b178a9fe5874c18457a6b8128a1612eb226ce1227c9e4bd2b84d6a1ac6bdea94382f79db111640adeb3a13137479eee488471bb722a3b21093 SHA512 d6b13124bbc17fcaabafebb7334578df068090b93423ef00f8f0ac015561ec37470fb6e5edb96f0fd175889237aa3cd03d0fcbe70db9b304deb44a6bf13431a9
+18
View File
@@ -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_{8..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
+17
View File
@@ -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>