New port: ftp/py-requests-ftp: Ftp transport adapter for requests

PR:		226359
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-03-05 06:01:46 +00:00
parent ac9925dc58
commit 7f6edf0d92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463621
4 changed files with 27 additions and 0 deletions

View file

@ -85,6 +85,7 @@
SUBDIR += py-ftputil
SUBDIR += py-pycurl
SUBDIR += py-pyftpdlib
SUBDIR += py-requests-ftp
SUBDIR += py-tftpy
SUBDIR += quftp
SUBDIR += rexx-curl

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= requests-ftp
DISTVERSION= 0.3.1
CATEGORIES= ftp python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= FreeBSD@Shaneware.biz
COMMENT= Ftp transport adapter for requests
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1519797133
SHA256 (requests-ftp-0.3.1.tar.gz) = 7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183d8057a
SIZE (requests-ftp-0.3.1.tar.gz) = 7850

View file

@ -0,0 +1,4 @@
Requests-FTP is an implementation of a very stupid FTP transport
adapter for use with the awesome Requests Python library.
WWW: https://github.com/Lukasa/requests-ftp