Summary: | [MAINTAINER] www/py-beautifulsoup: py3k ready | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | William Grzybowski <william88> | ||||
Component: | Individual Port(s) | Assignee: | Felippe de Meirelles Motta <lippe> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
William Grzybowski
2013-01-22 14:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-python->lippe I'll take it. Author: lippe Date: Mon Mar 4 18:12:32 2013 New Revision: 313417 URL: http://svnweb.freebsd.org/changeset/ports/313417 Log: - Enable python 3 support PR: ports/175509 Submitted by: William Grzybowski <william88@gmail.com> Approved by: William Grzybowski <william88@gmail.com> (maintainer) Modified: head/www/py-beautifulsoup/Makefile Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Mon Mar 4 17:05:06 2013 (r313416) +++ head/www/py-beautifulsoup/Makefile Mon Mar 4 18:12:32 2013 (r313417) @@ -1,12 +1,9 @@ -# New ports collection makefile for: beautifulsoup -# Date created: 25 July 2012 -# Whom: Mike Meyer -# +# Created by: Mike Meyer # $FreeBSD$ -# PORTNAME= beautifulsoup PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +12,14 @@ DISTNAME= beautifulsoup4-${PORTVERSION} MAINTAINER= william88@gmail.com COMMENT= HTML/XML Parser for Python -USE_PYTHON= 2.7 +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= beautifulsoup4 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include <bsd.port.post.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |