mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
spyse-python: remove, missing deps, unmaintained
This commit is contained in:
parent
c1c02e3c8a
commit
34841be790
2 changed files with 0 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST spyse-python-2.2.3.tar.gz 15783 BLAKE2B 1ff967fb39d839fa4270be30fb47f809f702c0e643b00076dccb815b7fbba55713c8d711f4d69d1ad4bb140b8b0727cc22c67eef717665ed9200dab9407ecb93 SHA512 73ddda0c3fd29f3bafcd0ab1b91cb8184f4ab9f2268b76fd9da8516dcf3f2d6d1738a6f9c300a9fa90033c48496d46ffad0929276fcc84c1184edb2349b8c827
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2022 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 wrapper for spyse.com"
|
||||
HOMEPAGE="https://github.com/spyse-com/spyse-python"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#FIXME: add missing deps
|
||||
#https://github.com/spyse-com/spyse-python/issues/7
|
||||
#KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/dataclasses[${PYTHON_USEDEP}]
|
||||
dev-python/dataclasses-json[${PYTHON_USEDEP}]
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
dev-python/limiter[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue