mobsf: python 3.9

This commit is contained in:
Anton Bolshakov 2021-03-04 14:29:44 +08:00
parent 273fa18a23
commit d1c602c3ac
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
9 changed files with 80 additions and 13 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@ -21,3 +21,4 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
${RDEPEND} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -1,2 +1,2 @@
DIST google-play-scraper-0.0.1.8.tar.gz 28605 BLAKE2B 0cb7de75032b27dcce2bbf49e65cc4700efaa00631687a47f186fca59c02c9a18d961eba798db69270213a5eb3006e700de1ca8d1a75e7ed541d1005bdac320f SHA512 3746b821312aaddb46fdf56ca4fc396600f9749f47d457b770aa4c9041d27ff7388835f593e41dae68e2509218a5f705eb174d1bd2733cbf352e0c18c9e0672a
DIST google-play-scraper-0.0.2.3.tar.gz 46356 BLAKE2B 8d5d3f34ffe2d55d594015bfb48724f0c85a709ae242f6cdaf304672d6f1dfb62c020651df289d620d84b356d2a60177622a5d1f50eab632b86cf8a6dbe8be16 SHA512 d24cb017b21eb874ce9107a82efcb5e29061ad148cffe81ccaccd84054849f345425e35b34fdb96b7d5f86bde3477caac365d156843d94ca41f4acbb0e7d485d
DIST google-play-scraper-0.1.2.tar.gz 49413 BLAKE2B 7492822772a38b260b1a1db3b6fdb93648875171ccc1e42bc747e30d2e4455269b9a661eba3fabc9d1cc120e3af927b927ff8275c943c952c46700a6e4ad914b SHA512 647e5396ed38daa0ef82ee05c88f3e9bd0458d29a974b8862da621800749780441b01e70982c1949c24fbbe80735b302c6b5b23a8a86075414f1e9def7d36921

View file

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@ -13,9 +13,9 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 arm64 x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@ -17,5 +17,5 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="media-gfx/wkhtmltopdf"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -1 +1,2 @@
DIST whitenoise-5.0.1.tar.gz 44551 BLAKE2B 2ef5f880be3f7f33d7e151fb2f55aacebed970477b41cea53c0c46fe4d00b307a8c9ba1adcace308a1ecfc47e18ebf2b8beaf0345f132ae0239b16ea3507179f SHA512 9a183fb2a3a939b8887d38b618ae0216ab3162935b54e169223f84721a601af869db744023daa5d697e2019ecea947d6b63e9c4abe52a9180601640966c33516
DIST whitenoise-5.2.0.tar.gz 45096 BLAKE2B 8a2cb53664e2f4fffc8f92298879475b5ec5354bce3f99d8bacf4a0da90f858e48c8e4817c241f9d542b4f0066e2980fb935a33f47e8e861cc6cb4103f184de0 SHA512 6f4305205247b98a7d6d73b48c40de9eea5ea7f525c7b9a863b979e9d38461370eddf6392bc33fc6766623e4a7e33dc356f488eb495dc7786dc6b9e1e5bf04ed

View file

@ -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_{7..9} )
inherit distutils-r1
DESCRIPTION="Radically simplified static file serving for WSGI applications"
HOMEPAGE="http://whitenoise.evans.io/en/stable/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test brotli"
RDEPEND="brotli? ( app-arch/brotli[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1

View file

@ -0,0 +1 @@
DIST wkhtmltopdf-0.12.6.tar.gz 519045 BLAKE2B 70849a9d08a91f44e6b6f35f4d6207745e9adcff081e236a02008a1759639ba1a4d1caf14b19f10a1c84e7c0ca1cddf796edcaa4b6bad73089b4b42aa8ed3fc4 SHA512 616f51a9094ae91339ca9b6228ee15a67e4092117d087124e2966d3aa53d1caa27f729a40df4e1f2c95149bea86c9b6f184ce9930f9025728d2cdfe6c94a2fbb

View file

@ -0,0 +1,43 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit qmake-utils
DESCRIPTION="Convert html to pdf (and various image formats) using webkit"
HOMEPAGE="https://wkhtmltopdf.org/ https://github.com/wkhtmltopdf/wkhtmltopdf/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="examples"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5[ssl]
dev-qt/qtprintsupport:5
dev-qt/qtsvg:5
dev-qt/qtwebkit:5[printsupport]
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
dev-qt/qtxmlpatterns:5
"
src_prepare() {
default
sed -i "s:\(INSTALLBASE/\)lib:\1$(get_libdir):" src/lib/lib.pro || die
}
src_configure() {
eqmake5 INSTALLBASE=/usr
}
src_install() {
emake INSTALL_ROOT="${D}" install
use examples && dodoc -r examples
einstalldocs
}