summaryrefslogtreecommitdiff
path: root/dev-python/coreapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/coreapi
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/coreapi')
-rw-r--r--dev-python/coreapi/Manifest1
-rw-r--r--dev-python/coreapi/coreapi-2.3.3-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/coreapi/Manifest b/dev-python/coreapi/Manifest
index d3b5ed24543d..46511ca507ca 100644
--- a/dev-python/coreapi/Manifest
+++ b/dev-python/coreapi/Manifest
@@ -1,4 +1,3 @@
DIST core-api-python-client-2.3.3.tar.gz 37470 BLAKE2B ce3f88e1608715eec06a50fa5df4cd331e90509d0b7e9ab275ccfb4b3b5216115539b7fcd70af64794f0ae50a5084873d2dbbd38c85cb8be3f319d6880f5993e SHA512 aeae3ace84c0ce61552236b83db28e47492f5ac17a0e216e1a8eeddaf67270b94127f7a40f8a37cc5051abe097555adfd690a7e6c8801524ca77c916bd451ab8
-EBUILD coreapi-2.3.3-r1.ebuild 663 BLAKE2B 2cf29a394cf12cec99cffb07c6eada9e767240b81b462689beb07c146821c8516fe382a4e4439509cf2abd059a855e1d55f5e065ccb777feed44879f8ca59017 SHA512 0d3f99dc03f633ba7fa2f0b8a762fe5462c199141b783fe350db7631913373bcca27812be04987c3ed78ee9f0e3d22a5ef817dd8f5c8b9c2f836c81a6bb5b8e8
EBUILD coreapi-2.3.3-r2.ebuild 705 BLAKE2B 22054d5099c4b560500d80a2cfb46d44688caf3ca66302fa6c2e781e1e5fe0340e350e75ab326a4d83c549a525613cc67709d97e5a8743bf7d4794fe281a6635 SHA512 cebe38bb4200da6ae90e3d1e9a662cb7749abad9080fc5bf050ac9c95e5fa0bd9c3773fd67b0f62646b42f1254503b29304989fc596d49eaf62bd9d121e665d4
MISC metadata.xml 311 BLAKE2B da7a7d5b0f01a9c0f1237c2e2a03e161d28446ebe8ec9625c9abf02b6565a584efec28367c1887230c80106ad5321efe8caa6374ee1ada30ffff9ecc9c2c085e SHA512 50f0c4044a7605f00e92c2514ae286862b99fbfd06ccec4e6281757ab5014297c139dd5caac631b3742b5e3bb4af3e18791d0b2b340c0af8ae6696a31e71529c
diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
deleted file mode 100644
index f1d85bb66162..000000000000
--- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=python-client-${PV}
-DESCRIPTION="Python client library for Core API"
-HOMEPAGE="https://github.com/core-api/python-client"
-SRC_URI="
- https://github.com/core-api/python-client/archive/${PV}.tar.gz
- -> core-api-${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]
- dev-python/itypes[${PYTHON_USEDEP}]
- dev-python/uritemplate[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest