pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/Radicale Use distutils.mk. Add egg to PLIST. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a92ebfeb6056
branches:  trunk
changeset: 604429:a92ebfeb6056
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 30 14:54:38 2012 +0000

description:
Use distutils.mk. Add egg to PLIST. Bump PKGREVISION.

diffstat:

 net/Radicale/Makefile |  7 +++----
 net/Radicale/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 7bd52136626e -r a92ebfeb6056 net/Radicale/Makefile
--- a/net/Radicale/Makefile     Wed May 30 14:13:23 2012 +0000
+++ b/net/Radicale/Makefile     Wed May 30 14:54:38 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2012/04/08 19:09:08 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/05/30 14:54:38 wiz Exp $
 #
 
 DISTNAME=      Radicale-0.6.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www time
 MASTER_SITES=  http://pypi.python.org/packages/source/R/Radicale/
 
@@ -15,10 +15,9 @@
 
 USE_LANGUAGES= # none
 
-PYDISTUTILSPKG=                        yes
 PYTHON_VERSIONS_INCLUDE_3X=    yes
 PYTHON_VERSIONS_INCOMPATIBLE=  25
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7bd52136626e -r a92ebfeb6056 net/Radicale/PLIST
--- a/net/Radicale/PLIST        Wed May 30 14:13:23 2012 +0000
+++ b/net/Radicale/PLIST        Wed May 30 14:54:38 2012 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 16:25:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/30 14:54:38 wiz Exp $
 bin/radicale
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/radicale/__init__.py
 ${PYSITELIB}/radicale/__init__.pyc
 ${PYSITELIB}/radicale/__init__.pyo



Home | Main Index | Thread Index | Old Index