Bug 175509 - [MAINTAINER] www/py-beautifulsoup: py3k ready
Summary: [MAINTAINER] www/py-beautifulsoup: py3k ready
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 14:30 UTC by William Grzybowski
Modified: 2013-03-04 18:22 UTC (History)
0 users

See Also:


Attachments
py-beautifulsoup.patch (754 bytes, patch)
2013-01-22 14:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-01-22 14:30:01 UTC
	Enable python 3 and trim makefile header

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-22 14:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-03-04 15:40:59 UTC
Responsible Changed
From-To: freebsd-python->lippe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-04 18:12:40 UTC
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"
Comment 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-03-04 18:22:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!