[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests/input/package2 - PUBLICATION.cfg:1.1 SETUP.cfg:1.1 __init__.py:1.1 internal.h:1.1 public.h:1.1 sample.c:1.1

Fred L. Drake, Jr. fred at zope.com
Mon Jun 7 13:52:09 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests/input/package2
In directory cvs.zope.org:/tmp/cvs-serv29647/zpkgtools/tests/input/package2

Added Files:
	PUBLICATION.cfg SETUP.cfg __init__.py internal.h public.h 
	sample.c 
Log Message:
do not install extension sources and public headers as package data


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/PUBLICATION.cfg ===
Metadata-version: 1.0
Name: foo


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/SETUP.cfg ===
header  public.h

<extension sample>
  source      sample.c
  depends-on  internal.h
  # Don't depend on public.h since we want to make sure things
  # declared with "header" aren't treated as package_data.
</extension>


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/__init__.py ===
# This is a Python package.  It isn't much of one.  That's ok.


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/internal.h ===
/* Dummy internal header for the C extension. */


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/public.h ===
/* Dummy public API header for the C extension. */


=== Added File Packages/zpkgtools/zpkgtools/tests/input/package2/sample.c ===
/* Dummy C extension file.  This isn't really a valid Python extension. */




More information about the Zope-CVS mailing list