mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
faraday: add test ebuild, https://github.com/pentoo/pentoo-overlay/issues/39
This commit is contained in:
parent
fcb826667d
commit
186a0ebbc7
51 changed files with 756 additions and 33 deletions
28
dev-python/Flask-KVSession/Flask-KVSession-0.6.2.ebuild
Normal file
28
dev-python/Flask-KVSession/Flask-KVSession-0.6.2.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Transparent server-side session support for flask"
|
||||
HOMEPAGE="https://pypi.org/project/Flask-KVSession/ https://github.com/mbr/flask-kvsession"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/flask-0.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplekv-0.9.1[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
>=dev-python/itsdangerous-0.20[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
1
dev-python/Flask-KVSession/Manifest
Normal file
1
dev-python/Flask-KVSession/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-KVSession-0.6.2.tar.gz 38037 BLAKE2B 78c4e888f3b2840fa18c6a704279d5661574e6f63c6db9396d467639546a52bfa0ebcf34c2dbe334ff3acef0afd70efe19ab72dc7c745f53330f793cbc76c67f SHA512 11cbb4ee74dc2a1b44dd1f91729dfb65fc9beb9d93c86ce06a861eba8bd87139897a9f6dca0b5f7f8249034b5eeb3c93327e956b4ea34cd409adfc889b75e33b
|
||||
1
dev-python/distro/Manifest
Normal file
1
dev-python/distro/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST distro-1.4.0.tar.gz 53719 BLAKE2B f393e4237ee946a0085eedee49b38ab140bb0e1696407a74a7259aacb4341f25eda6ea79da9bd3c060f00da4b1856ed678edbc403fe16b20d130ec5d076c4d77 SHA512 eac7d32ea77c2074e57c6828a8b2e4d4d01e9c46cb0f7adbd99998630b0af4924bf18d05d5f5b42fef5603b024ef835dbb4c05fc88310f5e64d193514b2fc10f
|
||||
25
dev-python/distro/distro-1.4.0.ebuild
Normal file
25
dev-python/distro/distro-1.4.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reliable machine-readable Linux distribution information for Python"
|
||||
HOMEPAGE="https://distro.readthedocs.io/en/latest/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
RESTRICT="test" # incomplete test resources
|
||||
|
||||
python_test() {
|
||||
py.test || die
|
||||
}
|
||||
1
dev-python/faraday-plugins/Manifest
Normal file
1
dev-python/faraday-plugins/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST faraday-plugins-1.0.1.tar.gz 113527 BLAKE2B 4c189df3276875a2fa14ce0854cc8f3de835ae4d5dfe17f9a73404b2b6be8232575515cac0fa294800f827f483b5418a9276d185f142f52e378dc12b324b9cfd SHA512 238ef8845b2bbce8e225a579e26a21662a248ca76d7984071bfe3940f62202d28e18640f723debd0aa9533bf3b152cf0e7dfc79e65f654118cd611f91d1614ce
|
||||
29
dev-python/faraday-plugins/faraday-plugins-1.0.1.ebuild
Normal file
29
dev-python/faraday-plugins/faraday-plugins-1.0.1.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="No project description provided"
|
||||
HOMEPAGE="https://pypi.org/project/faraday-plugins/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/html2text[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/filedepot/Manifest
Normal file
1
dev-python/filedepot/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST filedepot-0.7.1.tar.gz 26302 BLAKE2B eb017d5fe8073069ee62d361eff136e81e1781c52d9006551c73e32fb64a055a7ab6f46208cbf0a1403e3a2bf75ed3da14f67dc78c3bf031c6250ffedd7111fe SHA512 78c4a3bdbe06570979baedf2f8fe9cf6c3a16acda5a32e0a2f635113594608240af348c6d0c7ba75c2e9f7d2dd248de24abe0000f6a82daa4e03ae9a4f34f240
|
||||
22
dev-python/filedepot/filedepot-0.7.1.ebuild
Normal file
22
dev-python/filedepot/filedepot-0.7.1.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Toolkit for storing files and attachments in web applications"
|
||||
HOMEPAGE="https://github.com/amol-/depot"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/unidecode[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/filteralchemy-fork/Manifest
Normal file
1
dev-python/filteralchemy-fork/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST filteralchemy-fork-0.1.0.tar.gz 5841 BLAKE2B c007d564452ca1125ef31f7ec9d3b24780c196d64a3dd13d83941dae4d69641931e81a45e4739993f27dc185ccf546e03143692642f5282ad5bd3f1a77a30e13 SHA512 69be54f7356e92e1266c29b7f3f7c7efeb6e32fedf7b689736a3840fcf521f2c09c737de0bb0c35a73cd042def10f170571b421abb2fc3d8287c0af2aed99b69
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Declarative query builder for SQLAlchemy"
|
||||
HOMEPAGE="https://github.com/infobyte/filteralchemy"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/webargs-0.18.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/marshmallow-0.6.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/flask-classful/Manifest
Normal file
1
dev-python/flask-classful/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-Classful-0.14.2.tar.gz 9803 BLAKE2B e81195abc4d9e67bfa508e7a97c3a3ce35bf95d77d1a352726bb474041e900a0d5c131b490c6022f3efd66ca5103f517f84565e62340036290d3ae2750b1cb88 SHA512 f26b94dd7f26e5bc55ce462936fd39c3d467eef42e6508032fd0733b9f7167ce65c9252bc0f70dbd0057615b4f5be3a77c79c5fc60094b297afe76e9a0364727
|
||||
26
dev-python/flask-classful/flask-classful-0.14.2.ebuild
Normal file
26
dev-python/flask-classful/flask-classful-0.14.2.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Flask-Classful"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Class based views for Flask"
|
||||
HOMEPAGE="https://github.com/teracyhq/flask-classful"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
1
dev-python/flask-restless/Manifest
Normal file
1
dev-python/flask-restless/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-Restless-0.17.0.tar.gz 42714 BLAKE2B 2a18be26958deeced3f8e536c817a25ab25198f9611cae6667ca76bdd0f24c4f13af338871bf3b613b7a4cd019f2e0415a6058972140607c5cd8c24dfb7ad6b0 SHA512 c7fc7ee0626f010af528fce02dcfb896673c5ba81e9815acc50f5060a826a95a7f5c5af966a3bc6f222416d161dad70cad25acb43e9575621d036f0315d526d3
|
||||
30
dev-python/flask-restless/flask-restless-0.17.0.ebuild
Normal file
30
dev-python/flask-restless/flask-restless-0.17.0.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
MY_PN="Flask-Restless"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Flask extension for easy ReSTful API generation"
|
||||
HOMEPAGE="https://github.com/jfinkels/flask-restless"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/flask-0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
|
||||
>dev-python/python-dateutil-2.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
1
dev-python/flask-security/Manifest
Normal file
1
dev-python/flask-security/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-Security-3.0.0.tar.gz 160367 BLAKE2B c2e1449dc2807c2c40519fa3afb894157e17ecc9ff3f6dcf5ef0d02839a5988f827afd26c1d31af86d5e240e0ea8bfb8ed86354bb6a83535436b08721cac8f26 SHA512 09b94f0850372513add5c054c07aa465ecb95e8d1c414647e3ebee571ec08c94a29f0c138d092c02a55e242c422bc53f929ca066d671c082dcb29834ac753984
|
||||
34
dev-python/flask-security/flask-security-3.0.0.ebuild
Normal file
34
dev-python/flask-security/flask-security-3.0.0.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Flask-Security"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Simple security for Flask apps"
|
||||
HOMEPAGE="https://github.com/mattupstate/flask-security"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-login-0.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-wtf-0.13.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-babelex-0.9.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
|
||||
>=dev-python/passlib-1.7[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
1
dev-python/flask-session/Manifest
Normal file
1
dev-python/flask-session/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-Session-0.3.1.tar.gz 27749 BLAKE2B 5773cd8733d3055a899bfab283e28dedeb3280e0d56dc4b64245812c33bb7c5bfdd7c82be95f0fb3fcf517c14bbad1beeb13174bf31dcd719f0612973a2547f8 SHA512 32aa77d0577b006d88a4fe533950bca22f7f9ea9e628d899a5bc2f11d98a0663f7111417174c869907441737c7b38cdeaad47953793a2ddb9f5d5238c3137cbf
|
||||
26
dev-python/flask-session/flask-session-0.3.1.ebuild
Normal file
26
dev-python/flask-session/flask-session-0.3.1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Flask-Session"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Adds server-side session support to your Flask application"
|
||||
HOMEPAGE="https://github.com/fengsp/flask-session"
|
||||
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
1
dev-python/hupper/Manifest
Normal file
1
dev-python/hupper/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST hupper-1.9.1.tar.gz 41077 BLAKE2B a3ea718e04267115538c9a773749398efa78ae5f7d4a3da4c517ff1c657bf99ef6db2e441a57a3e54fd58dcd8ab2d1517c45fd79b4bf0af0202fd0d10353eabc SHA512 014434efa8860fd41891a3eddc1121414b933eeb387a0e66b0b14cfdf9ab74892f20a2171cc44a3505960b95b9392ab357da77df5eb1b19ac57b466361a0f69d
|
||||
21
dev-python/hupper/hupper-1.9.1.ebuild
Normal file
21
dev-python/hupper/hupper-1.9.1.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Integrated process monitor for developing and reloading daemons"
|
||||
HOMEPAGE="https://github.com/Pylons/hupper/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -19,8 +19,14 @@ RDEPEND="
|
|||
>=dev-python/click-4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-2.0.0[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-2.1.0
|
||||
>=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] <dev-python/python-sqlparse-0.3.0
|
||||
>=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] <dev-python/python-sqlparse-0.3.1
|
||||
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#https://github.com/dbcli/litecli/issues/70
|
||||
src_prepare(){
|
||||
sed -e 's|sqlparse>=0.2.2,<0.3.0|sqlparse>=0.2.2|' -i setup.py || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -19,8 +19,14 @@ RDEPEND="
|
|||
>=dev-python/click-4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-2.0.0[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-2.1.0
|
||||
>=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] <dev-python/python-sqlparse-0.3.0
|
||||
>=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] <dev-python/python-sqlparse-0.3.1
|
||||
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#https://github.com/dbcli/litecli/issues/70
|
||||
src_prepare(){
|
||||
sed -e 's|sqlparse>=0.2.2,<0.3.0|sqlparse>=0.2.2|' -i setup.py || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
2
dev-python/marshmallow-sqlalchemy/Manifest
Normal file
2
dev-python/marshmallow-sqlalchemy/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST marshmallow-sqlalchemy-0.15.0.tar.gz 42467 BLAKE2B 16e205e2680e6a61e8582a93f8bfa5933030d36509d84c6b2cdf13c2947a67d95d3938befc93487a7d2619cc7b7fa3270cf64204575f357063d9bd24ae67bcd6 SHA512 865e1540ff569e6dca239fbaee82883645c86bd2538b7e5b724170053e16d3e898ef540937ae6272e48fcc355d3bbee285533930805220574a4d990bb5f0a3e7
|
||||
DIST marshmallow-sqlalchemy-0.21.0.tar.gz 47654 BLAKE2B 22afa1b518fa1088eb69e58aa07bbb3640ce3fd74aaebab52dc5d7025836640fd743d78049511969ad73eece9c65f79d5a7acf3ea8a8953f096ad59cd41ea6c0 SHA512 1095fa0f52bba95c09132094537285173e2db2f54f653d60b1af1c8c6202e7436d0500b244d7fe9c0ba2158d095f0c206642540fc2f1c99c716963e7c3593a49
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="SQLAlchemy integration with the marshmallow (de)serialization library"
|
||||
HOMEPAGE="https://github.com/marshmallow-code/marshmallow-sqlalchemy"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/marshmallow-2.15.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="SQLAlchemy integration with the marshmallow (de)serialization library"
|
||||
HOMEPAGE="https://github.com/marshmallow-code/marshmallow-sqlalchemy"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/marshmallow-2.15.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/mockito/Manifest
Normal file
1
dev-python/mockito/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST mockito-1.2.0.tar.gz 23460 BLAKE2B 81913c760504fd368dddf2fc2c91afaf93010d7a1c4fe69a406c472468544a3440180a5b9bb74d88f6680d94c83cb5e455ed3dcc7258250f82c558e7a77aeb83 SHA512 2f4789b049c39269b38c4f6484a46811467ac7b92c2b267b32260664649a1cf84305b97895966a430e353a00266c998cbeb0dad4172451d1a6c90d69d5ff7c9c
|
||||
22
dev-python/mockito/mockito-1.2.0.ebuild
Normal file
22
dev-python/mockito/mockito-1.2.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Spying framework based on Mockito java library"
|
||||
HOMEPAGE="https://github.com/kaste/mockito-python"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'virtual/python-funcsigs[${PYTHON_USEDEP}]' python2_7 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/nplusone/Manifest
Normal file
1
dev-python/nplusone/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST nplusone-1.0.0.tar.gz 13501 BLAKE2B 7a7f75e5ffff5a6a8f0303928436ca600e0edc1be338a7a14750b42a3e5b4be07c7bf1e65154d93be7775041fe2517cac71b444321ea35d397b1376b3f8f5823 SHA512 505a6ab33851d691add686fe8b90af360df9ad04fea4fc0eafa08b9bd1e9fcc6659108a6594f5e1318ebb43d588032b0109881c2af1847f5a504d8081af96d56
|
||||
24
dev-python/nplusone/nplusone-1.0.0.ebuild
Normal file
24
dev-python/nplusone/nplusone-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Detecting the n+1 queries problem in Python"
|
||||
HOMEPAGE="https://github.com/jmcarp/nplusone"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/blinker-1.3[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST pydot-1.4.1.tar.gz 264987 BLAKE2B 61db2b6dbeab582981bf96054686c927d8d4548ac19a6c197ab1725f92c87e973c2dcd84d4c6c04cb2ca76b8f40814cfee1d5a53e4952065a538fc271e75d2a0 SHA512 b5f16b59908586df61cd415cb1a3e242fb69c39674a82b171862beff1f3727f47cba39bdd806901cb56bc8a6888783a53d112b1b70044e124ea992789d77f938
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to Graphviz's Dot language"
|
||||
HOMEPAGE="https://github.com/erocarrera/pydot https://pypi.org/project/pydot/"
|
||||
# pypi releases don't include tests
|
||||
SRC_URI="https://github.com/erocarrera/pydot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
media-gfx/graphviz"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_test() {
|
||||
cd test || die
|
||||
"${PYTHON}" pydot_unittest.py || die "Test failed with ${EPYTHON}"
|
||||
}
|
||||
1
dev-python/pypcapfile/Manifest
Normal file
1
dev-python/pypcapfile/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pypcapfile-0.12.0.tar.gz 17205 BLAKE2B 142870bd31386132582aff6e69ad16ae03ea4d647e3298a395123ca78d355835e28219700fa4a3d88d542b3833adc906fb1d4e1c905c8c9d3a06d520152be275 SHA512 6c2c238f2732b4d5bc5f2b4c7b9e66359d964b94ead437c790256f9bef4e27ed10abaa3e4f17cd1bec22ce0d56cab6e2a63b784a49087943911f1dccd63c1127
|
||||
21
dev-python/pypcapfile/pypcapfile-0.12.0.ebuild
Normal file
21
dev-python/pypcapfile/pypcapfile-0.12.0.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pure Python package for reading and parsing libpcap savefiles"
|
||||
HOMEPAGE="https://github.com/kisom/pypcapfile"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/simplekv/Manifest
Normal file
1
dev-python/simplekv/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST simplekv-0.14.0.tar.gz 21874 BLAKE2B bbd8bcb099161f84d1160300239a635d509629372f8fe96dccd10e80cd08ffc4b5a8951a12dad8736f9db9afa50fd9aef7870a4c6e65dfabf0fab4fa476077ba SHA512 80ea26639a580ca2a390e2d9bdb2d68c08a4817faf1aeb786687bee8b00191a1f940cca18b985c25b8921a05188caa76bc50784a661f6eade04018b953818c97
|
||||
17
dev-python/simplekv/metadata.xml
Normal file
17
dev-python/simplekv/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>aballier@gentoo.org</email>
|
||||
<name>Alexis Ballier</name>
|
||||
<description>Python team can take the package if they wish.</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">simplekv</remote-id>
|
||||
<remote-id type="github">mbr/simplekv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-python/simplekv/simplekv-0.14.0.ebuild
Normal file
20
dev-python/simplekv/simplekv-0.14.0.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} pypy{,3} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A key-value storage for binary data, support many backends."
|
||||
HOMEPAGE="https://pypi.org/project/simplekv/ https://github.com/mbr/simplekv"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/sqlalchemy_schemadisplay/Manifest
Normal file
1
dev-python/sqlalchemy_schemadisplay/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sqlalchemy_schemadisplay-1.3.tar.gz 6924 BLAKE2B 0e1d8f01fc484fdace599a53aa30e9d2f940d3cfc623878922e97fe62b804ed6ecaac62c4e84d841f7be4753f774006ddb1c890e20d0a11ac4d212068a181eba SHA512 dce7ea7c7adeb288ce77b2d3497c209f78f3db5f4d7231545f47ceffea5af8fa563884ae83bec6737ae40f00f41111599c81570715daf405b0cf75891277c5d3
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Turn SQLAlchemy DB Model into a graph"
|
||||
HOMEPAGE="https://github.com/fschulze/sqlalchemy_schemadisplay"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
||||
dev-python/pydot[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
2
dev-python/syslog-rfc5424-formatter/Manifest
Normal file
2
dev-python/syslog-rfc5424-formatter/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST syslog-rfc5424-formatter-1.1.1.tar.gz 4182 BLAKE2B f263d93a938eed23e3ad20f3b59b3b9808a9b835b67bdf0f55101db54820c09af56768385421678d6b88fcf9210a40c4e8e547c9b47def8e109fdee517e5fd4e SHA512 b76a9f640c05ea9deeb71920f172e9ce8a4502271a5577a70606e0e0c2fef940713023a77606441cbdcbe8c1fa115ceaece6ae53a9691ca932cbfc7756eca455
|
||||
DIST syslog-rfc5424-formatter-1.2.2.tar.gz 4817 BLAKE2B d20d1fe325a61cbdc2d139be2326617f4240aff64a2bdef24594faec78ed575d8606547d9409526028f348eb900603ae6424434069412c673b4bc66a9def62fa SHA512 79ec3ca32bba6737cbe5927c0282190be49ec3b44ea789d9375000bcd61ab64cdfc452549044052b064fe1de8476536bb2fbbbc870122c5cb455927aeb417025
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Logging formatter which produces well-formatted RFC5424 Syslog Protocol messages"
|
||||
HOMEPAGE="https://github.com/easypost/syslog-rfc5424-formatter"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Logging formatter which produces well-formatted RFC5424 Syslog Protocol messages"
|
||||
HOMEPAGE="https://github.com/easypost/syslog-rfc5424-formatter"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
21
dev-python/webargs-5.5.2.ebuild
Normal file
21
dev-python/webargs-5.5.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/webargs/Manifest
Normal file
1
dev-python/webargs/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST webargs-5.5.2.tar.gz 31776 BLAKE2B c57602ef26365dc64b83fe65191e2bc6b4b0799cc8539d91db3d1ec05f45c221d994867a655972813114c8929f7db131510ff13d6a205cb6a93986fa875de3a1 SHA512 cac8eddc571a31962ed8c5b1d044b4a55c3b28c75d07fb8643d95311a04afd689d360933c27293c186a4a5a77357a9a91cf70b9fae18092ff294d4edc29ec929
|
||||
35
dev-python/webargs/webargs-5.5.2.ebuild
Normal file
35
dev-python/webargs/webargs-5.5.2.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Declarative parsing and validation of HTTP request objects"
|
||||
HOMEPAGE="https://github.com/marshmallow-code/webargs"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
FRAMEWORKS="
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/bottle[${PYTHON_USEDEP}]
|
||||
dev-python/tornado[${PYTHON_USEDEP}]
|
||||
dev-python/pyramid[${PYTHON_USEDEP}]
|
||||
dev-python/falcon[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/aiohttp[${PYTHON_USEDEP}]' pypy 'python3*' )
|
||||
"
|
||||
#python2 only: dev-python/webapp2[${PYTHON_USEDEP}]
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/marshmallow-2.15.2[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/simplejson[${PYTHON_USEDEP}]' pypy python2_7 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/websocket-client/Manifest
Normal file
1
dev-python/websocket-client/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b SHA512 8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525
|
||||
13
dev-python/websocket-client/metadata.xml
Normal file
13
dev-python/websocket-client/metadata.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">websocket-client</remote-id>
|
||||
<remote-id type="github">websocket-client/websocket-client</remote-id>
|
||||
<bugs-to>https://github.com/websocket-client/websocket-client/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
43
dev-python/websocket-client/websocket-client-0.57.0.ebuild
Normal file
43
dev-python/websocket-client/websocket-client-0.57.0.ebuild
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
|
||||
DESCRIPTION="WebSocket client for python with hybi13 support"
|
||||
HOMEPAGE="https://github.com/websocket-client/websocket-client"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
|
||||
IUSE="examples test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' pypy python2_7 )
|
||||
"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( ${RDEPEND} )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
if use examples; then
|
||||
docompress -x "/usr/share/doc/${PF}/examples"
|
||||
dodoc -r examples
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
|
@ -284,7 +284,7 @@ dev-python/PyVirtualDisplay
|
|||
# required by dev-util/objection
|
||||
~dev-python/delegator-0.1.1
|
||||
dev-python/htmlentities
|
||||
=dev-python/litecli-1.1.0
|
||||
~dev-python/litecli-1.1.0
|
||||
=dev-python/cli_helpers-1.2*
|
||||
=dev-python/pygments-2.4*
|
||||
=dev-python/backports-csv-1.0*
|
||||
|
|
@ -441,3 +441,35 @@ dev-python/pyee
|
|||
# required by dwarf-debugger (argument)
|
||||
~dev-python/requests-2.22.0
|
||||
~dev-python/pyperclip-1.7.0
|
||||
|
||||
#faraday
|
||||
=dev-python/marshmallow-2.20*
|
||||
dev-python/webapp2
|
||||
~dev-python/Flask-KVSession-0.6.2
|
||||
|
||||
~dev-python/html2text-2019.9.26
|
||||
|
||||
dev-python/syslog-rfc5424-formatter
|
||||
dev-python/nplusone
|
||||
dev-python/faraday-plugins
|
||||
=dev-python/python-sqlparse-0.3*
|
||||
=dev-python/autobahn-18.3*
|
||||
=dev-python/werkzeug-0.16*
|
||||
=dev-python/pgspecial-1.11*
|
||||
dev-python/filteralchemy-fork
|
||||
dev-python/webargs
|
||||
=dev-python/mockito-1.2*
|
||||
dev-python/flask-session
|
||||
=dev-python/simplekv-0.14.0
|
||||
dev-python/marshmallow-sqlalchemy
|
||||
=dev-python/flask-1.1*
|
||||
dev-python/sqlalchemy_schemadisplay
|
||||
dev-python/filedepot
|
||||
dev-python/pypcapfile
|
||||
=dev-python/future-0.18.2
|
||||
|
||||
#strick on sqlparse
|
||||
=dev-db/pgcli-2.2*
|
||||
|
||||
dev-python/flask-classful
|
||||
dev-python/flask-restless
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ www-apps/Tiredful-API
|
|||
|
||||
www-apps/geckodriver
|
||||
www-apps/chromedriver-bin
|
||||
|
||||
www-apps/faraday
|
||||
|
|
|
|||
1
www-apps/faraday/Manifest
Normal file
1
www-apps/faraday/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST faraday-3.10.0.tar.gz 9836043 BLAKE2B 6a2053995a30b3c2ece02f843355409b699efe15b3a5232d834d481bb9f66d94dfaa322fcd137d8320cfe795a413b64da8112fe5f6474a0db9ae82d22d691e69 SHA512 6923bace84701090df80b0ee696b324b7a6c8da512c41149347fa2ae7c6e8b3801c6f97def9db39fb4ab41fd5ef69d50a0ba6cfaee0a66599ef85a8bd790fac5
|
||||
93
www-apps/faraday/faraday-3.10.0.ebuild
Normal file
93
www-apps/faraday/faraday-3.10.0.ebuild
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Integrated Penetration-Test Environment is a multiuser Penetration test IDE"
|
||||
HOMEPAGE="https://github.com/infobyte/faraday https://pypi.org/project/faradaysec/"
|
||||
|
||||
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/infobyte/faraday/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEP_SERVER="
|
||||
>=dev-python/autobahn-17.10.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/alembic-0.9.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/bcrypt-3.1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-sqlalchemy-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-classful-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-security-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-session-0.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ipy-0.83[${PYTHON_USEDEP}]
|
||||
<dev-python/marshmallow-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-4.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-db/pgcli-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/psycopg-2.8.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyasn1-modules-0.0.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-17.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/service_identity-17.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/sqlalchemy_schemadisplay-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-18.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/webargs-5.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/marshmallow-sqlalchemy-0.15.0[${PYTHON_USEDEP}]
|
||||
dev-python/filteralchemy-fork[${PYTHON_USEDEP}]
|
||||
>=dev-python/filedepot-0.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/nplusone-0.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/deprecation-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.46.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-restless-0.17.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/syslog-rfc5424-formatter-1.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
>=dev-python/Flask-KVSession-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/simplekv-0.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pypcapfile-0.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/distro-1.4.0[${PYTHON_USEDEP}]
|
||||
dev-python/faraday-plugins[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/autobahn-17.10.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/deprecation-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ipy-0.83[${PYTHON_USEDEP}]
|
||||
>=dev-python/mockito-1.0.12[${PYTHON_USEDEP}]
|
||||
>=dev-db/pgcli-1.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-5.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/whoosh-2.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycairo-1.18.1[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
|
||||
${DEP_SERVER}
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare(){
|
||||
sed -e 's|==|>=|' -i requirements.txt || die "sed failed"
|
||||
sed -e 's|==|>=|' \
|
||||
-i 's|psycopg2-binary>=2.8.4|psycopg2-binary|' -i requirements_server.txt || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
Loading…
Reference in a new issue