Date: Sun, 6 Mar 2016 21:07:38 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Josh Paetzel <jpaetzel@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r410227 - in head/devel: . py-pyinotify Message-ID: <2e324b1e-94e1-e12f-5f8e-de0e2e86f089@FreeBSD.org> In-Reply-To: <4465f096-9d8f-5f51-a099-9a2daf96b6af@FreeBSD.org> References: <201603060241.u262foae069668@repo.freebsd.org> <4465f096-9d8f-5f51-a099-9a2daf96b6af@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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)
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2e324b1e-94e1-e12f-5f8e-de0e2e86f089>
