Bug 185637 - [PATCH] devel/py-greenlet: update to 0.4.2
Summary: [PATCH] devel/py-greenlet: update to 0.4.2
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 13:00 UTC by koobs
Modified: 2014-01-19 09:49 UTC (History)
1 user (show)

See Also:


Attachments
py27-greenlet-0.4.2.patch (1.78 KB, patch)
2014-01-10 13:00 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2014-01-10 13:00:00 UTC
devel/py-greenlet: Update to 0.4.2

- Update to 0.4.2
- Enable AUTOPOLIST, delete pkg-plist accordingly
- Pet portlint: Replace EXTRACT_SUFX with USE_ZIP 
- Whitespace alignment

Changes:

https://github.com/python-greenlet/greenlet/blob/0.4.2/NEWS

portlint: OK - looks fine.
unittest: OK - Ran 61 tests in 0.393s
testport: OK - poudriere (all versions/archs)

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

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-10 13:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-19 09:26:44 UTC
Author: sunpoet
Date: Sun Jan 19 09:26:26 2014
New Revision: 340243
URL: http://svnweb.freebsd.org/changeset/ports/340243
QAT: https://qat.redports.org/buildarchive/r340243/

Log:
  - Use PYDISTUTILS_AUTOPLIST
  
  PR:		ports/185637
  Submitted by:	koobs

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

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:25 2014	(r340242)
+++ head/devel/py-greenlet/Makefile	Sun Jan 19 09:26:26 2014	(r340243)
@@ -14,8 +14,9 @@ COMMENT=	Light-weight microthreads for P
 LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64 i386
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
+USE_PYTHON=	yes
 
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/greenlet.so
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-01-19 09:49:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!