mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 03:54:45 +01:00
python: cleanup
This commit is contained in:
parent
9910e53454
commit
9af2fa6f36
5 changed files with 1 additions and 89 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a SHA512 d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A minimal low-level HTTP client."
|
||||
HOMEPAGE="https://github.com/encode/httpcore https://pypi.org/project/httpcore/"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/encode/httpcore/archive/0.12.2.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
#inline with h11
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
# Optionals
|
||||
#trio==0.17.0
|
||||
#trio-typing==0.5.0
|
||||
#curio==1.4
|
||||
|
||||
RDEPEND="dev-python/h11[${PYTHON_USEDEP}]
|
||||
dev-python/sniffio[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST httpx-0.16.1.tar.gz 83253 BLAKE2B 140d668f0e87e2f5d4e8c51e851a6a1a737e7a63cf2097c393a717d9ba57c82bc75dd9747438bf32d72eb2f5b3f226f497ec3e4c4ca2d7cd696b6251498147e4 SHA512 99321176d5bfe927804abe9c93eff098ce7498f6a42db0cacad4a9420d7e5e557ad1ada04126ab3bedfb718631ee7398d0ce42e2c5854f819e4ac36f892c1671
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="The next generation HTTP client."
|
||||
HOMEPAGE="https://github.com/encode/httpx https://pypi.org/project/httpx/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
|
||||
dev-python/sniffio[${PYTHON_USEDEP}]
|
||||
>=dev-python/rfc3986-1.3[idna,${PYTHON_USEDEP}]
|
||||
=dev-python/httpcore-0.12*[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
|
@ -4,23 +4,10 @@ dev-python/bluepy
|
|||
#killerbee
|
||||
dev-python/rangeparser
|
||||
|
||||
#waiting for h11
|
||||
dev-python/httpcore
|
||||
dev-python/httpx
|
||||
dev-python/charset_normalizer
|
||||
dev-python/anyio
|
||||
|
||||
dev-python/cmake-converter
|
||||
|
||||
#required by app-exploits/ropper
|
||||
dev-python/filebytes
|
||||
~dev-python/pyotherside-1.5.9
|
||||
|
||||
~dev-python/pyscard-1.9.9
|
||||
~dev-python/pyotherside-1.5.9 ~amd64
|
||||
#needed by ipython
|
||||
~dev-python/backcall-0.1.0
|
||||
|
||||
~dev-python/rdflib-4.2.2
|
||||
#gentoo is just old as shit
|
||||
#apple_bleee
|
||||
dev-python/fleep
|
||||
|
|
|
|||
Loading…
Reference in a new issue