Python Azure

This commit is contained in:
Gerben Jan Dijkman 2021-07-08 23:53:29 +02:00
parent 2fbf41d0ad
commit 48cd4898d6
3 changed files with 37 additions and 0 deletions

3
dev-python/scp/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST scp-0.13.3.tar.gz 11657 BLAKE2B 99261e951c1b5343c8cc621abf95d4fdc886171d76515f3f16d5b3abeb261e5116a9e43301e3231ac36bd9617cec03c6cae0f9369a8244a1e5e452421526bda6 SHA512 063bb22eabc6dbe5c75b10bc39f5c08c3f30a7b540d0b9f278460c62c211625ff839ae3a0b8ae2b78cd323d32130e9d06ab7d805d4b494fff35645afeb589ad2
EBUILD scp-0.13.3.ebuild 477 BLAKE2B 8e5fe51f4c72fedfe041bb811cda1eb8fb6a7ffc8907159c98c08c61695659ad95bf6daf9162f2b3eeb8769319c8e3d3d980e0d3d26e2bb22b6a1f828a191fa0 SHA512 2aae547522b31a728f625cbb74c193835f2523b5e86728d364477043ec1458dce0ae621a6033946970810e7e353a74d798ce0b7f86b66d34696cb5344f076346
MISC metadata.xml 394 BLAKE2B 1f5b18b145489fa64b54362d20a5ebc7bd959b33a533b4468bb31a54b3f736d1ab52177009d83b3f89c5627f7516936528694a4ce808bfa24be4a9f76e663cf8 SHA512 c17c21003c7a9b37cc5c090e520d015939ed57d75a5ac35e3732a74fa39fcf3f005261ef7d720644261b9adf21cfa663dd8b6196e99f4ba44c11269eeb3a52bb

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vincent.hardy@linuxunderground.be</email>
<name>Vincent Hardy</name>
</maintainer>
<upstream>
<remote-id type="github">jbardin/scp.py</remote-id>
<remote-id type="pypi">scp</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# 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="scp module for paramiko"
HOMEPAGE="https://pypi.python.org/pypi/scp"
SRC_URI="mirror://pypi/s/scp/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
LICENSE="LGPL-2.1"
SLOT="0"
RESTRICT="test"
RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"