Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 11:17:47 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342115 - head/devel/py-circuits
Message-ID:  <201402011117.s11BHlXQ029429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Feb  1 11:17:47 2014
New Revision: 342115
URL: http://svnweb.freebsd.org/changeset/ports/342115
QAT: https://qat.redports.org/buildarchive/r342115/

Log:
  devel/py-circuits: Modernise: STAGE and AUTOPLIST and more.
  
  - Enable STAGE support
  - Enable AUTOPLIST, delete pkg-plist
  - Add LICENSE (MIT)
  - Deprecate easy_install target
  - Deprecate OPTIONSFILE override
  - Remove bsd.port.options.mk include (No OPTIONS)
  - Bump PORTREVISION

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

Modified: head/devel/py-circuits/Makefile
==============================================================================
--- head/devel/py-circuits/Makefile	Sat Feb  1 11:11:23 2014	(r342114)
+++ head/devel/py-circuits/Makefile	Sat Feb  1 11:17:47 2014	(r342115)
@@ -3,6 +3,7 @@
 
 PORTNAME=	circuits
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,16 +11,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Asynchronous Component-based Event Application Framework
 
+LICENSE=	MIT
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-
-# Bypass ports infrastructure bug
-OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011117.s11BHlXQ029429>