mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
dev-python: repoman fixes
This commit is contained in:
parent
5bac68039a
commit
531e1ce676
7 changed files with 8 additions and 44 deletions
|
|
@ -1 +1 @@
|
|||
DIST acora-2.0.tar.gz 19900 BLAKE2B f17cf50cd337e909b86b73951fa854350336dca3f2b5fbe52b5d3f9525be44360c2af3ea6a61f77d1644915527a89ce2983060c007688a5066848b69aabc6afe SHA512 4a9522f858cffde3267c6d9ae0b515f2406c2cfbbf0c30381e07ab235a4724820974ea2db97265e75e7344031d713e9f80d178b7f57380136a3599e608273fb2
|
||||
DIST acora-2.2.tar.gz 20835 BLAKE2B e0423507d0f5ee1b453e8e6dfd626c970fbbce16e85230a3dfccb59062db0fe761c3c14acea5c14d17ce733a7381343a4b545e6e03bfe0479bef1e419b0e8cf0 SHA512 731fe1d185e86ca7b8a3b6e4fc2630266527d2084a01d5756354e3eab24cd57ee3f812525f0d6e828f8e6cc64162ffa0e334b28b0c2a489cabf2d4ca87f24bbf
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -22,14 +22,6 @@ HOMEPAGE="https://github.com/scoder/acora"
|
|||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# Commented out KEYWORDS because this dep doesn't install yet due to compile
|
||||
# errors:
|
||||
#
|
||||
# Traceback (most recent call last):
|
||||
# File "setup.py", line 28, in <module>
|
||||
# sys.argv.remove('--no-compile')
|
||||
# ValueError: list.remove(x): x not in list
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -18,8 +18,7 @@ IUSE="test"
|
|||
|
||||
#'mitmproxy==5.0.1'
|
||||
RDEPEND="net-proxy/mitmproxy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -i "s|mitmproxy==5.0.1|mitmproxy|g" setup.py
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST psd-tools-1.9.13.tar.gz 121394 BLAKE2B 58ad534b0454b7a7cefc77872304623c824d49d0bbd8a2deae67f97a631c116e2770a19234842c68fcd3557df6c731e9f66e0763906dcaeeb8c2be242d358db2 SHA512 be9d79a1d262920be6777ea7078df1ad268a490815e94a6aaf12ff91d1a882d3824525c54eab4e90d6aedc4276415567f2b491715c04ad9012397fb51191eaf4
|
||||
DIST psd-tools-1.9.9.tar.gz 121138 BLAKE2B 5618141a1f339e7b7da2907a60f4ad1707acc102c19e2c12d183bb0578c8905307a2d2e5bb6263ea4714913c79a4180b93418c0d027c9c3d348b499239ddb98a SHA512 5266971650b94cf7007c7898bc2c2f3c12d3847bbca2cc32ebd415aeded8105a50c12fb627756b1895c4e658a91d88988e716a84178d01abc34344990f63a86b
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -21,6 +21,6 @@ RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
|
|||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/aggdraw[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/scipy[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Package for working with Adobe Photoshop PSD files"
|
||||
HOMEPAGE="https://pypi.org/project/psd-tools/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/aggdraw[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test +credssp"
|
||||
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue