Re: [Zope-dev] zope.lifecycleevent dependencies

2013-04-23 Thread Souheil CHELFOUH
pull requested.


2013/4/17 Tres Seaver 

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/17/2013 11:59 AM, Souheil CHELFOUH wrote:
> > Hello all,
> >
> > I've been poking the dependencies of several zope packages and it
> > appears that :
> >
> > zope.interface >= 4.0 contains IObjectEvent and its implementation
> > ObjectEvent zope.component >= 4.0 contains import of IObjectEvent and
> > ObjectEvent zope.lifecycleevent >= 4.0 imports IObjectEvent and
> > ObjectEvent from zope.component, and doesn't import anything else from
> > this package, only in the tests.
> >
> > We could free zope.lifecycleevent from the zope.component dependency,
> > making it a test dependency only
>
> +1.
>
>
> Tres.
> - --
> ===
> Tres Seaver  +1 540-429-0999  tsea...@palladion.com
> Palladion Software   "Excellence by Design"http://palladion.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with undefined - http://www.enigmail.net/
>
> iEYEARECAAYFAlFu7FsACgkQ+gerLs4ltQ5oRACeK73oh/ihQznzvx/JfZIRZYPI
> rREAoL96RAeVFu4S86Hi/OSCdO4vS70u
> =DzI1
> -END PGP SIGNATURE-
>
> ___
> Zope-Dev maillist  -  Zope-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope )
>
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope.lifecycleevent dependencies

2013-04-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/17/2013 11:59 AM, Souheil CHELFOUH wrote:
> Hello all,
> 
> I've been poking the dependencies of several zope packages and it
> appears that :
> 
> zope.interface >= 4.0 contains IObjectEvent and its implementation 
> ObjectEvent zope.component >= 4.0 contains import of IObjectEvent and
> ObjectEvent zope.lifecycleevent >= 4.0 imports IObjectEvent and
> ObjectEvent from zope.component, and doesn't import anything else from
> this package, only in the tests.
> 
> We could free zope.lifecycleevent from the zope.component dependency, 
> making it a test dependency only

+1.


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlFu7FsACgkQ+gerLs4ltQ5oRACeK73oh/ihQznzvx/JfZIRZYPI
rREAoL96RAeVFu4S86Hi/OSCdO4vS70u
=DzI1
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] zope.lifecycleevent dependencies

2013-04-17 Thread Souheil CHELFOUH
Hello all,

I've been poking the dependencies of several zope packages and it appears
that :

zope.interface >= 4.0 contains IObjectEvent and its implementation
ObjectEvent
zope.component >= 4.0 contains import of IObjectEvent and ObjectEvent
zope.lifecycleevent >= 4.0 imports IObjectEvent and ObjectEvent from
zope.component, and doesn't import anything else from this package, only in
the tests.

We could free zope.lifecycleevent from the zope.component dependency,
making it a test dependency only

- Souheil
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )