diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-26 14:28:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-26 14:28:07 +0000 |
commit | 971755e3dbb9ee6424b56462e177274a809636d6 (patch) | |
tree | 789714bd48982ccb7fe69ad52754cec58f28e05d /misc | |
parent | 21e4f99071764e18a22bb6dce6f10e1a66591df2 (diff) | |
download | pkgsrc-971755e3dbb9ee6424b56462e177274a809636d6.tar.gz |
py-netifaces now supports python-3.x.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/calibre1/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index fc01dabab9a..bac3d81aa0f 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -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} diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile index 0d3ca4d724a..e46ad6b6a04 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -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} |