Date: Mon, 5 Mar 2018 06:01:46 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463621 - in head/ftp: . py-requests-ftp Message-ID: <201803050601.w2561kTo044859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Mar 5 06:01:46 2018 New Revision: 463621 URL: https://svnweb.freebsd.org/changeset/ports/463621 Log: New port: ftp/py-requests-ftp: Ftp transport adapter for requests PR: 226359 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: tcberner (mentor, implicit) Added: head/ftp/py-requests-ftp/ head/ftp/py-requests-ftp/Makefile (contents, props changed) head/ftp/py-requests-ftp/distinfo (contents, props changed) head/ftp/py-requests-ftp/pkg-descr (contents, props changed) Modified: head/ftp/Makefile Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Mar 5 05:48:24 2018 (r463620) +++ head/ftp/Makefile Mon Mar 5 06:01:46 2018 (r463621) @@ -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 Added: head/ftp/py-requests-ftp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/py-requests-ftp/Makefile Mon Mar 5 06:01:46 2018 (r463621) @@ -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> Added: head/ftp/py-requests-ftp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/py-requests-ftp/distinfo Mon Mar 5 06:01:46 2018 (r463621) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519797133 +SHA256 (requests-ftp-0.3.1.tar.gz) = 7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183d8057a +SIZE (requests-ftp-0.3.1.tar.gz) = 7850 Added: head/ftp/py-requests-ftp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/py-requests-ftp/pkg-descr Mon Mar 5 06:01:46 2018 (r463621) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050601.w2561kTo044859>