diff options
author | khorben <khorben@pkgsrc.org> | 2021-02-25 15:10:45 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2021-02-25 15:10:45 +0000 |
commit | 188a86f600db14294b8a57347295abf4fbddfc2f (patch) | |
tree | d3a8e8343b9dac72d766bbd8aad00ccff1413a69 /devel/Makefile | |
parent | 68ab9ce0bb81ce7f036cb2fe725013da768086c4 (diff) | |
download | pkgsrc-188a86f600db14294b8a57347295abf4fbddfc2f.tar.gz |
Add py-pylru
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c613989bcff..afa7681b694 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3340 2021/02/25 14:59:40 khorben Exp $ +# $NetBSD: Makefile,v 1.3341 2021/02/25 15:10:45 khorben Exp $ # COMMENT= Development utilities @@ -2474,6 +2474,7 @@ SUBDIR+= py-pyelftools SUBDIR+= py-pygit2 SUBDIR+= py-pylint SUBDIR+= py-pylint-plugin-utils +SUBDIR+= py-pylru SUBDIR+= py-pyobjc SUBDIR+= py-pyobjc-core SUBDIR+= py-pyobjc-framework-AVFoundation |