pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-requests-ftp Import py-request-ftp-0.3.1 as d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd238f63fd3a
branches:  trunk
changeset: 359342:cd238f63fd3a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 07 18:15:21 2017 +0000

description:
Import py-request-ftp-0.3.1 as devel/py-request-ftp

Requests-FTP is an implementation of an FTP transport adapter for use
with the awesome Requests Python library.  This library is intended as
both a starting point for future development and a useful example for
how to implement transport adapters.

diffstat:

 devel/py-requests-ftp/DESCR    |   4 ++++
 devel/py-requests-ftp/Makefile |  16 ++++++++++++++++
 devel/py-requests-ftp/PLIST    |  12 ++++++++++++
 devel/py-requests-ftp/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 6d40df036aea -r cd238f63fd3a devel/py-requests-ftp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-requests-ftp/DESCR       Tue Mar 07 18:15:21 2017 +0000
@@ -0,0 +1,4 @@
+Requests-FTP is an implementation of an FTP transport adapter for use
+with the awesome Requests Python library.  This library is intended as
+both a starting point for future development and a useful example for
+how to implement transport adapters.
diff -r 6d40df036aea -r cd238f63fd3a devel/py-requests-ftp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-requests-ftp/Makefile    Tue Mar 07 18:15:21 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/03/07 18:15:21 minskim Exp $
+
+DISTNAME=      requests-ftp-0.3.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-ftp/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/Lukasa/requests-ftp
+COMMENT=       FTP transport adapter for use with the requests Python lib
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6d40df036aea -r cd238f63fd3a devel/py-requests-ftp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-requests-ftp/PLIST       Tue Mar 07 18:15:21 2017 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/07 18:15:21 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/requests_ftp/__init__.py
+${PYSITELIB}/requests_ftp/__init__.pyc
+${PYSITELIB}/requests_ftp/__init__.pyo
+${PYSITELIB}/requests_ftp/ftp.py
+${PYSITELIB}/requests_ftp/ftp.pyc
+${PYSITELIB}/requests_ftp/ftp.pyo
diff -r 6d40df036aea -r cd238f63fd3a devel/py-requests-ftp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-requests-ftp/distinfo    Tue Mar 07 18:15:21 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/07 18:15:21 minskim Exp $
+
+SHA1 (requests-ftp-0.3.1.tar.gz) = ea1ff9cec32458fc3b61382d50b2492855570697
+RMD160 (requests-ftp-0.3.1.tar.gz) = 56f6db6e580b0cc0e3d24b938040a1d380a86b47
+SHA512 (requests-ftp-0.3.1.tar.gz) = dfd3bc590a5a7e62d541d1100b424371e1eab2b548131fef8a39332727cb59f5059700f62e1fd870860bf11829a8117e80bc484f3be6c64a1bf94f8a1ec205ba
+Size (requests-ftp-0.3.1.tar.gz) = 7850 bytes



Home | Main Index | Thread Index | Old Index