mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
19
ftp/py-requests-ftp/Makefile
Normal file
19
ftp/py-requests-ftp/Makefile
Normal 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>
|
3
ftp/py-requests-ftp/distinfo
Normal file
3
ftp/py-requests-ftp/distinfo
Normal 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
|
4
ftp/py-requests-ftp/pkg-descr
Normal file
4
ftp/py-requests-ftp/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue