pkgsrc-WIP-changes archive

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

zathura*: take the MAINTAINERship and delete PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 7 15:45:46 2016 +0100
Changeset:	9a1214622e69627277ec928a21f468b2e8a5e26d

Modified Files:
	zathura-cb/Makefile
	zathura-djvu/Makefile
	zathura-mupdf/Makefile
	zathura-ps/Makefile
	zathura/Makefile

Log Message:
zathura*: take the MAINTAINERship and delete PYTHON_VERSIONS_INCOMPATIBLE

o Take the MAINTAINERship
o Delete PYTHON_VERSIONS_INCOMPATIBLE in zathura, it seems that py-docutils
  also works with Python 3.

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

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

diffstat:
 zathura-cb/Makefile    | 2 +-
 zathura-djvu/Makefile  | 2 +-
 zathura-mupdf/Makefile | 2 +-
 zathura-ps/Makefile    | 2 +-
 zathura/Makefile       | 3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/zathura-cb/Makefile b/zathura-cb/Makefile
index 6083c96..155dec4 100644
--- a/zathura-cb/Makefile
+++ b/zathura-cb/Makefile
@@ -6,7 +6,7 @@ DISTNAME=	zathura-cb-${VERSION}
 CATEGORIES=	print
 MASTER_SITES=	http://pwmt.org/projects/zathura-cb/download/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://pwmt.org/projects/zathura-cb/
 COMMENT=	Adds comic book support to zathura
 LICENSE=	zlib
diff --git a/zathura-djvu/Makefile b/zathura-djvu/Makefile
index c124184..3292dc5 100644
--- a/zathura-djvu/Makefile
+++ b/zathura-djvu/Makefile
@@ -6,7 +6,7 @@ DISTNAME=	zathura-djvu-${VERSION}
 CATEGORIES=	print
 MASTER_SITES=	http://pwmt.org/projects/zathura-djvu/download/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://pwmt.org/projects/zathura-djvu/
 COMMENT=	Add DjVu support to zathura using djvulibre library
 LICENSE=	zlib
diff --git a/zathura-mupdf/Makefile b/zathura-mupdf/Makefile
index 8e7b0e7..4f44074 100644
--- a/zathura-mupdf/Makefile
+++ b/zathura-mupdf/Makefile
@@ -7,7 +7,7 @@ PKGNAME=	zathura-mupdf-${VERSION}
 CATEGORIES=	print
 MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://pwmt.org/projects/zathura-pdf-mupdf/
 COMMENT=	Add PDF support to zathura using mupdf rendering engine
 LICENSE=	zlib
diff --git a/zathura-ps/Makefile b/zathura-ps/Makefile
index 2fec92a..e65476e 100644
--- a/zathura-ps/Makefile
+++ b/zathura-ps/Makefile
@@ -6,7 +6,7 @@ DISTNAME=	zathura-ps-${VERSION}
 CATEGORIES=	print
 MASTER_SITES=	http://pwmt.org/projects/zathura-ps/download/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://pwmt.org/projects/zathura-ps/
 COMMENT=	Add PS support to zathura using libspectre library
 LICENSE=	zlib
diff --git a/zathura/Makefile b/zathura/Makefile
index b6e15c4..e4a9723 100644
--- a/zathura/Makefile
+++ b/zathura/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	zathura-0.3.4
 CATEGORIES=	print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	http://pwmt.org/projects/zathura/
 COMMENT=	PDF viewer with vi-like keybindings
 LICENSE=	zlib
@@ -18,7 +18,6 @@ MAKE_ENV+=	COLOR=0
 MAKE_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
 
 PYTHON_FOR_BUILD_ONLY=		yes
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-docutils
 
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"


Home | Main Index | Thread Index | Old Index