[Interface-dev] zope.interface 3.5.1 bdist_rpm problem

Armen Babikyan armenb at ll.mit.edu
Tue May 26 17:52:14 EDT 2009


Hi,

I originally submitted this patch for zope.interface 3.4.1 to 
interface-dev at 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 at ll.mit.edu>
To: 	interface-dev at zope.org <interface-dev at 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 at ll.mit.edu . 781-981-1796 



More information about the Interface-dev mailing list