summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-09 13:03:30 +0000
committerwiz <wiz>2016-07-09 13:03:30 +0000
commitb0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf (patch)
tree1de762e883d3779f3b59f427c2c72c506eacef25 /pkgtools
parentb614c6c2adb939eb88ba1f9a145a69c34d1f9df9 (diff)
downloadpkgsrc-b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/gnome-packagekit/Makefile4
-rw-r--r--pkgtools/packagekit/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile
index 85d1c15e6b6..ad71df5f64c 100644
--- a/pkgtools/gnome-packagekit/Makefile
+++ b/pkgtools/gnome-packagekit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2016/07/09 06:38:48 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2016/07/09 13:04:02 wiz Exp $
DISTNAME= gnome-packagekit-0.4.0
PKGREVISION= 42
@@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes
GCONF_SCHEMAS+= gnome-packagekit.schemas
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4.0
# needed for gnome-packagekit-0.4 and gtk2-2.20 -- remove on next update
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile
index 03a5135e458..ea9f39eed1f 100644
--- a/pkgtools/packagekit/Makefile
+++ b/pkgtools/packagekit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2016/04/11 19:01:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.51 2016/07/09 13:04:02 wiz Exp $
DISTNAME= PackageKit-0.4.0
PKGREVISION= 37
@@ -48,7 +48,7 @@ PKGCONFIG_OVERRIDE+= data/packagekit-qt.pc.in
PKGCONFIG_OVERRIDE+= data/packagekit-glib.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.4.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.4.0
REPLACE_PYTHON= backends/test/helpers/PackageKitDbusTest.py \
lib/python/packagekit/client.py \