Tue Dec 6 20:34:20 2022 UTC ()
devel/Makefile: + py-test-httpserver


(wiz)
diff -r1.3843 -r1.3844 pkgsrc/devel/Makefile

cvs diff -r1.3843 -r1.3844 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2022/12/06 19:51:17 1.3843
+++ pkgsrc/devel/Makefile 2022/12/06 20:34:20 1.3844
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3843 2022/12/06 19:51:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.3844 2022/12/06 20:34:20 wiz Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -2879,26 +2879,27 @@ SUBDIR+= py-termcolor @@ -2879,26 +2879,27 @@ SUBDIR+= py-termcolor
2879SUBDIR+= py-test 2879SUBDIR+= py-test
2880SUBDIR+= py-test-assume 2880SUBDIR+= py-test-assume
2881SUBDIR+= py-test-asyncio 2881SUBDIR+= py-test-asyncio
2882SUBDIR+= py-test-benchmark 2882SUBDIR+= py-test-benchmark
2883SUBDIR+= py-test-cache 2883SUBDIR+= py-test-cache
2884SUBDIR+= py-test-celery 2884SUBDIR+= py-test-celery
2885SUBDIR+= py-test-cov 2885SUBDIR+= py-test-cov
2886SUBDIR+= py-test-doctestplus 2886SUBDIR+= py-test-doctestplus
2887SUBDIR+= py-test-env 2887SUBDIR+= py-test-env
2888SUBDIR+= py-test-fixture-config 2888SUBDIR+= py-test-fixture-config
2889SUBDIR+= py-test-flake8 2889SUBDIR+= py-test-flake8
2890SUBDIR+= py-test-forked 2890SUBDIR+= py-test-forked
2891SUBDIR+= py-test-freezegun 2891SUBDIR+= py-test-freezegun
 2892SUBDIR+= py-test-httpserver
2892SUBDIR+= py-test-isort 2893SUBDIR+= py-test-isort
2893SUBDIR+= py-test-lazy-fixture 2894SUBDIR+= py-test-lazy-fixture
2894SUBDIR+= py-test-localserver 2895SUBDIR+= py-test-localserver
2895SUBDIR+= py-test-mock 2896SUBDIR+= py-test-mock
2896SUBDIR+= py-test-mypy 2897SUBDIR+= py-test-mypy
2897SUBDIR+= py-test-pylint 2898SUBDIR+= py-test-pylint
2898SUBDIR+= py-test-pythonpath 2899SUBDIR+= py-test-pythonpath
2899SUBDIR+= py-test-random-order 2900SUBDIR+= py-test-random-order
2900SUBDIR+= py-test-randomly 2901SUBDIR+= py-test-randomly
2901SUBDIR+= py-test-relaxed 2902SUBDIR+= py-test-relaxed
2902SUBDIR+= py-test-rerunfailures 2903SUBDIR+= py-test-rerunfailures
2903SUBDIR+= py-test-runner 2904SUBDIR+= py-test-runner
2904SUBDIR+= py-test-shutil 2905SUBDIR+= py-test-shutil