pentoo: sync

This commit is contained in:
blshkv 2018-11-19 21:37:14 +08:00
parent 891ab180d2
commit c94a5ddfd9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
5 changed files with 25 additions and 24 deletions

View file

@ -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}]
"

View file

@ -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() {

View file

@ -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}"

View file

@ -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"

View file

@ -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