pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-multiprocessing Mark as not applicable for py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/144bc9f2231f
branches:  trunk
changeset: 629414:144bc9f2231f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 20:22:28 2014 +0000

description:
Mark as not applicable for python-3.x.
Set LICENSE.

diffstat:

 devel/py-multiprocessing/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 86a9a0cc7421 -r 144bc9f2231f devel/py-multiprocessing/Makefile
--- a/devel/py-multiprocessing/Makefile Mon Jan 20 20:17:15 2014 +0000
+++ b/devel/py-multiprocessing/Makefile Mon Jan 20 20:22:28 2014 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/31 11:19:32 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2014/01/20 20:22:28 wiz Exp $
 
 DISTNAME=      multiprocessing-2.6.2.1
 PKGNAME=       ${PYPKGPREFIX}-multiprocessing-2.6.2.1
@@ -9,9 +8,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://pypi.python.org/pypi/multiprocessing/
 COMMENT=       Python threading package
-#LICENSE=      # TODO: (see mk/license.mk)
+LICENSE=       modified-bsd
 
-PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # does not make sense, python-3.x has it included
 
 do-test:
        ${PYTHONBIN} -c "from multiprocessing import tests;tests.test_main()"



Home | Main Index | Thread Index | Old Index