summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
committerwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
commit7c2420d7f98fd81cad5e0f6b0bef4946dc1586fe (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /misc
parent0098d03eb29fd247aa433624c7b274fed4e900a6 (diff)
downloadpkgsrc-7c2420d7f98fd81cad5e0f6b0bef4946dc1586fe.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'misc')
-rw-r--r--misc/py-carddav/Makefile4
-rw-r--r--misc/superkaramba/Makefile3
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile
index db739d843f4..dcad6d3a3ec 100644
--- a/misc/py-carddav/Makefile
+++ b/misc/py-carddav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/03/01 12:30:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2012/04/08 19:09:07 wiz Exp $
#
DISTNAME= pycarddav0.3.3
@@ -14,8 +14,6 @@ LICENSE= beer-ware
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
-
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
diff --git a/misc/superkaramba/Makefile b/misc/superkaramba/Makefile
index 152d9269286..8ef8a650c49 100644
--- a/misc/superkaramba/Makefile
+++ b/misc/superkaramba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/03/20 06:35:29 markd Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/08 19:09:07 wiz Exp $
DISTNAME= superkaramba-${_KDE_VERSION}
CATEGORIES= misc
@@ -6,7 +6,6 @@ COMMENT= KDE desktop widgets
.include "../../meta-pkgs/kde4/Makefile.kde4"
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
#make sure cmake picks up the same Python version as pkgsrc
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}