Bug 186121

Summary: [PATCH] devel/py-pytz: Replace easy_install and pkg-plist
Product: Ports & Packages Reporter: Johannes Meixner <xmj>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py27-pytz-2013.9_1,1.patch none

Description Johannes Meixner 2014-01-26 09:50:00 UTC
- Replace USE_PYDISTUTILS= easy_install with yes
- Remove pkg-plist, use PYDISTUTILS_AUTOPLIST

portlint: looks fine
testport: ok
redports: https://redports.org/buildarchive/20140126094111-11034/

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-26 09:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2014-01-27 15:32:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-27 15:32:42 UTC
Author: lwhsu
Date: Mon Jan 27 15:32:29 2014
New Revision: 341414
URL: http://svnweb.freebsd.org/changeset/ports/341414
QAT: https://qat.redports.org/buildarchive/r341414/

Log:
  - Replace USE_PYDISTUTILS= easy_install with yes
  - Remove pkg-plist, use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/186121
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Deleted:
  head/devel/py-pytz/pkg-plist
Modified:
  head/devel/py-pytz/Makefile

Modified: head/devel/py-pytz/Makefile
==============================================================================
--- head/devel/py-pytz/Makefile	Mon Jan 27 15:15:04 2014	(r341413)
+++ head/devel/py-pytz/Makefile	Mon Jan 27 15:32:29 2014	(r341414)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pytz
 PORTVERSION=	2013.9
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -15,8 +16,8 @@ LICENSE=	MIT
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYTHON_PY3K_PLIST_HACK=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py
_______________________________________________
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"