mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo: sync
This commit is contained in:
parent
891ab180d2
commit
c94a5ddfd9
5 changed files with 25 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
EGO_PN=github.com/MarioVilas/googlesearch
|
||||
|
|
@ -26,7 +26,8 @@ LICENSE="BSD-3"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1"
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
@ -20,19 +20,17 @@ fi
|
|||
|
||||
DESCRIPTION="Manage free and private proxies on local db for Python Projects"
|
||||
HOMEPAGE="https://github.com/Nekmo/proxy-db"
|
||||
#S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1
|
||||
dev-python/click
|
||||
dev-python/geoip2-python
|
||||
dev-python/requests
|
||||
dev-python/sqlalchemy"
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/geoip2-python[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/sqlalchemy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
|
|
|
|||
|
|
@ -26,12 +26,13 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1
|
||||
dev-python/click
|
||||
dev-python/colorama
|
||||
dev-python/googlesearch
|
||||
dev-python/humanize
|
||||
dev-python/proxy-db
|
||||
dev-python/requests
|
||||
dev-python/requests-mock"
|
||||
RDEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/humanize[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/googlesearch[${PYTHON_USEDEP}]
|
||||
dev-python/proxy-db[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -60,6 +60,6 @@ INSTALL_MASK="/usr/lib/debug"
|
|||
DISTDIR="${PORTDIR}/distfiles"
|
||||
PKGDIR="${PORTDIR}/packages"
|
||||
|
||||
RUBY_TARGETS="ruby23"
|
||||
RUBY_TARGETS="ruby24"
|
||||
|
||||
ACCEPT_LICENSE="intel-ucode-20180807"
|
||||
|
|
|
|||
|
|
@ -296,3 +296,4 @@ dev-python/htmlentities
|
|||
~dev-python/geoip2-python-2.9.0
|
||||
~dev-python/googlesearch-20181112
|
||||
~dev-python/proxy-db-0.2.3
|
||||
~dev-python/requests-2.20.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue