Re: [Zope-dev] [Interface-dev] zope.interface 3.5.1 bdist_rpm problem
Thanks. Sorry this didn't make it in. I've added this to my to-do list. :) Jim On May 26, 2009, at 5:52 PM, Armen Babikyan wrote:
Hi,
I originally submitted this patch for zope.interface 3.4.1 to interface-dev@zope.org about a year ago. This problem still exists in zope.interface 3.5.1.
Thanks,
Armen
-------- Original Message -------- Subject: zope.interface 3.4.1 bdist_rpm problem Date: Tue, 20 May 2008 15:58:29 -0400 From: Armen Babikyan <armenb@ll.mit.edu> To: interface-dev@zope.org <interface-dev@zope.org>
Hello,
There's a small problem when using python distutils' bdist_rpm to automatically generate RPMs. Some files are referenced in setup.py, but not added to a MANIFEST. Here's a patch:
--- zope.interface-3.4.1/MANIFEST.in 1969-12-31 19:00:00.000000000 -0500 +++ zope.interface-3.4.1/MANIFEST.in 2008-05-20 13:23:54.000000000 -0400 @@ -0,0 +1,4 @@ +include CHANGES.txt +include src/zope/interface/README.txt +include src/zope/interface/adapter.txt +include src/zope/interface/human.txt
This will let "python setup.py build && python setup.py bdist_rpm" execute without error.
Thanks,
Armen
-- Armen Babikyan MIT Lincoln Laboratory armenb@ll.mit.edu . 781-981-1796
_______________________________________________ Interface-dev mailing list Interface-dev@zope.org http://mail.zope.org/mailman/listinfo/interface-dev
-- Jim Fulton Zope Corporation
participants (1)
-
Jim Fulton