From 54791427304a270e25a084e5c9b2db0004980cc7 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 23 Mar 2023 17:07:03 +0000 Subject: Adding metadata --- dev-python/python-betterproto/Manifest | 1 - dev-python/python-betterproto/metadata.xml | 12 ----- .../python-betterproto-2.0.0_beta4.ebuild | 57 ---------------------- .../python-betterproto-9999.ebuild | 57 ---------------------- 4 files changed, 127 deletions(-) delete mode 100644 dev-python/python-betterproto/Manifest delete mode 100644 dev-python/python-betterproto/metadata.xml delete mode 100644 dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild delete mode 100644 dev-python/python-betterproto/python-betterproto-9999.ebuild (limited to 'dev-python/python-betterproto') diff --git a/dev-python/python-betterproto/Manifest b/dev-python/python-betterproto/Manifest deleted file mode 100644 index 07be9d4d8816..000000000000 --- a/dev-python/python-betterproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-betterproto-2.0.0_beta4.tar.gz 137744 BLAKE2B 55cde21cca516ae935d8ff99303e3dcf78d952c470eaac2f91b5fa1dc20069e0ad150a0b59518d450c897547a3b3025d9ad683294adca5be6d66f06ba8034615 SHA512 10fc514e7a6d1ab87dd44e00d75d8f48752fa1ece26ccc671eeac502164aee2b8e4a30ec908e4abbb4b1c6671c72fc982764d74ccd0ac0f099d3533dcde64352 diff --git a/dev-python/python-betterproto/metadata.xml b/dev-python/python-betterproto/metadata.xml deleted file mode 100644 index f52a95675fe8..000000000000 --- a/dev-python/python-betterproto/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - antonin.riha@protonmail.com - Antonín Říha - - - https://github.com/danielgtaylor/python-betterproto/issues - - gentoo-guru-overlay - \ No newline at end of file diff --git a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild deleted file mode 100644 index ca652f23ae20..000000000000 --- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Better Protobuf / gRPC Support for Python" -HOMEPAGE="https://github.com/danielgtaylor/python-betterproto" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/danielgtaylor/python-betterproto" -else - MY_PV="${PV/_beta/b}" - S="${WORKDIR}/${PN}-${MY_PV}" - SRC_URI="https://github.com/danielgtaylor/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/grpclib-0.4.1[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/black-19.3[${PYTHON_USEDEP}] - >=dev-python/isort-5.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.11.2[${PYTHON_USEDEP}] - >=dev-python/grpcio-tools-1.40.0[${PYTHON_USEDEP}] - >=dev-python/pytest-mock-3.1.1[${PYTHON_USEDEP}] - >=dev-python/pytest-asyncio-0.12.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - '>=dev-python/sphinx-rtd-theme-0.5.0' - -python_prepare() { - default - python_fix_shebang tests/generate.py src/betterproto/plugin/main.py -} - -python_test() { - "${EPYTHON}" -m tests.generate -v - epytest -} - -pkg_postinst() { - optfeature "protoc compilation support" "dev-python/black dev-python/isort dev-python/grpcio-tools dev-python/jinja" -} diff --git a/dev-python/python-betterproto/python-betterproto-9999.ebuild b/dev-python/python-betterproto/python-betterproto-9999.ebuild deleted file mode 100644 index ca652f23ae20..000000000000 --- a/dev-python/python-betterproto/python-betterproto-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Better Protobuf / gRPC Support for Python" -HOMEPAGE="https://github.com/danielgtaylor/python-betterproto" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/danielgtaylor/python-betterproto" -else - MY_PV="${PV/_beta/b}" - S="${WORKDIR}/${PN}-${MY_PV}" - SRC_URI="https://github.com/danielgtaylor/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/grpclib-0.4.1[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/black-19.3[${PYTHON_USEDEP}] - >=dev-python/isort-5.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.11.2[${PYTHON_USEDEP}] - >=dev-python/grpcio-tools-1.40.0[${PYTHON_USEDEP}] - >=dev-python/pytest-mock-3.1.1[${PYTHON_USEDEP}] - >=dev-python/pytest-asyncio-0.12.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - '>=dev-python/sphinx-rtd-theme-0.5.0' - -python_prepare() { - default - python_fix_shebang tests/generate.py src/betterproto/plugin/main.py -} - -python_test() { - "${EPYTHON}" -m tests.generate -v - epytest -} - -pkg_postinst() { - optfeature "protoc compilation support" "dev-python/black dev-python/isort dev-python/grpcio-tools dev-python/jinja" -} -- cgit v1.3