pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-requests-ftp: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cb00798acf6
branches:  trunk
changeset: 381518:9cb00798acf6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 14:35:08 2022 +0000

description:
py-requests-ftp: remove

Last update in 2015, and it's HOMEPAGE says:

This library is not intended to be an example of Transport Adapters
best practices. This library was cowboyed together in about 4 hours
of total work, has no tests, and relies on a few ugly hacks.

diffstat:

 devel/Makefile                 |   3 +--
 devel/py-requests-ftp/DESCR    |   4 ----
 devel/py-requests-ftp/Makefile |  19 -------------------
 devel/py-requests-ftp/PLIST    |  12 ------------
 devel/py-requests-ftp/distinfo |   5 -----
 doc/CHANGES-2022               |   3 ++-
 6 files changed, 3 insertions(+), 43 deletions(-)

diffs (87 lines):

diff -r 409024cb0134 -r 9cb00798acf6 devel/Makefile
--- a/devel/Makefile    Fri Jul 08 14:33:35 2022 +0000
+++ b/devel/Makefile    Fri Jul 08 14:35:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3758 2022/07/03 12:36:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3759 2022/07/08 14:35:08 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2752,7 +2752,6 @@
 SUBDIR+=       py-repoze.lru
 SUBDIR+=       py-requests
 SUBDIR+=       py-requests-file
-SUBDIR+=       py-requests-ftp
 SUBDIR+=       py-requests-futures
 SUBDIR+=       py-requests-mock
 SUBDIR+=       py-requests-toolbelt
diff -r 409024cb0134 -r 9cb00798acf6 devel/py-requests-ftp/DESCR
--- a/devel/py-requests-ftp/DESCR       Fri Jul 08 14:33:35 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-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 409024cb0134 -r 9cb00798acf6 devel/py-requests-ftp/Makefile
--- a/devel/py-requests-ftp/Makefile    Fri Jul 08 14:33:35 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:36 wiz Exp $
-
-DISTNAME=      requests-ftp-0.3.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-ftp/}
-
-MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      https://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
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 409024cb0134 -r 9cb00798acf6 devel/py-requests-ftp/PLIST
--- a/devel/py-requests-ftp/PLIST       Fri Jul 08 14:33:35 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@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 409024cb0134 -r 9cb00798acf6 devel/py-requests-ftp/distinfo
--- a/devel/py-requests-ftp/distinfo    Fri Jul 08 14:33:35 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:01 nia Exp $
-
-BLAKE2s (requests-ftp-0.3.1.tar.gz) = a44a6422a366bf986d5306ecdf551dd0ad342ecdd11b06edd424f7aef09f1eb6
-SHA512 (requests-ftp-0.3.1.tar.gz) = dfd3bc590a5a7e62d541d1100b424371e1eab2b548131fef8a39332727cb59f5059700f62e1fd870860bf11829a8117e80bc484f3be6c64a1bf94f8a1ec205ba
-Size (requests-ftp-0.3.1.tar.gz) = 7850 bytes
diff -r 409024cb0134 -r 9cb00798acf6 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Fri Jul 08 14:33:35 2022 +0000
+++ b/doc/CHANGES-2022  Fri Jul 08 14:35:08 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3266 2022/07/08 14:32:20 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3267 2022/07/08 14:35:08 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -4903,3 +4903,4 @@
        Removed net/py-softlayer_messaging [wiz 2022-07-08]
        Updated net/py-dropbox to 11.32.0 [wiz 2022-07-08]
        Updated finance/py-stripe to 3.5.0 [wiz 2022-07-08]
+       Removed devel/py-requests-ftp [wiz 2022-07-08]



Home | Main Index | Thread Index | Old Index