svn commit: r410227 - in head/devel: . py-pyinotify

Kubilay Kocak koobs at FreeBSD.org
Sun Mar 6 10:07:52 UTC 2016


On 6/03/2016 9:06 PM, Kubilay Kocak wrote:
> On 6/03/2016 1:41 PM, Josh Paetzel wrote:
>> +PORTNAME=	pyinotify
>> +PORTVERSION=	0.9.6
>> +CATEGORIES=	devel

Oops, and add 'python' as secondary category for python packages

:)

>> +MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
>> +MASTER_SITE_SUBDIR=source/p/pyinotify
> 
> This can just be MASTER_SITES=CHEESESHOP which will handle the SUBDIR
> stuff automatically
> 
>> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>> +
>> +MAINTAINER=	jpaetzel at FreeBSD.org
>> +COMMENT=	Python interface to (lib)inotify
>> +
>> +LICENSE=	MIT
> 
> A license file (COPYING) exists in WRKSRC, add it to LICENSE_FILE
> 
>> +LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify
>> +
>> +USES=		python
>> +USE_PYTHON=	distutils
> 
> Use autoplist for standard python packages (those that use distutils, or
> dont custom build systems to install the python component)
> 



More information about the svn-ports-all mailing list