pkgsrc-WIP-changes archive

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

pudb: add LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sun Apr 29 19:58:56 2018 +0900
Changeset:	f77dad1dbb575e64dd980926792efc2e21705b2e

Modified Files:
	pudb/Makefile

Log Message:
pudb: add LICENSE

via https://pypi.org/project/pudb/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f77dad1dbb575e64dd980926792efc2e21705b2e

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

diffstat:
 pudb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/pudb/Makefile b/pudb/Makefile
old mode 100644
new mode 100755
index a46d3a0efc..305f705ef7
--- a/pudb/Makefile
+++ b/pudb/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=p/pudb/}
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://pypi.python.org/pypi/pudb/
 COMMENT=	Curses-based interface to Python debugger
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.1.0:../../math/py-numpy


Home | Main Index | Thread Index | Old Index