Bug 188769 - [PATCH] www/py-pylons: stage
Summary: [PATCH] www/py-pylons: stage
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 19:50 UTC by Bartek Rutkowski
Modified: 2014-05-08 16:40 UTC (History)
1 user (show)

See Also:


Attachments
py-pylons-1.0.patch (700 bytes, patch)
2014-04-18 19:50 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-18 19:50:00 UTC
- Stage
- Drop easy_install support
- Add auto pkg-plist
- Delete pkg-plist
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pylons/1.0/

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

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-18 19:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-08 16:33:26 UTC
Author: vanilla
Date: Thu May  8 15:33:23 2014
New Revision: 353318
URL: http://svnweb.freebsd.org/changeset/ports/353318
QAT: https://qat.redports.org/buildarchive/r353318/

Log:
  - Stage
  - Drop easy_install support
  - Add auto pkg-plist
  - Delete pkg-plist
  - Pet portlint
  
  PR:		ports/188769
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
  Approved by:	portmgr@

Modified:
  head/www/py-pylons/Makefile

Modified: head/www/py-pylons/Makefile
==============================================================================
--- head/www/py-pylons/Makefile	Thu May  8 15:29:28 2014	(r353317)
+++ head/www/py-pylons/Makefile	Thu May  8 15:33:23 2014	(r353318)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Pylons-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
-COMMENT=	Pylons Web Framework
+COMMENT=	Python based web framework
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
 		${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \
@@ -30,9 +30,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Pa
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	Pylons
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.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 3 Vanilla I. Shu freebsd_committer freebsd_triage 2014-05-08 16:33:50 UTC
State Changed
From-To: open->closed

Committed, thanks.