Files
guru/dev-python/pysftp/pysftp-0.2.9.ebuild
Simon van der Maas 28fee3f0e3 dev-python/pysftp: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
2021-02-18 14:00:15 +01:00

16 lines
417 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="A friendly face on SFTP"
HOMEPAGE="https://pypi.org/project/pysftp/"
SRC_URI="https://files.pythonhosted.org/packages/36/60/45f30390a38b1f92e0a8cf4de178cd7c2bc3f874c85430e40ccf99df8fe7/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"