-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anton Bolshakov
committed
Sep 4, 2021
1 parent
f956d1d
commit a564d91
Showing
6 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST cherrypy-cors-1.6.tar.gz 9480 BLAKE2B 2b9ba4841cfee0f416d4681bfa46a5309f1732fc4961714ce2f38f4d0df3d02193dfbc17de638f25e0a53a7e72b29e41d6a168f893e5fcac9ee66a3ccb1656d5 SHA512 2aee6b603df79956f88e160c379feec106e4b362637bcff8f2c20dcb3ce18480417323a06a03323b17127834c9eb7da672eb490026d833f0b9bdd39538114485 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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="CORS handling as a cherrypy tool." | ||
HOMEPAGE="https://github.com/yougov/cherrypy-cors" | ||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 ~arm64 x86" | ||
IUSE="test" | ||
RESTRICT="test" | ||
|
||
RDEPEND=">=dev-python/cherrypy-3[${PYTHON_USEDEP}] | ||
>=dev-python/httpagentparser-1.5[${PYTHON_USEDEP}]" | ||
|
||
DEPEND="${RDEPEND}" | ||
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST httpagentparser-1.9.1.tar.gz 7894 BLAKE2B cbc3ce7d2ae6ac8790f0e13257c0852b8251c07d10c0513170e43b4eb3b0f2026b405ebd551d3a8c782631f5b2c0a5e94674a2447f072151e981af876c2e030d SHA512 d41d5262c44ae9a0eb71afcd8602c5bca0095ad7421ecc560023c272047e15cf8c40ee22cbfea41ffaaae6798d4433e8963623e4691e6194aaeaa380d487cc8b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 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="Extracts OS Browser etc information from http user agent string" | ||
HOMEPAGE="http://shon.github.com/httpagentparser" | ||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm64 x86" | ||
IUSE="test" | ||
|
||
RDEPEND="" | ||
DEPEND="${RDEPEND}" | ||
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,6 @@ net-libs/libpfring | |
|
||
~net-libs/libevhtp-1.2.18 | ||
net-libs/libevhtp-haiwen | ||
|
||
#spiderfoot | ||
~net-libs/stem-1.8.0 |