dev-python/scp: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
22c1cffed1
commit
cf6241f0b3
1
dev-python/scp/Manifest
Normal file
1
dev-python/scp/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST scp-0.14.1.tar.gz 12359 BLAKE2B a9543d6d105415a11c60a2628735ce835d9622c1756d8af089082ed48d3b198f14ed414b395cb0a4bb25e019e85b8f2d02dd1772aead22f06acb098f0d541de1 SHA512 4ec74662e28fb1442590ceaea59479d42d9ce27862eb4bec0ce3882c3b4ab79b1aaeae0bc23c9afd3dd7996a4cddf2e608c87d9c5133bbc7ca103f4f5bf8f204
|
10
dev-python/scp/metadata.xml
Normal file
10
dev-python/scp/metadata.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-graphiql-debug-toolbar</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
21
dev-python/scp/scp-0.14.1.ebuild
Normal file
21
dev-python/scp/scp-0.14.1.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="scp module for paramiko"
|
||||
HOMEPAGE="https://pypi.org/project/scp/ https://github.com/jbardin/scp.py"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-python/paramiko[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in a new issue