Bug 185952 - [MAINTAINER-UPDATE] science/py-coards: Staging support, remove easy_install, autoplist
Summary: [MAINTAINER-UPDATE] science/py-coards: Staging support, 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-01-21 04:20 UTC by Johannes Meixner
Modified: 2014-01-26 01:00 UTC (History)
1 user (show)

See Also:


Attachments
py27-coards-1.0.5.patch (1.60 KB, patch)
2014-01-21 04:20 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-01-21 04:20:00 UTC
- Remove NO_STAGE= flag
- Use PYDISTUTILS=yes instead of easy_install
- Use AUTOPLIST

Port maintainer (xmj@chaot.net) 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-21 04:20:08 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-01-25 10:14:23 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-26 00:52:22 UTC
Author: koobs
Date: Sun Jan 26 00:52:15 2014
New Revision: 341150
URL: http://svnweb.freebsd.org/changeset/ports/341150
QAT: https://qat.redports.org/buildarchive/r341150/

Log:
  science/py-coards: Modernise and enable STAGE support
  
  - Remove NO_STAGE= flag
  - Use PYDISTUTILS=yes instead of easy_install
  - Use AUTOPLIST
  
  PR:		ports/185952
  Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)

Deleted:
  head/science/py-coards/pkg-plist
Modified:
  head/science/py-coards/Makefile

Modified: head/science/py-coards/Makefile
==============================================================================
--- head/science/py-coards/Makefile	Sun Jan 26 00:28:14 2014	(r341149)
+++ head/science/py-coards/Makefile	Sun Jan 26 00:52:15 2014	(r341150)
@@ -13,7 +13,7 @@ COMMENT=	COARDS compliant time parser
 LICENSE=	MIT
 
 USE_PYTHON=		2
-USE_PYDISTUTILS=	easy_install
+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-01-26 00:53:57 UTC
State Changed
From-To: open->closed

Committed, thanks Johannes!