Re: [NEW] devel/py-wbem

2012-03-31 Thread Landry Breuil
On Fri, Mar 30, 2012 at 10:37:15PM +0100, Stuart Henderson wrote:
> On 2012/03/30 00:42, Mike Erdely wrote:
> > On Mon, Jan 2, 2012 at 11:23 PM, Mark Peoples  wrote:
> > > On Sun, Dec 18, 2011 at 08:04:40PM -0500, Mark Peoples wrote:
> > >> PyWBEM is a Python library for making CIM operations over HTTP using the 
> > >> WBEM CIM-XML protocol
> > >>
> > >> (speaking CIM through this is a first step to pulling vsphere 5 data 
> > >> into nagios. helpful if you don't want to drop $495 just to be able to 
> > >> do snmp gets)
> > >>
> > >> patch to setup.py forces setuptools over distutils (ala x11/py-kiwi)
> > >
> > > re-rolled with sthen's Makefile tweaks
> > 
> 
> ... http://old.nabble.com/attachment/33069772/0/py-wbem-0.7.0.tar.gz ...
> 
> > Stu: This is OK with me.  Please commit.  This works with the port I'm
> > about to forward to the list for OK (check_esxi_hardware).
> 
> This leaves root-owned files around so that "make clean" doesn't work,
> I forgot the way to fix this, anyone remember?
> 
> (And for some unknown reason python wants to rebuild
> /usr/local/lib/python2.7/email/mime/__init__.pyc which systrace
> prevents; looks unrelated to py-wbem but does anyone have a clue
> about this?)

 Aha! So i'm not the only one seeing that when building various py
ports

Landry



Re: [NEW] devel/py-wbem

2012-03-30 Thread Mike Erdely
On Fri, Mar 30, 2012 at 5:37 PM, Stuart Henderson  wrote:
> On 2012/03/30 00:42, Mike Erdely wrote:
>> Stu: This is OK with me.  Please commit.  This works with the port I'm
>> about to forward to the list for OK (check_esxi_hardware).
>
> This leaves root-owned files around so that "make clean" doesn't work,
> I forgot the way to fix this, anyone remember?

So far I've only found this:
http://marc.info/?l=openbsd-ports&m=97000358227988&w=2

marc@ found this problem a while ago, but I haven't seen any answer
yet.  Still looking.

> (And for some unknown reason python wants to rebuild
> /usr/local/lib/python2.7/email/mime/__init__.pyc which systrace
> prevents; looks unrelated to py-wbem but does anyone have a clue
> about this?)



Re: [NEW] devel/py-wbem

2012-03-30 Thread Stuart Henderson
On 2012/03/30 00:42, Mike Erdely wrote:
> On Mon, Jan 2, 2012 at 11:23 PM, Mark Peoples  wrote:
> > On Sun, Dec 18, 2011 at 08:04:40PM -0500, Mark Peoples wrote:
> >> PyWBEM is a Python library for making CIM operations over HTTP using the 
> >> WBEM CIM-XML protocol
> >>
> >> (speaking CIM through this is a first step to pulling vsphere 5 data into 
> >> nagios. helpful if you don't want to drop $495 just to be able to do snmp 
> >> gets)
> >>
> >> patch to setup.py forces setuptools over distutils (ala x11/py-kiwi)
> >
> > re-rolled with sthen's Makefile tweaks
> 

... http://old.nabble.com/attachment/33069772/0/py-wbem-0.7.0.tar.gz ...

> Stu: This is OK with me.  Please commit.  This works with the port I'm
> about to forward to the list for OK (check_esxi_hardware).

This leaves root-owned files around so that "make clean" doesn't work,
I forgot the way to fix this, anyone remember?

(And for some unknown reason python wants to rebuild
/usr/local/lib/python2.7/email/mime/__init__.pyc which systrace
prevents; looks unrelated to py-wbem but does anyone have a clue
about this?)



Re: [NEW] devel/py-wbem

2012-03-29 Thread Mike Erdely
On Mon, Jan 2, 2012 at 11:23 PM, Mark Peoples  wrote:
> On Sun, Dec 18, 2011 at 08:04:40PM -0500, Mark Peoples wrote:
>> PyWBEM is a Python library for making CIM operations over HTTP using the 
>> WBEM CIM-XML protocol
>>
>> (speaking CIM through this is a first step to pulling vsphere 5 data into 
>> nagios. helpful if you don't want to drop $495 just to be able to do snmp 
>> gets)
>>
>> patch to setup.py forces setuptools over distutils (ala x11/py-kiwi)
>
> re-rolled with sthen's Makefile tweaks

Stu: This is OK with me.  Please commit.  This works with the port I'm
about to forward to the list for OK (check_esxi_hardware).

-ME



Re: [NEW] devel/py-wbem

2012-01-02 Thread Mark Peoples
On Sun, Dec 18, 2011 at 08:04:40PM -0500, Mark Peoples wrote:
> PyWBEM is a Python library for making CIM operations over HTTP using the WBEM 
> CIM-XML protocol
> 
> (speaking CIM through this is a first step to pulling vsphere 5 data into 
> nagios. helpful if you don't want to drop $495 just to be able to do snmp 
> gets)
> 
> patch to setup.py forces setuptools over distutils (ala x11/py-kiwi)

re-rolled with sthen's Makefile tweaks


py-wbem-0.7.0.tar.gz
Description: application/tar-gz