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 cligj-0.7.2.tar.gz 9894 BLAKE2B ebd187a6a7108a8d0a7d348fcb1d617402041d050a89209cb6c242bc47a87be953b679101656af9af31fd40947f1a5b3ded567dce9f3e64f425cce7f0f3036c1 SHA512 292c1a6de4ed5d4926ccd71802d369db383d310a3a8590729233448cebe5e9ad9dd6bff0d0c861890102bc9f23e90fe1b9db62275a9263765e3d77436a0b38b4
EBUILD cligj-0.7.2.ebuild 512 BLAKE2B 5a2e31960435d601924cdfc49745ad85a63807e963359325d2f6fb3c2d02277a44f9e82c2297141467a771f229d0f073a616be0845e49d3dbac792a74cc98607 SHA512 442ec013e25d63effae3616b8f6176d608952e343409b6e56a633990d5f8401189fcf8883142850218266f984215a2631b30ca78e37a470b2cdd3d93d93ce8ee
MISC metadata.xml 633 BLAKE2B 1374186c2fcaf9ca9593c6a014ad22038b26dcaed0dccca7b7bc392e44bbe557dd19411e86ec9c714737f9bc6563dc9da9103c29db14e508dd3da274943bf989 SHA512 d9f76c457068058e618c91aa0dcdcaa3b1dd8ba5a1ee363f4f2d50dc11d651e86a56285b475d4f5dac7736ec3d00e75d6970c543ce266645ed136c2d842c72f3
+20
View File
@@ -0,0 +1,20 @@
# 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 processing GeoJSON commands"
HOMEPAGE="https://github.com/mapbox/cligj"
SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
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">
cligj is for Python developers who create command line interfaces for
geospatial data. cligj allows you to quickly build consistent,
well-tested and interoperable CLIs for handling GeoJSON.
</longdescription>
<upstream>
<remote-id type="github">mapbox/cligj</remote-id>
<remote-id type="pypi">cligj</remote-id>
</upstream>
</pkgmetadata>