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
+2
View File
@@ -0,0 +1,2 @@
DIST mypy-protobuf-3.4.0.tar.gz 52119 BLAKE2B 052ea11fef079cf87803ea1893cdefd4b5c1be9510b485818b0cec9e56465f2e5bcea38d43c302735134bd83355414e8577906f83989887565e707680163514a SHA512 ca58351c71d0ff2a7b81b01ac5fd603fbb1892466a8f5c835a66994a5085e46f940bfac9c97d343a9e73850bca68ac9b5a5139f9626cd2e3ce1a0ead8ea2e914
EBUILD mypy-protobuf-3.4.0.ebuild 688 BLAKE2B 4ed5a77d8aaaac7d18c716ffa0167e685bca35a44379993da18ba5889dcd27f13cf42001506fd2f4809cc4b34b3f3169fff62f9a243a0d0a97131111798d4f9a SHA512 3d52f1240f4aed9755377ee7accc809e1a30193770b5f191ec69174a26554146a5f0beebe0a95fe17e170de3c1ab92afc58623273b93af169bc33eb1455cd7ef
@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="open source tools to generate mypy stubs from protobufs"
HOMEPAGE="
http://www.mypy-lang.org/
https://github.com/nipunn1313/mypy-protobuf/"
SRC_URI="
https://github.com/nipunn1313/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
RDEPEND="
dev-python/mypy[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21.8[${PYTHON_USEDEP}]
"