Bug 188950 - [PATCH] graphics/py-rabbyt: stage
Summary: [PATCH] graphics/py-rabbyt: 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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 12:30 UTC by Bartek Rutkowski
Modified: 2014-04-25 04:24 UTC (History)
1 user (show)

See Also:


Attachments
py-rabbyt-0.8.2.patch (633 bytes, patch)
2014-04-24 12:30 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-24 12:30:01 UTC
- Stage
- Drop easy_install
- Use auto plist
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-rabbyt/0.8.2/

Port maintainer (amdmi3@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-24 12:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188950 

Date: Thu, 24 Apr 2014 17:16:56 +0400
Comment 2 Bartlomiej Rutkowski 2014-04-24 15:00:37 UTC
> Aren't you by the chance interested in maintainership of this port?

No, thank you. I am just working on staging python ports at the moment.

Kind regards,
Bartek Rutkowski
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2014-04-24 15:17:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-24 15:17:31 UTC
Author: amdmi3
Date: Thu Apr 24 14:17:23 2014
New Revision: 352005
URL: http://svnweb.freebsd.org/changeset/ports/352005
QAT: https://qat.redports.org/buildarchive/r352005/

Log:
  - Stage
  - Drop easy_install
  - Use auto plist
  - Pet portlint
  
  PR:		188950
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/graphics/py-rabbyt/Makefile

Modified: head/graphics/py-rabbyt/Makefile
==============================================================================
--- head/graphics/py-rabbyt/Makefile	Thu Apr 24 14:00:29 2014	(r352004)
+++ head/graphics/py-rabbyt/Makefile	Thu Apr 24 14:17:23 2014	(r352005)
@@ -10,15 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Rabbyt-${PORTVERSION}
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	A fast sprite library for Python
+COMMENT=	Fast sprite library for Python
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	Rabbyt
-PYEASYINSTALL_ARCHDEP=	yes
+PYDISTUTILS_ARCHDEP=	yes
 USE_GL=			gl glu
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-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"