pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Dec  5 03:22:34 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/devel/py-flit: Makefile
        pkgsrc/doc: CHANGES-2020
Removed Files:
        pkgsrc/devel/py-responses: DESCR Makefile PLIST distinfo

Log Message:
Revert addition of devel/py-responses.

Turns out we already had net/py-responses, and somehow I missed it.


To generate a diff of this commit:
cvs rdiff -u -r1.3283 -r1.3284 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-flit/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-responses/DESCR \
    pkgsrc/devel/py-responses/Makefile pkgsrc/devel/py-responses/PLIST \
    pkgsrc/devel/py-responses/distinfo
cvs rdiff -u -r1.6565 -r1.6566 pkgsrc/doc/CHANGES-2020

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3283 pkgsrc/devel/Makefile:1.3284
--- pkgsrc/devel/Makefile:1.3283        Fri Dec  4 23:30:29 2020
+++ pkgsrc/devel/Makefile       Sat Dec  5 03:22:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3283 2020/12/04 23:30:29 riastradh Exp $
+# $NetBSD: Makefile,v 1.3284 2020/12/05 03:22:34 riastradh Exp $
 #
 
 COMMENT=       Development utilities
@@ -2547,7 +2547,6 @@ SUBDIR+=  py-requests-futures
 SUBDIR+=       py-requests-mock
 SUBDIR+=       py-requests-toolbelt
 SUBDIR+=       py-requests-unixsocket
-SUBDIR+=       py-responses
 SUBDIR+=       py-restructuredtext_lint
 SUBDIR+=       py-retry_decorator
 SUBDIR+=       py-rlp

Index: pkgsrc/devel/py-flit/Makefile
diff -u pkgsrc/devel/py-flit/Makefile:1.1 pkgsrc/devel/py-flit/Makefile:1.2
--- pkgsrc/devel/py-flit/Makefile:1.1   Fri Dec  4 23:29:32 2020
+++ pkgsrc/devel/py-flit/Makefile       Sat Dec  5 03:22:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/04 23:29:32 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/05 03:22:34 riastradh Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
 CATEGORIES=    devel
@@ -19,7 +19,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-flit_core-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pep517>=0:../../devel/py-pep517
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-responses>=0:../../devel/py-responses
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses>=0:../../net/py-responses
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
 

Index: pkgsrc/doc/CHANGES-2020
diff -u pkgsrc/doc/CHANGES-2020:1.6565 pkgsrc/doc/CHANGES-2020:1.6566
--- pkgsrc/doc/CHANGES-2020:1.6565      Fri Dec  4 23:32:59 2020
+++ pkgsrc/doc/CHANGES-2020     Sat Dec  5 03:22:34 2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6565 2020/12/04 23:32:59 riastradh Exp $
+$NetBSD: CHANGES-2020,v 1.6566 2020/12/05 03:22:34 riastradh Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -9553,7 +9553,6 @@ Changes to the packages collection and i
        Updated shells/zsh to 5.8nb1 [ryoon 2020-12-04]
        Added net/py-aioresponses version 0.7.1 [adam 2020-12-04]
        Updated lang/py-pygls to 0.9.1 [adam 2020-12-04]
-       Added devel/py-responses version 0.12.1 [riastradh 2020-12-04]
        Added devel/py-flit_core version 3.0.0 [riastradh 2020-12-04]
        Added devel/py-flit version 3.0.0 [riastradh 2020-12-04]
        Added devel/py-intelhex version 2.3.0 [riastradh 2020-12-04]



Home | Main Index | Thread Index | Old Index