pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 26 14:28:07 UTC 2017

Modified Files:
        pkgsrc/misc/calibre: Makefile
        pkgsrc/misc/calibre1: Makefile

Log Message:
py-netifaces now supports python-3.x.


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 pkgsrc/misc/calibre/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/calibre1/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.182 pkgsrc/misc/calibre/Makefile:1.183
--- pkgsrc/misc/calibre/Makefile:1.182  Sun Jul 16 15:30:50 2017
+++ pkgsrc/misc/calibre/Makefile        Wed Jul 26 14:28:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.182 2017/07/16 15:30:50 wiz Exp $
+# $NetBSD: Makefile,v 1.183 2017/07/26 14:28:07 wiz Exp $
 
 DISTNAME=      calibre-2.85.1
 CATEGORIES=    misc
@@ -40,7 +40,7 @@ USE_LANGUAGES=                        c c++
 USE_LIBTOOL=                   yes
 USE_TOOLS+=                    pkg-config pax
 PYTHON_VERSIONS_ACCEPTED=      27
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not ported as of 2.1.0; also: py-mechanize, py-beautifulsoup, py-imaging
 PYDISTUTILSPKG=                        yes
 PYSETUPOPTARGS=                        # empty
 PYSETUPINSTALLARGS=            --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}

Index: pkgsrc/misc/calibre1/Makefile
diff -u pkgsrc/misc/calibre1/Makefile:1.29 pkgsrc/misc/calibre1/Makefile:1.30
--- pkgsrc/misc/calibre1/Makefile:1.29  Tue May  2 13:37:31 2017
+++ pkgsrc/misc/calibre1/Makefile       Wed Jul 26 14:28:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/05/02 13:37:31 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/07/26 14:28:07 wiz Exp $
 
 DISTNAME=      calibre-1.48.0
 PKGREVISION=   26
@@ -43,7 +43,7 @@ EXTRACT_USING=  bsdtar
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config pax
 PYTHON_VERSIONS_ACCEPTED=      27
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-mechanize, py-beautifulsoup, py-imaging, py-netifaces
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-mechanize, py-beautifulsoup, py-imaging
 PYDISTUTILSPKG=        yes
 PYSETUPOPTARGS=        # empty
 PYSETUPINSTALLARGS=    --prefix=${PREFIX} --root=${DESTDIR:Q}${PREFIX}



Home | Main Index | Thread Index | Old Index