Bug 186366 - [MAINTAINER-UPDATE] science/py-pupynere: stagify, autoplist, remove easy_install
Summary: [MAINTAINER-UPDATE] science/py-pupynere: stagify, autoplist, remove easy_install
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-02 09:30 UTC by Johannes Meixner
Modified: 2014-02-03 11:40 UTC (History)
1 user (show)

See Also:


Attachments
py27-pupynere-1.0.15_2.patch (2.48 KB, patch)
2014-02-02 09:30 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-02-02 09:30:01 UTC
- Stagify.
- Use PYDISTUTILS_AUTOPLIST, remove pkg-plist.
- Kill easy_install with fire!
- Replace files/patch-setup.py with Makefile post-patch REINPLACE_CMD.

portlint: looks fine.
testport: ok
redports: https://redports.org/buildarchive/20140202085401-62237/

Generated with FreeBSD Port Tools 0.99_12 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 09: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 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-02 10:23:53 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-03 11:36:01 UTC
Author: koobs
Date: Mon Feb  3 11:35:53 2014
New Revision: 342428
URL: http://svnweb.freebsd.org/changeset/ports/342428
QAT: https://qat.redports.org/buildarchive/r342428/

Log:
  science/py-pupynere: Modernise: Enable STAGE, AUTOPLIST and more
  
  - Stagify
  - Use PYDISTUTILS_AUTOPLIST, remove pkg-plist
  - Kill easy_install with fire!
  - Remove patch to setup.py
  
  PR:		ports/186366
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Deleted:
  head/science/py-pupynere/files/
  head/science/py-pupynere/pkg-plist
Modified:
  head/science/py-pupynere/Makefile

Modified: head/science/py-pupynere/Makefile
==============================================================================
--- head/science/py-pupynere/Makefile	Mon Feb  3 11:32:14 2014	(r342427)
+++ head/science/py-pupynere/Makefile	Mon Feb  3 11:35:53 2014	(r342428)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pupynere
 PORTVERSION=	1.0.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,10 @@ COMMENT=	Python module for reading and w
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYNUMPY}
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=		2
-USE_PYDISTUTILS=	easy_install
-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 4 Kubilay Kocak freebsd_committer freebsd_triage 2014-02-03 11:37:00 UTC
State Changed
From-To: open->closed

Committed with minor changes. Thanks Johannes!