diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-07 18:03:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-07 18:03:29 +0000 |
commit | 22990f1dc103484851e7541a00c1af1599a66a32 (patch) | |
tree | b1451eacef4c0e1d13bdac7cb67ac5e9a7fdf64e /devel | |
parent | 7f42164eebceafc5f31f280584b5ad1e618b8f96 (diff) | |
download | pkgsrc-22990f1dc103484851e7541a00c1af1599a66a32.tar.gz |
devel/Makefile: add some packages
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7685c5fa80a..0cf01265869 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3520 2021/12/06 12:45:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.3521 2021/12/07 18:03:29 wiz Exp $ # COMMENT= Development utilities @@ -2440,6 +2440,7 @@ SUBDIR+= py-olefile SUBDIR+= py-open-vcdiff SUBDIR+= py-ordered-set SUBDIR+= py-oset +SUBDIR+= py-packageurl SUBDIR+= py-packaging SUBDIR+= py-packaging2 SUBDIR+= py-parameterized @@ -2591,6 +2592,7 @@ SUBDIR+= py-requests-futures SUBDIR+= py-requests-mock SUBDIR+= py-requests-toolbelt SUBDIR+= py-requests-unixsocket +SUBDIR+= py-requirements-parser SUBDIR+= py-resolvelib SUBDIR+= py-restructuredtext_lint SUBDIR+= py-retry_decorator @@ -2681,6 +2683,8 @@ SUBDIR+= py-txaio SUBDIR+= py-txgithub SUBDIR+= py-txrequests SUBDIR+= py-typed-ast +SUBDIR+= py-types-setuptools +SUBDIR+= py-types-toml SUBDIR+= py-typing SUBDIR+= py-typing-extensions SUBDIR+= py-unit |