svn commit: r318575 - in head/math/py-numpy: . files

Ruslan Makhmatkhanov cvs-src at yandex.ru
Tue May 21 05:10:41 UTC 2013


John W. O'Brien wrote on 20.05.2013 23:40:
>
> The attached patch should fix the bulk of the packing plist problems
> between pre- and post-PEP-3147 caches. I've smoke tested these with py27
> and py33. Improvements are welcome.
>
> There is still one remaining problem, which is that the following are
> only, it seems, installed under py27 but not under py33. If needed, I
> should have some spare cycles later to track down the specific condition.

John, would you please common pattern for this that already used in the 
ports tree? Look at /usr/ports/databases/py-fdb/Makefile for example. 
It's as easy as adding this lines to port's Makefile:

.if ${PYTHON_REL} >= 320
.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
.endif

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.


More information about the freebsd-python mailing list