mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
coreapi: remove, missing deps, unmaintained
This commit is contained in:
parent
7a72f3d7a7
commit
66d235191f
4 changed files with 0 additions and 45 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST coreapi-2.3.3.tar.gz 18788 BLAKE2B f7837d6a0430e6617a2589aa84a209b3c544a913773bc4388c3bdef7348c83577e1b216e83c14736b15174ede840ae297b050eba551b4fe22d784e4d51677956 SHA512 5a66cf9613a9e11046577684b837f48e17db2285d14a51a77aa47eb945eef72a9ee0525b7b1b1c57fddec102c144ce56430ed5a95717e77d906d0b617dce708d
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client library for Core API"
|
||||
HOMEPAGE="https://github.com/core-api/python-client"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]
|
||||
dev-python/itypes[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/uritemplate[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
# test? ( dev-python/mock[${PYTHON_USEDEP}]
|
||||
# )"
|
||||
|
||||
#python_test() {
|
||||
# # Skip tests which require network access
|
||||
# py.test -k "not (test_access_token_post or test_access_token_get \
|
||||
# or test_two_legged_post or test_two_legged_get)" || die \
|
||||
# "tests failed with ${EPYTHON}"
|
||||
#}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina (Zero_Chaos)</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -86,7 +86,6 @@ dev-python/pyDes
|
|||
~dev-python/django-oauth-plus-2.2.8
|
||||
~dev-python/oauthlib-2.0.3
|
||||
~dev-python/django-1.11.2
|
||||
~dev-python/coreapi-2.3.3
|
||||
~dev-python/itypes-1.1.0
|
||||
~dev-python/coreschema-0.0.4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue