FreeBSD Port: www/zope213 and net/py-zope.proxy
Ruslan Makhmatkhanov
cvs-src at yandex.ru
Mon Apr 15 03:22:49 UTC 2013
wen heping wrote on 14.04.2013 19:50:
> Hi,
>
> Would you try this simple patch ?
>
> wen
>
>
> Index: distinfo
> ===================================================================
> --- distinfo (revision 315709)
> +++ distinfo (working copy)
> @@ -1,2 +1,2 @@
> -SHA256 (zope.proxy-3.6.1.zip) =
> 3d1c8ccd2154e96bda5ef305997fcb2a90f7b79b43f70b85ee3a3287ac708e11
> -SIZE (zope.proxy-3.6.1.zip) = 26674
> +SHA256 (zope.proxy-4.1.3.zip) =
> 24f028bd3d0e62d828d7f910be2abb9ed3486292beff77b9e1d627d8ce0016ce
> +SIZE (zope.proxy-4.1.3.zip) = 41232
> Index: pkg-plist
> ===================================================================
> --- pkg-plist (revision 315709)
> +++ pkg-plist (working copy)
> @@ -1,4 +1,7 @@
> @comment $FreeBSD$
> +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/proxy/_compat.py
> +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/proxy/_compat.pyc
> +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/proxy/_compat.pyo
> %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py
> %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc
> %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/proxy/decorator.py
> Index: Makefile
> ===================================================================
> --- Makefile (revision 315709)
> +++ Makefile (working copy)
> @@ -1,13 +1,8 @@
> -# New ports collection makefile for: py-zopeproxy
> -# Date created: 22 Nov, 2008
> -# Whom: Wen Heping <wenheping at gmail.com>
> -#
> +# Created by: Wen Heping <wenheping at gmail.com>
> # $FreeBSD$
> -#
>
> PORTNAME= zope.proxy
> -PORTVERSION= 3.6.1
> -PORTREVISION= 3
> +PORTVERSION= 4.1.3
> CATEGORIES= net python zope
> MASTER_SITES= CHEESESHOP
> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>
>
> 2013/4/14 Andrew Berg <bahamutzero8825 at gmail.com>
>
>> Zope builds and installs, but doing make instance fails because it expects
>> zope.proxy >=4.1.0 even though zope.proxy 3.6.1_3 is installed as
>> a dependency.
>> 4.1.0+ doesn't appear to be in ports at all.
>>
>> [jeremy /usr/ports/www/zope213]# make instance
>> Traceback (most recent call last):
>> File "/usr/local/bin/mkzopeinstance", line 5, in <module>
>> from pkg_resources import load_entry_point
>> File "build/bdist.freebsd-9.1-RELEASE-amd64/egg/pkg_resources.py", line
>> 2809, in <module>
>> File "build/bdist.freebsd-9.1-RELEASE-amd64/egg/pkg_resources.py", line
>> 598, in resolve pkg_resources.VersionConflict: (zope.proxy 3.6.1
>> (/usr/local/lib/python2.7/site-packages/zope.proxy-3.6.1-py2.7-freebsd-9.1-RELEASE-amd64.egg),
>> Requirement.parse('zope.proxy>=4.1.0'))
>> *** [instance] Error code 1
>>
>> This is a completely fresh install of Plone and its dependencies on
>> FreeBSD 9.1.
It was actually triggered by recent zope.security update. I'll try to
handle zope.proxy issue now.
--
Regards,
Ruslan
Tinderboxing kills... the drives.
More information about the freebsd-zope
mailing list