dev-python/scp: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4b52ca67f2
commit
49a31bea67
@ -1,3 +1,3 @@
|
||||
DIST scp-0.14.4.tar.gz 12649 BLAKE2B 33f6e8599b66a25503d54e947dcdd41abd50a7bf70086778b3419416351683cbec7768aa84fc2a661f0bf081a489b8f8198c6f5686596d995b3cc14d554f94c8 SHA512 af85c67ab8230a44d5a0ec213ed5ad1d4b58f9a0aff774991804a454bcf1728c33b58168ac0fbd7d0537927234db3ba277c8a2ae3b8037ffde3ffb8324fa9abb
|
||||
EBUILD scp-0.14.4.ebuild 739 BLAKE2B d708f55020018f25cefb7999a0257ac1cd22414a622f876a31a74ef04267d0a2adcdebb72ec842111ef173f975af854b1bc624eb695dc53e653b2363e3b1da16 SHA512 f7428318515c274bb1f7eddf7218d28becd385a64148f677cb8b26e7b9a72a12c70230fc6717da1b7ec3dceb5536f94eac3871569e68ef87ee98e15446027bec
|
||||
MISC metadata.xml 442 BLAKE2B c83b20b0d28b214ad1b683ea1b68ebd6f7049c05e339985a99833a5e32ef4e088f93d1231c0b138810d5ab0eba75e7215dfc5c3bbf55c78947ff27e712599732 SHA512 c35d6fe02cfbe8773721a14fc1ffda35962ad1a13489a1ab7b92209a825963a82ec38ca4f04dd6fd7ac4ce5ae9f24e8784277e930e15ee192cbdb830de1acf88
|
||||
DIST scp-0.14.5.tar.gz 12559 BLAKE2B b2a5e06197ddb31b8984bb8853777315ef8eddeb24d2bffdda08b2addb31204cdcabe3d1c1c2b8620a4e4345d65ac1447aeba38b6b995c2068778648d3ddc83f SHA512 ba58a1cca834124ab0270a5d6d651f68f36de0f4708ca461e438b1899db5aaa3a9d38b3073dc35817a5995ca14447eb33cac897e459c18ed65b0c25b6958bd69
|
||||
EBUILD scp-0.14.5.ebuild 579 BLAKE2B 33738ee2717db90c42ca9ff79527b730e2ca9ae49c6b00a58619b941d9f75bcb2f6ee43f95f54ad43eb64a8f09f41256ebcb199819e0726ebbfecb52dafa8c7f SHA512 0870ce51f93967f82bf01262bc2cc03ef6423c16ead4afb96e73ecba6bd7acdd6b4fd0d91f62cdf1f09cea90569f1aadf505b32e4063089df8f7cfe51b1ebf97
|
||||
MISC metadata.xml 498 BLAKE2B 02339e422bcd6eb170f4baa9946e2751ea5a88a5896233b3045f740dda4dae66430bcaac4bdb0e299e94fd8da7a52197355ee856eda7fc25c2a8960224244880 SHA512 3864f86b414ef49cfea49f17422d558c953ae3d43c76b2e3f65f0d3c0a06e2415572b40ca25eaf67c4458f7ea7d23ec595cddc36d15716da0fafa6e941853798
|
||||
|
@ -7,6 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">scp</remote-id>
|
||||
<remote-id type="github">jbardin/scp.py</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>remi@rampin.org</email>
|
||||
<name>Remi Rampin</name>
|
||||
|
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="scp module for paramiko"
|
||||
HOMEPAGE="https://github.com/jbardin/scp.py https://pypi.org/project/scp/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
@ -21,15 +20,8 @@ DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
16
metadata/md5-cache/dev-python/scp-0.14.5
Normal file
16
metadata/md5-cache/dev-python/scp-0.14.5
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/paramiko[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=scp module for paramiko
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jbardin/scp.py https://pypi.org/project/scp/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=LGPL-2.1
|
||||
RDEPEND=dev-python/paramiko[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/s/scp/scp-0.14.5.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666 pypi 3b6a844fbf71f1581992b44c78b549b7
|
||||
_md5_=3489e4c08652f7abfaf9d19896306367
|
Loading…
x
Reference in New Issue
Block a user