py-requests-ftp: add new package (#24975)
This commit is contained in:
parent
8a038ef64c
commit
1cf52de47a
18
var/spack/repos/builtin/packages/py-requests-ftp/package.py
Normal file
18
var/spack/repos/builtin/packages/py-requests-ftp/package.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
|
||||||
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
|
class PyRequestsFtp(PythonPackage):
|
||||||
|
"""FTP Transport Adapter for Requests.."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/Lukasa/requests-ftp"
|
||||||
|
pypi = "requests-ftp/requests-ftp-0.3.1.tar.gz"
|
||||||
|
|
||||||
|
version('0.3.1', sha256='7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183d8057a')
|
||||||
|
|
||||||
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('py-requests', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user